07-19-2006 03:39 PM
07-20-2006 04:56 PM
Hi Ryan,
I couldn't really tell much from the picture that you posted. Are you just trying to output a single pulse or do you want to output a pulse train? I recommend taking a look at some of the example in the LabVIEW Example Finder. You can find these in Help >> Find Examples >> Hardware Input and Output >> DAQmx >> Generating Digital Pulses. Hope this helps.
Regards,
Hal L.
07-24-2006 10:45 AM
07-26-2006 08:24 AM
Hello Ryan,
What you are seeing is expected behavior. With a single pulse, only one counter is needed to generate the pulse so the second half (the low time) is not counted. With multiple pulses 2 counters are used, one to count and one to gate the counter so the wait until done must wait on both counters.
Hope this helps,
Andrew