<spdrs60.BlockPermission>

back to index
Configuration of permission field

Description

This configures a permission field for a block referenced by name is not operational. The referenced block can be any technology, for example <elekdra.fieldblock> or <elekdra.axle_block> as long as the track is used for bidirectional travel. The default wiring is defined on this website..

Example

Configuration of an permission field of block 'BlA' that uses default wiring to board 'BlAper'.
<spdrs60.BlockPermission>
	<name>BlA</name>
	<board>BlAper</board>
</spdrs60.BlockPermission>

Sub tags

Tag Description
<PermissionIn>
Type: OutputAddress
Cardinality: optional [0..1]
Permission incoming (other station has permission)
<PermissionOut>
Type: OutputAddress
Cardinality: optional [0..1]
Permission outgoing (we have permission to send a train)
<EaT>
Type: InputAddress
Cardinality: optional [0..1]
Key for sending permission
<name>
Type: String
Cardinality: once
Name of the element as given in Elekdra configuration.
This is used as reference for communication on the user interface TCP connection to Elekdra.
<board>
Type: String
Cardinality: optional [0..1]
Bord for default wiring
This references to tags <spdrs60.s60v2> or similar. If no default wiring is used, this can be omitted. For default wiring, this tag referres to wiring specifies on this website.

Generated by ConfigFileDocumentationGenerator Valid HTML 4.01 Transitional