PLCamera.EncoderOutputModeEnum Class#
Applies to: racer 2 CXP
Visibility: Expert
Selected by: EncoderSelector
The feature documentation may provide more information.
Inheritance Hierarchy#
System.Object
Basler.Pylon.ParameterListEnum
Basler.Pylon.PLCamera.EncoderOutputModeEnum
Constructors#
Name | Description | |
---|---|---|
PLCamera.EncoderOutputModeEnum | Initializes a new instance of the PLCamera.EncoderOutputModeEnum class |
Properties#
Name | Description | |
---|---|---|
DirectionDown | Output trigger signals are generated for all position increments in backward direction of motion. Forward direction of motion is ignored. Applies to: racer 2 CXP | |
DirectionUp | Output trigger signals are generated for all position increments in forward direction of motion. Backward direction of motion is ignored. Applies to: racer 2 CXP | |
Motion | Output trigger signals are generated for motion increments in both forward and backward direction of motion. Applies to: racer 2 CXP | |
Name | The full name of EncoderOutputMode (Overrides ParameterListEnum.Name.) | |
Off | No output trigger signal is generated. Applies to: racer 2 CXP | |
PositionDown | Output trigger signals are generated for all new position increments in backward direction of motion. If the encoder reverses, no output trigger signals are generated until it has again passed the position where the reversal started. Applies to: racer 2 CXP | |
PositionUp | Output trigger signals are generated for all new position increments in forward direction of motion. If the encoder reverses, no output trigger signals are generated until it has again passed the position where the reversal started. Applies to: racer 2 CXP |
Methods#
Name | Description | |
---|---|---|
ToString | The full name of EncoderOutputMode (Overrides Object.ToString()()()().) |
PLCamera.EncoderOutputModeEnum.ToString Method#
The full name of EncoderOutputMode
Return Value#
Type: String
Returns the full name of EncoderOutputMode
PLCamera.EncoderOutputModeEnum Constructor#
Initializes a new instance of the PLCamera.EncoderOutputModeEnum class
PLCamera.EncoderOutputModeEnum.DirectionDown Property#
Output trigger signals are generated for all position increments in backward direction of motion. Forward direction of motion is ignored.
Applies to: racer 2 CXP
PLCamera.EncoderOutputModeEnum.DirectionUp Property#
Output trigger signals are generated for all position increments in forward direction of motion. Backward direction of motion is ignored.
Applies to: racer 2 CXP
PLCamera.EncoderOutputModeEnum.Motion Property#
Output trigger signals are generated for motion increments in both forward and backward direction of motion.
Applies to: racer 2 CXP
PLCamera.EncoderOutputModeEnum.Name Property#
The full name of EncoderOutputMode
PLCamera.EncoderOutputModeEnum.Off Property#
No output trigger signal is generated.
Applies to: racer 2 CXP
PLCamera.EncoderOutputModeEnum.PositionDown Property#
Output trigger signals are generated for all new position increments in backward direction of motion. If the encoder reverses, no output trigger signals are generated until it has again passed the position where the reversal started.
Applies to: racer 2 CXP
PLCamera.EncoderOutputModeEnum.PositionUp Property#
Output trigger signals are generated for all new position increments in forward direction of motion. If the encoder reverses, no output trigger signals are generated until it has again passed the position where the reversal started.
Applies to: racer 2 CXP