Counter/Timer

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I use a counter as a Digital output?

I am currently using Hardware Analog triggering routed to the gate of Counter0 to give pulses triggered from a sine wave. I want to be able to stop the pulse train and set the output of Counter 0 to High (switching off analog trigger sets Counter 0 to Low)
0 Kudos
Message 1 of 2
(3,249 Views)
Martin;

To stops the geneartion of the pulse train, you can call the Control.vi and sets the Disarm action on it, somewhere on your code, when the condition you want to stop the generation happens.
When that VI is executed, the counter will stop the generation.
Hope this helps.
Filipe
0 Kudos
Message 2 of 2
(3,249 Views)