LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using two DAQ assistant at the same time

Hi there,

 

I need 14 channels to read voltages at the same time, thus I plan to use two NI-6009.

 

However, I don't know if it's possible to use two daq assistant modules in labview at the same time.

 

The attachment is my current code. Can I put two daq assistant in a single loop?

 

Thank you! 

0 Kudos
Message 1 of 6
(5,258 Views)

You can have two DAQ Assistants, one for each DAQ board.  You will need to combine the signals after they are called.


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
0 Kudos
Message 2 of 6
(5,252 Views)

For ultimate flexibility, do a Web search for "Learn 10 NI-DAQ Functions", read the artucle it references, and vow to Never Again Use the Dreaded DAQ Assistant, and its Evil Twin, the Dynamic Data Wire.  It will handle the two USB6009's with ease.  You can also handle simultaneous data writing using a Producer/Consumer Design pattern, very flexible and tailorable.

 

Bob Schor

0 Kudos
Message 3 of 6
(5,230 Views)

Thank you so much! 

 

Or can I simply use a 16 channels device instead like NI 6211?

0 Kudos
Message 4 of 6
(5,200 Views)

Thank you Bob!

 

Can I simply use a 16 channels device like NI 6211 instead of two 6009?

0 Kudos
Message 5 of 6
(5,199 Views)

@yatang wrote:

Or can I simply use a 16 channels device instead like NI 6211?


 

Yes you could.


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
0 Kudos
Message 6 of 6
(5,190 Views)