Thanks for the help. Actually, we've decided we can accomplish what we need with just a single card. We'll try to replace the Scan_to_disk using DAQmxReadAnalogF64 function. However I'm really lost in the terminology.
What exactly is a 'scan'? How does a scan work with multiple channels using a scan sequence?
Basically I am working with a device that 'scans' 63 channels using the Scan_to_disk function.
The setup from the original code is 'SCAN_to_Disk(1, 63, Array_of_channel_scan_sequence, Array_of_gains, filename, 151200, 250000.0, 2000, 0)'
Here we setup 63 channels, that are scanned in a sequence defined by the array. They are then given a gain setting and put into a file.
What I don't understand is how Scans relate to sampleRate (250000.00), ScanRate (2000) . Also, what does the unit pts/s correspond to in sample rate?
Thanks again.