CDT_MCTOPLC_PLANAR_MOVER_SET
CDT provides the current planar mover setpoint.
Syntax
Definition:
TYPE CDT_MCTOPLC_PLANAR_MOVER_SET :
STRUCT
SetPos : MoverVector;
SetVelo : MoverVector;
SetAcc : MoverVector;
DcTimeStamp : ULINT;
PhysicalAreaID : UDINT;
END_STRUCT
END_TYPEParameters
|
Name |
Type |
Description |
|---|---|---|
|
SetPos |
Current position. | |
|
SetVelo |
Current velocity. | |
|
SetAcc |
Current acceleration. | |
|
DcTimeStamp |
ULINT |
Current time stamp. |
|
PhysicalAreaID |
UDINT |
Current physical area id. |