Skip to content

PLCamera.EncoderOutputModeEnum Class#

Sets the conditions for the encoder control to generate a valid output trigger signal.

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#

 NameDescription
Public methodPLCamera.EncoderOutputModeEnum Initializes a new instance of the PLCamera.EncoderOutputModeEnum class
 

Properties#

 NameDescription
Public propertyDirectionDown

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

Public propertyDirectionUp

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

Public propertyMotion

Output trigger signals are generated for motion increments in both forward and backward direction of motion.

Applies to: racer 2 CXP

Public propertyName The full name of EncoderOutputMode (Overrides ParameterListEnum.Name.)
Public propertyOff

No output trigger signal is generated.

Applies to: racer 2 CXP

Public propertyPositionDown

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

Public propertyPositionUp

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#

 NameDescription
Public methodToString 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