![]() | Download Help (Windows Only) |
Specifies how to count and interpret the pulses the encoder generates on signal A and signal B. X1, X2, and X4 are valid for quadrature encoders only. TwoPulseCounting is valid for two-pulse encoders only.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 17.1.40.99
Visual Basic (Declaration) |
---|
Public Enumeration CIEncoderDecodingType |
C# |
---|
public enum CIEncoderDecodingType |
Member name | Description |
---|---|
TwoPulseCounting | Increment the count on rising edges of signal A. Decrement the count on rising edges of signal B. |
X1 | If signal A leads signal B, count the rising edges of signal A. If signal B leads signal A, count the falling edges of signal A. |
X2 | Count the rising and falling edges of signal A. |
X4 | Count the rising and falling edges of signal A and signal B. |
Helpful
Not Helpful