Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a command which terminates all functions at once?

I need a command which terminates all functions at once beside the red knob in the headline. Is there any?
0 Kudos
Message 1 of 2
(2,686 Views)
Are you talking about LabVIEW? If so, you can stop a running VI by calling the "Stop" function, located in the Application Control palette. Also, using the VI Server functions located in the same palette, you can open a reference to a VI and Abort it using the "Invoke Node" primitive.
0 Kudos
Message 2 of 2
(2,676 Views)