Click or drag to resize

QuadratureDecoderModule Class

QuadratureDecoder module that can be used with MotF
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3ConfigBase
    RAYLASE.SPICE3QuadratureDecoderModule

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public class QuadratureDecoderModule : ConfigBase

The QuadratureDecoderModule type exposes the following members.

Properties
 NameDescription
Public propertyDistancePerCount Gets or sets the distance the belt moves for one encoder count (or tick).
Public propertyEnableIndex Enables or disables the Quadrature Decoder's index input.
Public propertyInvertDirection Gets or sets a flag indicating whether the Quadrature Decoder should invert the incoming encoder position.
Public propertySimulateEncoder Enables or disables the encoder-simulator module for this Quadrature Decoder.
Public propertySimulationAcceleration Gets or sets the acceleration rate of the simulated encoder.
Public propertySimulationSpeed

Gets or sets the speed of the simulated encoder.

Top
Remarks
For more information read MOTF Configuration
See Also