<elekdra.axlecountsensor>

back to index
Configuration of a single sensor that can count axles

Description

This adds an axle counting device to the Elekdra configuration. A possible implementation is described here

Example

A counter with name 'eye' at LN address '4711':
<elekdra.axlecountsensor>
	<name>eye</name>
	<ln_address>4711</ln_address>
</elekdra.axlecountsensor>

Sub tags

Tag Description
<name>
Type: String
Cardinality: once
Name of the device
This is referenced by the adjacent track vacancy detection districts configured with <elekdra.axle_occupy_sensor>.
<ln_address>
Type: int
Cardinality: once
LocoNet address
This is the address for received OPC_ANALOGIO messages received by Elekdra
<routeclear>
Type: DirectionalEvent[]
Cardinality: optional collection [0..N]
Clear route by target
Any axle will clear a route over the referenced element
<routecleartarget>
Type: DirectionalEvent[]
Cardinality: optional collection [0..N]
Clear route by element
Any axle will clear a route to the referenced target
<signalstop>
Type: DirectionalEvent[]
Cardinality: optional collection [0..N]
Set signal to stop
Any axle will set the referenced signal to stop

Generated by ConfigFileDocumentationGenerator Valid HTML 4.01 Transitional