REQUIREMENTS:
Application Software:
LabVIEW Full Development System 8.2.1
Driver Software:
NI-VISA 8.7.2,8.7.1
Hardware Family:
CompactDAQ, Multifunction DAQ (MIO)
Add-on Software:
LabVIEW Control Design and Simulation Module 8.5
Product Category:
1394 to GPIB
Development Topic:
Validation
Industry:
Medical Devices
Application Type:
Resistance
Technology:
Java
If the program you are writing needs to be event-driven instead of following the traditional data-flow style of LabVIEW, start with this. Simply place the different events into the case structures.
For a more complete method of managing events in a VI consider the Queued Message Handler (QMH) design pattern.