MoveC
Initiates a movement for the c component.
Syntax
Definition:
METHOD MoveC
VAR_INPUT
commandFeedback : Reference To MC_PlanarFeedback;
targetPosition : LREAL;
constraint : Reference To IPlcDynamicConstraint;
options : Reference To ST_MoveCOptions;
END_VAR
Inputs
Name |
Type |
Description |
---|---|---|
commandFeedback |
Reference To MC_PlanarFeedback |
The feedback object for the command. |
targetPosition |
LREAL |
Target position for the movement. |
constraint |
Reference To IPlcDynamicConstraint |
Dynamic constraints for this movement. |
options |
Reference To ST_MoveCOptions |
Options for the rotation. |