03-23-2011 02:09 AM
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!
Solved! Go to Solution.
03-23-2011 10:20 AM
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.
03-24-2011 01:52 AM
Hi Seth,
i found this here: http://zone.ni.com/devzone/cda/tut/p/id/5471 which helped me out.
Thanks for your answer!