<zn.own_field>

back to index
Name of a train number field in our station

Description

This adds storage for a train number with the given field name. This configuration is needed for every track that is intended for train movements governed by the ZNF800 system. It does not replace the track definition, but merely adds the feature of train number storage to an existing track definition.
Do not define this for an open track between stations, but a <zn.open_track_fields> instead!

Example

This adds a train number field with name '42'
<zn.own_field>
	<name>42</name>
</zn.own_field>

Sub tags

Tag Description
<name>
Type: String
Cardinality: once
Name of train number field
The name of the track in ZLV bus compatible notation. This may be equal to the name of the <elekdra.track>, but does not have to be.

Example

ZLV bus uses numerical field names
<name>4711</name>

Generated by ConfigFileDocumentationGenerator Valid HTML 4.01 Transitional