LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

parallel DAQs

I want to communicate to two DAQs(in parallel) using one computer in CVI.

 

What is the function(s) I need to call to direct the DAQmx functions to one or the other DAQ?

 

Is it DAQmxGetDeviceAttribute() ? Do I control it via the task name?

 

 

0 Kudos
Message 1 of 2
(3,838 Views)

Which DAQ system to address is set while you are creating a channel, either interactively in MAX or programmatically with DAQmxCreateXxChan functions. Channels are then added to an acquisition task, which could eventually acquire measures from more than one device at a time. If you want to keep devices separate and independent, you must simply avoid to mix channels coming from different boards.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(3,833 Views)