MC_GAP_MODE_ON_TRACK

Indicates the way in which gap control is done on track.

Syntax

Definition:

TYPE MC_GAP_MODE_ON_TRACK :
(
    Invalid    := 0,
    Standard1D := 1,
    Fast1D     := 2
)UINT;
END_TYPE

Values

Name

Description

Invalid

Indicates no or invalid information, e.g. no connection or component not yet ready.

Standard1D

The Planar Mover keeps a distance to its neighbors on track that is at least the sum of gap and stop distance.

Fast1D

The Planar Mover keeps a distance to its neighbors on track that is at least the gap.