LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Values of Boolean Array to dictate output to be Boolean False or Boolean True

I have a fairly simple question that I'm having an issue with solving.

 

I am looking to input a Boolean array to a sub-vi that will take that array and dictate a single boolean output to be Boolean False or Boolean True.

 

For instance, the array will be 1D boolean array, with a depth of 2 index values.

 

-If both index values are False then the sub-vi will kick out a False value.

-If both index values are True then the sub-vi will kick out a True value.

-If one index value is True then the sub-vi will kick out a True value.

 

Any ideas?

 

Thanks.

Message 1 of 2
(2,025 Views)

Somehow posted twice.  Here's the original:http://forums.ni.com/t5/LabVIEW/Values-of-Boolean-Array-to-dictate-output-to-be-Boolean-False-or/td-...


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 2
(2,023 Views)