LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Reset the state of one button when another button is pressed in a VI

I have a START/STOP latching button and a PAUSE/RUN latching button. I would like to be able to reset the PAUSE button when the START/STOP button is pressed. Sometimes the user leaves the PAUSE button latched and then presses the START/STOP button. This then activates only part of the VI.
0 Kudos
Message 1 of 2
(2,974 Views)
This is a situation where a local variable would do the trick.

Create a local variable of the the pause button, then write the correct state to it if start is pressed.
0 Kudos
Message 2 of 2
(2,974 Views)