LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using the "wait for front panel activity"

Can I use the "wait for front panel activity" to wait for an active signal from my DAQ Card? I am not using a NI hardware but I am just looking for a signal to go from true to false?
0 Kudos
Message 1 of 2
(2,934 Views)
Why not write a simple "wait for signal from DAQ Card" routine. This routine is simply a while loop with a case structure set to run your other DAQ procedures, etc., when the signal goes to False.

Hope this helps.

John
0 Kudos
Message 2 of 2
(2,934 Views)