07-29-2008 10:21 AM
07-30-2008 03:54 PM - edited 07-30-2008 03:55 PM
Hi Chris,
Let me know if the screen shoot helps, you will find it by
clicking on help->find example. Then the Counter Output create task VI the
first one in most of the examples has an input for the delay. NI-DAQmx: Generating a 40
MHz Pulse Train with Counter Output is another example that might give you a hand.

08-12-2008 02:04 PM
08-13-2008 11:00 AM
Hi Chris,
If I’m not mistaken, every time the loop goes around it will try to create a new task when the device is still reserved and you have not leared the task. I ave attached a small code that generates the pulse like you are specified this might help ou get tarted. Couple of tips, I can see that you can easily generate a 1 Hz ignal, you can use the internal output of the ctr0 as the source of ticks for counter 1, count 5 ticks and generate a pulse, you can also elay ctr 1 an x amount of ticks.
I hope it helps,