MoveY

MoveY 1:

Initiates a movement for the y component.

Syntax

Definition:

METHOD MoveY
VAR_INPUT
    commandFeedback : Reference To MC_PlanarFeedback;
    targetPosition  : LREAL;
    refSys          : OTCID;
    constraint      : Reference To IPlcDynamicConstraint;
END_VAR

MoveY 2: Inputs

Name

Type

Description

commandFeedback

Reference To MC_PlanarFeedback

The feedback object for the command.

targetPosition

LREAL

Target position [mm] for the movement.

refSys

OTCID

Reference system of the target position.

constraint

Reference To IPlcDynamicConstraint

Dynamic constraints for this movement.