LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I am trying to find an equivalency to the global boolean found in labview 2

the description is "Set the boolean to the input value (true or false) if mode is true, otherwise retain the last value. Return the current value of the boolean.

thank you
dale
0 Kudos
Message 1 of 3
(2,619 Views)
Go to http://zone.ni.com/devzone/devzoneweb.nsf/opendoc?openagent&B9EF354FFA6BC538862569F800816602&cat=98EEA3AF25CFCA42862568CD0066090E. I think this is what you are looking for.
0 Kudos
Message 2 of 3
(2,619 Views)
What about a global (or local depending the case) inside a case structure? If you wire the case true, it will be updated if not, leave case empty and it won't change.
Hope this helps
0 Kudos
Message 3 of 3
(2,619 Views)