<spdrs60.BlockInterfaceFailure>

back to index
Configuration of block interface failure indicator

Description

This configures an indicator that flashes, when the block interface of the block referenced by name is not operational. The referenced block can be any technology, for example <elekdra.fieldblock> or <elekdra.axle_block>. There is no default wiring defined, so the optional board tag can not be used.

Example

Configuration of an indicator for block interface of block 'bar' that was connected to board 'BlAif' at output OUT31.
<spdrs60.BlockInterfaceFailure>
	<name>bar</name>
	<InterfaceFailure>
		<board>BlAif</board>
		<s60v2>OUT31</s60v2>
	</InterfaceFailure>
</spdrs60.BlockInterfaceFailure>

Sub tags

Tag Description
<InterfaceFailure>
Type: OutputAddress
Cardinality: once
Indicator that for failure on the block interface
Muss explizit angegeben werden, es gibt keinen default!
<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