Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Waveform generation with a multidevice environment

Hi, 

I 'm using DAQmx in ANSI C environment. I have 2 cards, a PCI-6221-37 pins and a PCI-6711. 

I would like to configure a DMA waveform on the 2 different cards. 

Can I create one task with 4 channels on the PCI-6711 and 2 on the PCI-6221 or, do I need to create 2 tasks with a clock synchronisation by the mean of the RTSI bus?

 

Thanks for your help,

FV1234

0 Kudos
Message 1 of 5
(3,401 Views)
up
0 Kudos
Message 2 of 5
(3,378 Views)

Hi,

You cannot have channels from two different DAQ devices configured in the same task. For example, you cannot have one Analog Input channel from "Dev 1" and one Analog Input channel from "Dev 2" configured in the same task.

If you want to use tasks to acquire or generate samples on multiple DAQ boards, you must configure a separate task for each of the devices (DAQ boards) being used.

Best regards

Manuel R
AE dans une autre vie
Message 3 of 5
(3,358 Views)
One more precision, if you try to configure channels from two different devices you will probably have the following error : "Error -200558 "
Manuel R
AE dans une autre vie
Message 4 of 5
(3,354 Views)
Thanks for your help
0 Kudos
Message 5 of 5
(3,348 Views)