LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

two different devices plugged into a DAQ board but they won't run simultaniously

I have two different devices plugged into a BNC-2110 DAQ board and I need to aquire data from them simulateously.  At the moment, LabVIEW will collect data from one instrument and after it is finished that one it will move on to the second one.  Please help!
0 Kudos
Message 1 of 3
(2,731 Views)
I'm assuming the problem is more with how you've written the data collection code, than with the DAQ board itself (could be wrong though!)

Are you using the DAQ vis?  The DAQ Assistant?

Post your vi, and hopefully we can solve your problem!
0 Kudos
Message 2 of 3
(2,725 Views)
Hello alectrona,

One limitation of a DAQ device is that it can only run one analog input task at a time.  This is due to the fact that there is only one analog input timing engine, and this timing engine cannot be shared among multiple analog input tasks.  You can however easily combine multiple channels in a scan list under a single task.  The requirement here is that you sample from all channels at the same rate and all the channels have the same timing and triggering parameters.  You can easily configure a multichannel scan list using the DAQ Assistant, as shown in the following tutorial:

Interactively Configure Measurement Tasks with the DAQ Assistant

I hope this helps,

Travis G.
Applications Engineering
National Instruments
www.ni.com/support
0 Kudos
Message 3 of 3
(2,709 Views)