The structure ST_VelocityLimit contains parameters used for specifying the velocity limitation in a section of the track.
Input |
Data type |
Description |
---|---|---|
lrVelocity |
LREAL |
The specified velocity of a carrier at i_lrStartPosition. |
lrStartPosition |
LREAL |
The specified start position that the carrier must have before velocity limitation. |
lrEndPosition |
LREAL |
The specified end position that the carrier must have after velocity limitation. |
lrGap |
LREAL |
The specified gap of the selected carrier to a carrier in front and/or a carrier behind for a section of the track with velocity limitation. If the value for the parameter lrGap is less than the minimum gap defined by the parameter SetRefMinGapToCarrierInFront and/or SetRefMinGapToCarrierBehind, the gap lrGap is internally set to the minimum gap SetRefMinGapToCarrierInFront or SetRefMinGapToCarrierBehind. |