Type for subordinate tag OutputAddress

back to index
Address of a digital output

Is a part of the following tags

Description

This tells the software how to address a single digital output wire, maybe used for an indicator bulb. Normally giving this kind of configuration is optional for elements (turnout, signal, track, ...). Only for outer keys this explicit way of configuration is a mandatory.

Example

On the SpDrS60 version 2 board that was configured under the name 'hugo' the pin 6 of J1 is used for some_indicator:
<some_indicator>
	<s60v2>OUT16</s60v2>
	<board>hugo</board>
</some_indicator>

Sub tags

Tag Description
<s60v2>
Type: EOutput
Cardinality: optional [0..1]
SpDrS60 version 2 board output wire name. Must specify this or counter
<counter>
Type: EOutput
Cardinality: optional [0..1]
SpDrS60 counter board output wire name. Must specify this or s60v2
<board>
Type: String
Cardinality: once
Reference to a board name
The board address can be configured for example with a <spdrs60.s60v2>

Generated by ConfigFileDocumentationGenerator Valid HTML 4.01 Transitional