MoveVelocityY
Initiates a movement for the y component.
Syntax
Definition:
METHOD MoveVelocityY
VAR_INPUT
commandFeedback : Reference To MC_PlanarFeedback;
targetVelocity : LREAL;
constraint : Reference To IPlcDynamicConstraint;
END_VAR
Inputs
|
Name |
Type |
Description |
|---|---|---|
|
commandFeedback |
Reference To MC_PlanarFeedback |
The feedback object for the command. |
|
targetVelocity |
LREAL |
Target velocity [mm/s] for the movement. |
|
constraint |
Reference To IPlcDynamicConstraint |
Dynamic constraints for this movement. |