05-07-2008 03:50 PM
05-08-2008 06:31 PM
Hello Isaoz,
I see that you want to measure the period of your pulse train from falling edge
to falling edge.
I have looked into the task “Pulse Width or Period Meas Config.vi” and it
specifies that you have to use the Count Start.vi instead of using the control
tasks to prepare and arm the counter in the initialization stage. You can find
this task in Measurement I/O >> Data Acquisition >> Counter
>> Intermediate Counter >> Conter Start.vi. You will want to do this
before you enter your main program loop. So try using this instead of the control-arm and control
prepare vi’s that you have in your program.
Cheers.