ST_StartFromTrackAdvancedOptions
Options for the "StartFromTrackAdvanced" command of the Planar Track.
Syntax
Definition:
TYPE ST_StartFromTrackAdvancedOptions :
STRUCT
thisTrackPartPositionIndex : UDINT;
otherTrackPartPositionIndex : UDINT;
linkOnlyInSpecifiedPartPositions : BOOL;
END_STRUCT
END_TYPE
Parameters
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. |