Click or drag to resize

PositionDecoderRole Enumeration

Defines the role associated with a given position decoder. When MarkOnTheFly is involved, a primary decoder is supposed to detect the position in the belt's direction, while secondary and tertiary decoders detect (when required to) belt's perpendicular movements. Note that this is just a convention, as the direction relative to the belt can be freely configured for each decoder.

Namespace: RAYLASE.Marker.Device.PositionDecoder
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public enum PositionDecoderRole
Members
Member nameValueDescription
Primary0 Primary decoder role. When MarkOnTheFly is involved, a primary decoder is supposed to detect the position in the belt's direction
Secondary1 Secondary decoder role. When MarkOnTheFly is involved, a secondary decoder is supposed to detect one of the belt's perpendicular movements.
See Also