LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

can I have a boolean value always be false unless I tell it otherwise?

is there a boolean value that will always be a false unless the user inputs a true response?
0 Kudos
Message 1 of 5
(2,707 Views)
My first thought was that what your talking about is a button...
0 Kudos
Message 2 of 5
(2,707 Views)
Hi,
if you speak about button, then place it on the panel, right click on it and say "change to indicator".
In this case user will not be able to change this button.
But you still can change it programatically using local variables.

Good luck.

Oleg Chtuko.
0 Kudos
Message 3 of 5
(2,707 Views)
Why an indicator?

He needs a value that is false until the user decides it's to go true...that's a button control.

The button is false until someone clicks on it. If you want it to stay true after that, right-click on the button and set the mechanical action to switch, if it's to return to false after being read set the mechanical action to latch.
0 Kudos
Message 4 of 5
(2,707 Views)
Yes,
you are right.
English is not my language, so sometimes I have problems with understanding.

Oleg Chtuko.
0 Kudos
Message 5 of 5
(2,707 Views)