07-06-2015 07:13 AM
Hi there,
I am writing a LabView program using NI USB 6501 24 line Digital I/O.
I want DAQ to give ON/OFF according to input Data.
I am calling my DAQ more than once in a program so JUST
DAQ Assitant should Work at iteration 0
DAQ Assitant 2 should Work at iteration 1
DAQ Assitant 3 should Work at iteration 2
I have attached my VI, please have a look.
Thanks
Rana
Solved! Go to Solution.
07-06-2015 07:26 AM
Since you are controlling the same hardware, you should only have 1 DAQ Assistant. With your simple example, you could just build your 3 arrays into a 2D array and the autoindex on the array on the FOR loop.