MoveToPosition

MoveToPosition 1:

Initiates a direct movement to the specified position.

Syntax

Definition:

METHOD MoveToPosition
VAR_INPUT
    commandFeedback : Reference To MC_PlanarFeedback;
END_VAR
VAR_IN_OUT
    targetPosition  : PositionXYC;
END_VAR
VAR_INPUT
    constraint      : Reference To IPlcDynamicConstraint;
    options         : Reference To ST_MoveToPositionOptions;
END_VAR

MoveToPosition 2: Inputs

Name

Type

Description

commandFeedback

Reference To MC_PlanarFeedback

The feedback object for the command.

constraint

Reference To IPlcDynamicConstraint

Dynamic constraints for this movement.

options

Reference To ST_MoveToPositionOptions

Options for the movement.

MoveToPosition 3: In/Outputs

Name

Type

Description

targetPosition

PositionXYC

Target position for the movement.