04-01-2011 01:46 AM
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.
Solved! Go to Solution.
04-19-2011 10:58 AM
Hi,
Maybe you can use a For loop with auto-indexing. See the enclosure.
MHP
04-22-2011 12:44 AM
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.