Click or drag to resize

DecoderProfileInvertDirection Property

Gets or sets a flag indicating whether the decoder position should be inverted. If the decoder is decrementing its position for a positive belt movement then the flag must be set, otherwise the flag must be cleared if the decoder is incrementing its position for a positive belt movement.

Namespace: RAYLASE.Marker.Device.PositionDecoder
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public bool InvertDirection { get; set; }

Property Value

Boolean
See Also