NI-DAQmx .NET Framework 4.5 API Reference

CIEncoderZIndexPhase Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
CIEncoderZIndexPhase Enumeration
Specifies the states at which signal A and signal B must be while signal Z is high for NI-DAQmx to reset the measurement. If signal Z is never high while signal A and signal B are high, for example, you must choose a phase other than AHighBHigh.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302

Syntax

public enum CIEncoderZIndexPhase
Public Enumeration CIEncoderZIndexPhase

Members

  Member nameValueDescription
AHighBHigh10040Reset the measurement when signal A and signal B are high.
AHighBLow10041Reset the measurement when signal A is high and signal B is low.
ALowBHigh10042Reset the measurement when signal A is low and signal B high.
ALowBLow10043Reset the measurement when signal A and signal B are low.

Remarks

Specifies the states at which signal A and signal B must be while signal Z is high for NI-DAQmx to reset the measurement. If signal Z is never high while signal A and signal B are high, for example, you must choose a phase other than AHighBHigh. Use this enumeration to get or set the value of EncoderZIndexPhase.

See Also

Log in to get a better experience