MoveX

MoveX 1:

Initiates a movement for the x component.

Syntax

Definition:

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

MoveX 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.