Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

Checking an input connected to emergency button and stop running vi...

I need check an input connected to an emergency button and stop running vi, some one has an example that I can use ??? I will appreciate your help, thanks
0 Kudos
Message 1 of 2
(3,070 Views)
Assuming that it's a TTL signal, you just need a single DAQmx Read set for single sample Boolean and wire the output to your while loop's termination terminal. A DAQ Assistant set for the same would work as well.
0 Kudos
Message 2 of 2
(3,059 Views)