IL:hasConfiguration: Difference between revisions

From railML 3 Wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
(→‎{{examples}}: Tutorial)
Line 21: Line 21:
**{{enum|digital}} – This is the next evolution step from electronic interlocking. The interlocking is communicating to the field elements by digital connection. The power supply may be independent of this.
**{{enum|digital}} – This is the next evolution step from electronic interlocking. The interlocking is communicating to the field elements by digital connection. The power supply may be independent of this.
**{{enum|other:…}} – The technology is of another type. This is the optional extension of the list. Each entry needs to start with the string “other:” and shall have at least two letters in addition.
**{{enum|other:…}} – The technology is of another type. This is the optional extension of the list. Each entry needs to start with the string “other:” and shall have at least two letters in addition.
*{{@|SWversion}} – This contains the installed software version of an electronic interlocking for information. In most cases this will be a vendor specific string.
*{{@|softwareVersion}} – This contains the installed software version of an electronic interlocking for information. In most cases this will be a vendor specific string. Note: in v3.1 attribute was named "SWversion"
*{{@|signalSystem}} – This contains the name of the signal system the interlocking is controlling for information.
*{{@|signalSystem}} – This contains the name of the signal system the interlocking is controlling for information.



Revision as of 12:59, 21 August 2021

Introduction

Documentation

Syntax

Autoexport from the XML-Schema for element IL:hasConfiguration of railML® version 3.2
Documentation Basic information of the interlocking configuration
Subschema interlocking
Parents* signalBox
Children None
Attributes:
  • signalSystem: The name of the signal system used with this interlocking, e.g. Hl or Ks system of Deutsche Bahn. (optional; xs:string),

  • technologyType: The basic technology type of the interlocking (obligatory; xs:string; patterns: other:w{2,})
Possible values:
  • digital: The signal box/interlocking is operated by digital technology (de: DSTW).
  • electromechanical: The signal box/interlocking is operated by electromechanical devices.
  • electronic: The signal box/interlocking is operated by electronic equipment (de: ESTW).
  • manual: The signal box/interlocking is operated manually without any or limited technical support.
  • mechanical: The signal box/interlocking is operated by mechanical devices.
  • relay: The signal box/interlocking is operated with relay technology.
*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:hasConfiguration of railML® version 3.1
Documentation Basic information of the interlocking configuration
Subschema interlocking
Parents* signalBox
Children any (0..*), designator (0..1)
Attributes:
  • model: The vendor specific model of the interlocking. (optional; xs:string),

  • technologyType: The basic technology type of the interlocking (obligatory; xs:string; patterns: other:w{2,})
Possible values:
  • digital
  • electronic
  • relay
  • electromechanical
  • mechanical
  • manual,

  • SWversion: The software version used by this interlocking. (optional; xs:string),

  • signalSystem: The name of the signal system used with this interlocking, e.g. Hl or Ks system of Deutsche Bahn. (optional; xs:string),

  • 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 properties of an interlocking itself can be described by some general attributes of its configuration. This information is used for specifying particular characteristics of the interlocking system.

  • @model – This contains the vendor-specific model or make of the interlocking system, e.g. Simis-C, VPI, NSI-63, Thales-L90, Smartlock, Westrace MkII, Westlock, SSI.
  • @technologyType – It gives the basic type of technology the interlocking is using. It can be one of the following:
    • manual – The operation of field elements is done by signalman directly outside near the element itself. There may be some lock dependencies for basic safety principles.
    • mechanical – The operation of field elements is done by mechanical transmission of power from a centralised signalbox to the outside locations. Mechanical locking beds ensure the safety principles to avoid conflicting operation.
    • electromechanical – The operation of field elements is done by a combination of electric and mechanical systems to transmit the power from a centralised signalbox to the outside locations. It is just a mechanical interlock where the transmission to the outside is done by electrical cables to power individual engines at the elements. The interlocking logic is mainly mechanically.
    • relay – The operation of field elements is done by electric power. The interlocking logic is realised by relay circuits.
    • electronic - The operation of field elements is done by electric power. The interlocking logic is realised by electronic devices like programmable logic circuits (PLC) or computers.
    • digital – This is the next evolution step from electronic interlocking. The interlocking is communicating to the field elements by digital connection. The power supply may be independent of this.
    • other:… – The technology is of another type. This is the optional extension of the list. Each entry needs to start with the string “other:” and shall have at least two letters in addition.
  • @softwareVersion – This contains the installed software version of an electronic interlocking for information. In most cases this will be a vendor specific string. Note: in v3.1 attribute was named "SWversion"
  • @signalSystem – This contains the name of the signal system the interlocking is controlling for information.

The configuration example below just shows the use of the attributes without using realistic values especially for @model and @SWversion.

<hasConfiguration technologyType="electronic" model="Westrace 0815" signalSystem="ETCS L2" SWversion="WR31.0.12" />

Additional Information

Notes

Open Issues