ST_MoveOnTrackOptions

Options for the "MoveOnTrack" command of the Planar Mover.

Syntax

Definition:

TYPE ST_MoveOnTrackOptions :
STRUCT
    gap             : LREAL;
    direction       : MC_DIRECTION;
    additionalTurns : UDINT;
    moduloTolerance : LREAL;
END_STRUCT
END_TYPE

Parameters

Name

Type

Default

Description

gap

LREAL

200.0

Minimal distance to next Planar Mover on track.

direction

MC_DIRECTION

MC_DIRECTION.mcDirectionNonModulo

Direction in which the target is approached.

additionalTurns

UDINT

0

Addition turns to move in modulo movement (positive or negative).

moduloTolerance

LREAL

0.0

Tolerance "window" in modulo movement.