LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Array of boolean to single boolean

Solved!
Go to solution

Good morning all,

 

I am looking for a quick and dirty way to evaluate a entire 1x19 boolean array into a single boolean true/false.   Several ways to be true, but only one way to be false.   Any suggestions?

 

Thanks,

Zach

0 Kudos
Message 1 of 4
(15,266 Views)
Solution
Accepted by super-neuron

Hi Zach,

see the "Or Array Elements" function.

 

Mike 

Message Edited by MikeS81 on 08-27-2008 05:54 PM
Message 2 of 4
(15,264 Views)

Do you mean a simple "OR", i.e. if any boolean is true then the output should be true?

In this case, just use the "OR Array Elements" from the boolean palette. 

 

Daniel

 

Message 3 of 4
(15,262 Views)

Money!   Thank you!

0 Kudos
Message 4 of 4
(15,254 Views)