ST_EndAtTrackAdvancedOptions
Options for the "EndAtTrackAdvanced" command of the Planar Track.
Syntax
Definition:
TYPE ST_EndAtTrackAdvancedOptions :
STRUCT
thisTrackPartPositionIndex : UDINT;
otherTrackPartPositionIndex : UDINT;
linkOnlyInSpecifiedPartPositions : BOOL;
END_STRUCT
END_TYPEParameters
Name | Type | Default | Description |
|---|---|---|---|
thisTrackPartPositionIndex | UDINT | 0 | The index of the position in which the part of this track is for track connection. |
otherTrackPartPositionIndex | UDINT | 0 | The index of the position in which the part of the other track is for track connection. |
linkOnlyInSpecifiedPartPositions | BOOL | FALSE | If FALSE the tracks are connected not only in the given positions configuration of their parts but also in all other (geometrically compatible) locations, otherwise only the specified location is connected. |