05-23-2007 04:17 PM
05-24-2007 12:23 PM
Hi Steve,
You can use a DAQmx property node to determine when the counter output has begun. Use the Counter Output.OutputState (see picture), which will tell you the level of the counter, and look for a change in state to determine when the counter has begun.
05-24-2007 12:38 PM
Thanks David, that's easier than using a timed loop. I see that DAAQmx Channel > CO.OutputState has values of 10192 for its High state and 10214 for its Low state.
I also notice that CO.Count initializes to 1 when the counter is waiting for an external trigger and then begin counting from there once triggered.
Steve
05-24-2007 12:42 PM