ā08-30-2010 12:16 PM
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
Solved! Go to Solution.
ā08-30-2010 01:03 PM
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
ā08-30-2010
02:16 PM
- last edited on
ā05-30-2025
03:15 PM
by
Content Cleaner
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
ā08-30-2010 02:22 PM
I have done this with cDaq (shared timing enine), what devices are you using.