MC_GAP_MODE_ON_TRACK
Indicates the way in which gap control is done on track.
Syntax
Definition:
TYPE MC_GAP_MODE_ON_TRACK :
(
Standard1D := 1,
Fast1D := 2
)UINT;
END_TYPE
Values
Name |
Description |
---|---|
Standard1D |
The Planar Mover keeps a distance to its neighbours on track that is at least the sum of gap and stop distance. |
Fast1D |
The Planar Mover keeps a distance to its neighbours on track that is at least the gap. |