08-17-2011 12:04 PM
(Sorry, I have little DAQ experience)
I am using a USB-6211 and I am wondering about the best way to do the following using exact hardware timing:
(1) start AI (a couple of thousand points at 1KHz)
(2) change a digital output (e.g.) exactly 100ms after AI starts.
I assume that a pure software solution would have too much jitter.
08-17-2011 01:00 PM - edited 08-17-2011 01:01 PM
Hi altenbach,
Since the DO subsystem is software-timed only on the 6211, you should use a counter output to do this. Something like the following:
The only caveat is that the digital line will return to its default state once the counter output task is cleared. In the above case the line will stay high long enough for you to complete your AI measurement (30s is somewhat arbitrary but it is easily long enough for the AI task to complete).
Best Regards,