From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,912 Views)
Solution

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,909 Views)