LabVIEW

cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

DAQmx multiple channels from multiple devices

Solved!
Go to solution

Hello,

General question here. If I am using two devices which are exactly the same, can I and should I use one DAQmx task to read all/only analog inputs? Or is it better to use a task for each device?

Thanks

0 Kudos
Message 1 of 4
(4,133 Views)
Solution
Accepted by topic author nano_era

Hi there,

 

You actually can't use a single task to read from multiple devices.  You'll get error -200558.  You will need to create a separate task for each device.

 

Hope that helps!

d

0 Kudos
Message 2 of 4
(4,113 Views)

To supplement DianeS's answer, I'd like to point out that this is actually possible for some devices, provided all channels share common timing.  Have a look at this Knowledge Base to see which devices support this.

 

Dan

0 Kudos
Message 3 of 4
(4,099 Views)

I have done this with cDaq (shared timing enine), what devices are you using. 

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 4 of 4
(4,094 Views)