I am using the register-level programming manual and the DAQ-STC product manual to write a real-time driver for the E series boards for my application. I am using an external trigger to start and initiate the scans. I want to perform 180 samples on channel 0, pause for 180 pulses (ghost?), then perform 180 samples on channel 1, pause..., 180 on channel 2, pause..., 180 on channel 3, pause..., then restart. As I mentioned, the start of this sequence will be triggered externally on PFI0 via TTL and each sample will be triggered externally on PFI1.
How can I set this up? I can do the 180 samples on channel 0, but the configuration buffer is not big enough to program in all the samples (180x4 + 180x4 ghost) at the beginning. Is there a way to set
this up?
The data needs to be collected with respect to an encoder position, and not with respect to time, which is the reason for the external triggering.
Thanks,
Jason