12-10-2008 09:06 AM
Hi Ceties,
In fact, if you want to generate just single pulse each time trigger is received, it is enough to use only one counter, and set it in retriggerable mode. You can find simple example in example finder - Hardware Input and Output -> DAQmx -> Generating Digital Pulses -> Gen Dig Pulse-Retriggerable.vi.
However, if you don't have any free counter on your board, there is no hardware-based solution available with your card you could think about. You can use software-based timing as was described hereinbefore. However, you need to keep in mind, that such a sloution would introduce instability with timing delay. This means, that instead of delaying the pulse by specified 100ms, you could receive delay anywhere near (for example 120ms or 144). This instability in timing is caused by non-real-time operating system (Windows).
If you have further questions, let me know.
Martin
12-10-2008 09:11 AM