UC:IL:InterlockingEngineering: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
mNo edit summary
mNo edit summary
Line 128: Line 128:
|-
|-
| Element grouping || Grouping of elements for various operational purposes
| Element grouping || Grouping of elements for various operational purposes
- call-on<br>
- element blocking<br>
- emergency stop group<br>
- emergency stop group<br>
- point heating group<br>
- point heating group<br>

Revision as of 07:40, 14 August 2018

Interlocking module engineering data
Subschema: Interlocking
Stift.png (version(s) 3.1)
For general information on use cases see UC:Use cases


Use case / Anwendungsfall

Interlocking module engineering data ; Stellwerksprojektierung ;

Description / Beschreibung

The process of creating an interlocking is three-tiered.

  1. The manufacturer designs an interlocking platform with an operating system and appropriate hardware to operate field elements such as points, signals, track sections, axle counters, etc.
  2. The manufacturer implements the Infrastructure Manager’s (IM) rules and regulations (german Betriebsordnung) in software. The behaviour of the interlocking is customised to meet the IM’s requirements. This stage is a one-off process per IM and includes functions particular to railway administrations such as overlap, signal aspects and flank protection. Once these national rules have been implemented in generic software, they remain fixed. The functional behaviour of an interlocking now reflects the IM’s rulebook for interlocking.
  3. Customise, i.e. engineer, the interlocking to match individual stations. The interlocking is custom-tailored to operate points, sections, signals and so on. This engineering process (Projektierung, ) of course depends on the layout of the individual station. Every interlocking is different.

Figure 1 three-tiered Interlocking production process

Stage C, the engineering process, is extremely costly. The overwhelming majority of data are taken from (paper) plans. Data exchange between IM and supplier takes the shape of graphical plans, tables or plain language requirement documents. These plans often are a print-out from suppliers proprietary tools. The manual conversion of the data from paper into the supplier’s tool chain is likely to introduce errors that must be found and corrected by testing.

Automated exchange and conversion of railML data, rather than picking data from paper plans, into the suppliers tool chain will reduce cost. Better still, if the input data are known to be correct, validation costs will fall drastically. The latter should be the principal reason to adopt a common exchange format.

This use case concerns the exchange of engineering data for tailoring an interlocking to fit a station.

This use case focuses on "legacy" interlockings and signalling systems. The latter indicates that data can be used for the purpose of configuring ETCS systems. Note that the Eulynx project, with whom railML cooperates, defines data in terms of types and attributes mainly for the purpose of asset Management. These Eulynx-defined asset data are internal to the IM whereas railML focuses on data exchange. Infrastructure Managers keep planning data needed to build an interlocking that they wish to convey to suppliers of interlocking equipment in a standard format. Note that data are safety relevant and must respect the restrictions of signalling rules of the railways. To-build data flow from IM to suppliers. The latter enrich the data with specific design information that flows back to the Infrastructure Manager (as-built). To-build and as-built data will be in railML format.

Figure 2 simplified engineering workflow with railML


Above figure shows the position of railML in the data exchange process.

Data Flows and Interfaces / Datenflüsse und Schnittstellen

The railML IL scheme will hold data that manufacturers’ tools can easily extract.

Information Category:

  • Topology (origin: railML IS schema or classic track plan)
  • Track Elements (signals, points, sections…) (origin: railML IS schema or classic track plan)
  • Interlocking relations (origin: railML IS schema or classic track plan or plain text requirements.)
  • Control tables (origin: Track plan or spreadsheets)
  • Signal aspect relations (origin: Classic signal plan)
  • Signalled speeds (origin: Classic signal plan)
  • Timers (e.g. for throwing points, revoking signals, etc) (origin: Railway regulations or other plain text requirements)

The focus should be on data reliability because IL and IS data will be used for producing SIL-4 interlocking.

Interference with other railML® schemas / Interferenz mit anderen railML®-Schemen

Main input for interlocking engineering are the track elements points, signals, sections. The interlocking needs to know the properties of these elements and their topology that the Infrastructure Schema describes. Therefore, the railML IL scheme will extensively refer to track elements that are defined in the IS scheme. The version of the IS scheme (3.0, 3.1, ...) will be less relevant.

The new IL schema will mainly model interlocking relations between infrastructure elements.

See also: Exchange of planning parameters for interlocking with suppliers

Characterizing Data / Charakterisierung der Daten

This section serves to specify the required data regarding certain aspects.

Main items Detailed description
Topology Inclusion of use case "Schematic Track Plan" (SCTP)
Track IS:Track

- relation to neighbours: IS:track (trackBegin, trackEnd)
- Relation to OCP

TVD section IL:TvdSection

- relation to track(s): @relatedToTrack
- kind of train detection (IS:trainDetectionElement @type - gives indirect information of used way of detection)

Point/Derailer IL:MovableElement (IL:switchPoint @switchType/IL:derailerIL)

