Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQ (Different digital output at each iteration)

Solved!
Go to solution

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

 

0 Kudos
Message 1 of 2
(3,919 Views)
Solution
Accepted by topic author faheem1234@hotmail.com

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.


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
Message 2 of 2
(3,916 Views)