ST_PassBy - General Information
Type: |
Data structure |
Available as of: |
V1.1.4.0 |
Inherits from: |
- |
Versions: |
Current version |
This structure is used to set the parameter for one station in PassBy operation. If none of the parameters are set, the station behaves as if they do not exist and simply passes the trains to the next station.
Variable |
Data type |
Description |
---|---|---|
stMove |
Motion parameter for the PassBy motion. In doing so, the train continues to move from lrStationPos + lrPassByMoveOffset with the specified parameters and when the lrStationPos has been reached, changes to the stDepartureMove parameters. Refer to ST_Movement. |
|
stDepartureMove |
Motion parameter or the run from this station to the next. If no parameters have been set, the departure parameters are used from the previous station. Refer to ST_Movement. |
|
lrPassByMoveOffset |
LREAL |
Offset relative to the lrStationPos from the point where the train continues to move with stMove. NOTE: lrPassByMoveOffset must be negative to be taken into account. It should not be larger than the distance to the previous station. A positive value does not have an effect. In case of lrPassByMoveOffset=0, an error message is created. |