09-27-2005 02:55 PM
09-29-2005 07:19 AM
09-29-2005 09:51 AM
Kinda of a followup related question here. Several months back while investigating a different issue, I noticed that the CO.PulseDone property would become True just a little too early.
In my setup, I wired a DO bit to act as the counter timebase source so I could manually feed it edges via a front panel boolean button. For a case where the idle state was low, the property CO.PulseDone would become True one source edge earlier than the actual counter output would transition from high to low.
Any ideas why? Does it behave differently now under newer versions of DAQmx? Does it act this way when setup for retriggerable pulse generation? (I didn't test it in that mode and I'm not near acq. hw now)
-Kevin P.
09-29-2005 10:01 AM
I solved this problem using retriggerable control.
I connected one DO to the counter gate and it works just fine for my application.
The pulses only start when the DO goes from low to high.
Thanks everyone for your help!
09-29-2005 05:13 PM
09-30-2005 08:18 AM
09-30-2005 08:48 AM