EModuloDirection
Direction of travel for modulo positioning.
Syntax
Definition:
TYPE EModuloDirection :
(
ShortestDistance := 0,
PositiveDirection := 1,
NegativeDirection := 2
)UINT;
END_TYPEValues
|
Name |
Description |
|---|---|
|
ShortestDistance |
Move in the direction that results in the shortest travel distance. |
|
PositiveDirection |
Always move in the positive direction to reach the target. |
|
NegativeDirection |
Always move in the negative direction to reach the target. |