Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Best way of multi-channel measurements using NI-USB 6009?

Solved!
Go to solution

I'm new to labview and I'm trying to acquire multiple voltages from several channels and display them on one graph. It seems impossible to do it simultaneously since that NI-USB 6009 has only one set of ADC. 

The only way I have ever come up with is to use daq assistant to acquire voltages one by one and then make it a while loop, but is there any time delay during the shift between channels?

And is there better ways to acquire data from multi-channels?

0 Kudos
Message 1 of 7
(4,797 Views)
Solution
Accepted by topic author JudeLi
If you have specified multiple channels (i.e. Dev1/ai0:ai3) with a single DAQ Assistant, then that is the correct method. The inexpensive device does not have simultaneous inputs so you'll have to live with the small inter-channel delay.
0 Kudos
Message 2 of 7
(4,795 Views)

Thank you for your reply!

 

Is it something like this?

 

0 Kudos
Message 3 of 7
(4,785 Views)
Can you post images of the block diagram and DAQ Assistant. I'm not at a computer right now.
0 Kudos
Message 4 of 7
(4,782 Views)
Can you post images of the block diagram and DAQ Assistant. I'm not at a computer right now.
0 Kudos
Message 5 of 7
(4,780 Views)

Like this?

 

 

screencap.png

0 Kudos
Message 6 of 7
(4,776 Views)
You didn't show the DAQ Assistant but it seems you are acquiring all channels.

Please note that you will may run into memory problems if you run the VI for a long time. How much do you really need to display?
0 Kudos
Message 7 of 7
(4,772 Views)