LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

meanings of counter/timer signals

Hi I cannot find info for the definitions on those counter and timer signals.
Like what do those signals mean:-
CTR 0 SCR means source that is timerbase?
CTR 0 gate means that is used to control the gating of the pulses, used for counting and time measurements
Are they correct?
 
What abt AUX? OUT? A? Z? B?
 
Pls advise. Thanks 
Clement
0 Kudos
Message 1 of 3
(2,894 Views)

Here's some info to get started.  For *most* counter apps:

SRC - active edges at the SOURCE input cause the value in the count register to change.  Default settings are typically that rising edges will increment the count.

GATE - this is a "control" input which has distinctly different effects for different counter modes. 

A. When configured for "pause triggering", the digital state of the GATE signal controls whether or not the source edges have an effect.  The behavior is like AND'ing the gate signal with the source signal.

B. When configured for hardware-timed sampling, active edges at the GATE input cause the instantaneous count value to be sampled and stored in the data acq buffer.

C. When configured in encoder position measurement mode, the GATE input is typically used to hardware-reset the count to 0 at a specific encoder position.

AUX - another special input.  Used as the "B" signal for quadrature encoders and can also be used for two signal separation measurement.

A,B,Z - terminology used for quadrature encoders.  These signals map to SRC, AUX, and GATE respectively.

OUT - the terminal where pulses are generated when configured for pulse generation.  

-Kevin P.

ALERT! LabVIEW's subscription-only policy came to an end (finally!). Unfortunately, pricing favors the captured and committed over new adopters -- so tread carefully.
Message 2 of 3
(2,877 Views)
Hi Kevin,
Thanks
Clement
0 Kudos
Message 3 of 3
(2,847 Views)