CDT_MCTOPLC_PLANAR_MOVER_STD
CDT provides current general information about the planar mover.
Syntax
Definition:
TYPE CDT_MCTOPLC_PLANAR_MOVER_STD :
STRUCT
MoverOID : OTCID;
GroupOID : OTCID;
State : MC_PLANAR_STATE;
CommandMode : MC_PLANAR_MOVER_COMMAND_MODE;
Busy : MoverBusy;
ErrorCode : HRESULT;
END_STRUCT
END_TYPEParameters
|
Name |
Type |
Description |
|---|---|---|
|
MoverOID |
OTCID |
Object id of the planar mover. |
|
GroupOID |
OTCID |
Object id of the planar group the mover is in. |
|
State |
State of the planar mover, e.g. enabled. | |
|
CommandMode |
Command mode of the planar mover, e.g. onTrack. | |
|
Busy |
Busy state of the planar mover. | |
|
ErrorCode |
HRESULT |
Error code of the planar mover. |