The enumeration ET_PosMode specifies the positioning modes for the movement of the carrier.
For a visual illustration of the positioning mode options, refer to the video sequences accessible via the table below.
Name |
Value (INT) |
Description |
|
---|---|---|---|
Relative |
0 |
Relative positioning of the carrier in relation to its actual position.(1)
NOTE: This positioning mode is only allowed for the move command MoveDirectly (see MoveDirectly – Start).
|
|
Absolute |
1 |
Absolute positioning of the carrier.(1)
The movement direction depends on the target position (in mm) on the track:
NOTE: This positioning mode is only allowed for the move command MoveDirectly (see MoveDirectly – Start).
|
|
AbsoluteForward |
2 |
Absolute positioning of the carrier in forward direction.(2) |
|
RelativeForward |
3 |
Relative positioning of the carrier in forward direction.(2) |
|
AbsoluteBackward |
4 |
Absolute positioning of the carrier in backward direction.(2) |
|
RelativeBackward |
5 |
Relative positioning of the carrier in backward direction.(2) |
|
(1) In this positioning mode, the parameter i_lrTarget is not limited to the track length as specified by the parameter lrTrackLength when the track in question is a closed track. (2) In this positioning mode, the parameter i_lrTarget is limited to the track length as specified by the parameter lrTrackLength. For more information on the track length, refer to lrTrackLength. |