DAQCounterDecoding Enumeration
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Specifies the method used to count and interpret the pulses the encoder generates on signal A and signal B. Decoding1X, Decoding2X, and Decoding4X are valid for quadrature encoders only.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Member name | Description |
|---|---|
| Decoding1X | If signal A leads signal B, counts the rising edges of signal A. If signal B leads signal A, counts the falling edges of signal A. |
| Decoding2X | Counts the rising and falling edges of signal A. |
| Decoding4X | Counts the rising and falling edges of signal A and signal B. |
| DecodingPulseCounting | Increments the count on rising edges of signal A. Decrements the count on rising edges of signal B. |