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.PositionDecoderAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntaxpublic enum PositionDecoderRole
MembersMember name | Value | Description |
---|
Primary | 0 |
Primary decoder role. When MarkOnTheFly is involved, a primary decoder is supposed to detect the position in the belt's direction
|
Secondary | 1 |
Secondary decoder role. When MarkOnTheFly is involved, a secondary decoder is supposed to detect one of the belt's perpendicular movements.
|
See Also