LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to synchronize two NI9215 DAQmx cards?

Solved!
Go to solution

Hi there,

I'm using two NI9215 DAQmx cards (4ch simultaneous sampling analog inputs) in a chassis type cDAQ-9174.

Since I need to aquire 8 channels simultaneously I've two NI9215 cards.

 

My question is how do I configure these cards to be synchonized?

 

I'm using LabVIEW2009 SP1 Dev. Suite

 

Thanks for answers!

0 Kudos
Message 1 of 3
(2,593 Views)
Solution
Accepted by topic author _EMG_

One of the beautiful things about CompactDAQ is that you can put multiple modules of the same time (Analog, Digital, etc.) into the same task and they are automatically synchronized.  So, to synchronize the two modules, create one Analog Input task and reference the channels as "cDAQ1Mod1/ai0:3, cDAQ1Mod2/ai0:3".  This will automatically synchronize the two modules together.

Seth B.
Principal Test Engineer | National Instruments
Certified LabVIEW Architect
Certified TestStand Architect
Message 2 of 3
(2,582 Views)

Hi Seth,

i found this here: http://zone.ni.com/devzone/cda/tut/p/id/5471 which helped me out.

 

Thanks for your answer!

0 Kudos
Message 3 of 3
(2,572 Views)