Some courses and learning paths on NI Learning Center may not appear on learner dashboards. Our team is actively investigating.
If you encounter access issues, please contact services@ni.com and include the learner’s name, email, service ID or EA number, and the list of required courses.
解答: 是的,您必需將第二個VI的Control Reference Pass到第一個VI的Register For Events.vi,你可以利用Open VI reference.vi及property node來取得該control reference,請見附件的兩個範例
Generate_Events.vi will allow the user to mouse down or change the values of various controls.
Capture_Events.vi captures the events generated by Generate_Events.vi.
Pressing the stop button in Generate_Events.vi will stop the execution of both VI's. Make sure to start Generate_Events.vi before you start the Capture_Events.vi to avoid getting an invalid references error.