- relation to TVD section
- relation to neighbours right/left/tip (tracks/points)
- automatic switch back: IL:switchPoint @autoNormalisation, @preferredPosition
- lack of clearance: IL:switchPoint @hasFoulingTrainDetector
- number of point machines: @numberOfBladePointMachines, @numberOfFrogPointMachines
- relation to power supply (for number of simultaneous operated points): @connectedToPowerSupply
- relation to point (for single/double slip points, coupled points etc): @relatedMovableElement
- position relation/restriction to related point (for single slip point): @hasPositionRestriction

Key lock IL:Masterlock

- relation to the keylocked element: @takesControlOf
- flag for automatic key release on trigger condition (mainly for keylock on block line/siding): @automaticKeyRelease
- flag for automatic key locking on return of the key, i.e. only one time usage permitted: @automaticKeyLock
- timer for automatic revocation of key request: @keyRequestTimer
- timer for automatic revocation of key authorization: @keyAuthoriseTimer
- physical interface to control key lock element (set of commands and messages transferred via the interface): @hasInterface

Signal IS:Signal, IL:SignalIL

- basic functional type for main signals (entry/exit/junction/intermediate/ block)
- physical configuration (lamps), possible signal aspects
- call-on aspect timer

Level crossing IS:LevelCrossing, IL:LevelCrossingIL

- basic type definition (autonomous, half/one sided controlled, full controlled): IL:LevelCrossingIL @isLXtype
- related track element, TVD section: IS:LevelCrossing @trackPosition, IL:LevelCrossing @relatedToTvdSection
- LX approach/activation conditions: IL:ActivationCondition @isActivatedBy
- protection type (light signals, barriers): IS:LevelCrossingProtection
- closing/opening time: IL:LevelCrossing @typicalTimeToClose
- physical interface with tolerance timers (set of commands and messages transferred via the interface): IL:LevelCrossingIL @hasInterface
- timers for minimum open/maximum closed time: IL:LevelCrossing @minimumOpenTime, @maximumClosedTime

Interlocking interface IL:SignalBox @controlsInterface

- interface location (in station, at station border, on open line): IL:controlsInterface @interfaceLocation
- physical interface with tolerance timers (set of commands and messages transferred via the interface): IL:controlsInterface @hasInterface
- related TVD section before and after interface: IL:controlsInterface @lastOwnTvdSection, @firstRemoteTvdSection
- incoming/outgoing routes at interface: IL:controlsInterface @incomingRoute, @outgoingRoute

Local operation IL:RestrictedArea (IL:LocalOperationArea)

- explicit type of operation area: IL:RestrictedArea @isRAtype
- related elements inside the area: IL:RestrictedArea @trackAssetInRA, @releasedForLocalOperation
- related elements used to protect the area from inside/outside: IL:RestrictedArea @trackAssetProtectingRA
- elements inside that shall be in a particular state: IL:RestrictedArea @trackAssetRequiredInState

Route IL:Route, IL:SignalPlan

- Route approach area: IL:Route @isActivatedBy
- handling of movable elements in start track: IL:Route @movablePositionInDepartureTrack
- Route start: IL:Route @RouteEntery
- Running path: IL:Route qrequiresPointInPosition
- Route destination: IL:Route @RouteExit
- Overlap, release timer: IL:Overlap
- Route type: IL:Route @handlesRouteType
- additional route conditions: IL:RouteRelation, IL:ConflictingRoute
- Signal aspect including supplementary at start: IL:SignalPlan @aspectRelation
- start signal stop delay: IL:Route @proceedAspectDelay
- route release delay, if approached or residual cancellation: IL:RouteActivationSection @automaticReleaseDelay, IL:TvdSection @residualRouteCancellationTimer

Power Supply IL:SystemAsset (IL:PowerSupplyIL)

- Number of points activated simultaneously per power supply: @numberOfSimultaneousSwitchingPointMachines
- Mode for handling day/night voltage (manual/automatic): @signalVoltageMode

Element grouping Grouping of elements for various operational purposes

- call-on
- element blocking
- emergency stop group
- point heating group
- point operation staggering (Weichenlaufkette)
- activation/deactivation ATR/ARS

How often do the data change (update)?

Depends on the frequency of resignalling, public works, corrections. Order of magnitude for a single station is 1/month – 1/decade. A typical modification is removal of a point. This suggests that the frequency of update is fairly low.

How big are the data fragments to be exchanged (complexity)?

The size of the data to be exchanged typically match the size of an interlocking area, i.e. a station. The size of the railML IL file grows linearly with the number of routes and exponentially with the number of network nodes.

Which views are represented by the data (focus)?

  • Signalling
  • Schematic view of topology (Indispensable for interlocking engineers used to graphic presentation of signaling plans)

Interlocking engineers need the schematic view of data, i.e. a graphical representation of IL data because they are used to signal plans and track plans. Therefore, the railML data must contain coordinates that allow plotting schematic views. Such views support validation. Signalling engineers will only accept railML if combined with easy-to-use graphical tools. These tools must show obvious advantages with respect to the conventional way of working with paper plans and spreadsheets.