LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multi-input boolean vi's

Solved!
Go to solution
Are there boolean vi's which allow any amount of inputs? Like an 'or' vi which can take 4+ inputs.
0 Kudos
Message 1 of 3
(2,464 Views)
Solution
Accepted by topic author Gordal
Use an OR with 4 inputs. It's called the Compound Arithmetic function and it's on the Boolean and Numeric palette. Right click on it to Change Mode (Add, Mulitply, AND, OR, XOR).
Message 2 of 3
(2,462 Views)
Another nice thing about the compound arthimetic function is that if you have more complicated boolean operations such as Not A OR B OR Not C, then you can right click on any of the inputs and outpus and select Invert to put a Not operation on them.
Message 3 of 3
(2,439 Views)