Counter/Timer

cancel
Showing results for 
Search instead for 
Did you mean: 

Dig Read Write with Counter.vi

Hi, I have a question for the
Multi-Function-Synch Dig Read Write With Counter.vi example that ships with labview.

I don't understand how the CO Pulse Freq vi works or how it works as a timer for the digital IO. Can anyone explain to me how it works?

Thanks a lot!

Sunny
0 Kudos
Message 1 of 2
(3,711 Views)
Both of the digital input/output tasks in this example are "correlated" meaning they require an external clock to latch in the digital data.  This example uses the on board counters to generate a pulse train and then uses that pulse train as an external clock for the digital I/O tasks.  By varying the frequency of the pulse train you are essentially varying the frequency of the clock used by the digital tasks.  The nice thing is that all of this pulse train to clock routing is done internally. 
0 Kudos
Message 2 of 2
(3,697 Views)