CDT_MCTOPLC_ENCODER_AXIS_ACT

CDT provides current actual values from encoder axis.

Syntax

Definition:

TYPE CDT_MCTOPLC_ENCODER_AXIS_ACT :
STRUCT
    IsConnected  : BOOL;
    Position     : LREAL;
    Velocity     : LREAL;
    Acceleration : LREAL;
END_STRUCT
END_TYPE

Parameters

Name

Type

Description

IsConnected

BOOL

TRUE if the data area is connected and data is being received from MC.

Position

LREAL

Current actual position of the encoder axis.

Velocity

LREAL

Current actual velocity of the encoder axis.

Acceleration

LREAL

Current actual acceleration of the encoder axis.

Versionsinformation

  • TwinCAT Standard >= v3.1.4026.23.1
  • TF5500 MC3 Base >= v4.0.6