Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

Convert 1-D boolean array to boolean

Solved!
Go to solution

How to Convert 1-D boolean array to boolean? Actually i'm taking digital input from sensor using DAQ(NI USB 6009), and i'm giving this digital input to a case structure to change a condition but the type of source is 1-D array & sink is boolean(TRUE/FALSE).i have attached vi of the above mentioned condition, only i replaced Boolean array instead of Real DAQ input.

0 Kudos
Message 1 of 3
(9,824 Views)

Hi,

 

Maybe you can use a For loop with auto-indexing. See the enclosure.

 

MHP

0 Kudos
Message 2 of 3
(9,789 Views)
Solution
Accepted by topic author SwapnilG

Thanks for your suggestion, I could not open your vi cuz i'm using the 2009 ver. of labview, but i have found the solution for this problem, we can use index array. i have attached the vi.

Message 3 of 3
(9,767 Views)