‎12-14-2007 08:42 AM
‎12-17-2007 11:07 AM
‎12-18-2007 08:10 AM
Hi Chris,
Thanks for the reply, but that method only works with analog io. I actually found an example that does exactly what I need for my application. In the Example Finder under Hardware Input Output\DAQmx\Generating Digital Pulses\Gen Dig Pulse Train-Finite Dig Start.vi has a start delay as part of the DAQmx Create Channel (CO Pulse Generation-Frequency).vi - it is a control called Initial Delay. When a value is entered in that control that will be the delay of starting the finite pulse train once a trigger is received. The control can be set to any value down to 1 microsecond (as far as I tested it). Probably since this card has a 10MHz clock that delay could be set to less than 1 micro second, but for my application I need from 10 to 100 microsecond delay, so it works great.
Ed