IL:routeActivationSection

From railML 3 Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Introduction

Documentation

Syntax

Autoexport from the XML-Schema for element IL:routeActivationSection of railML® version 3.2
Documentation Description of the route activation, i.e. automatic setting or locking when the route entry is approached.
Subschema interlocking
Parents* route
Children activationSection (1..*), designator (0..*)
Attributes:
  • automaticReleaseDelay: Delay in seconds between the moment that the route is locked on the ground that the approach section turned occupied, and the release of the route. This delay for automatic release would typically be used when an approach train stops in an approach section but fails to enter the route. (optional; xs:duration),

  • delayForLock: The delay in seconds between the moment the approach section changes from vacant to occupied and the moment the route the interlocking locks the route. (optional; xs:duration),

  • id: unique identifier (obligatory; xs:string; patterns: (urn:uuid:)?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}}); compare: Dev:Identities
*Notice:
Elements may have different parent elements. As a consequence they may be used in different contexts.
Please, consider this as well as a user of this wiki as when developing this documentation further.
Aspects that are only relevant with respect to one of several parents should be explained exclusively in the documentation of the respective parent element.

Autoexport from the XML-Schema for element IL:routeActivationSection of railML® version 3.1
Documentation Description of the route activation, i.e. automatic setting or locking when the route entry is approached.
Subschema interlocking
Parents* route
Children activationSection (1..*), any (0..*), designator (0..1)
Attributes:
  • delayForLock: The delay in seconds between the moment the approach section changes from vacant to occupied and the moment the route the interlocking locks the route. (optional; xs:duration),

  • automaticReleaseDelay: Delay in seconds between the moment that the route is locked on the ground that the approach section turned occupied, and the release of the route. This delay for automatic release would typically be used when an approach train stops in an approach section but fails to enter the route. (optional; xs:duration),

  • id: unique identifier (optional; xs:ID; patterns: (urn:uuid:)?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}}); compare: Dev:Identities
*Notice:
Elements may have different parent elements. As a consequence they may be used in different contexts.
Please, consider this as well as a user of this wiki as when developing this documentation further.
Aspects that are only relevant with respect to one of several parents should be explained exclusively in the documentation of the respective parent element.


Changes 3.1→3.2

The children have changed.

The attributes have been changed.

Semantics

Best Practice / Examples

The route activation stands for two different scenarios. Commonly, the signalman or control system calls a route, which the interlocking then prepares. The route is activated (=locked) either after a given delay but more generally after an activation section turns occupied. This indicates an approaching train and the route shall not be released without special precautions. In the second scenario the automatic route setting is triggered as defined in route activation, i.e. on occupation of the referred track section the interlocking is triggered to set the related route. Usually the definition of the activation data is independently of the scenario, which it is used for.

A route may refer to a route activation section, which contains:

  • @delayForLock – This is the time between the moment the approach section turns from vacant to occupied and the moment the interlocking locks the route.
  • @automaticReleaseDelay – This is time between the moment that the route is locked because the approach section turned occupied, and the possible release of the route. This delay for automatic delay would typically be used when an approach train stops in an approach section but fails to enter the route.
  • <activationSection> – This is the reference to the TVD section activating the route when this section turns from vacant to occupied. The activation means setting the route or lock it due to the approaching train.

The example shows the route is activated when the section in rear of the route entry is occupied.

<routeActivationSection id="rt_act01" delayForLock="PT2S" automaticReleaseDelay="PT5S">
        <designator register="_SimpleRegister" entry="activation Route_68N1_69A"/>
        <activationSection ref="A02T"/>
</routeActivationSection>

Additional Information

Notes

Open Issues