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_TYPEParameters
|
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. |