03-26-2008 10:19 PM
03-27-2008 10:55 AM
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.
04-07-2008 09:26 PM