LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I would like to associate a boolean light with 3 values(2 booleans, and 1 integer), such that if either is true, it should switch the light on


How do i do this, i tried using or structures, but get complaints.
0 Kudos
Message 1 of 2
(2,495 Views)
Or structures are good for you, but the main problem is the condition for your integer value. In the attached example, you can see the light on if one of the booleans is on and the integer is different to 0. If you need a different integer condition, just change it.
0 Kudos
Message 2 of 2
(2,495 Views)