<spdrs60.Track>

back to index
Configuration of a piece of track

Description

This configuration is used only for explicit definition of the two output wires. Use 'Gelb' and 'Rot' instead of 'board' in this case.Use <spdrs60.Track.J1> and <spdrs60.Track.J2> to apply default wiring. This is the user interface for the element that was configured to Elekdra in <elekdra.track>.

Example

This example wires the indicators of district 'A42' over J3 of board 'hugo' without a button.
<spdrs60.Track>
	<name>A42</name>
	<Gelb>
		<board>hugo</board>
		<s60v2>OUT31</s60v2>
	</Gelb>
	<Rot>
		<board>hugo</board>
		<s60v2>OUT35</s60v2>
	</Rot>
</spdrs60.Track>

Sub tags

Tag Description
<Gelb>
Type: OutputAddress
Cardinality: once
Fahrstraßenmelder
<Rot>
Type: OutputAddress
Cardinality: once
Belegtmelder
<GT>
Type: InputAddress
Cardinality: optional [0..1]
Track key for axle counter reset
If this is configure, it specifies the input pin for a track key that can perform a reset on the track. This normally means a reset to the underlaying axle counter district.

Example

For a track key that is wired to IN39 of board 'hugo'
<GT>
	<board>hugo</board>
	<s60v2>IN39</s60v2>
</GT>
<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