01-16-2007 06:39 PM
01-17-2007 06:19 PM
Hello Rehan,
The solution you are suggesting is definitely an option. Something else that you can also try is acquiring data for the first card on the rising edge of a clock signal and then acquire a data point using the second card on the falling edge of the clock signal. This way you would essentially be doubling the sampling rate using two cards of same sampling rate and you can share clock signals over the RTSI line.
If you look at the example Cont Acq&Graph Voltage-Int Clk, located in Help->Find Examples, if you are using LabVIEW, you will see the DAQmx Timing.vi on which you can specify whether you want to use a rising or falling edge. So, you can use this method on the two different cards and use rising edge for one and falling edge for the other.
Thank you,
Raajit