LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to synchronize signal generation in three different modules(cDAQ)

I am using cDAQ (USB type) -9178 chassis with two NI-9264 & one 9265 cards. I am generating three different signals for 3sec duration on all the three cards. How to synchronize all the three cards signal generation ?  I am attached the code .I am using LabVIEW 2009.
0 Kudos
Message 1 of 2
(2,591 Views)

Hi Kumar,

 

Your attached VI creates three different tasks, one for each module.  The cDAQ-9178 only supports one continuous analog output task at a time, and in order to synchronize them, you want all the modules in the same task anyway.  Create one task and call DAQmx Create Channel sequentially for the channels from each module.

 

Regards,
Kyle

0 Kudos
Message 2 of 2
(2,580 Views)