Click or drag to resize

DecoderProfile Class

Configuration class for a position decoder.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.Device.PositionDecoderDecoderProfile

Namespace: RAYLASE.Marker.Device.PositionDecoder
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public class DecoderProfile

The DecoderProfile type exposes the following members.

Constructors
 NameDescription
Public methodDecoderProfileInitializes a new instance of the DecoderProfile class
Top
Properties
 NameDescription
Public propertyDistancePerCount Gets or sets the distance has moved after one decoder tick.
Public propertyEnableIndex Enables or disables the decoder's index input. If enabled then the index input is evaluated and resets the decoder position when asserted. If disabled then the index input is ignored, and the decoder position remains unchanged.
Public propertyInvertDirection 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.
Public propertySimulation Gets or sets the configuration data for simulating decoder.
Public propertySourceType The MarkOnTheFly source type.
Top
See Also