LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Parallel Analog Input DAQmx

Solved!
Go to solution
Solution
Accepted by topic author kepham

The event structure can be triggered by front panel controls, some panel interactions (like mouse movements), and dynamically through "user events".

 

It might be easier to wrap your head around notifiers / queues. The example below works because when "wait on notification" times out, it returns the default boolean value, false. When you want the loop to stop, send a value of true.

 

capture.PNG

0 Kudos
Message 11 of 12
(590 Views)

Thank you so much!

0 Kudos
Message 12 of 12
(568 Views)