Files
JIMRI/xml/decoders/Uhlenbrock_68610_Lissy.xml
T
2026-06-17 14:00:51 +02:00

6059 lines
329 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
<!-- Copyright (C) JMRI 2022 All rights reserved -->
<!-- LOCONETLNCVMODE requires 3 elements to address an LNCV module on LocoNet:
1. Article Number (aka type/class ID) = decoder model productID (integer)
2. Module Address (optional, see below)
3. CV number
For processing by JMRI LnOpsProgrammer, elements 1. and 3. are combined in the CV number e.g., "1.3".
Uhlenbrock and Digikeijs/Digirails publish the Article number for each (new) device.
The Uhlenbrock Lissy Receiver #68610 has Article number 6861, which was registered with Uhlenbrock.
See the nearly identical Uhlenbrock_68600_Lissy.xml and
the single receiver Uhlenbrock_68620_Lissy.xml which contains a subset of LNCVs.
Neither could not be combined in 1 file due to the way the art, nr. is encoded in the LNCV.
See LNCV help in help/en/package/jmri/jmrix/loconet/swing/lncvprog/LncvProgPane.shtml -->
<decoder-config xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://jmri.org/xml/schema/decoder-4-15-2.xsd" showEmptyPanes="no">
<version author="Egbert Broerse" version="1.0" lastUpdated="20220821"/>
<!-- version 1 - new decoder definition using new programming mode LOCONETLNCVMODE, requires JMRI 4.22 and decoder.4.15.2.xsd -->
<decoder>
<family name="Lissy Receiver" mfg="Uhlenbrock Elektronik" type="stationary">
<model model="Lissy Receiver 68610" productID="6861" formFactor="Stationary" comment="2 Sensor Lissy Receiver">
<versionCV />
</model>
</family>
<programming direct="no" paged="no" register="no" ops="no">
<mode>LOCONETLNCVMODE</mode>
</programming>
<variables>
<variable CV="6861.0" item="Long Address" mask="VVVVVVVVVVVVVVVV" default="1" comment="Board address" >
<decVal min="1" max="4095"/>
<label xml:lang="it">Indirizzo Primario: </label>
<label xml:lang="fr">Adresse décodeur: </label>
<label xml:lang="de">Moduladresse: </label>
<label xml:lang="nl">Decoderadres: </label>
<label>Module Address: </label>
<tooltip>Also used as 1st Sensor Address. Enter as decimal value (0-4095)</tooltip>
</variable>
<variable CV="6861.1" item="Sensor 2 Address" mask="VVVVVVVVVVVVVVVV" default="2">
<decVal min="1" max="4095"/>
<label xml:lang="de">2. Melderadresse: </label>
<label xml:lang="nl">Adres melder S2: </label>
<label>Sensor S2 Address: </label>
<tooltip>&lt;html&gt;Second Sensor Address (0-4095), used for the 2nd single sensor,&lt;br\&gt;
or as feedback address with automatic functions 4 - 28.&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;Zweite Sensoradresse (0-4095), wird für den 2. Einzelsensor,&lt;br\&gt;
oder als Rückmeldeadresse in den Automatikfunktionen 4 - 28 verwendet.&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.2" item="Function" default="2">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumFunction.xml"/>
<label>Function Mode:</label>
<label xml:lang="de">Funktion:</label>
<label xml:lang="nl">Functie:</label>
<tooltip>Start by selecting an operation mode for this receiver</tooltip>
<tooltip xml:lang="de">Zuerst, wählen Sie ein Modus für diesen Empfänger</tooltip>
<tooltip xml:lang="nl">Stel eerst een functiemodus in voor deze module</tooltip>
</variable>
<!-- 68610 version >= 205 (=LNCV 16) supports 4 new options in enum LNCV2-->
<!-- a qualifier on Version/LNCV16 filters which combo is shown on the pane -->
<variable CV="6861.2" item="Function 205" default="2">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumFunction205.xml"/>
<label>Function Mode:</label>
<label xml:lang="de">Funktion:</label>
<label xml:lang="nl">Functie:</label>
<tooltip>Start by selecting an operation mode for this receiver</tooltip>
<tooltip xml:lang="de">Zuerst, wählen Sie ein Modus für diesen Empfänger</tooltip>
<tooltip xml:lang="nl">Stel eerst een functiemodus in voor deze module</tooltip>
</variable>
<variable CV="6861.3" item="Direction" default="0">
<enumVal>
<enumChoice value="0">
<choice>when passed from sensor S1 to sensor S2</choice>
<choice xml:lang="de">in Fahrtrichtung von Sensor S1 nach Sensor S2</choice>
<choice xml:lang="nl">in rijrichting van sensor S1 naar sensor S2</choice>
</enumChoice>
<enumChoice value="1">
<choice>when passed from sensor S2 to sensor S1</choice>
<choice xml:lang="de">in Fahrtrichtung von Sensor S2 nach Sensor S1</choice>
<choice xml:lang="nl">in rijrichting van sensor S2 naar sensor S1</choice>
</enumChoice>
</enumVal>
<label>Function is activated:</label>
<label xml:lang="de">Funktion wird aktiv:</label>
<label xml:lang="nl">Functie wordt actief:</label>
<tooltip>Driving direction, for activating the automatic function in LNCV 2.</tooltip>
<tooltip xml:lang="de">Fahrtrichtung, in der die Automatikfunktionen gemäß LNCV 2 aktiv sind.</tooltip>
</variable>
<!-- copy of var to LNCV 3 with additional enum "both" (LNCV2 Function = 6 or 22)-->
<variable CV="6861.3" item="Direction Holding">
<enumVal>
<enumChoice value="0">
<choice>when passed from sensor S1 to sensor S2</choice>
<choice xml:lang="de">in Fahrtrichtung von Sensor S1 nach Sensor S2</choice>
<choice xml:lang="nl">in rijrichting van sensor S1 naar sensor S2</choice>
</enumChoice>
<enumChoice value="1">
<choice>when passed from sensor S2 to sensor S1</choice>
<choice xml:lang="de">in Fahrtrichtung von Sensor S2 nach Sensor S1</choice>
<choice xml:lang="nl">in rijrichting van sensor S2 naar sensor S1</choice>
</enumChoice>
<enumChoice value="2">
<choice>in both directions (only for Holding Points)</choice>
<choice xml:lang="de">in beiden Fahrtrichtungen (nur bei Aufenthaltsstelle)</choice>
<choice xml:lang="nl">in beide richtingen (alleen i.g.v. Stopplaats)</choice>
</enumChoice>
</enumVal>
<label>Function is activated:</label>
<label xml:lang="de">Funktion wird aktiv:</label>
<label xml:lang="nl">Functie wordt actief:</label>
<tooltip>Driving direction, for activating the automatic function in LNCV 2.</tooltip>
<tooltip xml:lang="de">Fahrtrichtung, in der die Automatikfunktionen gemäß LNCV 2 aktiv sind.</tooltip>
</variable>
<!-- copy of var to LNCV 3 with only 1 enum (LNCV2 Function = 1 or 3) -->
<variable CV="6861.3" item="Direction Single">
<enumVal>
<enumChoice value="0">
<choice>in any direction (separate sensors)</choice>
<choice xml:lang="de">in beiden Fahrtrichtungen (Einzelsensoren)</choice>
<choice xml:lang="nl">in elke richting (onafh. sensoren)</choice>
</enumChoice>
</enumVal>
<label>Function is activated:</label>
<label xml:lang="de">Funktion wird aktiv:</label>
<label xml:lang="nl">Functie wordt actief:</label>
<tooltip>Driving direction, for activating the automatic function in LNCV 2.</tooltip>
<tooltip xml:lang="de">Fahrtrichtung, in der die Automatikfunktionen gemäß LNCV 2 aktiv sind.</tooltip>
</variable>
<variable CV="6861.4" item="Holding Time" default="0">
<decVal/>
<label xml:lang="de">Aufenthaltszeit:</label>
<label xml:lang="nl">Wachttijd:</label>
<label>Holding time:</label>
<tooltip>For shuttle traffic and terminus (automatic Function as set in LNCV 2). Value in seconds.</tooltip>
<tooltip xml:lang="de">Für Pendelverkehr und Aufenthaltsstelle (Automatikfunktionen gemäß LNCV 2). Wert in Sekunden.</tooltip>
</variable>
<variable CV="6861.5" item="Departure Delay" default="0">
<decVal/>
<label xml:lang="de">Anfahrtverzögerung:</label>
<label xml:lang="nl">Wegrijvertraging:</label>
<label>Departure Delay:</label>
<tooltip>Delay between switching the locomotives route and the departure of the waiting locomotive. Value in seconds.</tooltip>
<tooltip xml:lang="de">Wartezeit zwischen dem Schalten der lokindividuellen Fahrstraße und dem Anfahren der wartenden Lok. Wert in Sekunden.</tooltip>
</variable>
<variable CV="6861.6" item="Signal Address" mask="VVVVVVVVVVVV" default="0">
<decVal min="1" max="2000"/>
<label xml:lang="de">Ausfahrtsignals: </label>
<label xml:lang="nl">Vertreksein: </label>
<label>Exit Signal: </label>
<tooltip>&lt;html&gt;Solenoid address (0-2000) of the exit signal S1 for the automatic mode set in LNCV 2.&lt;br\&gt;
In automatic modes 4, 6, 20 and 22 the signal is set by the module;&lt;br\&gt;
in automatic modes 5, 7-10, 21 and 23-26 the signal is monitored stopping the train.&lt;br\&gt;
Note: This signal must always be specified in automatic mode.&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;Magnetartikeladresse (0-2000) des Ausfahrtsignals S1 zu den Automatikfunktionen gemäß LNCV 2.&lt;br\&gt;
Bei den Automatikfunktionen 4, 6, 20 und 22 wird das Signal vom Modul gestellt;&lt;br\&gt;
bei den Automatikfunktionen 5, 7-10, 21 und 23-26 wird das Signal für den Zughalt beobachtet.&lt;br\&gt;
Hinweis: Dieses Signal muss im Automatikbetrieb immer angegeben werden.&lt;/html&gt;</tooltip>
</variable>
<!-- Messages sent when arriving/departing, not for Block (LNCV2 = 7 or 8 -->
<variable CV="6861.7" item="Message 1 State" mask="1" default="1">
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>7</value>
</qualifier>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>23</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/enumStateChoice.xml"/>
<label xml:lang="de"> Ereignis:</label>
<label xml:lang="nl"> Actie:</label>
<label> Event:</label>
<tooltip>The appropriate instruction is sent, when the sensor is passed.</tooltip>
<tooltip xml:lang="de">Der entsprechende Befehl wird ausgesendet, wenn der Sensor überfahren wird.</tooltip>
</variable>
<variable CV="6861.7" item="Message 1 Address" mask="10" default="1">
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>7</value>
</qualifier>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>23</value>
</qualifier>
<decVal min="0" max="2000"/>
<label xml:lang="de">Bericht 1 - Adresse</label>
<label xml:lang="nl">Melding 1 - Adres:</label>
<label>Message 1 - Address:</label>
<tooltip>&lt;html&gt;0 = no address instruction is sent&lt;br\&gt;
1 - 2000 = set a solenoid address&lt;br\&gt;
2001 - 2024 = set an Intellibox route&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;0 = Es wird kein Adressbefehl gesendet&lt;br\&gt;
1 - 2000 = Magnetartikel schalten&lt;br\&gt;
2001 - 2024 = Intellibox-Fahrstraße schalten&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.8" item="Message 2 State" mask="1" default="1">
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>7</value>
</qualifier>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>23</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/enumStateChoice.xml"/>
<label xml:lang="de"> Ereignis:</label>
<label xml:lang="nl"> Actie:</label>
<label> Event:</label>
<tooltip>The appropriate instruction is sent, when the sensor is passed.</tooltip>
<tooltip xml:lang="de">Der entsprechende Befehl wird ausgesendet, wenn der Sensor überfahren wird.</tooltip>
</variable>
<variable CV="6861.8" item="Message 2 Address" mask="10" default="1">
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>7</value>
</qualifier>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>23</value>
</qualifier>
<decVal min="0" max="2000"/>
<label xml:lang="de">Bericht 2 - Adresse</label>
<label xml:lang="nl">Melding 2 - Adres:</label>
<label>Message 2 - Address:</label>
<tooltip>&lt;html&gt;0 = no address instruction is sent&lt;br\&gt;
1 - 2000 = set a solenoid address&lt;br\&gt;
2001 - 2024 = set an Intellibox route&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;0 = Es wird kein Adressbefehl gesendet&lt;br\&gt;
1 - 2000 = Magnetartikel schalten&lt;br\&gt;
2001 - 2024 = Intellibox-Fahrstraße schalten&lt;/html&gt;</tooltip>
</variable>
<!-- Messages sent when arriving/departing, only for Block (LNCV2 = 7 or 23) -->
<variable CV="6861.7" item="Signal S2.7 State" mask="1" default="0">
<!-- copy of next variable, simplifies the qualifiers a lot -->
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>7</value>
</qualifier>
<!-- fixed to 0, not in UI -->
<decVal max="1"/>
</variable>
<variable CV="6861.7" item="Signal S2.23 State" mask="1" default="0">
<!-- copy of previous variable, simplifies the qualifiers a lot -->
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>23</value>
</qualifier>
<!-- fixed to 0, not in UI -->
<decVal max="1"/>
</variable>
<variable CV="6861.7" item="Signal S2.7 Address" mask="10" default="1">
<!-- copy of next variable, simplifies the qualifiers a lot -->
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>7</value>
</qualifier>
<decVal min="0" max="2000"/>
<label xml:lang="de"> Vorheriges Ausfahrtsignal:</label>
<label xml:lang="nl"> Vertreksein vorig blok:</label>
<label> Previous Exit Signal:</label>
<tooltip>Departure signal (address) of previous block (S2); will be set to Red</tooltip>
<tooltip xml:lang="de">Ausfahrtssignal (Adresse) des vorherigen Blockes (S2); wird Rot gestellt.</tooltip>
</variable>
<variable CV="6861.7" item="Signal S2.23 Address" mask="10" default="1">
<!-- copy of previous variable, simplifies the qualifiers a lot -->
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>23</value>
</qualifier>
<decVal min="0" max="2000"/>
<label xml:lang="de"> Vorheriges Ausfahrtsignal:</label>
<label xml:lang="nl"> Vertreksein vorig blok:</label>
<label> Previous Exit Signal:</label>
<tooltip>Departure signal (address) of previous block (S2); will be set to Red</tooltip>
<tooltip xml:lang="de">Einfahrtssignal (Adresse) des vorherigen Blockes (S2); wird Rot gestellt.</tooltip>
</variable>
<variable CV="6861.8" item="Signal S1.7 State" mask="1" default="1">
<!-- copy of next variable, simplifies the qualifiers a lot -->
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>7</value>
</qualifier>
<!-- fixed to 1, not in UI -->
<decVal max="1"/>
</variable>
<variable CV="6861.8" item="Signal S1.23 State" mask="1" default="1">
<!-- copy of next variable, simplifies the qualifiers a lot -->
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>23</value>
</qualifier>
<!-- fixed to 1, not in UI -->
<decVal max="1"/>
</variable>
<variable CV="6861.8" item="Signal S1.7 Address" mask="10" default="1">
<!-- copy of next variable, simplifies the qualifiers a lot -->
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>7</value>
</qualifier>
<decVal min="0" max="2000"/>
<label xml:lang="de"> Vorheriges Einfahrtsignal:</label>
<label xml:lang="nl"> Inrijsein vorig blok:</label>
<label> Previous Entry Signal:</label>
<tooltip>Entry signal (address) of previous block (S1); is set to Green</tooltip>
<tooltip xml:lang="de">Einfahrtssignal (Adresse) des vorherigen Blockes (S1); wird Grün gestellt.</tooltip>
</variable>
<variable CV="6861.8" item="Signal S1.23 Address" mask="10" default="1">
<!-- copy of previous variable, simplifies the qualifiers a lot -->
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>23</value>
</qualifier>
<decVal min="0" max="2000"/>
<label xml:lang="de"> Vorheriges Einfahrtsignal:</label>
<label xml:lang="nl"> Inrijsein vorig blok:</label>
<label> Previous Entry Signal:</label>
<tooltip>Entry signal (address) of previous block (S1); is set to Green</tooltip>
<tooltip xml:lang="de">Einfahrtssignal (Adresse) des vorherigen Blockes (S1); wird Grün gestellt.</tooltip>
</variable>
<variable CV="6861.9" item="Block Speed" default="0">
<decVal min="0" max="127"/>
<label xml:lang="de">Blockgeschwindigkeit:</label>
<label xml:lang="nl">Snelheid in blok:</label>
<label>Block Speed:</label>
<tooltip>&lt;html&gt;0 = stop with the locomotive decoders internal delay&lt;br\&gt;
1 = emergency stop (stop without delay)&lt;br\&gt;
2-127 = speed step for the slow section&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;0 = Anhalten mit der decoderinternen Verzögerung&lt;br\&gt;
1 = Nothalt (Anhalten ohne Verzögerung)&lt;br\&gt;
2-127 = Fahrstufe für die Langsamfahrstrecke&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.10" item="Block Option Delay" mask="XVVVVVVVV" default="0">
<decVal min="0" max="255"/>
<label xml:lang="de">Blockverzögerung:</label>
<label xml:lang="nl">Blokvertraging:</label>
<label>Block Delay:</label>
<tooltip>&lt;html&gt;0 = exit signal is set to "red" after block is vacated.&lt;br\&gt;
1-255 = status is reported after the specified time (enter in seconds).&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;0 = Wenn danach das Blockausfahrtssignal auf „rot“ geschaltet wird.&lt;br\&gt;
1-255 = Wenn anschließend soviel Zeit vergangen ist. Wert in Sekunden.&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.10" item="Block Option Signal" mask="VXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label xml:lang="de">Ausfahrtssignal wieder Rot stellen:</label>
<label xml:lang="nl">Zet Uitgangssein terug naar Rood:</label>
<label>Set Exit Signal back to Stop:</label>
<tooltip>The Exit signal defined in LNCV6 is reset to Stop/Red.</tooltip>
<tooltip xml:lang="de">Zusätzlich wird das Blockausfahrtssignal auf „Rot“ gesetzt.</tooltip>
</variable>
<variable CV="6861.11" item="Automation Activation Address" mask="VVVVVVVVVVVV" default="0">
<decVal min="0" max="2000"/>
<label xml:lang="de">Adresse Automatikbetrieb Ein/Aus:</label>
<label xml:lang="nl">Adres Automatisering Aan/Uit:</label>
<label>Automation On/Off Address:</label>
<tooltip>&lt;html&gt;Solenoid address to turn Automatic Operation functions&lt;br\&gt;
On (Red) or Off (Green). 0 = None&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;Magnetartikeladresse mit der ein LISSY-Empfänger&lt;br\&gt;
deaktiviert (rot) oder aktiviert (grün) werden kann. 0 = Deaktiviert&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.12" item="Automatikfunktionen per Zugkategorie" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumCategory.xml"/>
<label xml:lang="de">Automatikfunktionen von:</label>
<label xml:lang="nl">Automatisering door:</label>
<label>Train-dependent mode:</label>
<tooltip>&lt;html&gt;Automation depending on train category.&lt;br\&gt;
Applies to Function choices 4-10 and 20-26 in LNCV 2.&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;Automatikfunktionen per Zugkategorie.&lt;br\&gt;
Gilt für die Funktionen 4-10 und 20-26 gemäß LNCV 2.&lt;/html&gt;</tooltip>
</variable>
<!-- for v 205+ if LNCV5 bit 5 = 1 (IB categories)-->
<variable CV="6861.12" item="Automatikfunktionen per Zugkategorie IB" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumCategoryIB.xml"/>
<label xml:lang="de">Automatikfunktionen von:</label>
<label xml:lang="nl">Automatisering door:</label>
<label>Train-dependent mode:</label>
<tooltip>Automation depending on train category. Applies to Function choices 4-10 and 20-26 in LNCV 2.</tooltip>
<tooltip xml:lang="de">Automatikfunktionen per Zugkategorie. Gilt für die Funktionen 4-10 und 20-26 gemäß LNCV 2.</tooltip>
</variable>
<variable CV="6861.13" item="XMan Entry Manager Address" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="4095"/>
<label xml:lang="de">Verknüpfung mit Einfahrtsmanager:</label>
<label xml:lang="nl">Koppel aan Inrijmanager:</label>
<label>Link to Entry Manager:</label>
<tooltip>&lt;html&gt;Enter Lissy address (1-4095);&lt;br\&gt;
0 = no link between this receiver (Exit Manager) and an Entry Manager&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;Adresse Lissy Einfahrtsmanager (1-4095);&lt;br\&gt;
0 = Keine Verknüpfung von dieser Empfänger/Ausfahrtsmanager mit einem Einfahrtsmanager&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.13" item="NMan Bypass Filter" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="2000"/>
<label xml:lang="de">Umfahrgleis:</label>
<label xml:lang="nl">Omrijspoor:</label>
<label>Bypass Filter:</label>
<tooltip>&lt;html&gt;Bypass Track Filter LISSY Receiver Address (1-2000);&lt;br\&gt;
Set Thrown/Green: all trains use Bypass;&lt;br\&gt;
Set Closed/Red: only allow trains entered in LNCV 122-127&lt;br\&gt;
This address (LNCV 0) cannot be used by any other LISSY receiver.&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;Umfahrgleis Selektor Adresse LISSY-Empfängeradresse (1-2000);&lt;br\&gt;
Schalte Grün = Alle Züge benutzen das Umfahrgleis;&lt;br\&gt;
Schalte Rot = Nur die in LNCV 122-127 eingetragenen Züge und Zugkategorien benutzen das Umfahrgleis.&lt;br\&gt;
Diese Adresse darf von keinem anderen LISSY-Empfänger benutzt werden.&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.14" item="Scale Factor" mask="VVVVVVVVVVVVVVVV" default="1" comment="Board address" >
<decVal min="0" max="65535"/>
<label xml:lang="de">Skalierungsfaktor Geschw.:</label>
<label xml:lang="nl">Schaalfactor Snelheid:</label>
<label>Speed Scale Factor:</label>
<tooltip>&lt;html&gt;Scale factor = sensor separation [mm] * constant A&lt;br\&gt;
[see table in par. 8.5.6 of Manual]; 0 = no Speed reported&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;Skalierungsfaktor = Sensorabstands [mm] * der Konstante A&lt;br\&gt;
[sehe Handbuch, Tabelle 7.5.6]; 0 = Keine Geschw.Meldung&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.15" item="Presets Protocol" mask="XXXXXXVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumProtocol.xml"/>
<label xml:lang="de">Übergabeformat (ÜF):</label>
<label xml:lang="nl">Berichtprotocol:</label>
<label>Protocol:</label>
<tooltip>Transmission Protocol for receiver module.</tooltip>
<tooltip xml:lang="de">Übergabeformat des Empfängermoduls.</tooltip>
<tooltip xml:lang="nl">Berichtenprotocol van de ontvangermodule.</tooltip>
</variable>
<variable CV="6861.15" item="Presets LokBoss" mask="XXXXXVXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label xml:lang="de"> LokBoss Betrieb:</label>
<label xml:lang="nl"> LokBoss compatibel:</label>
<label> Use with LOK-Boss:</label>
<tooltip>Select if the LISSY receiver is operated with a Fleischmann LOK-Boss throttle.</tooltip>
<tooltip xml:lang="de">Auswählen wenn der LISSY-Empfänger an einem Fleischmann LokBoss Regler betrieben wird.</tooltip>
</variable>
<variable CV="6861.15" item="Presets Save Status" mask="XXXXXVXXX" default="1">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label xml:lang="de">Betriebszustand sichern:</label>
<label xml:lang="nl">Onthoudt bedrijfsstatus:</label>
<label>Store operating status:</label>
<tooltip>Save current operating status when switching power off</tooltip>
<tooltip xml:lang="de">Aktuellen Betriebszustand sichern beim Abschalten der Betriebsspannung</tooltip>
</variable>
<!-- for 68610 version 205+ add options 4 + 5 to LNCV15 (bits 4 + 5):-->
<variable CV="6861.15" item="Presets Feedback" mask="XXXXVXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label xml:lang="de">Sende Rückmeldung:</label>
<label xml:lang="nl">Stuur terugmelding:</label>
<label>Send Block Feedback:</label>
<tooltip>Send occupancy feedback with 2nd Sensor Address (LNCV1)</tooltip>
<tooltip xml:lang="de">Sende eine Rückmeldung (frei/belegt) für Block (frei/belegt) mit der Adresse aus LNCV 1 (2.Moduladresse)</tooltip>
<!-- bit 4 = 0 Sende keine Rückmeldung aus LNCV 1 (2.Moduladresse)-->
<!-- bit 4 = 1 Sende eine Rückmeldung (frei/belegt) für Block (frei/belegt) mit der Adresse aus LNCV 1 (2.Moduladresse)-->
</variable>
<!-- Only used in Automatic Functions (LNCV 2 = 4-28)-->
<variable CV="6861.15" item="Presets IB Categories" mask="XXXVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label xml:lang="de">Nutze IB Zugkategorien:</label>
<label xml:lang="nl">IB Treincategorieën:</label>
<label>Use IB Train Categories:</label>
<tooltip>Use Train Categories 1-15 as defined in IntelliBox? No = Use Lissy Cat. 1-4</tooltip>
<tooltip xml:lang="de">Benutze Zugkategorien 1-15, die in der Intellibox II mit den Lokadressen verknüpft sind? Nein = Benutze Lissy Zugkategorien 1-4</tooltip>
</variable>
<variable CV="6861.16" item="Version" mask="VVVVVVVVVVVVVVVV" readOnly="yes">
<decVal/>
<label xml:lang="de">Version:</label>
<label xml:lang="nl">Versie:</label>
<label>Firmware Version:</label>
</variable>
<!-- For NX Managers var. 20-119 see below-->
<!-- Function Commands, LNCV 20-49, not for NX Managers -->
<!-- Switch Function 1-->
<variable CV="6861.20" item="Switch Function 1 Address" mask="VVVVVVVVVVVVVVVV" default="20000">
<decVal min="0" max="20004"/>
<label xml:lang="de">Befehl 1 - Lok:</label>
<label xml:lang="nl">Instructie 1 - Loc:</label>
<label>Command 1 - Loco:</label>
<tooltip>Enter loco address or 20000 = General command, 20001-4 = Category 1-4</tooltip>
<tooltip xml:lang="de">Lokadresse eingeben, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4</tooltip>
</variable>
<variable CV="6861.30" item="Switch Function 1 F0" mask="XXXXXXXXXXXXV" default="1">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label xml:lang="de">Schalte F0:</label>
<label xml:lang="nl">Schakel F0:</label>
<label>Switch F0:</label>
<tooltip>Select Functions to be switched</tooltip>
<tooltip xml:lang="de">Die zu schaltene Funktionen auswählen</tooltip>
</variable>
<variable CV="6861.30" item="Switch Function 1 F1" mask="XXXXXXXXXXXVX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F1:</label>
</variable>
<variable CV="6861.30" item="Switch Function 1 F2" mask="XXXXXXXXXXVXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F2:</label>
</variable>
<variable CV="6861.30" item="Switch Function 1 F3" mask="XXXXXXXXXVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F3:</label>
</variable>
<variable CV="6861.30" item="Switch Function 1 F4" mask="XXXXXXXXVXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F4:</label>
</variable>
<variable CV="6861.30" item="Switch Function 1 F5" mask="XXXXXXXXVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F5:</label>
</variable>
<variable CV="6861.30" item="Switch Function 1 F6" mask="XXXXXXXVXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F6:</label>
</variable>
<variable CV="6861.30" item="Switch Function 1 F7" mask="XXXXXXVXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F7:</label>
</variable>
<variable CV="6861.30" item="Switch Function 1 F8" mask="XXXXVXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F8:</label>
</variable>
<variable CV="6861.30" item="Switch Function 1 F9" mask="XXXVXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F9:</label>
</variable>
<variable CV="6861.30" item="Switch Function 1 F10" mask="XXVXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F10:</label>
</variable>
<variable CV="6861.30" item="Switch Function 1 F11" mask="XVXXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F11:</label>
</variable>
<variable CV="6861.30" item="Switch Function 1 F12" mask="VXXXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F12:</label>
</variable>
<variable CV="6861.40" item="Switch Function 1 Option 1" mask="XXXXXXXXXXXXXXVV" default="2">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.40" item="Switch Function 1 Option 1 Single" mask="XXXXXXXXXXXXXXVV">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1-Single.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6860.40" item="Switch Function 1 Option 2" mask="XXXXXXXXXXXXXVXX" default="0">
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>2</value>
</qualifier>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions2.xml"/>
<label xml:lang="de"> Aktivieren:</label>
<label xml:lang="nl"> Activeer:</label>
<label> when:</label>
</variable>
<variable CV="6861.40" item="Switch Function 1 Option 3" mask="XXXXXXXXXXXVVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions3.xml"/>
<label xml:lang="de"> Schalten nach:</label>
<label xml:lang="nl"> Schakel:</label>
<label> Switch to:</label>
</variable>
<variable CV="6861.40" item="Switch Function 1 Option 4" mask="XXXXXXXXXXVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label xml:lang="de">Zeitgesteuert:</label>
<label xml:lang="nl">Tijdgestuurd:</label>
<label>Time based:</label>
</variable>
<variable CV="6861.40" item="Switch Function 1 Option 5" mask="XXXXXVVVVVXXXXXX" default="0">
<decVal min="0" max="31"/>
<label xml:lang="de">Schaltdauer:</label>
<label xml:lang="nl">Schakelduur:</label>
<label>Switch Duration:</label>
<tooltip>Enter in seconds (0-31)</tooltip>
<tooltip xml:lang="de">Eingabe in Sekunden (0-31)</tooltip>
</variable>
<!-- Option 6 only available on 68610 -->
<variable CV="6861.40" item="Switch Function 1 Option 6" mask="VVVXXXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enum0-4.xml"/>
<label xml:lang="de">Abfolge:</label>
<label xml:lang="nl">Volgorde:</label>
<label>Order:</label>
<tooltip>Position of the action in the sequence (0-4), see Manual v4 Ch. 7.4.5.2</tooltip>
<tooltip xml:lang="de">Position in der Abfolge (0-4), sehe Handbuch v4 Kap. 7.4.5.2</tooltip>
</variable>
<!-- Switch Function 2-->
<variable CV="6861.21" item="Switch Function 2 Address" mask="VVVVVVVVVVVVVVVV" default="20000">
<decVal min="0" max="20004"/>
<label xml:lang="de">Befehl 2 - Lok:</label>
<label xml:lang="nl">Instructie 2 - Loc:</label>
<label>Command 2 - Loco:</label>
<tooltip>Enter loco address or 20000 = General command, 20001-4 = Category 1-4</tooltip>
<tooltip xml:lang="de">Lokadresse eingeben, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4</tooltip>
</variable>
<variable CV="6861.31" item="Switch Function 2 F0" mask="XXXXXXXXXXXXV" default="1">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label xml:lang="de">Schalte F0:</label>
<label xml:lang="nl">Schakel F0:</label>
<label>Switch F0:</label>
<tooltip>Select Functions to be switched</tooltip>
<tooltip xml:lang="de">Die zu schaltene Funktionen auswählen</tooltip>
</variable>
<variable CV="6861.31" item="Switch Function 2 F1" mask="XXXXXXXXXXXVX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F1:</label>
</variable>
<variable CV="6861.31" item="Switch Function 2 F2" mask="XXXXXXXXXXVXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F2:</label>
</variable>
<variable CV="6861.31" item="Switch Function 2 F3" mask="XXXXXXXXXVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F3:</label>
</variable>
<variable CV="6861.31" item="Switch Function 2 F4" mask="XXXXXXXXVXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F4:</label>
</variable>
<variable CV="6861.31" item="Switch Function 2 F5" mask="XXXXXXXXVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F5:</label>
</variable>
<variable CV="6861.31" item="Switch Function 2 F6" mask="XXXXXXXVXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F6:</label>
</variable>
<variable CV="6861.31" item="Switch Function 2 F7" mask="XXXXXXVXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F7:</label>
</variable>
<variable CV="6861.31" item="Switch Function 2 F8" mask="XXXXVXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F8:</label>
</variable>
<variable CV="6861.31" item="Switch Function 2 F9" mask="XXXVXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F9:</label>
</variable>
<variable CV="6861.31" item="Switch Function 2 F10" mask="XXVXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F10:</label>
</variable>
<variable CV="6861.31" item="Switch Function 2 F11" mask="XVXXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F11:</label>
</variable>
<variable CV="6861.31" item="Switch Function 2 F12" mask="VXXXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F12:</label>
</variable>
<variable CV="6861.41" item="Switch Function 2 Option 1" mask="XXXXXXXXXXXXXXVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.41" item="Switch Function 2 Option 1 Single" mask="XXXXXXXXXXXXXXVV">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1-Single.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.41" item="Switch Function 2 Option 2" mask="XXXXXXXXXXXXXVXX" default="0">
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>2</value>
</qualifier>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions2.xml"/>
<label xml:lang="de"> Aktivieren:</label>
<label xml:lang="nl"> Activeer:</label>
<label> when:</label>
</variable>
<variable CV="6861.41" item="Switch Function 2 Option 3" mask="XXXXXXXXXXXVVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions3.xml"/>
<label xml:lang="de"> Schalten nach:</label>
<label xml:lang="nl"> Schakel:</label>
<label> Switch to:</label>
</variable>
<variable CV="6861.41" item="Switch Function 2 Option 4" mask="XXXXXXXXXXVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label xml:lang="de">Zeitgesteuert:</label>
<label xml:lang="nl">Tijdgestuurd:</label>
<label>Time based:</label>
</variable>
<variable CV="6861.41" item="Switch Function 2 Option 5" mask="XXXXXVVVVVXXXXXX" default="0">
<decVal min="0" max="31"/>
<label xml:lang="de">Schaltdauer:</label>
<label xml:lang="nl">Schakelduur:</label>
<label>Switch Duration:</label>
<tooltip>Enter in seconds (0-31)</tooltip>
<tooltip xml:lang="de">Eingabe in Sekunden (0-31)</tooltip>
</variable>
<!-- Option 6 only available on 68610 -->
<variable CV="6861.41" item="Switch Function 2 Option 6" mask="VVVXXXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enum0-4.xml"/>
<label xml:lang="de">Abfolge:</label>
<label xml:lang="nl">Volgorde:</label>
<label>Order:</label>
<tooltip>Position of the action in the sequence (0-4), see Manual v4 Ch. 7.4.5.2</tooltip>
<tooltip xml:lang="de">Position in der Abfolge (0-4), sehe Handbuch v4 Kap. 7.4.5.2</tooltip>
</variable>
<!-- Switch Function 3-->
<variable CV="6861.22" item="Switch Function 3 Address" mask="VVVVVVVVVVVVVVVV" default="20000">
<decVal min="0" max="20004"/>
<label xml:lang="de">Befehl 3 - Lok:</label>
<label xml:lang="nl">Instructie 3 - Loc:</label>
<label>Command 3 - Loco:</label>
<tooltip>Enter loco address or 20000 = General command, 20001-4 = Category 1-4</tooltip>
<tooltip xml:lang="de">Lokadresse eingeben, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4</tooltip>
</variable>
<variable CV="6861.32" item="Switch Function 3 F0" mask="XXXXXXXXXXXXV" default="1">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label xml:lang="de">Schalte F0:</label>
<label xml:lang="nl">Schakel F0:</label>
<label>Switch F0:</label>
<tooltip>Select Functions to be switched</tooltip>
<tooltip xml:lang="de">Die zu schaltene Funktionen auswählen</tooltip>
</variable>
<variable CV="6861.32" item="Switch Function 3 F1" mask="XXXXXXXXXXXVX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F1:</label>
</variable>
<variable CV="6861.32" item="Switch Function 3 F2" mask="XXXXXXXXXXVXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F2:</label>
</variable>
<variable CV="6861.32" item="Switch Function 3 F3" mask="XXXXXXXXXVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F3:</label>
</variable>
<variable CV="6861.32" item="Switch Function 3 F4" mask="XXXXXXXXVXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F4:</label>
</variable>
<variable CV="6861.32" item="Switch Function 3 F5" mask="XXXXXXXXVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F5:</label>
</variable>
<variable CV="6861.32" item="Switch Function 3 F6" mask="XXXXXXXVXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F6:</label>
</variable>
<variable CV="6861.32" item="Switch Function 3 F7" mask="XXXXXXVXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F7:</label>
</variable>
<variable CV="6861.32" item="Switch Function 3 F8" mask="XXXXVXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F8:</label>
</variable>
<variable CV="6861.32" item="Switch Function 3 F9" mask="XXXVXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F9:</label>
</variable>
<variable CV="6861.32" item="Switch Function 3 F10" mask="XXVXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F10:</label>
</variable>
<variable CV="6861.32" item="Switch Function 3 F11" mask="XVXXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F11:</label>
</variable>
<variable CV="6861.32" item="Switch Function 3 F12" mask="VXXXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F12:</label>
</variable>
<variable CV="6861.42" item="Switch Function 3 Option 1" mask="XXXXXXXXXXXXXXVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.42" item="Switch Function 3 Option 1 Single" mask="XXXXXXXXXXXXXXVV">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1-Single.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.42" item="Switch Function 3 Option 2" mask="XXXXXXXXXXXXXVXX" default="0">
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>2</value>
</qualifier>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions2.xml"/>
<label xml:lang="de"> Aktivieren:</label>
<label xml:lang="nl"> Activeer:</label>
<label> when:</label>
</variable>
<variable CV="6861.42" item="Switch Function 3 Option 3" mask="XXXXXXXXXXXVVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions3.xml"/>
<label xml:lang="de"> Schalten nach:</label>
<label xml:lang="nl"> Schakel:</label>
<label> Switch to:</label>
</variable>
<variable CV="6861.42" item="Switch Function 3 Option 4" mask="XXXXXXXXXXVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label xml:lang="de">Zeitgesteuert:</label>
<label xml:lang="nl">Tijdgestuurd:</label>
<label>Time based:</label>
</variable>
<variable CV="6861.42" item="Switch Function 3 Option 5" mask="XXXXXVVVVVXXXXXX" default="0">
<decVal min="0" max="31"/>
<label xml:lang="de">Schaltdauer:</label>
<label xml:lang="nl">Schakelduur:</label>
<label>Switch Duration:</label>
<tooltip>Enter in seconds (0-31)</tooltip>
<tooltip xml:lang="de">Eingabe in Sekunden (0-31)</tooltip>
</variable>
<!-- Option 6 only available on 68610 -->
<variable CV="6861.42" item="Switch Function 3 Option 6" mask="VVVXXXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enum0-4.xml"/>
<label xml:lang="de">Abfolge:</label>
<label xml:lang="nl">Volgorde:</label>
<label>Order:</label>
<tooltip>Position of the action in the sequence (0-4), see Manual v4 Ch. 7.4.5.2</tooltip>
<tooltip xml:lang="de">Position in der Abfolge (0-4), sehe Handbuch v4 Kap. 7.4.5.2</tooltip>
</variable>
<!-- Switch Function 4-->
<variable CV="6861.23" item="Switch Function 4 Address" mask="VVVVVVVVVVVVVVVV" default="20000">
<decVal min="0" max="20004"/>
<label xml:lang="de">Befehl 4 - Lok:</label>
<label xml:lang="nl">Instructie 4 - Loc:</label>
<label>Command 4 - Loco:</label>
<tooltip>Enter loco address or 20000 = General command, 20001-4 = Category 1-4</tooltip>
<tooltip xml:lang="de">Lokadresse eingeben, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4</tooltip>
</variable>
<variable CV="6861.33" item="Switch Function 4 F0" mask="XXXXXXXXXXXXV" default="1">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label xml:lang="de">Schalte F0:</label>
<label xml:lang="nl">Schakel F0:</label>
<label>Switch F0:</label>
<tooltip>Select Functions to be switched</tooltip>
<tooltip xml:lang="de">Die zu schaltene Funktionen auswählen</tooltip>
</variable>
<variable CV="6861.33" item="Switch Function 4 F1" mask="XXXXXXXXXXXVX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F1:</label>
</variable>
<variable CV="6861.33" item="Switch Function 4 F2" mask="XXXXXXXXXXVXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F2:</label>
</variable>
<variable CV="6861.33" item="Switch Function 4 F3" mask="XXXXXXXXXVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F3:</label>
</variable>
<variable CV="6861.33" item="Switch Function 4 F4" mask="XXXXXXXXVXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F4:</label>
</variable>
<variable CV="6861.33" item="Switch Function 4 F5" mask="XXXXXXXXVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F5:</label>
</variable>
<variable CV="6861.33" item="Switch Function 4 F6" mask="XXXXXXXVXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F6:</label>
</variable>
<variable CV="6861.33" item="Switch Function 4 F7" mask="XXXXXXVXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F7:</label>
</variable>
<variable CV="6861.33" item="Switch Function 4 F8" mask="XXXXVXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F8:</label>
</variable>
<variable CV="6861.33" item="Switch Function 4 F9" mask="XXXVXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F9:</label>
</variable>
<variable CV="6861.33" item="Switch Function 4 F10" mask="XXVXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F10:</label>
</variable>
<variable CV="6861.33" item="Switch Function 4 F11" mask="XVXXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F11:</label>
</variable>
<variable CV="6861.33" item="Switch Function 4 F12" mask="VXXXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F12:</label>
</variable>
<variable CV="6861.43" item="Switch Function 4 Option 1" mask="XXXXXXXXXXXXXXVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.43" item="Switch Function 4 Option 1 Single" mask="XXXXXXXXXXXXXXVV">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1-Single.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.43" item="Switch Function 4 Option 2" mask="XXXXXXXXXXXXXVXX" default="0">
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>2</value>
</qualifier>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions2.xml"/>
<label xml:lang="de"> Aktivieren:</label>
<label xml:lang="nl"> Activeer:</label>
<label> when:</label>
</variable>
<variable CV="6861.43" item="Switch Function 4 Option 3" mask="XXXXXXXXXXXVVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions3.xml"/>
<label xml:lang="de"> Schalten nach:</label>
<label xml:lang="nl"> Schakel:</label>
<label> Switch to:</label>
</variable>
<variable CV="6861.43" item="Switch Function 4 Option 4" mask="XXXXXXXXXXVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label xml:lang="de">Zeitgesteuert:</label>
<label xml:lang="nl">Tijdgestuurd:</label>
<label>Time based:</label>
</variable>
<variable CV="6861.43" item="Switch Function 4 Option 5" mask="XXXXXVVVVVXXXXXX" default="0">
<decVal min="0" max="31"/>
<label xml:lang="de">Schaltdauer:</label>
<label xml:lang="nl">Schakelduur:</label>
<label>Switch Duration:</label>
<tooltip>Enter in seconds (0-31)</tooltip>
<tooltip xml:lang="de">Eingabe in Sekunden (0-31)</tooltip>
</variable>
<!-- Option 6 only available on 68610 -->
<variable CV="6861.43" item="Switch Function 4 Option 6" mask="VVVXXXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enum0-4.xml"/>
<label xml:lang="de">Abfolge:</label>
<label xml:lang="nl">Volgorde:</label>
<label>Order:</label>
<tooltip>Position of the action in the sequence (0-4), see Manual v4 Ch. 7.4.5.2</tooltip>
<tooltip xml:lang="de">Position in der Abfolge (0-4), sehe Handbuch v4 Kap. 7.4.5.2</tooltip>
</variable>
<!-- Switch Function 5-->
<variable CV="6861.24" item="Switch Function 5 Address" mask="VVVVVVVVVVVVVVVV" default="20000">
<decVal min="0" max="20004"/>
<label xml:lang="de">Befehl 5 - Lok:</label>
<label xml:lang="nl">Instructie 5 - Loc:</label>
<label>Command 5 - Loco:</label>
<tooltip>Enter loco address or 20000 = General command, 20001-4 = Category 1-4</tooltip>
<tooltip xml:lang="de">Lokadresse eingeben, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4</tooltip>
</variable>
<variable CV="6861.34" item="Switch Function 5 F0" mask="XXXXXXXXXXXXV" default="1">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label xml:lang="de">Schalte F0:</label>
<label xml:lang="nl">Schakel F0:</label>
<label>Switch F0:</label>
<tooltip>Select Functions to be switched</tooltip>
<tooltip xml:lang="de">Die zu schaltene Funktionen auswählen</tooltip>
</variable>
<variable CV="6861.34" item="Switch Function 5 F1" mask="XXXXXXXXXXXVX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F1:</label>
</variable>
<variable CV="6861.34" item="Switch Function 5 F2" mask="XXXXXXXXXXVXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F2:</label>
</variable>
<variable CV="6861.34" item="Switch Function 5 F3" mask="XXXXXXXXXVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F3:</label>
</variable>
<variable CV="6861.34" item="Switch Function 5 F4" mask="XXXXXXXXVXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F4:</label>
</variable>
<variable CV="6861.34" item="Switch Function 5 F5" mask="XXXXXXXXVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F5:</label>
</variable>
<variable CV="6861.34" item="Switch Function 5 F6" mask="XXXXXXXVXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F6:</label>
</variable>
<variable CV="6861.34" item="Switch Function 5 F7" mask="XXXXXXVXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F7:</label>
</variable>
<variable CV="6861.34" item="Switch Function 5 F8" mask="XXXXVXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F8:</label>
</variable>
<variable CV="6861.34" item="Switch Function 5 F9" mask="XXXVXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F9:</label>
</variable>
<variable CV="6861.34" item="Switch Function 5 F10" mask="XXVXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F10:</label>
</variable>
<variable CV="6861.34" item="Switch Function 5 F11" mask="XVXXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F11:</label>
</variable>
<variable CV="6861.34" item="Switch Function 5 F12" mask="VXXXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F12:</label>
</variable>
<variable CV="6861.44" item="Switch Function 5 Option 1" mask="XXXXXXXXXXXXXXVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.44" item="Switch Function 5 Option 1 Single" mask="XXXXXXXXXXXXXXVV">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1-Single.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.44" item="Switch Function 5 Option 2" mask="XXXXXXXXXXXXXVXX" default="0">
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>2</value>
</qualifier>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions2.xml"/>
<label xml:lang="de"> Aktivieren:</label>
<label xml:lang="nl"> Activeer:</label>
<label> when:</label>
</variable>
<variable CV="6861.44" item="Switch Function 5 Option 3" mask="XXXXXXXXXXXVVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions3.xml"/>
<label xml:lang="de"> Schalten nach:</label>
<label xml:lang="nl"> Schakel:</label>
<label> Switch to:</label>
</variable>
<variable CV="6861.44" item="Switch Function 5 Option 4" mask="XXXXXXXXXXVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label xml:lang="de">Zeitgesteuert:</label>
<label xml:lang="nl">Tijdgestuurd:</label>
<label>Time based:</label>
</variable>
<variable CV="6861.44" item="Switch Function 5 Option 5" mask="XXXXXVVVVVXXXXXX" default="0">
<decVal min="0" max="31"/>
<label xml:lang="de">Schaltdauer:</label>
<label xml:lang="nl">Schakelduur:</label>
<label>Switch Duration:</label>
<tooltip>Enter in seconds (0-31)</tooltip>
<tooltip xml:lang="de">Eingabe in Sekunden (0-31)</tooltip>
</variable>
<!-- Option 6 only available on 68610 -->
<variable CV="6861.44" item="Switch Function 5 Option 6" mask="VVVXXXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enum0-4.xml"/>
<label xml:lang="de">Abfolge:</label>
<label xml:lang="nl">Volgorde:</label>
<label>Order:</label>
<tooltip>Position of the action in the sequence (0-4), see Manual v4 Ch. 7.4.5.2</tooltip>
<tooltip xml:lang="de">Position in der Abfolge (0-4), sehe Handbuch v4 Kap. 7.4.5.2</tooltip>
</variable>
<!-- Switch Function 6-->
<variable CV="6861.25" item="Switch Function 6 Address" mask="VVVVVVVVVVVVVVVV" default="20000">
<decVal min="0" max="20004"/>
<label xml:lang="de">Befehl 6 - Lok:</label>
<label xml:lang="nl">Instructie 6 - Loc:</label>
<label>Command 6 - Loco:</label>
<tooltip>Enter loco address or 20000 = General command, 20001-4 = Category 1-4</tooltip>
<tooltip xml:lang="de">Lokadresse eingeben, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4</tooltip>
</variable>
<variable CV="6861.35" item="Switch Function 6 F0" mask="XXXXXXXXXXXXV" default="1">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label xml:lang="de">Schalte F0:</label>
<label xml:lang="nl">Schakel F0:</label>
<label>Switch F0:</label>
<tooltip>Select Functions to be switched</tooltip>
<tooltip xml:lang="de">Die zu schaltene Funktionen auswählen</tooltip>
</variable>
<variable CV="6861.35" item="Switch Function 6 F1" mask="XXXXXXXXXXXVX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F1:</label>
</variable>
<variable CV="6861.35" item="Switch Function 6 F2" mask="XXXXXXXXXXVXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F2:</label>
</variable>
<variable CV="6861.35" item="Switch Function 6 F3" mask="XXXXXXXXXVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F3:</label>
</variable>
<variable CV="6861.35" item="Switch Function 6 F4" mask="XXXXXXXXVXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F4:</label>
</variable>
<variable CV="6861.35" item="Switch Function 6 F5" mask="XXXXXXXXVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F5:</label>
</variable>
<variable CV="6861.35" item="Switch Function 6 F6" mask="XXXXXXXVXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F6:</label>
</variable>
<variable CV="6861.35" item="Switch Function 6 F7" mask="XXXXXXVXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F7:</label>
</variable>
<variable CV="6861.35" item="Switch Function 6 F8" mask="XXXXVXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F8:</label>
</variable>
<variable CV="6861.35" item="Switch Function 6 F9" mask="XXXVXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F9:</label>
</variable>
<variable CV="6861.35" item="Switch Function 6 F10" mask="XXVXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F10:</label>
</variable>
<variable CV="6861.35" item="Switch Function 6 F11" mask="XVXXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F11:</label>
</variable>
<variable CV="6861.35" item="Switch Function 6 F12" mask="VXXXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F12:</label>
</variable>
<variable CV="6861.45" item="Switch Function 6 Option 1" mask="XXXXXXXXXXXXXXVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.45" item="Switch Function 6 Option 1 Single" mask="XXXXXXXXXXXXXXVV">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1-Single.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.45" item="Switch Function 6 Option 2" mask="XXXXXXXXXXXXXVXX" default="0">
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>2</value>
</qualifier>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions2.xml"/>
<label xml:lang="de"> Aktivieren:</label>
<label xml:lang="nl"> Activeer:</label>
<label> when:</label>
</variable>
<variable CV="6861.45" item="Switch Function 6 Option 3" mask="XXXXXXXXXXXVVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions3.xml"/>
<label xml:lang="de"> Schalten nach:</label>
<label xml:lang="nl"> Schakel:</label>
<label> Switch to:</label>
</variable>
<variable CV="6861.45" item="Switch Function 6 Option 4" mask="XXXXXXXXXXVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label xml:lang="de">Zeitgesteuert:</label>
<label xml:lang="nl">Tijdgestuurd:</label>
<label>Time based:</label>
</variable>
<variable CV="6861.45" item="Switch Function 6 Option 5" mask="XXXXXVVVVVXXXXXX" default="0">
<decVal min="0" max="31"/>
<label xml:lang="de">Schaltdauer:</label>
<label xml:lang="nl">Schakelduur:</label>
<label>Switch Duration:</label>
<tooltip>Enter in seconds (0-31)</tooltip>
<tooltip xml:lang="de">Eingabe in Sekunden (0-31)</tooltip>
</variable>
<!-- Option 6 only available on 68610 -->
<variable CV="6861.45" item="Switch Function 6 Option 6" mask="VVVXXXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enum0-4.xml"/>
<label xml:lang="de">Abfolge:</label>
<label xml:lang="nl">Volgorde:</label>
<label>Order:</label>
<tooltip>Position of the action in the sequence (0-4), see Manual v4 Ch. 7.4.5.2</tooltip>
<tooltip xml:lang="de">Position in der Abfolge (0-4), sehe Handbuch v4 Kap. 7.4.5.2</tooltip>
</variable>
<!-- Switch Function 7-->
<variable CV="6861.26" item="Switch Function 7 Address" mask="VVVVVVVVVVVVVVVV" default="20000">
<decVal min="0" max="20004"/>
<label xml:lang="de">Befehl 7 - Lok:</label>
<label xml:lang="nl">Instructie 7 - Loc:</label>
<label>Command 7 - Loco:</label>
<tooltip>Enter loco address or 20000 = General command, 20001-4 = Category 1-4</tooltip>
<tooltip xml:lang="de">Lokadresse eingeben, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4</tooltip>
</variable>
<variable CV="6861.36" item="Switch Function 7 F0" mask="XXXXXXXXXXXXV" default="1">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label xml:lang="de">Schalte F0:</label>
<label xml:lang="nl">Schakel F0:</label>
<label>Switch F0:</label>
<tooltip>Select Functions to be switched</tooltip>
<tooltip xml:lang="de">Die zu schaltene Funktionen auswählen</tooltip>
</variable>
<variable CV="6861.36" item="Switch Function 7 F1" mask="XXXXXXXXXXXVX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F1:</label>
</variable>
<variable CV="6861.36" item="Switch Function 7 F2" mask="XXXXXXXXXXVXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F2:</label>
</variable>
<variable CV="6861.36" item="Switch Function 7 F3" mask="XXXXXXXXXVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F3:</label>
</variable>
<variable CV="6861.36" item="Switch Function 7 F4" mask="XXXXXXXXVXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F4:</label>
</variable>
<variable CV="6861.36" item="Switch Function 7 F5" mask="XXXXXXXXVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F5:</label>
</variable>
<variable CV="6861.36" item="Switch Function 7 F6" mask="XXXXXXXVXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F6:</label>
</variable>
<variable CV="6861.36" item="Switch Function 7 F7" mask="XXXXXXVXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F7:</label>
</variable>
<variable CV="6861.36" item="Switch Function 7 F8" mask="XXXXVXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F8:</label>
</variable>
<variable CV="6861.36" item="Switch Function 7 F9" mask="XXXVXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F9:</label>
</variable>
<variable CV="6861.36" item="Switch Function 7 F10" mask="XXVXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F10:</label>
</variable>
<variable CV="6861.36" item="Switch Function 7 F11" mask="XVXXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F11:</label>
</variable>
<variable CV="6861.36" item="Switch Function 7 F12" mask="VXXXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F12:</label>
</variable>
<variable CV="6861.46" item="Switch Function 7 Option 1" mask="XXXXXXXXXXXXXXVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.46" item="Switch Function 7 Option 1 Single" mask="XXXXXXXXXXXXXXVV">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1-Single.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.46" item="Switch Function 7 Option 2" mask="XXXXXXXXXXXXXVXX" default="0">
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>2</value>
</qualifier>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions2.xml"/>
<label xml:lang="de"> Aktivieren:</label>
<label xml:lang="nl"> Activeer:</label>
<label> when:</label>
</variable>
<variable CV="6861.46" item="Switch Function 7 Option 3" mask="XXXXXXXXXXXVVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions3.xml"/>
<label xml:lang="de"> Schalten nach:</label>
<label xml:lang="nl"> Schakel:</label>
<label> Switch to:</label>
</variable>
<variable CV="6861.46" item="Switch Function 7 Option 4" mask="XXXXXXXXXXVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label xml:lang="de">Zeitgesteuert:</label>
<label xml:lang="nl">Tijdgestuurd:</label>
<label>Time based:</label>
</variable>
<variable CV="6861.46" item="Switch Function 7 Option 5" mask="XXXXXVVVVVXXXXXX" default="0">
<decVal min="0" max="31"/>
<label xml:lang="de">Schaltdauer:</label>
<label xml:lang="nl">Schakelduur:</label>
<label>Switch Duration:</label>
<tooltip>Enter in seconds (0-31)</tooltip>
<tooltip xml:lang="de">Eingabe in Sekunden (0-31)</tooltip>
</variable>
<!-- Option 6 only available on 68610 -->
<variable CV="6861.46" item="Switch Function 7 Option 6" mask="VVVXXXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enum0-4.xml"/>
<label xml:lang="de">Abfolge:</label>
<label xml:lang="nl">Volgorde:</label>
<label>Order:</label>
<tooltip>Position of the action in the sequence (0-4), see Manual v4 Ch. 7.4.5.2</tooltip>
<tooltip xml:lang="de">Position in der Abfolge (0-4), sehe Handbuch v4 Kap. 7.4.5.2</tooltip>
</variable>
<!-- Switch Function 8-->
<variable CV="6861.27" item="Switch Function 8 Address" mask="VVVVVVVVVVVVVVVV" default="20000">
<decVal min="0" max="20004"/>
<label xml:lang="de">Befehl 8 - Lok:</label>
<label xml:lang="nl">Instructie 8 - Loc:</label>
<label>Command 8 - Loco:</label>
<tooltip>Enter loco address or 20000 = General command, 20001-4 = Category 1-4</tooltip>
<tooltip xml:lang="de">Lokadresse eingeben, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4</tooltip>
</variable>
<variable CV="6861.37" item="Switch Function 8 F0" mask="XXXXXXXXXXXXV" default="1">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label xml:lang="de">Schalte F0:</label>
<label xml:lang="nl">Schakel F0:</label>
<label>Switch F0:</label>
<tooltip>Select Functions to be switched</tooltip>
<tooltip xml:lang="de">Die zu schaltene Funktionen auswählen</tooltip>
</variable>
<variable CV="6861.37" item="Switch Function 8 F1" mask="XXXXXXXXXXXVX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F1:</label>
</variable>
<variable CV="6861.37" item="Switch Function 8 F2" mask="XXXXXXXXXXVXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F2:</label>
</variable>
<variable CV="6861.37" item="Switch Function 8 F3" mask="XXXXXXXXXVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F3:</label>
</variable>
<variable CV="6861.37" item="Switch Function 8 F4" mask="XXXXXXXXVXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F4:</label>
</variable>
<variable CV="6861.37" item="Switch Function 8 F5" mask="XXXXXXXXVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F5:</label>
</variable>
<variable CV="6861.37" item="Switch Function 8 F6" mask="XXXXXXXVXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F6:</label>
</variable>
<variable CV="6861.37" item="Switch Function 8 F7" mask="XXXXXXVXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F7:</label>
</variable>
<variable CV="6861.37" item="Switch Function 8 F8" mask="XXXXVXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F8:</label>
</variable>
<variable CV="6861.37" item="Switch Function 8 F9" mask="XXXVXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F9:</label>
</variable>
<variable CV="6861.37" item="Switch Function 8 F10" mask="XXVXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F10:</label>
</variable>
<variable CV="6861.37" item="Switch Function 8 F11" mask="XVXXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F11:</label>
</variable>
<variable CV="6861.37" item="Switch Function 8 F12" mask="VXXXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F12:</label>
</variable>
<variable CV="6861.47" item="Switch Function 8 Option 1" mask="XXXXXXXXXXXXXXVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.47" item="Switch Function 8 Option 1 Single" mask="XXXXXXXXXXXXXXVV">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1-Single.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.47" item="Switch Function 8 Option 2" mask="XXXXXXXXXXXXXVXX" default="0">
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>2</value>
</qualifier>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions2.xml"/>
<label xml:lang="de"> Aktivieren:</label>
<label xml:lang="nl"> Activeer:</label>
<label> when:</label>
</variable>
<variable CV="6861.47" item="Switch Function 8 Option 3" mask="XXXXXXXXXXXVVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions3.xml"/>
<label xml:lang="de"> Schalten nach:</label>
<label xml:lang="nl"> Schakel:</label>
<label> Switch to:</label>
</variable>
<variable CV="6861.47" item="Switch Function 8 Option 4" mask="XXXXXXXXXXVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label xml:lang="de">Zeitgesteuert:</label>
<label xml:lang="nl">Tijdgestuurd:</label>
<label>Time based:</label>
</variable>
<variable CV="6861.47" item="Switch Function 8 Option 5" mask="XXXXXVVVVVXXXXXX" default="0">
<decVal min="0" max="31"/>
<label xml:lang="de">Schaltdauer:</label>
<label xml:lang="nl">Schakelduur:</label>
<label>Switch Duration:</label>
<tooltip>Enter in seconds (0-31)</tooltip>
<tooltip xml:lang="de">Eingabe in Sekunden (0-31)</tooltip>
</variable>
<!-- Option 6 only available on 68610 -->
<variable CV="6861.47" item="Switch Function 8 Option 6" mask="VVVXXXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enum0-4.xml"/>
<label xml:lang="de">Abfolge:</label>
<label xml:lang="nl">Volgorde:</label>
<label>Order:</label>
<tooltip>Position of the action in the sequence (0-4), see Manual v4 Ch. 7.4.5.2</tooltip>
<tooltip xml:lang="de">Position in der Abfolge (0-4), sehe Handbuch v4 Kap. 7.4.5.2</tooltip>
</variable>
<!-- Switch Function 9-->
<variable CV="6861.28" item="Switch Function 9 Address" mask="VVVVVVVVVVVVVVVV" default="20000">
<decVal min="0" max="20004"/>
<label xml:lang="de">Befehl 9 - Lok:</label>
<label xml:lang="nl">Instructie 9 - Loc:</label>
<label>Command 9 - Loco:</label>
<tooltip>Enter loco address or 20000 = General command, 20001-4 = Category 1-4</tooltip>
<tooltip xml:lang="de">Lokadresse eingeben, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4</tooltip>
</variable>
<variable CV="6861.38" item="Switch Function 9 F0" mask="XXXXXXXXXXXXV" default="1">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label xml:lang="de">Schalte F0:</label>
<label xml:lang="nl">Schakel F0:</label>
<label>Switch F0:</label>
<tooltip>Select Functions to be switched</tooltip>
<tooltip xml:lang="de">Die zu schaltene Funktionen auswählen</tooltip>
</variable>
<variable CV="6861.38" item="Switch Function 9 F1" mask="XXXXXXXXXXXVX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F1:</label>
</variable>
<variable CV="6861.38" item="Switch Function 9 F2" mask="XXXXXXXXXXVXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F2:</label>
</variable>
<variable CV="6861.38" item="Switch Function 9 F3" mask="XXXXXXXXXVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F3:</label>
</variable>
<variable CV="6861.38" item="Switch Function 9 F4" mask="XXXXXXXXVXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F4:</label>
</variable>
<variable CV="6861.38" item="Switch Function 9 F5" mask="XXXXXXXXVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F5:</label>
</variable>
<variable CV="6861.38" item="Switch Function 9 F6" mask="XXXXXXXVXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F6:</label>
</variable>
<variable CV="6861.38" item="Switch Function 9 F7" mask="XXXXXXVXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F7:</label>
</variable>
<variable CV="6861.38" item="Switch Function 9 F8" mask="XXXXVXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F8:</label>
</variable>
<variable CV="6861.38" item="Switch Function 9 F9" mask="XXXVXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F9:</label>
</variable>
<variable CV="6861.38" item="Switch Function 9 F10" mask="XXVXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F10:</label>
</variable>
<variable CV="6861.38" item="Switch Function 9 F11" mask="XVXXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F11:</label>
</variable>
<variable CV="6861.38" item="Switch Function 9 F12" mask="VXXXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F12:</label>
</variable>
<variable CV="6861.48" item="Switch Function 9 Option 1" mask="XXXXXXXXXXXXXXVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.48" item="Switch Function 9 Option 1 Single" mask="XXXXXXXXXXXXXXVV">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1-Single.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.48" item="Switch Function 9 Option 2" mask="XXXXXXXXXXXXXVXX" default="0">
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>2</value>
</qualifier>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions2.xml"/>
<label xml:lang="de"> Aktivieren:</label>
<label xml:lang="nl"> Activeer:</label>
<label> when:</label>
</variable>
<variable CV="6861.48" item="Switch Function 9 Option 3" mask="XXXXXXXXXXXVVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions3.xml"/>
<label xml:lang="de"> Schalten nach:</label>
<label xml:lang="nl"> Schakel:</label>
<label> Switch to:</label>
</variable>
<variable CV="6861.48" item="Switch Function 9 Option 4" mask="XXXXXXXXXXVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label xml:lang="de">Zeitgesteuert:</label>
<label xml:lang="nl">Tijdgestuurd:</label>
<label>Time based:</label>
</variable>
<variable CV="6861.48" item="Switch Function 9 Option 5" mask="XXXXXVVVVVXXXXXX" default="0">
<decVal min="0" max="31"/>
<label xml:lang="de">Schaltdauer:</label>
<label xml:lang="nl">Schakelduur:</label>
<label>Switch Duration:</label>
<tooltip>Enter in seconds (0-31)</tooltip>
<tooltip xml:lang="de">Eingabe in Sekunden (0-31)</tooltip>
</variable>
<!-- Option 6 only available on 68610 -->
<variable CV="6861.48" item="Switch Function 9 Option 6" mask="VVVXXXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enum0-4.xml"/>
<label xml:lang="de">Abfolge:</label>
<label xml:lang="nl">Volgorde:</label>
<label>Order:</label>
<tooltip>Position of the action in the sequence (0-4), see Manual v4 Ch. 7.4.5.2</tooltip>
<tooltip xml:lang="de">Position in der Abfolge (0-4), sehe Handbuch v4 Kap. 7.4.5.2</tooltip>
</variable>
<!-- Switch Function 10-->
<variable CV="6861.29" item="Switch Function 10 Address" mask="VVVVVVVVVVVVVVVV" default="20000">
<decVal min="0" max="20004"/>
<label xml:lang="de">Befehl 10 - Lok:</label>
<label xml:lang="nl">Instructie 10 - Loc:</label>
<label>Command 10 - Loco:</label>
<tooltip>Enter loco address or 20000 = General command, 20001-4 = Category 1-4</tooltip>
<tooltip xml:lang="de">Lokadresse eingeben, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4</tooltip>
</variable>
<variable CV="6861.39" item="Switch Function 10 F0" mask="XXXXXXXXXXXXV" default="1">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label xml:lang="de">Schalte F0:</label>
<label xml:lang="nl">Schakel F0:</label>
<label>Switch F0:</label>
<tooltip>Select Functions to be switched</tooltip>
<tooltip xml:lang="de">Die zu schaltene Funktionen auswählen</tooltip>
</variable>
<variable CV="6861.39" item="Switch Function 10 F1" mask="XXXXXXXXXXXVX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F1:</label>
</variable>
<variable CV="6861.39" item="Switch Function 10 F2" mask="XXXXXXXXXXVXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F2:</label>
</variable>
<variable CV="6861.39" item="Switch Function 10 F3" mask="XXXXXXXXXVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F3:</label>
</variable>
<variable CV="6861.39" item="Switch Function 10 F4" mask="XXXXXXXXVXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F4:</label>
</variable>
<variable CV="6861.39" item="Switch Function 10 F5" mask="XXXXXXXXVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F5:</label>
</variable>
<variable CV="6861.39" item="Switch Function 10 F6" mask="XXXXXXXVXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F6:</label>
</variable>
<variable CV="6861.39" item="Switch Function 10 F7" mask="XXXXXXVXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F7:</label>
</variable>
<variable CV="6861.39" item="Switch Function 10 F8" mask="XXXXVXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F8:</label>
</variable>
<variable CV="6861.39" item="Switch Function 10 F9" mask="XXXVXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F9:</label>
</variable>
<variable CV="6861.39" item="Switch Function 10 F10" mask="XXVXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F10:</label>
</variable>
<variable CV="6861.39" item="Switch Function 10 F11" mask="XVXXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F11:</label>
</variable>
<variable CV="6861.39" item="Switch Function 10 F12" mask="VXXXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F12:</label>
</variable>
<variable CV="6861.49" item="Switch Function 10 Option 1" mask="XXXXXXXXXXXXXXVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.49" item="Switch Function 10 Option 1 Single" mask="XXXXXXXXXXXXXXVV">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1-Single.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.49" item="Switch Function 10 Option 2" mask="XXXXXXXXXXXXXVXX" default="0">
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>2</value>
</qualifier>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions2.xml"/>
<label xml:lang="de"> Aktivieren:</label>
<label xml:lang="nl"> Activeer:</label>
<label> when:</label>
</variable>
<variable CV="6861.49" item="Switch Function 10 Option 3" mask="XXXXXXXXXXXVVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions3.xml"/>
<label xml:lang="de"> Schalten nach:</label>
<label xml:lang="nl"> Schakel:</label>
<label> Switch to:</label>
</variable>
<variable CV="6861.49" item="Switch Function 10 Option 4" mask="XXXXXXXXXXVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label xml:lang="de">Zeitgesteuert:</label>
<label xml:lang="nl">Tijdgestuurd:</label>
<label>Time based:</label>
</variable>
<variable CV="6861.49" item="Switch Function 10 Option 5" mask="XXXXXVVVVVXXXXXX" default="0">
<decVal min="0" max="31"/>
<label xml:lang="de">Schaltdauer:</label>
<label xml:lang="nl">Schakelduur:</label>
<label>Switch Duration:</label>
<tooltip>Enter in seconds (0-31)</tooltip>
<tooltip xml:lang="de">Eingabe in Sekunden (0-31)</tooltip>
</variable>
<!-- Option 6 only available on 68610 -->
<variable CV="6861.49" item="Switch Function 10 Option 6" mask="VVVXXXXXXXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enum0-4.xml"/>
<label xml:lang="de">Abfolge:</label>
<label xml:lang="nl">Volgorde:</label>
<label>Order:</label>
<tooltip>Position of the action in the sequence (0-4), see Manual v4 Ch. 7.4.5.2</tooltip>
<tooltip xml:lang="de">Position in der Abfolge (0-4), sehe Handbuch v4 Kap. 7.4.5.2</tooltip>
</variable>
<!-- Switch Function Commands LNCV 22-29, 32-39 and 42-49 up to here -->
<!-- Speed Commands, LNCV 50-79, not for NX Managers -->
<!-- Switch Speed 1 -->
<variable CV="6861.50" item="Switch Speed 1 Address" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">Befehl 1 - Lok:</label>
<label xml:lang="nl">Instructie 1 - Loc:</label>
<label>Command 1 - Loco:</label>
<tooltip>Enter loco address or 20000 = General command, 20001-4 = Category 1-4</tooltip>
<tooltip xml:lang="de">Lokadresse eingeben, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4</tooltip>
</variable>
<variable CV="6861.60" item="Switch Speed 1 Speed" default="0">
<decVal/>
<label xml:lang="de"> Setze Geschwindigkeit:</label>
<label xml:lang="nl"> Snelheid wordt:</label>
<label> Set Speed to:</label>
<tooltip>Enter value according to unit selected in next field</tooltip>
<tooltip xml:lang="de">Eingabe gemäß zunächst ausgewählte Einheit</tooltip>
</variable>
<variable CV="6861.70" item="Switch Speed 1 Option 1" mask="XXXXXXVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.70" item="Switch Speed 1 Option 1 Single" mask="XXXXXXXXXXXXXXVV">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1-Single.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.70" item="Switch Speed 1 Option 2" mask="XXXXXVXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions2.xml"/>
<label xml:lang="de"> Aktivieren:</label>
<label xml:lang="nl"> Activeer:</label>
<label> when:</label>
</variable>
<variable CV="6861.70" item="Switch Speed 1 Option 3" mask="XXXVVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumSpeedfunctionOptions3.xml"/>
<label xml:lang="de"> Einheit:</label>
<label xml:lang="nl"> Eenheid:</label>
<label> Unit:</label>
</variable>
<variable CV="6861.70" item="Switch Speed 1 Option 3 Single" mask="XXXVVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumSpeedfunctionOptions3-Single.xml"/>
<label xml:lang="de"> Einheit:</label>
<label xml:lang="nl"> Eenheid:</label>
<label> Unit:</label>
</variable>
<!-- Switch Speed 2 -->
<variable CV="6861.51" item="Switch Speed 2 Address" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">Befehl 2 - Lok:</label>
<label xml:lang="nl">Instructie 2 - Loc:</label>
<label>Command 2 - Loco:</label>
<tooltip>Enter loco address or 20000 = General command, 20001-4 = Category 1-4</tooltip>
<tooltip xml:lang="de">Lokadresse eingeben, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4</tooltip>
</variable>
<variable CV="6861.61" item="Switch Speed 2 Speed" default="0">
<decVal/>
<label xml:lang="de"> Setze Geschwindigkeit:</label>
<label xml:lang="nl"> Snelheid wordt:</label>
<label> Set Speed to:</label>
<tooltip>Enter value according to unit selected in next field</tooltip>
<tooltip xml:lang="de">Eingabe gemäß zunächst ausgewählte Einheit</tooltip>
</variable>
<variable CV="6861.71" item="Switch Speed 2 Option 1" mask="XXXXXXVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.71" item="Switch Speed 2 Option 1 Single" mask="XXXXXXXXXXXXXXVV">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1-Single.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.71" item="Switch Speed 2 Option 2" mask="XXXXXVXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions2.xml"/>
<label xml:lang="de"> Aktivieren:</label>
<label xml:lang="nl"> Activeer:</label>
<label> when:</label>
</variable>
<variable CV="6861.71" item="Switch Speed 2 Option 3" mask="XXXVVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumSpeedfunctionOptions3.xml"/>
<label xml:lang="de"> Einheit:</label>
<label xml:lang="nl"> Eenheid:</label>
<label> Unit:</label>
</variable>
<variable CV="6861.71" item="Switch Speed 2 Option 3 Single" mask="XXXVVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumSpeedfunctionOptions3-Single.xml"/>
<label xml:lang="de"> Einheit:</label>
<label xml:lang="nl"> Eenheid:</label>
<label> Unit:</label>
</variable>
<!-- Switch Speed 3 -->
<variable CV="6861.52" item="Switch Speed 3 Address" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">Befehl 3 - Lok:</label>
<label xml:lang="nl">Instructie 3 - Loc:</label>
<label>Command 3 - Loco:</label>
<tooltip>Enter loco address or 20000 = General command, 20001-4 = Category 1-4</tooltip>
<tooltip xml:lang="de">Lokadresse eingeben, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4</tooltip>
</variable>
<variable CV="6861.62" item="Switch Speed 3 Speed" default="0">
<decVal/>
<label xml:lang="de"> Setze Geschwindigkeit:</label>
<label xml:lang="nl"> Snelheid wordt:</label>
<label> Set Speed to:</label>
<tooltip>Enter value according to unit selected in next field</tooltip>
<tooltip xml:lang="de">Eingabe gemäß zunächst ausgewählte Einheit</tooltip>
</variable>
<variable CV="6861.72" item="Switch Speed 3 Option 1" mask="XXXXXXVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.72" item="Switch Speed 3 Option 1 Single" mask="XXXXXXXXXXXXXXVV">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1-Single.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.72" item="Switch Speed 3 Option 2" mask="XXXXXVXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions2.xml"/>
<label xml:lang="de"> Aktivieren:</label>
<label xml:lang="nl"> Activeer:</label>
<label> when:</label>
</variable>
<variable CV="6861.72" item="Switch Speed 3 Option 3" mask="XXXVVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumSpeedfunctionOptions3.xml"/>
<label xml:lang="de"> Einheit:</label>
<label xml:lang="nl"> Eenheid:</label>
<label> Unit:</label>
</variable>
<variable CV="6861.72" item="Switch Speed 3 Option 3 Single" mask="XXXVVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumSpeedfunctionOptions3-Single.xml"/>
<label xml:lang="de"> Einheit:</label>
<label xml:lang="nl"> Eenheid:</label>
<label> Unit:</label>
</variable>
<!-- Switch Speed 4 -->
<variable CV="6861.53" item="Switch Speed 4 Address" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">Befehl 4 - Lok:</label>
<label xml:lang="nl">Instructie 4 - Loc:</label>
<label>Command 4 - Loco:</label>
<tooltip>Enter loco address or 20000 = General command, 20001-4 = Category 1-4</tooltip>
<tooltip xml:lang="de">Lokadresse eingeben, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4</tooltip>
</variable>
<variable CV="6861.63" item="Switch Speed 4 Speed" default="0">
<decVal/>
<label xml:lang="de"> Setze Geschwindigkeit:</label>
<label xml:lang="nl"> Snelheid wordt:</label>
<label> Set Speed to:</label>
<tooltip>Enter value according to unit selected in next field</tooltip>
<tooltip xml:lang="de">Eingabe gemäß zunächst ausgewählte Einheit</tooltip>
</variable>
<variable CV="6861.73" item="Switch Speed 4 Option 1" mask="XXXXXXVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.73" item="Switch Speed 4 Option 1 Single" mask="XXXXXXXXXXXXXXVV">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1-Single.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.73" item="Switch Speed 4 Option 2" mask="XXXXXVXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions2.xml"/>
<label xml:lang="de"> Aktivieren:</label>
<label xml:lang="nl"> Activeer:</label>
<label> when:</label>
</variable>
<variable CV="6861.73" item="Switch Speed 4 Option 3" mask="XXXVVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumSpeedfunctionOptions3.xml"/>
<label xml:lang="de"> Einheit:</label>
<label xml:lang="nl"> Eenheid:</label>
<label> Unit:</label>
</variable>
<variable CV="6861.73" item="Switch Speed 4 Option 3 Single" mask="XXXVVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumSpeedfunctionOptions3-Single.xml"/>
<label xml:lang="de"> Einheit:</label>
<label xml:lang="nl"> Eenheid:</label>
<label> Unit:</label>
</variable>
<!-- Switch Speed 5 -->
<variable CV="6861.54" item="Switch Speed 5 Address" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">Befehl 5 - Lok:</label>
<label xml:lang="nl">Instructie 5 - Loc:</label>
<label>Command 5 - Loco:</label>
<tooltip>Enter loco address or 20000 = General command, 20001-4 = Category 1-4</tooltip>
<tooltip xml:lang="de">Lokadresse eingeben, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4</tooltip>
</variable>
<variable CV="6861.64" item="Switch Speed 5 Speed" default="0">
<decVal/>
<label xml:lang="de"> Setze Geschwindigkeit:</label>
<label xml:lang="nl"> Snelheid wordt:</label>
<label> Set Speed to:</label>
<tooltip>Enter value according to unit selected in next field</tooltip>
<tooltip xml:lang="de">Eingabe gemäß zunächst ausgewählte Einheit</tooltip>
</variable>
<variable CV="6861.74" item="Switch Speed 5 Option 1" mask="XXXXXXVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.74" item="Switch Speed 5 Option 1 Single" mask="XXXXXXXXXXXXXXVV">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1-Single.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.74" item="Switch Speed 5 Option 2" mask="XXXXXVXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions2.xml"/>
<label xml:lang="de"> Aktivieren:</label>
<label xml:lang="nl"> Activeer:</label>
<label> when:</label>
</variable>
<variable CV="6861.74" item="Switch Speed 5 Option 3" mask="XXXVVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumSpeedfunctionOptions3.xml"/>
<label xml:lang="de"> Einheit:</label>
<label xml:lang="nl"> Eenheid:</label>
<label> Unit:</label>
</variable>
<variable CV="6861.74" item="Switch Speed 5 Option 3 Single" mask="XXXVVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumSpeedfunctionOptions3-Single.xml"/>
<label xml:lang="de"> Einheit:</label>
<label xml:lang="nl"> Eenheid:</label>
<label> Unit:</label>
</variable>
<!-- Switch Speed 6 -->
<variable CV="6861.55" item="Switch Speed 6 Address" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">Befehl 6 - Lok:</label>
<label xml:lang="nl">Instructie 6 - Loc:</label>
<label>Command 6 - Loco:</label>
<tooltip>Enter loco address or 20000 = General command, 20001-4 = Category 1-4</tooltip>
<tooltip xml:lang="de">Lokadresse eingeben, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4</tooltip>
</variable>
<variable CV="6861.65" item="Switch Speed 6 Speed" default="0">
<decVal/>
<label xml:lang="de"> Setze Geschwindigkeit:</label>
<label xml:lang="nl"> Snelheid wordt:</label>
<label> Set Speed to:</label>
<tooltip>Enter value according to unit selected in next field</tooltip>
<tooltip xml:lang="de">Eingabe gemäß zunächst ausgewählte Einheit</tooltip>
</variable>
<variable CV="6861.75" item="Switch Speed 6 Option 1" mask="XXXXXXVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.75" item="Switch Speed 6 Option 1 Single" mask="XXXXXXXXXXXXXXVV">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1-Single.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.75" item="Switch Speed 6 Option 2" mask="XXXXXVXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions2.xml"/>
<label xml:lang="de"> Aktivieren:</label>
<label xml:lang="nl"> Activeer:</label>
<label> when:</label>
</variable>
<variable CV="6861.75" item="Switch Speed 6 Option 3" mask="XXXVVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumSpeedfunctionOptions3.xml"/>
<label xml:lang="de"> Einheit:</label>
<label xml:lang="nl"> Eenheid:</label>
<label> Unit:</label>
</variable>
<variable CV="6861.75" item="Switch Speed 6 Option 3 Single" mask="XXXVVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumSpeedfunctionOptions3-Single.xml"/>
<label xml:lang="de"> Einheit:</label>
<label xml:lang="nl"> Eenheid:</label>
<label> Unit:</label>
</variable>
<!-- Switch Speed 7 -->
<variable CV="6861.56" item="Switch Speed 7 Address" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">Befehl 7 - Lok:</label>
<label xml:lang="nl">Instructie 7 - Loc:</label>
<label>Command 7 - Loco:</label>
<tooltip>Enter loco address or 20000 = General command, 20001-4 = Category 1-4</tooltip>
<tooltip xml:lang="de">Lokadresse eingeben, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4</tooltip>
</variable>
<variable CV="6861.66" item="Switch Speed 7 Speed" default="0">
<decVal/>
<label xml:lang="de"> Setze Geschwindigkeit:</label>
<label xml:lang="nl"> Snelheid wordt:</label>
<label> Set Speed to:</label>
<tooltip>Enter value according to unit selected in next field</tooltip>
<tooltip xml:lang="de">Eingabe gemäß zunächst ausgewählte Einheit</tooltip>
</variable>
<variable CV="6861.76" item="Switch Speed 7 Option 1" mask="XXXXXXVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.76" item="Switch Speed 7 Option 1 Single" mask="XXXXXXXXXXXXXXVV">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1-Single.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.76" item="Switch Speed 7 Option 2" mask="XXXXXVXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions2.xml"/>
<label xml:lang="de"> Aktivieren:</label>
<label xml:lang="nl"> Activeer:</label>
<label> when:</label>
</variable>
<variable CV="6861.76" item="Switch Speed 7 Option 3" mask="XXXVVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumSpeedfunctionOptions3.xml"/>
<label xml:lang="de"> Einheit:</label>
<label xml:lang="nl"> Eenheid:</label>
<label> Unit:</label>
</variable>
<variable CV="6861.76" item="Switch Speed 7 Option 3 Single" mask="XXXVVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumSpeedfunctionOptions3-Single.xml"/>
<label xml:lang="de"> Einheit:</label>
<label xml:lang="nl"> Eenheid:</label>
<label> Unit:</label>
</variable>
<!-- Switch Speed 8 -->
<variable CV="6861.57" item="Switch Speed 8 Address" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">Befehl 8 - Lok:</label>
<label xml:lang="nl">Instructie 8 - Loc:</label>
<label>Command 8 - Loco:</label>
<tooltip>Enter loco address or 20000 = General command, 20001-4 = Category 1-4</tooltip>
<tooltip xml:lang="de">Lokadresse eingeben, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4</tooltip>
</variable>
<variable CV="6861.67" item="Switch Speed 8 Speed" default="0">
<decVal/>
<label xml:lang="de"> Setze Geschwindigkeit:</label>
<label xml:lang="nl"> Snelheid wordt:</label>
<label> Set Speed to:</label>
<tooltip>Enter value according to unit selected in next field</tooltip>
<tooltip xml:lang="de">Eingabe gemäß zunächst ausgewählte Einheit</tooltip>
</variable>
<variable CV="6861.77" item="Switch Speed 8 Option 1" mask="XXXXXXVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.77" item="Switch Speed 8 Option 1 Single" mask="XXXXXXXXXXXXXXVV">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1-Single.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.77" item="Switch Speed 8 Option 2" mask="XXXXXVXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions2.xml"/>
<label xml:lang="de"> Aktivieren:</label>
<label xml:lang="nl"> Activeer:</label>
<label> when:</label>
</variable>
<variable CV="6861.77" item="Switch Speed 8 Option 3" mask="XXXVVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumSpeedfunctionOptions3.xml"/>
<label xml:lang="de"> Einheit:</label>
<label xml:lang="nl"> Eenheid:</label>
<label> Unit:</label>
</variable>
<variable CV="6861.77" item="Switch Speed 8 Option 3 Single" mask="XXXVVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumSpeedfunctionOptions3-Single.xml"/>
<label xml:lang="de"> Einheit:</label>
<label xml:lang="nl"> Eenheid:</label>
<label> Unit:</label>
</variable>
<!-- Switch Speed 9 -->
<variable CV="6861.58" item="Switch Speed 9 Address" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">Befehl 9 - Lok:</label>
<label xml:lang="nl">Instructie 9 - Loc:</label>
<label>Command 9 - Loco:</label>
<tooltip>Enter loco address or 20000 = General command, 20001-4 = Category 1-4</tooltip>
<tooltip xml:lang="de">Lokadresse eingeben, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4</tooltip>
</variable>
<variable CV="6861.68" item="Switch Speed 9 Speed" default="0">
<decVal/>
<label xml:lang="de"> Setze Geschwindigkeit:</label>
<label xml:lang="nl"> Snelheid wordt:</label>
<label> Set Speed to:</label>
<tooltip>Enter value according to unit selected in next field</tooltip>
<tooltip xml:lang="de">Eingabe gemäß zunächst ausgewählte Einheit</tooltip>
</variable>
<variable CV="6861.78" item="Switch Speed 9 Option 1" mask="XXXXXXVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.78" item="Switch Speed 9 Option 1 Single" mask="XXXXXXXXXXXXXXVV">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1-Single.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.78" item="Switch Speed 9 Option 2" mask="XXXXXVXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions2.xml"/>
<label xml:lang="de"> Aktivieren:</label>
<label xml:lang="nl"> Activeer:</label>
<label> when:</label>
</variable>
<variable CV="6861.78" item="Switch Speed 9 Option 3" mask="XXXVVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumSpeedfunctionOptions3.xml"/>
<label xml:lang="de"> Einheit:</label>
<label xml:lang="nl"> Eenheid:</label>
<label> Unit:</label>
</variable>
<variable CV="6861.78" item="Switch Speed 9 Option 3 Single" mask="XXXVVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumSpeedfunctionOptions3-Single.xml"/>
<label xml:lang="de"> Einheit:</label>
<label xml:lang="nl"> Eenheid:</label>
<label> Unit:</label>
</variable>
<!-- Switch Speed 10 -->
<variable CV="6861.59" item="Switch Speed 10 Address" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">Befehl 10 - Lok:</label>
<label xml:lang="nl">Instructie 10 - Loc:</label>
<label>Command 10 - Loco:</label>
<tooltip>Enter loco address or 20000 = General command, 20001-4 = Category 1-4</tooltip>
<tooltip xml:lang="de">Lokadresse eingeben, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4</tooltip>
</variable>
<variable CV="6861.69" item="Switch Speed 10 Speed" default="0">
<decVal/>
<label xml:lang="de"> Setze Geschwindigkeit:</label>
<label xml:lang="nl"> Snelheid wordt:</label>
<label> Set Speed to:</label>
<tooltip>Enter value according to unit selected in next field</tooltip>
<tooltip xml:lang="de">Eingabe gemäß zunächst ausgewählte Einheit</tooltip>
</variable>
<variable CV="6861.79" item="Switch Speed 10 Option 1" mask="XXXXXXVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.79" item="Switch Speed 10 Option 1 Single" mask="XXXXXXXXXXXXXXVV">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1-Single.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.79" item="Switch Speed 10 Option 2" mask="XXXXXVXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions2.xml"/>
<label xml:lang="de"> Aktivieren:</label>
<label xml:lang="nl"> Activeer:</label>
<label> when:</label>
</variable>
<variable CV="6861.79" item="Switch Speed 10 Option 3" mask="XXXVVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumSpeedfunctionOptions3.xml"/>
<label xml:lang="de"> Einheit:</label>
<label xml:lang="nl"> Eenheid:</label>
<label> Unit:</label>
</variable>
<variable CV="6861.79" item="Switch Speed 10 Option 3 Single" mask="XXXVVXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumSpeedfunctionOptions3-Single.xml"/>
<label xml:lang="de"> Einheit:</label>
<label xml:lang="nl"> Eenheid:</label>
<label> Unit:</label>
</variable>
<!-- Speed Switching LNCV 52-59, 62-69 and 72-79 up to here -->
<!-- Solenoid Commands, LNCV 80-109, not for NX Managers -->
<!-- Switch Solenoid 1 -->
<variable CV="6861.80" item="Switch Solenoid 1 Address" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">Befehl 1 - Lok:</label>
<label xml:lang="nl">Instructie 1 - Loc:</label>
<label>Command 1 - Loco:</label>
<tooltip>Enter loco address or 20000 = General command, 20001-4 = Category 1-4</tooltip>
<tooltip xml:lang="de">Lokadresse eingeben, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4</tooltip>
</variable>
<variable CV="6861.90" item="Switch Solenoid 1 State" mask="1" default="1">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/enumStateToChoice.xml"/>
<label xml:lang="de"> nach Zustand:</label>
<label xml:lang="nl"> naar Stand:</label>
<label> to State:</label>
</variable>
<variable CV="6861.90" item="Switch Solenoid 1 Target" mask="10" default="1">
<decVal min="0" max="20004"/>
<label xml:lang="de"> schalte Magnetartikel:</label>
<label xml:lang="nl"> schakel adres:</label>
<label> set Solenoid:</label>
<tooltip>&lt;html&gt;0 = no address instruction is sent&lt;br\&gt;
1 - 2000 = set a solenoid address&lt;br\&gt;
2001 - 2024 = set an Intellibox route&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;0 = Es wird kein Adressbefehl gesendet&lt;br\&gt;
1 - 2000 = Magnetartikel schalten&lt;br\&gt;
2001 - 2024 = Intellibox-Fahrstraße schalten&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.100" item="Switch Solenoid 1 Option 1" mask="XXXXXXVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.100" item="Switch Solenoid 1 Option 1 Single" mask="XXXXXXXXXXXXXXVV">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1-Single.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.100" item="Switch Solenoid 1 Option 2" mask="XXXXXVXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions2.xml"/>
<label xml:lang="de"> wenn:</label>
<label xml:lang="nl"> als:</label>
<label> when:</label>
</variable>
<!-- Switch Solenoid 2 -->
<variable CV="6861.81" item="Switch Solenoid 2 Address" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">Befehl 2 - Lok:</label>
<label xml:lang="nl">Instructie 2 - Loc:</label>
<label>Command 2 - Loco:</label>
<tooltip>Enter loco address or 20000 = General command, 20001-4 = Category 1-4</tooltip>
<tooltip xml:lang="de">Lokadresse eingeben, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4</tooltip>
</variable>
<variable CV="6861.91" item="Switch Solenoid 2 State" mask="1" default="1">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/enumStateToChoice.xml"/>
<label xml:lang="de"> nach Zustand:</label>
<label xml:lang="nl"> naar Stand:</label>
<label> to State:</label>
</variable>
<variable CV="6861.91" item="Switch Solenoid 2 Target" mask="10" default="1">
<decVal min="0" max="20004"/>
<label xml:lang="de"> schalte Magnetartikel:</label>
<label xml:lang="nl"> schakel adres:</label>
<label> set Solenoid:</label>
<tooltip>&lt;html&gt;0 = no address instruction is sent&lt;br\&gt;
1 - 2000 = set a solenoid address&lt;br\&gt;
2001 - 2024 = set an Intellibox route&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;0 = Es wird kein Adressbefehl gesendet&lt;br\&gt;
1 - 2000 = Magnetartikel schalten&lt;br\&gt;
2001 - 2024 = Intellibox-Fahrstraße schalten&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.101" item="Switch Solenoid 2 Option 1" mask="XXXXXXVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.101" item="Switch Solenoid 2 Option 1 Single" mask="XXXXXXXXXXXXXXVV">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1-Single.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.101" item="Switch Solenoid 2 Option 2" mask="XXXXXVXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions2.xml"/>
<label xml:lang="de"> wenn:</label>
<label xml:lang="nl"> als:</label>
<label> when:</label>
</variable>
<!-- Switch Solenoid 3 -->
<variable CV="6861.82" item="Switch Solenoid 3 Address" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">Befehl 3 - Lok:</label>
<label xml:lang="nl">Instructie 3 - Loc:</label>
<label>Command 3 - Loco:</label>
<tooltip>Enter loco address or 20000 = General command, 20001-4 = Category 1-4</tooltip>
<tooltip xml:lang="de">Lokadresse eingeben, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4</tooltip>
</variable>
<variable CV="6861.92" item="Switch Solenoid 3 State" mask="1" default="1">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/enumStateToChoice.xml"/>
<label xml:lang="de"> nach Zustand:</label>
<label xml:lang="nl"> naar Stand:</label>
<label> to State:</label>
</variable>
<variable CV="6861.92" item="Switch Solenoid 3 Target" mask="10" default="1">
<decVal min="0" max="20004"/>
<label xml:lang="de"> schalte Magnetartikel:</label>
<label xml:lang="nl"> schakel adres:</label>
<label> set Solenoid:</label>
<tooltip>&lt;html&gt;0 = no address instruction is sent&lt;br\&gt;
1 - 2000 = set a solenoid address&lt;br\&gt;
2001 - 2024 = set an Intellibox route&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;0 = Es wird kein Adressbefehl gesendet&lt;br\&gt;
1 - 2000 = Magnetartikel schalten&lt;br\&gt;
2001 - 2024 = Intellibox-Fahrstraße schalten&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.102" item="Switch Solenoid 3 Option 1" mask="XXXXXXVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.102" item="Switch Solenoid 3 Option 1 Single" mask="XXXXXXXXXXXXXXVV">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1-Single.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.102" item="Switch Solenoid 3 Option 2" mask="XXXXXVXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions2.xml"/>
<label xml:lang="de"> wenn:</label>
<label xml:lang="nl"> als:</label>
<label> when:</label>
</variable>
<!-- Switch Solenoid 4 -->
<variable CV="6861.83" item="Switch Solenoid 4 Address" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">Befehl 4 - Lok:</label>
<label xml:lang="nl">Instructie 4 - Loc:</label>
<label>Command 4 - Loco:</label>
<tooltip>Enter loco address or 20000 = General command, 20001-4 = Category 1-4</tooltip>
<tooltip xml:lang="de">Lokadresse eingeben, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4</tooltip>
</variable>
<variable CV="6861.93" item="Switch Solenoid 4 State" mask="1" default="1">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/enumStateToChoice.xml"/>
<label xml:lang="de"> nach Zustand:</label>
<label xml:lang="nl"> naar Stand:</label>
<label> to State:</label>
</variable>
<variable CV="6861.93" item="Switch Solenoid 4 Target" mask="10" default="1">
<decVal min="0" max="20004"/>
<label xml:lang="de"> schalte Magnetartikel:</label>
<label xml:lang="nl"> schakel adres:</label>
<label> set Solenoid:</label>
<tooltip>&lt;html&gt;0 = no address instruction is sent&lt;br\&gt;
1 - 2000 = set a solenoid address&lt;br\&gt;
2001 - 2024 = set an Intellibox route&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;0 = Es wird kein Adressbefehl gesendet&lt;br\&gt;
1 - 2000 = Magnetartikel schalten&lt;br\&gt;
2001 - 2024 = Intellibox-Fahrstraße schalten&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.103" item="Switch Solenoid 4 Option 1" mask="XXXXXXVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.103" item="Switch Solenoid 4 Option 1 Single" mask="XXXXXXXXXXXXXXVV">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1-Single.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.103" item="Switch Solenoid 4 Option 2" mask="XXXXXVXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions2.xml"/>
<label xml:lang="de"> wenn:</label>
<label xml:lang="nl"> als:</label>
<label> when:</label>
</variable>
<!-- Switch Solenoid 5 -->
<variable CV="6861.84" item="Switch Solenoid 5 Address" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">Befehl 5 - Lok:</label>
<label xml:lang="nl">Instructie 5 - Loc:</label>
<label>Command 5 - Loco:</label>
<tooltip>Enter loco address or 20000 = General command, 20001-4 = Category 1-4</tooltip>
<tooltip xml:lang="de">Lokadresse eingeben, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4</tooltip>
</variable>
<variable CV="6861.94" item="Switch Solenoid 5 State" mask="1" default="1">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/enumStateToChoice.xml"/>
<label xml:lang="de"> nach Zustand:</label>
<label xml:lang="nl"> naar Stand:</label>
<label> to State:</label>
</variable>
<variable CV="6861.94" item="Switch Solenoid 5 Target" mask="10" default="1">
<decVal min="0" max="20004"/>
<label xml:lang="de"> schalte Magnetartikel:</label>
<label xml:lang="nl"> schakel adres:</label>
<label> set Solenoid:</label>
<tooltip>&lt;html&gt;0 = no address instruction is sent&lt;br\&gt;
1 - 2000 = set a solenoid address&lt;br\&gt;
2001 - 2024 = set an Intellibox route&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;0 = Es wird kein Adressbefehl gesendet&lt;br\&gt;
1 - 2000 = Magnetartikel schalten&lt;br\&gt;
2001 - 2024 = Intellibox-Fahrstraße schalten&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.104" item="Switch Solenoid 5 Option 1" mask="XXXXXXVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.104" item="Switch Solenoid 5 Option 1 Single" mask="XXXXXXXXXXXXXXVV">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1-Single.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.104" item="Switch Solenoid 5 Option 2" mask="XXXXXVXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions2.xml"/>
<label xml:lang="de"> wenn:</label>
<label xml:lang="nl"> als:</label>
<label> when:</label>
</variable>
<!-- Switch Solenoid 6 -->
<variable CV="6861.85" item="Switch Solenoid 6 Address" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">Befehl 6 - Lok:</label>
<label xml:lang="nl">Instructie 6 - Loc:</label>
<label>Command 6 - Loco:</label>
<tooltip>Enter loco address or 20000 = General command, 20001-4 = Category 1-4</tooltip>
<tooltip xml:lang="de">Lokadresse eingeben, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4</tooltip>
</variable>
<variable CV="6861.95" item="Switch Solenoid 6 State" mask="1" default="1">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/enumStateToChoice.xml"/>
<label xml:lang="de"> nach Zustand:</label>
<label xml:lang="nl"> naar Stand:</label>
<label> to State:</label>
</variable>
<variable CV="6861.95" item="Switch Solenoid 6 Target" mask="10" default="1">
<decVal min="0" max="20004"/>
<label xml:lang="de"> schalte Magnetartikel:</label>
<label xml:lang="nl"> schakel adres:</label>
<label> set Solenoid:</label>
<tooltip>&lt;html&gt;0 = no address instruction is sent&lt;br\&gt;
1 - 2000 = set a solenoid address&lt;br\&gt;
2001 - 2024 = set an Intellibox route&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;0 = Es wird kein Adressbefehl gesendet&lt;br\&gt;
1 - 2000 = Magnetartikel schalten&lt;br\&gt;
2001 - 2024 = Intellibox-Fahrstraße schalten&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.105" item="Switch Solenoid 6 Option 1" mask="XXXXXXVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.105" item="Switch Solenoid 6 Option 1 Single" mask="XXXXXXXXXXXXXXVV">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1-Single.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.105" item="Switch Solenoid 6 Option 2" mask="XXXXXVXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions2.xml"/>
<label xml:lang="de"> wenn:</label>
<label xml:lang="nl"> als:</label>
<label> when:</label>
</variable>
<!-- Switch Solenoid 7 -->
<variable CV="6861.86" item="Switch Solenoid 7 Address" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">Befehl 7 - Lok:</label>
<label xml:lang="nl">Instructie 7 - Loc:</label>
<label>Command 7 - Loco:</label>
<tooltip>Enter loco address or 20000 = General command, 20001-4 = Category 1-4</tooltip>
<tooltip xml:lang="de">Lokadresse eingeben, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4</tooltip>
</variable>
<variable CV="6861.96" item="Switch Solenoid 7 State" mask="1" default="1">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/enumStateToChoice.xml"/>
<label xml:lang="de"> nach Zustand:</label>
<label xml:lang="nl"> naar Stand:</label>
<label> to State:</label>
</variable>
<variable CV="6861.96" item="Switch Solenoid 7 Target" mask="10" default="1">
<decVal min="0" max="20004"/>
<label xml:lang="de"> schalte Magnetartikel:</label>
<label xml:lang="nl"> schakel adres:</label>
<label> set Solenoid:</label>
<tooltip>&lt;html&gt;0 = no address instruction is sent&lt;br\&gt;
1 - 2000 = set a solenoid address&lt;br\&gt;
2001 - 2024 = set an Intellibox route&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;0 = Es wird kein Adressbefehl gesendet&lt;br\&gt;
1 - 2000 = Magnetartikel schalten&lt;br\&gt;
2001 - 2024 = Intellibox-Fahrstraße schalten&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.106" item="Switch Solenoid 7 Option 1" mask="XXXXXXVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.106" item="Switch Solenoid 7 Option 1 Single" mask="XXXXXXXXXXXXXXVV">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1-Single.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.106" item="Switch Solenoid 7 Option 2" mask="XXXXXVXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions2.xml"/>
<label xml:lang="de"> wenn:</label>
<label xml:lang="nl"> als:</label>
<label> when:</label>
</variable>
<!-- Switch Solenoid 8 -->
<variable CV="6861.87" item="Switch Solenoid 8 Address" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">Befehl 8 - Lok:</label>
<label xml:lang="nl">Instructie 8 - Loc:</label>
<label>Command 8 - Loco:</label>
<tooltip>Enter loco address or 20000 = General command, 20001-4 = Category 1-4</tooltip>
<tooltip xml:lang="de">Lokadresse eingeben, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4</tooltip>
</variable>
<variable CV="6861.97" item="Switch Solenoid 8 State" mask="1" default="1">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/enumStateToChoice.xml"/>
<label xml:lang="de"> nach Zustand:</label>
<label xml:lang="nl"> naar Stand:</label>
<label> to State:</label>
</variable>
<variable CV="6861.97" item="Switch Solenoid 8 Target" mask="10" default="1">
<decVal min="0" max="20004"/>
<label xml:lang="de"> schalte Magnetartikel:</label>
<label xml:lang="nl"> schakel adres:</label>
<label> set Solenoid:</label>
<tooltip>&lt;html&gt;0 = no address instruction is sent&lt;br\&gt;
1 - 2000 = set a solenoid address&lt;br\&gt;
2001 - 2024 = set an Intellibox route&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;0 = Es wird kein Adressbefehl gesendet&lt;br\&gt;
1 - 2000 = Magnetartikel schalten&lt;br\&gt;
2001 - 2024 = Intellibox-Fahrstraße schalten&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.107" item="Switch Solenoid 8 Option 1" mask="XXXXXXVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.107" item="Switch Solenoid 8 Option 1 Single" mask="XXXXXXXXXXXXXXVV">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1-Single.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.107" item="Switch Solenoid 8 Option 2" mask="XXXXXVXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions2.xml"/>
<label xml:lang="de"> wenn:</label>
<label xml:lang="nl"> als:</label>
<label> when:</label>
</variable>
<!-- Switch Solenoid 9 -->
<variable CV="6861.88" item="Switch Solenoid 9 Address" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">Befehl 9 - Lok:</label>
<label xml:lang="nl">Instructie 9 - Loc:</label>
<label>Command 9 - Loco:</label>
<tooltip>Enter loco address or 20000 = General command, 20001-4 = Category 1-4</tooltip>
<tooltip xml:lang="de">Lokadresse eingeben, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4</tooltip>
</variable>
<variable CV="6861.98" item="Switch Solenoid 9 State" mask="1" default="1">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/enumStateToChoice.xml"/>
<label xml:lang="de"> nach Zustand:</label>
<label xml:lang="nl"> naar Stand:</label>
<label> to State:</label>
</variable>
<variable CV="6861.98" item="Switch Solenoid 9 Target" mask="10" default="1">
<decVal min="0" max="20004"/>
<label xml:lang="de"> schalte Magnetartikel:</label>
<label xml:lang="nl"> schakel adres:</label>
<label> set Solenoid:</label>
<tooltip>&lt;html&gt;0 = no address instruction is sent&lt;br\&gt;
1 - 2000 = set a solenoid address&lt;br\&gt;
2001 - 2024 = set an Intellibox route&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;0 = Es wird kein Adressbefehl gesendet&lt;br\&gt;
1 - 2000 = Magnetartikel schalten&lt;br\&gt;
2001 - 2024 = Intellibox-Fahrstraße schalten&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.108" item="Switch Solenoid 9 Option 1" mask="XXXXXXVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.108" item="Switch Solenoid 9 Option 1 Single" mask="XXXXXXXXXXXXXXVV">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1-Single.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.108" item="Switch Solenoid 9 Option 2" mask="XXXXXVXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions2.xml"/>
<label xml:lang="de"> wenn:</label>
<label xml:lang="nl"> als:</label>
<label> when:</label>
</variable>
<!-- Switch Solenoid 10 -->
<variable CV="6861.89" item="Switch Solenoid 10 Address" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">Befehl 10 - Lok:</label>
<label xml:lang="nl">Instructie 10 - Loc:</label>
<label>Command 10 - Loco:</label>
<tooltip>Enter loco address or 20000 = General command, 20001-4 = Category 1-4</tooltip>
<tooltip xml:lang="de">Lokadresse eingeben, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4</tooltip>
</variable>
<variable CV="6861.99" item="Switch Solenoid 10 State" mask="1" default="1">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/enumStateToChoice.xml"/>
<label xml:lang="de"> nach Zustand:</label>
<label xml:lang="nl"> naar Stand:</label>
<label> to State:</label>
</variable>
<variable CV="6861.99" item="Switch Solenoid 10 Target" mask="10" default="1">
<decVal min="0" max="20004"/>
<label xml:lang="de"> schalte Magnetartikel:</label>
<label xml:lang="nl"> schakel adres:</label>
<label> set Solenoid:</label>
<tooltip>&lt;html&gt;0 = no address instruction is sent&lt;br\&gt;
1 - 2000 = set a solenoid address&lt;br\&gt;
2001 - 2024 = set an Intellibox route&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;0 = Es wird kein Adressbefehl gesendet&lt;br\&gt;
1 - 2000 = Magnetartikel schalten&lt;br\&gt;
2001 - 2024 = Intellibox-Fahrstraße schalten&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.109" item="Switch Solenoid 10 Option 1" mask="XXXXXXVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.109" item="Switch Solenoid 10 Option 1 Single" mask="XXXXXXXXXXXXXXVV">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions1-Single.xml"/>
<label xml:lang="de"> In Fahrtrichtung:</label>
<label xml:lang="nl"> Bij rijrichting:</label>
<label> in direction:</label>
</variable>
<variable CV="6861.109" item="Switch Solenoid 10 Option 2" mask="XXXXXVXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/lissy/enumLocfunctionOptions2.xml"/>
<label xml:lang="de"> wenn:</label>
<label xml:lang="nl"> als:</label>
<label> when:</label>
</variable>
<!-- Solenoid Switching LNCV 82-89, 92-99 and 102-109 up to here -->
<!-- LNCVs 20-119 as Entry Manager in groups of 10 i.e. -->
<!-- Note: this is same label for Entry Manager as for Exit Manager so they are combined into 1 var-->
<!-- 20-29 Track 1 -->
<variable CV="6861.20" item="NXMan Station Track 1 Address" default="0">
<decVal min="0" max="4095"/>
<label xml:lang="de">Gleis 1 - Lissy:</label>
<label xml:lang="nl">Spoor 1 - Lissy:</label>
<label>Track 1 - Lissy:</label>
<tooltip>Address (LNCV 0) of the LISSY receiver that supervises track 1 of the station</tooltip>
<tooltip xml:lang="de">Adresse (LNCV 0) des LISSY-Empfängers der Gleis 1 des Bahnhofs überwacht</tooltip>
</variable>
<!-- Instruction for switching the route in Intellibox or IB-SWITCH, those that lead from track 1 to the station exit.-->
<variable CV="6861.21" item="NXMan Station Track 1 State" mask="1" default="1">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/enumStateToChoice.xml"/>
<label xml:lang="de"> Zustand:</label>
<label xml:lang="nl"> Stand:</label>
<label> State:</label>
</variable>
<variable CV="6861.21" item="NXMan Station Track 1 Route" mask="10" default="1">
<decVal min="0" max="20004"/>
<label xml:lang="de"> Fahrstraße:</label>
<label xml:lang="nl"> Rijpad:</label>
<label> Route:</label>
<tooltip>Route to track 1: 2001 - 2024 = set an Intellibox route</tooltip>
<tooltip xml:lang="de">Fahrstraße zum Gleis 1: 2001 - 2024 = Intellibox-Fahrstraße schalten</tooltip>
</variable>
<!-- 22-29 Adressen oder Zugkategorien der Lok, die Gleis 1-10 anfahren sollen -->
<variable CV="6861.22" item="NMan Track 1 Loco 1" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">1. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 1:</label>
<label>Loco/Category 1:</label>
<tooltip>&lt;html&gt;1st Address or train category of the locomotive, which may enter track 1&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;1. Adresse oder Zugkategorie der Lok, die Gleis 1 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.23" item="NMan Track 1 Loco 2" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">2. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 2:</label>
<label>Loco/Category 2:</label>
<tooltip>&lt;html&gt;2nd Address or train category of the locomotive, which may enter track 1&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;2. Adresse oder Zugkategorie der Lok, die Gleis 1 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.24" item="NMan Track 1 Loco 3" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">3. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 3:</label>
<label>Loco/Category 3:</label>
<tooltip>&lt;html&gt;3rd Address or train category of the locomotive, which may enter track 1&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;3. Adresse oder Zugkategorie der Lok, die Gleis 1 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.25" item="NMan Track 1 Loco 4" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">4. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 4:</label>
<label>Loco/Category 4:</label>
<tooltip>&lt;html&gt;4th Address or train category of the locomotive, which may enter track 1&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;4. Adresse oder Zugkategorie der Lok, die Gleis 1 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.26" item="NMan Track 1 Loco 5" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">5. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 5:</label>
<label>Loco/Category 5:</label>
<tooltip>&lt;html&gt;5th Address or train category of the locomotive, which may enter track 1&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;5. Adresse oder Zugkategorie der Lok, die Gleis 1 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.27" item="NMan Track 1 Loco 6" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">6. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 6:</label>
<label>Loco/Category 6:</label>
<tooltip>&lt;html&gt;6th Address or train category of the locomotive, which may enter track 1&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;6. Adresse oder Zugkategorie der Lok, die Gleis 1 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.28" item="NMan Track 1 Loco 7" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">7. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 7:</label>
<label>Loco/Category 7:</label>
<tooltip>&lt;html&gt;7th Address or train category of the locomotive, which may enter track 1&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;7. Adresse oder Zugkategorie der Lok, die Gleis 1 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.29" item="NMan Track 1 Loco 8" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">8. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 8:</label>
<label>Loco/Category 8:</label>
<tooltip>&lt;html&gt;8th Address or train category of the locomotive, which may enter track 1&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;8. Adresse oder Zugkategorie der Lok, die Gleis 1 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<!-- 30-39 Track 2 -->
<!-- Note: this is same label for Entry Manager as for Exit Manager so they are combined into 1 var-->
<variable CV="6861.30" item="NXMan Station Track 2 Address" default="0">
<decVal min="0" max="4095"/>
<label xml:lang="de">Gleis 2 - Lissy:</label>
<label xml:lang="nl">Spoor 2 - Lissy:</label>
<label>Track 2 - Lissy:</label>
<tooltip>Address (LNCV 0) of the LISSY receiver that supervises track 2 of the station</tooltip>
<tooltip xml:lang="de">Adresse (LNCV 0) des LISSY-Empfängers der Gleis 2 des Bahnhofs überwacht</tooltip>
</variable>
<!-- Instruction for switching the route in Intellibox or IB-SWITCH, those that lead from track 1 to the station exit.-->
<variable CV="6861.31" item="NXMan Station Track 2 State" mask="1" default="1">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/enumStateToChoice.xml"/>
<label xml:lang="de"> Zustand:</label>
<label xml:lang="nl"> Stand:</label>
<label> State:</label>
</variable>
<variable CV="6861.31" item="NXMan Station Track 2 Route" mask="10" default="1">
<decVal min="0" max="20004"/>
<label xml:lang="de"> Fahrstraße:</label>
<label xml:lang="nl"> Rijpad:</label>
<label> Route:</label>
<tooltip>Route to Track 2: 2001 - 2024 = set an Intellibox route</tooltip>
<tooltip xml:lang="de">Fahrstraße zum Gleis 2: 2001 - 2024 = Intellibox-Fahrstraße schalten</tooltip>
</variable>
<!-- 22-29 Adressen oder Zugkategorien der Lok, die Gleis 1-10 anfahren sollen -->
<variable CV="6861.32" item="NMan Track 2 Loco 1" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">1. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 1:</label>
<label>Loco/Category 1:</label>
<tooltip>&lt;html&gt;1st Address or train category of the locomotive, which may enter track 2&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;1. Adresse oder Zugkategorie der Lok, die Gleis 2 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.33" item="NMan Track 2 Loco 2" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">2. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 2:</label>
<label>Loco/Category 2:</label>
<tooltip>&lt;html&gt;2nd Address or train category of the locomotive, which may enter track 2&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;2. Adresse oder Zugkategorie der Lok, die Gleis 2 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.34" item="NMan Track 2 Loco 3" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">3. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 3:</label>
<label>Loco/Category 3:</label>
<tooltip>&lt;html&gt;3rd Address or train category of the locomotive, which may enter track 2&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;3. Adresse oder Zugkategorie der Lok, die Gleis 2 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.35" item="NMan Track 2 Loco 4" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">4. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 4:</label>
<label>Loco/Category 4:</label>
<tooltip>&lt;html&gt;4th Address or train category of the locomotive, which may enter track 2&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;4. Adresse oder Zugkategorie der Lok, die Gleis 2 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.36" item="NMan Track 2 Loco 5" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">5. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 5:</label>
<label>Loco/Category 5:</label>
<tooltip>&lt;html&gt;5th Address or train category of the locomotive, which may enter track 2&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;5. Adresse oder Zugkategorie der Lok, die Gleis 2 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.37" item="NMan Track 2 Loco 6" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">6. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 6:</label>
<label>Loco/Category 6:</label>
<tooltip>&lt;html&gt;6th Address or train category of the locomotive, which may enter track 2&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;6. Adresse oder Zugkategorie der Lok, die Gleis 2 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.38" item="NMan Track 2 Loco 7" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">7. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 7:</label>
<label>Loco/Category 7:</label>
<tooltip>&lt;html&gt;7th Address or train category of the locomotive, which may enter track 2&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;7. Adresse oder Zugkategorie der Lok, die Gleis 2 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.39" item="NMan Track 2 Loco 8" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">8. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 8:</label>
<label>Loco/Category 8:</label>
<tooltip>&lt;html&gt;8th Address or train category of the locomotive, which may enter track 2&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;8. Adresse oder Zugkategorie der Lok, die Gleis 2 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<!-- 40-49 Track 3 -->
<!-- Note: this is same label for Entry Manager as for Exit Manager so they are combined into 1 var-->
<variable CV="6861.40" item="NXMan Station Track 3 Address" default="0">
<decVal min="0" max="4095"/>
<label xml:lang="de">Gleis 3 - Lissy:</label>
<label xml:lang="nl">Spoor 3 - Lissy:</label>
<label>Track 3 - Lissy:</label>
<tooltip>Address (LNCV 0) of the LISSY receiver that supervises track 3 of the station</tooltip>
<tooltip xml:lang="de">Adresse (LNCV 0) des LISSY-Empfängers der Gleis 3 des Bahnhofs überwacht</tooltip>
</variable>
<!-- Instruction for switching the route in Intellibox or IB-SWITCH, those that lead from track 1 to the station exit.-->
<variable CV="6861.41" item="NXMan Station Track 3 State" mask="1" default="1">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/enumStateToChoice.xml"/>
<label xml:lang="de"> Zustand:</label>
<label xml:lang="nl"> Stand:</label>
<label> State:</label>
</variable>
<variable CV="6861.41" item="NXMan Station Track 3 Route" mask="10" default="1">
<decVal min="0" max="20004"/>
<label xml:lang="de"> Fahrstraße:</label>
<label xml:lang="nl"> Rijpad:</label>
<label> Route:</label>
<tooltip>Route to Track 3: 2001 - 2024 = set an Intellibox route</tooltip>
<tooltip xml:lang="de">Fahrstraße zum Gleis 3: 2001 - 2024 = Intellibox-Fahrstraße schalten</tooltip>
</variable>
<!-- 22-29 Adressen oder Zugkategorien der Lok, die Gleis 1-10 anfahren sollen -->
<variable CV="6861.42" item="NMan Track 3 Loco 1" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">1. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 1:</label>
<label>Loco/Category 1:</label>
<tooltip>&lt;html&gt;1st Address or train category of the locomotive, which may enter track 3&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;1. Adresse oder Zugkategorie der Lok, die Gleis 3 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.43" item="NMan Track 3 Loco 2" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">2. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 2:</label>
<label>Loco/Category 2:</label>
<tooltip>&lt;html&gt;2nd Address or train category of the locomotive, which may enter track 3&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;2. Adresse oder Zugkategorie der Lok, die Gleis 3 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.44" item="NMan Track 3 Loco 3" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">3. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 3:</label>
<label>Loco/Category 3:</label>
<tooltip>&lt;html&gt;3rd Address or train category of the locomotive, which may enter track 3&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;3. Adresse oder Zugkategorie der Lok, die Gleis 3 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.45" item="NMan Track 3 Loco 4" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">4. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 4:</label>
<label>Loco/Category 4:</label>
<tooltip>&lt;html&gt;4th Address or train category of the locomotive, which may enter track 3&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;4. Adresse oder Zugkategorie der Lok, die Gleis 3 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.46" item="NMan Track 3 Loco 5" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">5. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 5:</label>
<label>Loco/Category 5:</label>
<tooltip>&lt;html&gt;5th Address or train category of the locomotive, which may enter track 3&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;5. Adresse oder Zugkategorie der Lok, die Gleis 3 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.47" item="NMan Track 3 Loco 6" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">6. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 6:</label>
<label>Loco/Category 6:</label>
<tooltip>&lt;html&gt;6th Address or train category of the locomotive, which may enter track 3&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;6. Adresse oder Zugkategorie der Lok, die Gleis 3 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.48" item="NMan Track 3 Loco 7" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">7. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 7:</label>
<label>Loco/Category 7:</label>
<tooltip>&lt;html&gt;7th Address or train category of the locomotive, which may enter track 3&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;7. Adresse oder Zugkategorie der Lok, die Gleis 3 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.49" item="NMan Track 3 Loco 8" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">8. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 8:</label>
<label>Loco/Category 8:</label>
<tooltip>&lt;html&gt;8th Address or train category of the locomotive, which may enter track 3&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;8. Adresse oder Zugkategorie der Lok, die Gleis 3 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<!-- 50-59 Track 4 -->
<!-- Note: this is same label for Entry Manager as for Exit Manager so they are combined into 1 var-->
<variable CV="6861.50" item="NXMan Station Track 4 Address" default="0">
<decVal min="0" max="4095"/>
<label xml:lang="de">Gleis 4 - Lissy:</label>
<label xml:lang="nl">Spoor 4 - Lissy:</label>
<label>Track 4 - Lissy:</label>
<tooltip>Address (LNCV 0) of the LISSY receiver that supervises track 4 of the station</tooltip>
<tooltip xml:lang="de">Adresse (LNCV 0) des LISSY-Empfängers der Gleis 4 des Bahnhofs überwacht</tooltip>
</variable>
<!-- Instruction for switching the route in Intellibox or IB-SWITCH, those that lead from track 1 to the station exit.-->
<variable CV="6861.51" item="NXMan Station Track 4 State" mask="1" default="1">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/enumStateToChoice.xml"/>
<label xml:lang="de"> Zustand:</label>
<label xml:lang="nl"> Stand:</label>
<label> State:</label>
</variable>
<variable CV="6861.51" item="NXMan Station Track 4 Route" mask="10" default="1">
<decVal min="0" max="20004"/>
<label xml:lang="de"> Fahrstraße:</label>
<label xml:lang="nl"> Rijpad:</label>
<label> Route:</label>
<tooltip>Route to Track 4: 2001 - 2024 = set an Intellibox route</tooltip>
<tooltip xml:lang="de">Fahrstraße zum Gleis 4: 2001 - 2024 = Intellibox-Fahrstraße schalten</tooltip>
</variable>
<!-- 22-29 Adressen oder Zugkategorien der Lok, die Gleis 1-10 anfahren sollen -->
<variable CV="6861.52" item="NMan Track 4 Loco 1" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">1. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 1:</label>
<label>Loco/Category 1:</label>
<tooltip>&lt;html&gt;1st Address or train category of the locomotive, which may enter track 4&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;1. Adresse oder Zugkategorie der Lok, die Gleis 4 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.53" item="NMan Track 4 Loco 2" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">2. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 2:</label>
<label>Loco/Category 2:</label>
<tooltip>&lt;html&gt;2nd Address or train category of the locomotive, which may enter track 4&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;2. Adresse oder Zugkategorie der Lok, die Gleis 4 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.54" item="NMan Track 4 Loco 3" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">3. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 3:</label>
<label>Loco/Category 3:</label>
<tooltip>&lt;html&gt;3rd Address or train category of the locomotive, which may enter track 4&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;3. Adresse oder Zugkategorie der Lok, die Gleis 4 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.55" item="NMan Track 4 Loco 4" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">4. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 4:</label>
<label>Loco/Category 4:</label>
<tooltip>&lt;html&gt;4th Address or train category of the locomotive, which may enter track 4&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;4. Adresse oder Zugkategorie der Lok, die Gleis 4 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.56" item="NMan Track 4 Loco 5" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">5. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 5:</label>
<label>Loco/Category 5:</label>
<tooltip>&lt;html&gt;5th Address or train category of the locomotive, which may enter track 4&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;5. Adresse oder Zugkategorie der Lok, die Gleis 4 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.57" item="NMan Track 4 Loco 6" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">6. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 6:</label>
<label>Loco/Category 6:</label>
<tooltip>&lt;html&gt;6th Address or train category of the locomotive, which may enter track 4&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;6. Adresse oder Zugkategorie der Lok, die Gleis 4 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.58" item="NMan Track 4 Loco 7" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">7. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 7:</label>
<label>Loco/Category 7:</label>
<tooltip>&lt;html&gt;7th Address or train category of the locomotive, which may enter track 4&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;7. Adresse oder Zugkategorie der Lok, die Gleis 4 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.59" item="NMan Track 4 Loco 8" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">8. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 8:</label>
<label>Loco/Category 8:</label>
<tooltip>&lt;html&gt;8th Address or train category of the locomotive, which may enter track 4&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;8. Adresse oder Zugkategorie der Lok, die Gleis 4 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<!-- 60-69 Track 5 -->
<!-- Note: this is same label for Entry Manager as for Exit Manager so they are combined into 1 var-->
<variable CV="6861.60" item="NXMan Station Track 5 Address" default="0">
<decVal min="0" max="4095"/>
<label xml:lang="de">Gleis 5 - Lissy:</label>
<label xml:lang="nl">Spoor 5 - Lissy:</label>
<label>Track 5 - Lissy:</label>
<tooltip>Address (LNCV 0) of the LISSY receiver that supervises track 5 of the station</tooltip>
<tooltip xml:lang="de">Adresse (LNCV 0) des LISSY-Empfängers der Gleis 5 des Bahnhofs überwacht</tooltip>
</variable>
<!-- Instruction for switching the route in Intellibox or IB-SWITCH, those that lead from track 1 to the station exit.-->
<variable CV="6861.61" item="NXMan Station Track 5 State" mask="1" default="1">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/enumStateToChoice.xml"/>
<label xml:lang="de"> Zustand:</label>
<label xml:lang="nl"> Stand:</label>
<label> State:</label>
</variable>
<variable CV="6861.61" item="NXMan Station Track 5 Route" mask="10" default="1">
<decVal min="0" max="20004"/>
<label xml:lang="de"> Fahrstraße:</label>
<label xml:lang="nl"> Rijpad:</label>
<label> Route:</label>
<tooltip>Route to Track 5: 2001 - 2024 = set an Intellibox route</tooltip>
<tooltip xml:lang="de">Fahrstraße zum Gleis 5: 2001 - 2024 = Intellibox-Fahrstraße schalten</tooltip>
</variable>
<!-- 22-29 Adressen oder Zugkategorien der Lok, die Gleis 1-10 anfahren sollen -->
<variable CV="6861.62" item="NMan Track 5 Loco 1" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">1. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 1:</label>
<label>Loco/Category 1:</label>
<tooltip>&lt;html&gt;1st Address or train category of the locomotive, which may enter track 5&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;1. Adresse oder Zugkategorie der Lok, die Gleis 5 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.63" item="NMan Track 5 Loco 2" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">2. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 2:</label>
<label>Loco/Category 2:</label>
<tooltip>&lt;html&gt;2nd Address or train category of the locomotive, which may enter track 5&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;2. Adresse oder Zugkategorie der Lok, die Gleis 5 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.64" item="NMan Track 5 Loco 3" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">3. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 3:</label>
<label>Loco/Category 3:</label>
<tooltip>&lt;html&gt;3rd Address or train category of the locomotive, which may enter track 5&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;3. Adresse oder Zugkategorie der Lok, die Gleis 5 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.65" item="NMan Track 5 Loco 4" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">4. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 4:</label>
<label>Loco/Category 4:</label>
<tooltip>&lt;html&gt;4th Address or train category of the locomotive, which may enter track 5&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;4. Adresse oder Zugkategorie der Lok, die Gleis 5 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.66" item="NMan Track 5 Loco 5" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">5. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 5:</label>
<label>Loco/Category 5:</label>
<tooltip>&lt;html&gt;5th Address or train category of the locomotive, which may enter track 5&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;5. Adresse oder Zugkategorie der Lok, die Gleis 5 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.67" item="NMan Track 5 Loco 6" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">6. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 6:</label>
<label>Loco/Category 6:</label>
<tooltip>&lt;html&gt;6th Address or train category of the locomotive, which may enter track 5&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;6. Adresse oder Zugkategorie der Lok, die Gleis 5 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.68" item="NMan Track 5 Loco 7" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">7. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 7:</label>
<label>Loco/Category 7:</label>
<tooltip>&lt;html&gt;7th Address or train category of the locomotive, which may enter track 5&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;7. Adresse oder Zugkategorie der Lok, die Gleis 5 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.69" item="NMan Track 5 Loco 8" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">8. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 8:</label>
<label>Loco/Category 8:</label>
<tooltip>&lt;html&gt;8th Address or train category of the locomotive, which may enter track 5&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;8. Adresse oder Zugkategorie der Lok, die Gleis 5 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<!-- 70-79 Track 6 -->
<!-- Note: this is same label for Entry Manager as for Exit Manager so they are combined into 1 var-->
<variable CV="6861.70" item="NXMan Station Track 6 Address" default="0">
<decVal min="0" max="4095"/>
<label xml:lang="de">Gleis 6 - Lissy:</label>
<label xml:lang="nl">Spoor 6 - Lissy:</label>
<label>Track 6 - Lissy:</label>
<tooltip>Address (LNCV 0) of the LISSY receiver that supervises track 6 of the station</tooltip>
<tooltip xml:lang="de">Adresse (LNCV 0) des LISSY-Empfängers der Gleis 6 des Bahnhofs überwacht</tooltip>
</variable>
<!-- Instruction for switching the route in Intellibox or IB-SWITCH, those that lead from track 1 to the station exit.-->
<variable CV="6861.71" item="NXMan Station Track 6 State" mask="1" default="1">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/enumStateToChoice.xml"/>
<label xml:lang="de"> Zustand:</label>
<label xml:lang="nl"> Stand:</label>
<label> State:</label>
</variable>
<variable CV="6861.71" item="NXMan Station Track 6 Route" mask="10" default="1">
<decVal min="0" max="20004"/>
<label xml:lang="de"> Fahrstraße:</label>
<label xml:lang="nl"> Rijpad:</label>
<label> Route:</label>
<tooltip>Route to Track 6: 2001 - 2024 = set an Intellibox route</tooltip>
<tooltip xml:lang="de">Fahrstraße zum Gleis 6: 2001 - 2024 = Intellibox-Fahrstraße schalten</tooltip>
</variable>
<!-- 72-79 Adressen oder Zugkategorien der Lok, die Gleis 1-10 anfahren sollen -->
<variable CV="6861.72" item="NMan Track 6 Loco 1" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">1. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 1:</label>
<label>Loco/Category 1:</label>
<tooltip>&lt;html&gt;1st Address or train category of the locomotive, which may enter track 6&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;1. Adresse oder Zugkategorie der Lok, die Gleis 6 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.73" item="NMan Track 6 Loco 2" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">2. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 2:</label>
<label>Loco/Category 2:</label>
<tooltip>&lt;html&gt;2nd Address or train category of the locomotive, which may enter track 6&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;2. Adresse oder Zugkategorie der Lok, die Gleis 6 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.74" item="NMan Track 6 Loco 3" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">3. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 3:</label>
<label>Loco/Category 3:</label>
<tooltip>&lt;html&gt;3rd Address or train category of the locomotive, which may enter track 6&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;3. Adresse oder Zugkategorie der Lok, die Gleis 6 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.75" item="NMan Track 6 Loco 4" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">4. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 4:</label>
<label>Loco/Category 4:</label>
<tooltip>&lt;html&gt;4th Address or train category of the locomotive, which may enter track 6&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;4. Adresse oder Zugkategorie der Lok, die Gleis 6 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.76" item="NMan Track 6 Loco 5" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">5. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 5:</label>
<label>Loco/Category 5:</label>
<tooltip>&lt;html&gt;5th Address or train category of the locomotive, which may enter track 6&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;5. Adresse oder Zugkategorie der Lok, die Gleis 6 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.77" item="NMan Track 6 Loco 6" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">6. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 6:</label>
<label>Loco/Category 6:</label>
<tooltip>&lt;html&gt;6th Address or train category of the locomotive, which may enter track 6&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;6. Adresse oder Zugkategorie der Lok, die Gleis 6 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.78" item="NMan Track 6 Loco 7" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">7. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 7:</label>
<label>Loco/Category 7:</label>
<tooltip>&lt;html&gt;7th Address or train category of the locomotive, which may enter track 6&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;7. Adresse oder Zugkategorie der Lok, die Gleis 6 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.79" item="NMan Track 6 Loco 8" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">8. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 8:</label>
<label>Loco/Category 8:</label>
<tooltip>&lt;html&gt;8th Address or train category of the locomotive, which may enter track 6&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;8. Adresse oder Zugkategorie der Lok, die Gleis 6 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<!-- 80-89 Track 7 -->
<!-- Note: this is same label for Entry Manager as for Exit Manager so they are combined into 1 var-->
<variable CV="6861.80" item="NXMan Station Track 7 Address" default="0">
<decVal min="0" max="4095"/>
<label xml:lang="de">Gleis 7 - Lissy:</label>
<label xml:lang="nl">Spoor 7 - Lissy:</label>
<label>Track 7 - Lissy:</label>
<tooltip>Address (LNCV 0) of the LISSY receiver that supervises track 7 of the station</tooltip>
<tooltip xml:lang="de">Adresse (LNCV 0) des LISSY-Empfängers der Gleis 7 des Bahnhofs überwacht</tooltip>
</variable>
<!-- Instruction for switching the route in Intellibox or IB-SWITCH, those that lead from track 1 to the station exit.-->
<variable CV="6861.81" item="NXMan Station Track 7 State" mask="1" default="1">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/enumStateToChoice.xml"/>
<label xml:lang="de"> Zustand:</label>
<label xml:lang="nl"> Stand:</label>
<label> State:</label>
</variable>
<variable CV="6861.81" item="NXMan Station Track 7 Route" mask="10" default="1">
<decVal min="0" max="20004"/>
<label xml:lang="de"> Fahrstraße:</label>
<label xml:lang="nl"> Rijpad:</label>
<label> Route:</label>
<tooltip>Route to Track 7: 2001 - 2024 = set an Intellibox route</tooltip>
<tooltip xml:lang="de">Fahrstraße zum Gleis 7: 2001 - 2024 = Intellibox-Fahrstraße schalten</tooltip>
</variable>
<!-- 22-29 Adressen oder Zugkategorien der Lok, die Gleis 1-10 anfahren sollen -->
<variable CV="6861.82" item="NMan Track 7 Loco 1" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">1. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 1:</label>
<label>Loco/Category 1:</label>
<tooltip>&lt;html&gt;1st Address or train category of the locomotive, which may enter track 7&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;1. Adresse oder Zugkategorie der Lok, die Gleis 7 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.83" item="NMan Track 7 Loco 2" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">2. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 2:</label>
<label>Loco/Category 2:</label>
<tooltip>&lt;html&gt;2nd Address or train category of the locomotive, which may enter track 7&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;2. Adresse oder Zugkategorie der Lok, die Gleis 7 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.84" item="NMan Track 7 Loco 3" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">3. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 3:</label>
<label>Loco/Category 3:</label>
<tooltip>&lt;html&gt;3rd Address or train category of the locomotive, which may enter track 7&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;3. Adresse oder Zugkategorie der Lok, die Gleis 7 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.85" item="NMan Track 7 Loco 4" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">4. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 4:</label>
<label>Loco/Category 4:</label>
<tooltip>&lt;html&gt;4th Address or train category of the locomotive, which may enter track 7&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;4. Adresse oder Zugkategorie der Lok, die Gleis 7 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.86" item="NMan Track 7 Loco 5" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">5. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 5:</label>
<label>Loco/Category 5:</label>
<tooltip>&lt;html&gt;5th Address or train category of the locomotive, which may enter track 7&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;5. Adresse oder Zugkategorie der Lok, die Gleis 7 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.87" item="NMan Track 7 Loco 6" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">6. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 6:</label>
<label>Loco/Category 6:</label>
<tooltip>&lt;html&gt;6th Address or train category of the locomotive, which may enter track 7&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;6. Adresse oder Zugkategorie der Lok, die Gleis 7 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.88" item="NMan Track 7 Loco 7" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">7. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 7:</label>
<label>Loco/Category 7:</label>
<tooltip>&lt;html&gt;7th Address or train category of the locomotive, which may enter track 7&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;7. Adresse oder Zugkategorie der Lok, die Gleis 7 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.89" item="NMan Track 7 Loco 8" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">8. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 8:</label>
<label>Loco/Category 8:</label>
<tooltip>&lt;html&gt;8th Address or train category of the locomotive, which may enter track 7&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;8. Adresse oder Zugkategorie der Lok, die Gleis 7 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<!-- 90-99 Track 8 -->
<!-- Note: this is same label for Entry Manager as for Exit Manager so they are combined into 1 var-->
<variable CV="6861.90" item="NXMan Station Track 8 Address" default="0">
<decVal min="0" max="4095"/>
<label xml:lang="de">Gleis 8 - Lissy:</label>
<label xml:lang="nl">Spoor 8 - Lissy:</label>
<label>Track 8 - Lissy:</label>
<tooltip>Address (LNCV 0) of the LISSY receiver that supervises track 8 of the station</tooltip>
<tooltip xml:lang="de">Adresse (LNCV 0) des LISSY-Empfängers der Gleis 8 des Bahnhofs überwacht</tooltip>
</variable>
<!-- Instruction for switching the route in Intellibox or IB-SWITCH, those that lead from track 1 to the station exit.-->
<variable CV="6861.91" item="NXMan Station Track 8 State" mask="1" default="1">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/enumStateToChoice.xml"/>
<label xml:lang="de"> Zustand:</label>
<label xml:lang="nl"> Stand:</label>
<label> State:</label>
</variable>
<variable CV="6861.91" item="NXMan Station Track 8 Route" mask="10" default="1">
<decVal min="0" max="20004"/>
<label xml:lang="de"> Fahrstraße:</label>
<label xml:lang="nl"> Rijpad:</label>
<label> Route:</label>
<tooltip>Route to Track 8: 2001 - 2024 = set an Intellibox route</tooltip>
<tooltip xml:lang="de">Fahrstraße zum Gleis 8: 2001 - 2024 = Intellibox-Fahrstraße schalten</tooltip>
</variable>
<!-- 22-29 Adressen oder Zugkategorien der Lok, die Gleis 1-10 anfahren sollen -->
<variable CV="6861.92" item="NMan Track 8 Loco 1" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">1. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 1:</label>
<label>Loco/Category 1:</label>
<tooltip>&lt;html&gt;1st Address or train category of the locomotive, which may enter track 8&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;1. Adresse oder Zugkategorie der Lok, die Gleis 8 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.93" item="NMan Track 8 Loco 2" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">2. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 2:</label>
<label>Loco/Category 2:</label>
<tooltip>&lt;html&gt;2nd Address or train category of the locomotive, which may enter track 8&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;2. Adresse oder Zugkategorie der Lok, die Gleis 8 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.94" item="NMan Track 8 Loco 3" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">3. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 3:</label>
<label>Loco/Category 3:</label>
<tooltip>&lt;html&gt;3rd Address or train category of the locomotive, which may enter track 8&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;3. Adresse oder Zugkategorie der Lok, die Gleis 8 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.95" item="NMan Track 8 Loco 4" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">4. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 4:</label>
<label>Loco/Category 4:</label>
<tooltip>&lt;html&gt;4th Address or train category of the locomotive, which may enter track 8&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;4. Adresse oder Zugkategorie der Lok, die Gleis 8 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.96" item="NMan Track 8 Loco 5" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">5. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 5:</label>
<label>Loco/Category 5:</label>
<tooltip>&lt;html&gt;5th Address or train category of the locomotive, which may enter track 8&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;5. Adresse oder Zugkategorie der Lok, die Gleis 8 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.97" item="NMan Track 8 Loco 6" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">6. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 6:</label>
<label>Loco/Category 6:</label>
<tooltip>&lt;html&gt;6th Address or train category of the locomotive, which may enter track 8&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;6. Adresse oder Zugkategorie der Lok, die Gleis 8 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.98" item="NMan Track 8 Loco 7" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">7. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 7:</label>
<label>Loco/Category 7:</label>
<tooltip>&lt;html&gt;7th Address or train category of the locomotive, which may enter track 8&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;7. Adresse oder Zugkategorie der Lok, die Gleis 8 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.99" item="NMan Track 8 Loco 8" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">8. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 8:</label>
<label>Loco/Category 8:</label>
<tooltip>&lt;html&gt;8th Address or train category of the locomotive, which may enter track 8&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;8. Adresse oder Zugkategorie der Lok, die Gleis 8 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<!-- 100-109 Track 9 -->
<!-- Note: this is same label for Entry Manager as for Exit Manager so they are combined into 1 var-->
<variable CV="6861.100" item="NXMan Station Track 9 Address" default="0">
<decVal min="0" max="4095"/>
<label xml:lang="de">Gleis 9 - Lissy:</label>
<label xml:lang="nl">Spoor 9 - Lissy:</label>
<label>Track 9 - Lissy:</label>
<tooltip>Address (LNCV 0) of the LISSY receiver that supervises track 9 of the station</tooltip>
<tooltip xml:lang="de">Adresse (LNCV 0) des LISSY-Empfängers der Gleis 9 des Bahnhofs überwacht</tooltip>
</variable>
<!-- Instruction for switching the route in Intellibox or IB-SWITCH, those that lead from track 1 to the station exit.-->
<variable CV="6861.101" item="NXMan Station Track 9 State" mask="1" default="1">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/enumStateToChoice.xml"/>
<label xml:lang="de"> Zustand:</label>
<label xml:lang="nl"> Stand:</label>
<label> State:</label>
</variable>
<variable CV="6861.101" item="NXMan Station Track 9 Route" mask="10" default="1">
<decVal min="0" max="20004"/>
<label xml:lang="de"> Fahrstraße:</label>
<label xml:lang="nl"> Rijpad:</label>
<label> Route:</label>
<tooltip>Route to Track 9: 2001 - 2024 = set an Intellibox route</tooltip>
<tooltip xml:lang="de">Fahrstraße zum Gleis 9: 2001 - 2024 = Intellibox-Fahrstraße schalten</tooltip>
</variable>
<!-- 22-29 Adressen oder Zugkategorien der Lok, die Gleis 1-10 anfahren sollen -->
<variable CV="6861.102" item="NMan Track 9 Loco 1" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">1. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 1:</label>
<label>Loco/Category 1:</label>
<tooltip>&lt;html&gt;1st Address or train category of the locomotive, which may enter track 9&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;1. Adresse oder Zugkategorie der Lok, die Gleis 9 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.103" item="NMan Track 9 Loco 2" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">2. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 2:</label>
<label>Loco/Category 2:</label>
<tooltip>&lt;html&gt;2nd Address or train category of the locomotive, which may enter track 9&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;2. Adresse oder Zugkategorie der Lok, die Gleis 9 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.104" item="NMan Track 9 Loco 3" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">3. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 3:</label>
<label>Loco/Category 3:</label>
<tooltip>&lt;html&gt;3rd Address or train category of the locomotive, which may enter track 9&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;3. Adresse oder Zugkategorie der Lok, die Gleis 9 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.105" item="NMan Track 9 Loco 4" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">4. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 4:</label>
<label>Loco/Category 4:</label>
<tooltip>&lt;html&gt;4th Address or train category of the locomotive, which may enter track 9&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;4. Adresse oder Zugkategorie der Lok, die Gleis 9 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.106" item="NMan Track 9 Loco 5" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">5. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 5:</label>
<label>Loco/Category 5:</label>
<tooltip>&lt;html&gt;5th Address or train category of the locomotive, which may enter track 9&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;5. Adresse oder Zugkategorie der Lok, die Gleis 9 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.107" item="NMan Track 9 Loco 6" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">6. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 6:</label>
<label>Loco/Category 6:</label>
<tooltip>&lt;html&gt;6th Address or train category of the locomotive, which may enter track 9&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;6. Adresse oder Zugkategorie der Lok, die Gleis 9 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.108" item="NMan Track 9 Loco 7" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">7. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 7:</label>
<label>Loco/Category 7:</label>
<tooltip>&lt;html&gt;7th Address or train category of the locomotive, which may enter track 9&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;7. Adresse oder Zugkategorie der Lok, die Gleis 9 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.109" item="NMan Track 9 Loco 8" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">8. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 8:</label>
<label>Loco/Category 8:</label>
<tooltip>&lt;html&gt;8th Address or train category of the locomotive, which may enter track 9&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;8. Adresse oder Zugkategorie der Lok, die Gleis 9 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<!-- 110-119 Track 10 -->
<!-- Note: this is same label for Entry Manager as for Exit Manager so they are combined into 1 var-->
<variable CV="6861.110" item="NXMan Station Track 10 Address" default="0">
<decVal min="0" max="4095"/>
<label xml:lang="de">Gleis 10 - Lissy:</label>
<label xml:lang="nl">Spoor 10 - Lissy:</label>
<label>Track 10 - Lissy:</label>
<tooltip>Address (LNCV 0) of the LISSY receiver that supervises track 10 of the station</tooltip>
<tooltip xml:lang="de">Adresse (LNCV 0) des LISSY-Empfängers der Gleis 10 des Bahnhofs überwacht</tooltip>
</variable>
<!-- Instruction for switching the route in Intellibox or IB-SWITCH, those that lead from track 1 to the station exit.-->
<variable CV="6861.111" item="NXMan Station Track 10 State" mask="1" default="1">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/enumStateToChoice.xml"/>
<label xml:lang="de"> Zustand:</label>
<label xml:lang="nl"> Stand:</label>
<label> State:</label>
</variable>
<variable CV="6861.111" item="NXMan Station Track 10 Route" mask="10" default="1">
<decVal min="0" max="20004"/>
<label xml:lang="de"> Fahrstraße:</label>
<label xml:lang="nl"> Rijpad:</label>
<label> Route:</label>
<tooltip>Route to Track 10: 2001 - 2024 = set an Intellibox route</tooltip>
<tooltip xml:lang="de">Fahrstraße zum Gleis 10: 2001 - 2024 = Intellibox-Fahrstraße schalten</tooltip>
</variable>
<!-- 22-29 Adressen oder Zugkategorien der Lok, die Gleis 1-10 anfahren sollen -->
<variable CV="6861.112" item="NMan Track 10 Loco 1" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">1. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 1:</label>
<label>Loco/Category 1:</label>
<tooltip>&lt;html&gt;1st Address or train category of the locomotive, which may enter track 10&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;1. Adresse oder Zugkategorie der Lok, die Gleis 10 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.113" item="NMan Track 10 Loco 2" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">2. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 2:</label>
<label>Loco/Category 2:</label>
<tooltip>&lt;html&gt;2nd Address or train category of the locomotive, which may enter track 10&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;2. Adresse oder Zugkategorie der Lok, die Gleis 10 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.114" item="NMan Track 10 Loco 3" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">3. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 3:</label>
<label>Loco/Category 3:</label>
<tooltip>&lt;html&gt;3rd Address or train category of the locomotive, which may enter track 10&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;3. Adresse oder Zugkategorie der Lok, die Gleis 10 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.115" item="NMan Track 10 Loco 4" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">4. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 4:</label>
<label>Loco/Category 4:</label>
<tooltip>&lt;html&gt;4th Address or train category of the locomotive, which may enter track 10&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;4. Adresse oder Zugkategorie der Lok, die Gleis 10 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.116" item="NMan Track 10 Loco 5" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">5. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 5:</label>
<label>Loco/Category 5:</label>
<tooltip>&lt;html&gt;5th Address or train category of the locomotive, which may enter track 10&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;5. Adresse oder Zugkategorie der Lok, die Gleis 10 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.117" item="NMan Track 10 Loco 6" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">6. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 6:</label>
<label>Loco/Category 6:</label>
<tooltip>&lt;html&gt;6th Address or train category of the locomotive, which may enter track 10&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;6. Adresse oder Zugkategorie der Lok, die Gleis 10 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.118" item="NMan Track 10 Loco 7" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">7. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 7:</label>
<label>Loco/Category 7:</label>
<tooltip>&lt;html&gt;7th Address or train category of the locomotive, which may enter track 10&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;7. Adresse oder Zugkategorie der Lok, die Gleis 10 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.119" item="NMan Track 10 Loco 8" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">8. Lok/Zugkategorie:</label>
<label xml:lang="nl">Loc/Categorie 8:</label>
<label>Loco/Category 8:</label>
<tooltip>&lt;html&gt;8th Address or train category of the locomotive, which may enter track 10&lt;br\&gt;
Enter loco address or 20000 = General command, 20001-4 = Category 1-4&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;8. Adresse oder Zugkategorie der Lok, die Gleis 10 anfahren soll.&lt;br\&gt;
Gebe Lokadresse ein, oder 20000 = Genereller Befehl, 20001-4 = Zugkategorie 1-4&lt;/html&gt;</tooltip>
</variable>
<!-- Entry Manager CVs up to here -->
<!-- 68610 Entry + Exit Manager CVs (LNCV2 Function = 8, 9, 10, 24, 25, 26) -->
<variable CV="6861.120" item="NMan Bypass Block" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="4095"/>
<label xml:lang="de"> Umfahrgleis Block:</label>
<label xml:lang="nl"> Bypassblok:</label>
<label> Bypass Block:</label>
<tooltip>&lt;html&gt;Address (1-4095) with which the Entry manager reports the passing loop as either occupied or vacant.&lt;br\&gt;
This address (LNCV 0) cannot be used by any other LISSY receiver.&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;Virtuelle Adresse (1-4095), mit der der Einfahrtsmanager das Umfahrgleis als belegt oder frei meldet.&lt;br\&gt;
Diese Adresse darf von keinem anderen LISSY-Empfänger benutzt werden.&lt;/html&gt;</tooltip>
</variable>
<!-- 68610 Entry Manager Bypass CVs (LNCV2 Function = 8 or 24)-->
<!-- LNCV 121 is not used in 68610 Entry Manager -->
<!-- see Lissy manual v4 page 64 -->
<!-- This use of CVs 122-127 is for 68610 only -->
<variable CV="6861.122" item="Bypass Train Address 1" mask="VVVVVVVVVVVVVVVV" default="20">
<decVal min="0" max="20004"/>
<label xml:lang="de">Umfahrzug 1:</label>
<label xml:lang="nl">Bypasstrein 1:</label>
<label>Bypass Train 1:</label>
<tooltip>Address (1-9999) or train category (20000-20004) that will automatically use the passing track</tooltip>
<tooltip xml:lang="de">Adresse (1-9999) oder Zugkategorie (20001-20004), welche das Umfahrgleis automatisch befahren soll</tooltip>
</variable>
<variable CV="6861.123" item="Bypass Train Address 2" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">Umfahrzug 2:</label>
<label xml:lang="nl">Bypasstrein 2:</label>
<label>Bypass Train 2:</label>
<tooltip>Address (1-9999) or train category (20000-20004) that will automatically use the passing track</tooltip>
<tooltip xml:lang="de">Adresse (1-9999) oder Zugkategorie (20001-20004), welche das Umfahrgleis automatisch befahren soll</tooltip>
</variable>
<variable CV="6861.124" item="Bypass Train Address 3" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">Umfahrzug 3:</label>
<label xml:lang="nl">Bypasstrein 3:</label>
<label>Bypass Train 3:</label>
<tooltip>Address (1-9999) or train category (20000-20004) that will automatically use the passing track</tooltip>
<tooltip xml:lang="de">Adresse (1-9999) oder Zugkategorie (20001-20004), welche das Umfahrgleis automatisch befahren soll</tooltip>
</variable>
<variable CV="6861.125" item="Bypass Train Address 4" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">Umfahrzug 4:</label>
<label xml:lang="nl">Bypasstrein 4:</label>
<label>Bypass Train 4:</label>
<tooltip>Address (1-9999) or train category (20000-20004) that will automatically use the passing track</tooltip>
<tooltip xml:lang="de">Adresse (1-9999) oder Zugkategorie (20001-20004), welche das Umfahrgleis automatisch befahren soll</tooltip>
</variable>
<variable CV="6861.126" item="Bypass Train Address 5" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">Umfahrzug 5:</label>
<label xml:lang="nl">Bypasstrein 5:</label>
<label>Bypass Train 5:</label>
<tooltip>Address (1-9999) or train category (20000-20004) that will automatically use the passing track</tooltip>
<tooltip xml:lang="de">Adresse (1-9999) oder Zugkategorie (20001-20004), welche das Umfahrgleis automatisch befahren soll</tooltip>
</variable>
<variable CV="6861.127" item="Bypass Train Address 6" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">Umfahrzug 6:</label>
<label xml:lang="nl">Bypasstrein 6:</label>
<label>Bypass Train 6:</label>
<tooltip>Address (1-9999) or train category (20000-20004) that will automatically use the passing track</tooltip>
<tooltip xml:lang="de">Adresse (1-9999) oder Zugkategorie (20001-20004), welche das Umfahrgleis automatisch befahren soll</tooltip>
</variable>
<!--end of Entry Manager 68610 special CVs-->
<!-- Exit Manager CVs (LNCV2 Function = 9, 10, 25, 26) -->
<!-- only used as such in 68610 Exit Manager with bypass -->
<variable CV="6861.121" item="Bypass Route State" mask="1" default="1">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/enumStateChoice.xml"/>
<label xml:lang="de">Fahrstraße Umfahrgleis -Zustand:</label>
<label xml:lang="nl">Bypass - Stand:</label>
<label>Bypass Route - State:</label>
<tooltip>If a train uses the bypass track, this message is sent instead of Message 2 (LNCV 8)</tooltip>
<tooltip xml:lang="de">Trifft ein Zug über das Umfahrgleis ein, so wird dieser Befehl versanden anstelle des Befehls 2 aus LNCV 8</tooltip>
</variable>
<variable CV="6861.121" item="Bypass Route Address" mask="10" default="1">
<decVal min="0" max="2048"/>
<label xml:lang="de"> IB Fahrstraße:</label>
<label xml:lang="nl"> IB Rijpad:</label>
<label> IB Route:</label>
<tooltip>&lt;html&gt;Route (Address) from Yard Entrance to Yard Exit&lt;br\&gt;
1 - 2048 = set a solenoid address&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;Fahrstraße von der Bahnhofseinfahrt zur Bahnhofsausfahrt&lt;br\&gt;
1 - 2048 = Magnetartikel schalten&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.122" item="Bypass Message 1 State" mask="1" default="1">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/enumStateChoice.xml"/>
<label xml:lang="de">Bericht 1 - Ereignis:</label>
<label xml:lang="nl">Melding 1 - Actie:</label>
<label>Bypass Message 1 - Event:</label>
<tooltip>If a train uses the bypass track, this message is sent instead of Message 1 (LNCV 7)</tooltip>
<tooltip xml:lang="de">Trifft ein Zug über das Umfahrgleis ein, so wird dieser Befehl versanden anstelle des Befehls 1 aus LNCV 7</tooltip>
</variable>
<variable CV="6861.122" item="Bypass Message 1 Address" mask="10" default="1">
<decVal min="0" max="2000"/>
<label xml:lang="de"> Adresse</label>
<label xml:lang="nl"> Adres:</label>
<label> Address:</label>
<tooltip>&lt;html&gt;0 = no address instruction is sent&lt;br\&gt;
1 - 2000 = set a solenoid address&lt;br\&gt;
2001 - 2024 = set an Intellibox route&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;0 = Es wird kein Adressbefehl gesendet&lt;br\&gt;
1 - 2000 = Magnetartikel schalten&lt;br\&gt;
2001 - 2024 = Intellibox-Fahrstraße schalten&lt;/html&gt;</tooltip>
</variable>
<variable CV="6861.123" item="Bypass Message 2 State" mask="1" default="1">
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/enumStateChoice.xml"/>
<label xml:lang="de">Bericht 2 - Ereignis:</label>
<label xml:lang="nl">Melding 2 - Actie:</label>
<label>Bypass Message 2 - Event:</label>
<tooltip>If a train uses the bypass track, this message is sent instead of Message 2 (LNCV 8)</tooltip>
<tooltip xml:lang="de">Trifft ein Zug über das Umfahrgleis ein, so wird dieses Befehl versanden anstelle des Befehls 2 aus LNCV 8</tooltip>
</variable>
<variable CV="6861.123" item="Bypass Message 2 Address" mask="10" default="1">
<decVal min="0" max="2000"/>
<label xml:lang="de"> Adresse</label>
<label xml:lang="nl"> Adres:</label>
<label> Address:</label>
<tooltip>&lt;html&gt;0 = no address instruction is sent&lt;br\&gt;
1 - 2000 = set a solenoid address&lt;br\&gt;
2001 - 2024 = set an Intellibox route&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;0 = Es wird kein Adressbefehl gesendet&lt;br\&gt;
1 - 2000 = Magnetartikel schalten&lt;br\&gt;
2001 - 2024 = Intellibox-Fahrstraße schalten&lt;/html&gt;</tooltip>
</variable>
<!--up to here ONLY 68610 -->
<!--Locomotive specific hold time, for 68610 only TODO Add var and display items -->
<!-- Only available in: -->
<!-- LNCV2 Function = automatic shuttle traffic (4, 20, 5, 21), holding point (6, 22) and block section (7,23) -->
<!--Normally the duration the train was to wait after the block exit signal turns “green” was determined by LNCV 5.-->
<!--In the 68610, in addition to this module hold time, you can now program a locomotive specific hold time-->
<!--e.g. a rail motor (cat 1) stops at the platform longer than a goods train (cat 2).-->
<!--110-117 Locomotive addresses that will trigger the Holding time-->
<variable CV="6861.110" item="Train Specific Address 1" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">Wartezeit 1 - Lokadresse/Kategorie:</label>
<label xml:lang="nl">Wachttijd 1 - Locadres/-categorie:</label>
<label>Wait 1 - Loco Address/Category:</label>
<tooltip>Loco Address (1-9999) or train category (20000-20004) that will trigger Train Specific Holding time 1</tooltip>
<tooltip xml:lang="de">Lokadresse (1-9999) oder Zugkategorie (20001-20004), die die lokindividuelle Wartezeit 1 auslösen</tooltip>
</variable>
<variable CV="6861.111" item="Train Specific Address 2" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">Wartezeit 2 - Lokadresse/Kategorie:</label>
<label xml:lang="nl">Wachttijd 2 - Locadres/-categorie:</label>
<label>Wait 2 - Loco Address/Category:</label>
<tooltip>Loco Address (1-9999) or train category (20000-20004) that will trigger Train Specific Holding time 2</tooltip>
<tooltip xml:lang="de">Lokadresse (1-9999) oder Zugkategorie (20001-20004), die die lokindividuelle Wartezeit 2 auslösen</tooltip>
</variable>
<variable CV="6861.112" item="Train Specific Address 3" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">Wartezeit 3 - Lokadresse/Kategorie:</label>
<label xml:lang="nl">Wachttijd 3 - Locadres/-categorie:</label>
<label>Wait 3 - Loco Address/Category:</label>
<tooltip>Loco Address (1-9999) or train category (20000-20004) that will trigger Train Specific Holding time 3</tooltip>
<tooltip xml:lang="de">Lokadresse (1-9999) oder Zugkategorie (20001-20004), die die lokindividuelle Wartezeit 3 auslösen</tooltip>
</variable>
<variable CV="6861.113" item="Train Specific Address 4" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">Wartezeit 4 - Lokadresse/Kategorie:</label>
<label xml:lang="nl">Wachttijd 4 - Locadres/-categorie:</label>
<label>Wait 4 - Loco Address/Category:</label>
<tooltip>Loco Address (1-9999) or train category (20000-20004) that will trigger Train Specific Holding time 4</tooltip>
<tooltip xml:lang="de">Lokadresse (1-9999) oder Zugkategorie (20001-20004), die die lokindividuelle Wartezeit 4 auslösen</tooltip>
</variable>
<variable CV="6861.114" item="Train Specific Address 5" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">Wartezeit 5 - Lokadresse/Kategorie:</label>
<label xml:lang="nl">Wachttijd 5 - Locadres/-categorie:</label>
<label>Wait 5 - Loco Address/Category:</label>
<tooltip>Loco Address (1-9999) or train category (20000-20004) that will trigger Train Specific Holding time 5</tooltip>
<tooltip xml:lang="de">Lokadresse (1-9999) oder Zugkategorie (20001-20004), die die lokindividuelle Wartezeit 5 auslösen</tooltip>
</variable>
<variable CV="6861.115" item="Train Specific Address 6" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">Wartezeit 6 - Lokadresse/Kategorie:</label>
<label xml:lang="nl">Wachttijd 6 - Locadres/-categorie:</label>
<label>Wait 6 - Loco Address/Category:</label>
<tooltip>Loco Address (1-9999) or train category (20000-20004) that will trigger Train Specific Holding time 6</tooltip>
<tooltip xml:lang="de">Lokadresse (1-9999) oder Zugkategorie (20001-20004), die die lokindividuelle Wartezeit 6 auslösen</tooltip>
</variable>
<variable CV="6861.116" item="Train Specific Address 7" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">Wartezeit 7 - Lokadresse/Kategorie:</label>
<label xml:lang="nl">Wachttijd 7 - Locadres/-categorie:</label>
<label>Wait 7 - Loco Address/Category:</label>
<tooltip>Loco Address (1-9999) or train category (20000-20004) that will trigger Train Specific Holding time 7</tooltip>
<tooltip xml:lang="de">Lokadresse (1-9999) oder Zugkategorie (20001-20004), die die lokindividuelle Wartezeit 7 auslösen</tooltip>
</variable>
<variable CV="6861.117" item="Train Specific Address 8" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal min="0" max="20004"/>
<label xml:lang="de">Wartezeit 8 - Lokadresse/Kategorie:</label>
<label xml:lang="nl">Wachttijd 8 - Locadres/-categorie:</label>
<label>Wait 8 - Loco Address/Category:</label>
<tooltip>Loco Address (1-9999) or train category (20000-20004) that will trigger Train Specific Holding time 8</tooltip>
<tooltip xml:lang="de">Lokadresse (1-9999) oder Zugkategorie (20001-20004), die die lokindividuelle Wartezeit 8 auslösen</tooltip>
</variable>
<!--120-127 Holding time in seconds (0-255)-->
<variable CV="6861.120" item="Train Specific Wait 1" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal/>
<label xml:lang="de">Dauer:</label>
<label xml:lang="nl">Duur:</label>
<label>Duration:</label>
<tooltip>Specific holding time 1 (0-255 seconds)</tooltip>
<tooltip xml:lang="de">Lokindividuelle Wartezeit 1 (0-255 Sekunden)</tooltip>
</variable>
<variable CV="6861.121" item="Train Specific Wait 2" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal/>
<label xml:lang="de">Dauer:</label>
<label xml:lang="nl">Duur:</label>
<label>Duration:</label>
<tooltip>Specific holding time 2 (0-255 seconds)</tooltip>
<tooltip xml:lang="de">Lokindividuelle Wartezeit 2 (0-255 Sekunden)</tooltip>
</variable>
<variable CV="6861.122" item="Train Specific Wait 3" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal/>
<label xml:lang="de">Dauer:</label>
<label xml:lang="nl">Duur:</label>
<label>Duration:</label>
<tooltip>Specific holding time 3 (0-255 seconds)</tooltip>
<tooltip xml:lang="de">Lokindividuelle Wartezeit 3 (0-255 Sekunden)</tooltip>
</variable>
<variable CV="6861.123" item="Train Specific Wait 4" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal/>
<label xml:lang="de">Dauer:</label>
<label xml:lang="nl">Duur:</label>
<label>Duration:</label>
<tooltip>Specific holding time 4 (0-255 seconds)</tooltip>
<tooltip xml:lang="de">Lokindividuelle Wartezeit 4 (0-255 Sekunden)</tooltip>
</variable>
<variable CV="6861.124" item="Train Specific Wait 5" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal/>
<label xml:lang="de">Dauer:</label>
<label xml:lang="nl">Duur:</label>
<label>Duration:</label>
<tooltip>Specific holding time 5 (0-255 seconds)</tooltip>
<tooltip xml:lang="de">Lokindividuelle Wartezeit 5 (0-255 Sekunden)</tooltip>
</variable>
<variable CV="6861.125" item="Train Specific Wait 6" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal/>
<label xml:lang="de">Dauer:</label>
<label xml:lang="nl">Duur:</label>
<label>Duration:</label>
<tooltip>Specific holding time 6 (0-255 seconds)</tooltip>
<tooltip xml:lang="de">Lokindividuelle Wartezeit 6 (0-255 Sekunden)</tooltip>
</variable>
<variable CV="6861.126" item="Train Specific Wait 7" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal/>
<label xml:lang="de">Dauer:</label>
<label xml:lang="nl">Duur:</label>
<label>Duration:</label>
<tooltip>Specific holding time 7 (0-255 seconds)</tooltip>
<tooltip xml:lang="de">Lokindividuelle Wartezeit 7 (0-255 Sekunden)</tooltip>
</variable>
<variable CV="6861.127" item="Train Specific Wait 8" mask="VVVVVVVVVVVVVVVV" default="0">
<decVal/>
<label xml:lang="de">Dauer:</label>
<label xml:lang="nl">Duur:</label>
<label>Duration:</label>
<tooltip>Specific holding time 8 (0-255 seconds)</tooltip>
<tooltip xml:lang="de">Lokindividuelle Wartezeit 8 (0-255 Sekunden)</tooltip>
</variable>
</variables>
</decoder>
<!-- Programming tabbed panes layout -->
<pane>
<name>LNCV Module</name>
<name xml:lang="de">LNCV Modul</name>
<name xml:lang="nl">LNCV Module</name>
<column>
<label>
<text>&lt;html&gt;&lt;h1&gt;Lissy Receiver Settings&lt;/h1&gt;&lt;/html&gt;</text>
<text xml:lang="nl">&lt;html&gt;&lt;h1&gt;Lissy Ontvanger Instellingen&lt;/h1&gt;&lt;/html&gt;</text>
<text xml:lang="de">&lt;html&gt;&lt;h1&gt;Lissy Empfänger Eingaben&lt;/h1&gt;&lt;/html&gt;</text>
</label>
<label>
<text>Before writing, open a Programming session using the LocoNet LNCV Tool.</text>
<text xml:lang="nl">Voordat je waarden schrijft eerst een Programmeersessie starten met het LocoNet LNCV Gereedschap.</text>
<text xml:lang="de">Bevor man Werten schreiben darf, zuerst mit Hilfe des LNCV Werkzeugs einen LNCV Programmieraufgang starten.</text>
<text xml:lang="fr">Avant qu'on peut écrire des valuers, demarrez une session de programmation avec l'Util LNCV.</text>
<text xml:lang="cs">Před zápisem hodnot otevřete relaci programování s použitím nástroje LocoNet Konfigurovat moduly LNCV.</text>
</label>
<separator/>
<row>
<column>
<display item="Version"/>
<display item="Presets Save Status" format="checkbox"/>
<display item="Presets LokBoss" format="checkbox"/>
<group>
<qualifier>
<variableref>Version</variableref>
<relation>gt</relation>
<value>204</value>
</qualifier>
<row>
<display item="Presets Feedback" format="checkbox"/>
</row>
<row>
<display item="Presets IB Categories" format="checkbox"/>
</row>
</group>
<label>
<text> </text>
</label>
<label>
<text>Sensor S1 Address = Module Address</text>
</label>
<display item="Sensor 2 Address"/>
<display item="Automation Activation Address"/>
<display item="Scale Factor"/>
<label>
<text> </text>
</label>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>gt</relation>
<value>1</value>
</qualifier>
<qualifier>
<variableref>Function</variableref>
<relation>lt</relation>
<value>90</value>
</qualifier>
<row>
<display item="Message 1 Address"/>
<display item="Message 1 State"/>
</row>
<row>
<display item="Message 2 Address"/>
<display item="Message 2 State"/>
</row>
</group>
</column>
<separator/>
<column>
<row>
<qualifier>
<variableref>Version</variableref>
<relation>lt</relation>
<value>205</value>
</qualifier>
<display item="Function"/>
</row>
<row>
<qualifier>
<variableref>Version</variableref>
<relation>gt</relation>
<value>204</value>
</qualifier>
<display item="Function 205"/>
</row>
<row>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>1</value>
</qualifier>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>6</value>
</qualifier>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>22</value>
</qualifier>
<display item="Direction"/>
</row>
<row>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<display item="Direction Single"/>
</row>
<row> <!-- second copy because qualifiers are AND -->
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<display item="Direction Single"/>
</row>
<row>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>6</value>
</qualifier>
<display item="Direction Holding"/>
</row>
<row> <!-- second copy because qualifiers are AND -->
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>22</value>
</qualifier>
<display item="Direction Holding"/>
</row>
<row>
<qualifier>
<variableref>Presets IB Categories</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<display item="Automatikfunktionen per Zugkategorie"/>
</row>
<row>
<qualifier>
<variableref>Presets IB Categories</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<display item="Automatikfunktionen per Zugkategorie IB"/>
</row>
<display item="Presets Protocol"/>
<label>
<text> </text>
</label>
<row>
<column>
<display item="Holding Time"/>
<display item="Departure Delay"/>
</column>
<separator/>
<column>
<display item="Block Speed"/>
<display item="Block Option Delay"/>
</column>
<separator/>
<column>
<row>
<qualifier>
<variableref>Function</variableref>
<relation>gt</relation>
<value>1</value>
</qualifier>
<qualifier>
<variableref>Function</variableref>
<relation>lt</relation>
<value>90</value>
</qualifier>
<display item="Signal Address"/>
</row>
<row>
<qualifier>
<variableref>Function</variableref>
<relation>gt</relation>
<value>1</value>
</qualifier>
<qualifier>
<variableref>Function</variableref>
<relation>lt</relation>
<value>90</value>
</qualifier>
<display item="Block Option Signal" format="checkbox"/>
</row>
<display item="Signal S2.7 Address"/>
<display item="Signal S2.23 Address"/>
<display item="Signal S1.7 Address"/>
<display item="Signal S1.23 Address"/>
</column>
</row>
<label>
<qualifier>
<variableref>Direction</variableref>
<relation>eq</relation>
<value>2</value>
</qualifier>
<text>In driving direction S2 to S1, the signal numbered S1+1 automatically switches.</text>
<text xml:lang="de">In Fahrtrichtung S2 nach S1 wirkt automatisch das Signal mit Adresse S1+1.</text>
</label>
<separator/>
<row>
<display item="Train Specific Address 1"/>
<display item="Train Specific Wait 1"/>
</row>
<row>
<display item="Train Specific Address 2"/>
<display item="Train Specific Wait 2"/>
</row>
<row>
<display item="Train Specific Address 3"/>
<display item="Train Specific Wait 3"/>
</row>
<row>
<display item="Train Specific Address 4"/>
<display item="Train Specific Wait 4"/>
</row>
<row>
<display item="Train Specific Address 5"/>
<display item="Train Specific Wait 5"/>
</row>
<row>
<display item="Train Specific Address 6"/>
<display item="Train Specific Wait 6"/>
</row>
<row>
<display item="Train Specific Address 7"/>
<display item="Train Specific Wait 7"/>
</row>
<row>
<display item="Train Specific Address 8"/>
<display item="Train Specific Wait 8"/>
</row>
</column>
</row>
</column>
</pane>
<!-- Switching functions Tab -->
<pane>
<name>Switching</name>
<name xml:lang="de">Schalten</name>
<name xml:lang="nl">Schakelen</name>
<column>
<qualifier>
<variableref>Function</variableref>
<relation>gt</relation>
<value>1</value>
</qualifier>
<qualifier>
<variableref>Function</variableref>
<relation>lt</relation>
<value>4</value>
</qualifier>
<label>
<text>Function Commands</text>
<text xml:lang="de">Funktionsbefehle</text>
<text xml:lang="nl">Functie-instructies</text>
</label>
<separator/>
<row>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Function 1 Address"/>
<display item="Switch Function 1 Option 1"/>
</row>
</group>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Function 1 Address" label="S1 Cmd 1 - Addr.:"/>
<display item="Switch Function 1 Option 1 Single"/>
</row>
</group>
<display item="Switch Function 1 F0" format="checkbox"/>
<display item="Switch Function 1 F1" format="checkbox"/>
<display item="Switch Function 1 F2" format="checkbox"/>
<display item="Switch Function 1 F3" format="checkbox"/>
<display item="Switch Function 1 F4" format="checkbox"/>
<display item="Switch Function 1 F5" format="checkbox"/>
<display item="Switch Function 1 F6" format="checkbox"/>
<display item="Switch Function 1 F7" format="checkbox"/>
<display item="Switch Function 1 F8" format="checkbox"/>
<display item="Switch Function 1 F9" format="checkbox"/>
<display item="Switch Function 1 F10" format="checkbox"/>
<display item="Switch Function 1 F11" format="checkbox"/>
<display item="Switch Function 1 F12" format="checkbox"/>
</row>
<row>
<display item="Switch Function 1 Option 2"/>
<display item="Switch Function 1 Option 3"/>
<display item="Switch Function 1 Option 4" format="checkbox"/>
<display item="Switch Function 1 Option 5"/>
<display item="Switch Function 1 Option 6"/>
</row>
<separator/>
<row>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Function 2 Address"/>
<display item="Switch Function 2 Option 1"/>
</row>
</group>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Function 2 Address" label="S1 Cmd 2 - Addr.:"/>
<display item="Switch Function 2 Option 1 Single"/>
</row>
</group>
<display item="Switch Function 2 F0" format="checkbox"/>
<display item="Switch Function 2 F1" format="checkbox"/>
<display item="Switch Function 2 F2" format="checkbox"/>
<display item="Switch Function 2 F3" format="checkbox"/>
<display item="Switch Function 2 F4" format="checkbox"/>
<display item="Switch Function 2 F5" format="checkbox"/>
<display item="Switch Function 2 F6" format="checkbox"/>
<display item="Switch Function 2 F7" format="checkbox"/>
<display item="Switch Function 2 F8" format="checkbox"/>
<display item="Switch Function 2 F9" format="checkbox"/>
<display item="Switch Function 2 F10" format="checkbox"/>
<display item="Switch Function 2 F11" format="checkbox"/>
<display item="Switch Function 2 F12" format="checkbox"/>
</row>
<row>
<display item="Switch Function 2 Option 2"/>
<display item="Switch Function 2 Option 3"/>
<display item="Switch Function 2 Option 4" format="checkbox"/>
<display item="Switch Function 2 Option 5"/>
<display item="Switch Function 2 Option 6"/>
</row>
<separator/>
<row>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Function 3 Address"/>
<display item="Switch Function 3 Option 1"/>
</row>
</group>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Function 3 Address" label="S1 Cmd 3 - Addr.:"/>
<display item="Switch Function 3 Option 1 Single"/>
</row>
</group>
<display item="Switch Function 3 F0" format="checkbox"/>
<display item="Switch Function 3 F1" format="checkbox"/>
<display item="Switch Function 3 F2" format="checkbox"/>
<display item="Switch Function 3 F3" format="checkbox"/>
<display item="Switch Function 3 F4" format="checkbox"/>
<display item="Switch Function 3 F5" format="checkbox"/>
<display item="Switch Function 3 F6" format="checkbox"/>
<display item="Switch Function 3 F7" format="checkbox"/>
<display item="Switch Function 3 F8" format="checkbox"/>
<display item="Switch Function 3 F9" format="checkbox"/>
<display item="Switch Function 3 F10" format="checkbox"/>
<display item="Switch Function 3 F11" format="checkbox"/>
<display item="Switch Function 3 F12" format="checkbox"/>
</row>
<row>
<display item="Switch Function 3 Option 2"/>
<display item="Switch Function 3 Option 3"/>
<display item="Switch Function 3 Option 4" format="checkbox"/>
<display item="Switch Function 3 Option 5"/>
<display item="Switch Function 3 Option 6"/>
</row>
<separator/>
<row>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Function 4 Address"/>
<display item="Switch Function 4 Option 1"/>
</row>
</group>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Function 4 Address" label="S1 Cmd 4 - Addr.:"/>
<display item="Switch Function 4 Option 1 Single"/>
</row>
</group>
<display item="Switch Function 4 F0" format="checkbox"/>
<display item="Switch Function 4 F1" format="checkbox"/>
<display item="Switch Function 4 F2" format="checkbox"/>
<display item="Switch Function 4 F3" format="checkbox"/>
<display item="Switch Function 4 F4" format="checkbox"/>
<display item="Switch Function 4 F5" format="checkbox"/>
<display item="Switch Function 4 F6" format="checkbox"/>
<display item="Switch Function 4 F7" format="checkbox"/>
<display item="Switch Function 4 F8" format="checkbox"/>
<display item="Switch Function 4 F9" format="checkbox"/>
<display item="Switch Function 4 F10" format="checkbox"/>
<display item="Switch Function 4 F11" format="checkbox"/>
<display item="Switch Function 4 F12" format="checkbox"/>
</row>
<row>
<display item="Switch Function 4 Option 2"/>
<display item="Switch Function 4 Option 3"/>
<display item="Switch Function 4 Option 4" format="checkbox"/>
<display item="Switch Function 4 Option 5"/>
<display item="Switch Function 4 Option 6"/>
</row>
<separator/>
<row>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Function 5 Address"/>
<display item="Switch Function 5 Option 1"/>
</row>
</group>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Function 5 Address" label="S1 Cmd 5 - Addr.:"/>
<display item="Switch Function 5 Option 1 Single"/>
</row>
</group>
<display item="Switch Function 5 F0" format="checkbox"/>
<display item="Switch Function 5 F1" format="checkbox"/>
<display item="Switch Function 5 F2" format="checkbox"/>
<display item="Switch Function 5 F3" format="checkbox"/>
<display item="Switch Function 5 F4" format="checkbox"/>
<display item="Switch Function 5 F5" format="checkbox"/>
<display item="Switch Function 5 F6" format="checkbox"/>
<display item="Switch Function 5 F7" format="checkbox"/>
<display item="Switch Function 5 F8" format="checkbox"/>
<display item="Switch Function 5 F9" format="checkbox"/>
<display item="Switch Function 5 F10" format="checkbox"/>
<display item="Switch Function 5 F11" format="checkbox"/>
<display item="Switch Function 5 F12" format="checkbox"/>
</row>
<row>
<display item="Switch Function 5 Option 2"/>
<display item="Switch Function 5 Option 3"/>
<display item="Switch Function 5 Option 4" format="checkbox"/>
<display item="Switch Function 5 Option 5"/>
<display item="Switch Function 5 Option 6"/>
</row>
<separator/>
<row>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Function 6 Address"/>
<display item="Switch Function 6 Option 1"/>
</row>
</group>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Function 6 Address" label="S2 Cmd 1 - Addr.:"/>
<display item="Switch Function 6 Option 1 Single"/>
</row>
</group>
<display item="Switch Function 6 F0" format="checkbox"/>
<display item="Switch Function 6 F1" format="checkbox"/>
<display item="Switch Function 6 F2" format="checkbox"/>
<display item="Switch Function 6 F3" format="checkbox"/>
<display item="Switch Function 6 F4" format="checkbox"/>
<display item="Switch Function 6 F5" format="checkbox"/>
<display item="Switch Function 6 F6" format="checkbox"/>
<display item="Switch Function 6 F7" format="checkbox"/>
<display item="Switch Function 6 F8" format="checkbox"/>
<display item="Switch Function 6 F9" format="checkbox"/>
<display item="Switch Function 6 F10" format="checkbox"/>
<display item="Switch Function 6 F11" format="checkbox"/>
<display item="Switch Function 6 F12" format="checkbox"/>
</row>
<row>
<display item="Switch Function 6 Option 2"/>
<display item="Switch Function 6 Option 3"/>
<display item="Switch Function 6 Option 4" format="checkbox"/>
<display item="Switch Function 6 Option 5"/>
<display item="Switch Function 6 Option 6"/>
</row>
<separator/>
<row>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Function 7 Address"/>
<display item="Switch Function 7 Option 1"/>
</row>
</group>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Function 7 Address" label="S2 Cmd 2 - Addr.:"/>
<display item="Switch Function 7 Option 1 Single"/>
</row>
</group>
<display item="Switch Function 7 F0" format="checkbox"/>
<display item="Switch Function 7 F1" format="checkbox"/>
<display item="Switch Function 7 F2" format="checkbox"/>
<display item="Switch Function 7 F3" format="checkbox"/>
<display item="Switch Function 7 F4" format="checkbox"/>
<display item="Switch Function 7 F5" format="checkbox"/>
<display item="Switch Function 7 F6" format="checkbox"/>
<display item="Switch Function 7 F7" format="checkbox"/>
<display item="Switch Function 7 F8" format="checkbox"/>
<display item="Switch Function 7 F9" format="checkbox"/>
<display item="Switch Function 7 F10" format="checkbox"/>
<display item="Switch Function 7 F11" format="checkbox"/>
<display item="Switch Function 7 F12" format="checkbox"/>
</row>
<row>
<display item="Switch Function 7 Option 2"/>
<display item="Switch Function 7 Option 3"/>
<display item="Switch Function 7 Option 4" format="checkbox"/>
<display item="Switch Function 7 Option 5"/>
<display item="Switch Function 7 Option 6"/>
</row>
<separator/>
<row>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Function 8 Address"/>
<display item="Switch Function 8 Option 1"/>
</row>
</group>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Function 8 Address" label="S2 Cmd 3 - Addr.:"/>
<display item="Switch Function 8 Option 1 Single"/>
</row>
</group>
<display item="Switch Function 8 F0" format="checkbox"/>
<display item="Switch Function 8 F1" format="checkbox"/>
<display item="Switch Function 8 F2" format="checkbox"/>
<display item="Switch Function 8 F3" format="checkbox"/>
<display item="Switch Function 8 F4" format="checkbox"/>
<display item="Switch Function 8 F5" format="checkbox"/>
<display item="Switch Function 8 F6" format="checkbox"/>
<display item="Switch Function 8 F7" format="checkbox"/>
<display item="Switch Function 8 F8" format="checkbox"/>
<display item="Switch Function 8 F9" format="checkbox"/>
<display item="Switch Function 8 F10" format="checkbox"/>
<display item="Switch Function 8 F11" format="checkbox"/>
<display item="Switch Function 8 F12" format="checkbox"/>
</row>
<row>
<display item="Switch Function 8 Option 2"/>
<display item="Switch Function 8 Option 3"/>
<display item="Switch Function 8 Option 4" format="checkbox"/>
<display item="Switch Function 8 Option 5"/>
<display item="Switch Function 8 Option 6"/>
</row>
<separator/>
<row>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Function 9 Address"/>
<display item="Switch Function 9 Option 1"/>
</row>
</group>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Function 9 Address" label="S2 Cmd 4 - Addr.:"/>
<display item="Switch Function 9 Option 1 Single"/>
</row>
</group>
<display item="Switch Function 9 F0" format="checkbox"/>
<display item="Switch Function 9 F1" format="checkbox"/>
<display item="Switch Function 9 F2" format="checkbox"/>
<display item="Switch Function 9 F3" format="checkbox"/>
<display item="Switch Function 9 F4" format="checkbox"/>
<display item="Switch Function 9 F5" format="checkbox"/>
<display item="Switch Function 9 F6" format="checkbox"/>
<display item="Switch Function 9 F7" format="checkbox"/>
<display item="Switch Function 9 F8" format="checkbox"/>
<display item="Switch Function 9 F9" format="checkbox"/>
<display item="Switch Function 9 F10" format="checkbox"/>
<display item="Switch Function 9 F11" format="checkbox"/>
<display item="Switch Function 9 F12" format="checkbox"/>
</row>
<row>
<display item="Switch Function 9 Option 2"/>
<display item="Switch Function 9 Option 3"/>
<display item="Switch Function 9 Option 4" format="checkbox"/>
<display item="Switch Function 9 Option 5"/>
<display item="Switch Function 9 Option 6"/>
</row>
<separator/>
<row>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Function 10 Address"/>
<display item="Switch Function 10 Option 1"/>
</row>
</group>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Function 10 Address" label="S2 Cmd 5 - Addr.:"/>
<display item="Switch Function 10 Option 1 Single"/>
</row>
</group>
<display item="Switch Function 10 F0" format="checkbox"/>
<display item="Switch Function 10 F1" format="checkbox"/>
<display item="Switch Function 10 F2" format="checkbox"/>
<display item="Switch Function 10 F3" format="checkbox"/>
<display item="Switch Function 10 F4" format="checkbox"/>
<display item="Switch Function 10 F5" format="checkbox"/>
<display item="Switch Function 10 F6" format="checkbox"/>
<display item="Switch Function 10 F7" format="checkbox"/>
<display item="Switch Function 10 F8" format="checkbox"/>
<display item="Switch Function 10 F9" format="checkbox"/>
<display item="Switch Function 10 F10" format="checkbox"/>
<display item="Switch Function 10 F11" format="checkbox"/>
<display item="Switch Function 10 F12" format="checkbox"/>
</row>
<row>
<display item="Switch Function 10 Option 2"/>
<display item="Switch Function 10 Option 3"/>
<display item="Switch Function 10 Option 4" format="checkbox"/>
<display item="Switch Function 10 Option 5"/>
<display item="Switch Function 10 Option 6"/>
</row>
<separator/>
<label>
<text> </text>
</label>
<label>
<text>Speed Commands</text>
<text xml:lang="de">Geschwindigkeitsbefehle</text>
<text xml:lang="nl">Snelheidsinstructies</text>
</label>
<separator/>
<row>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Speed 1 Address"/>
<display item="Switch Speed 1 Option 1"/>
</row>
</group>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Speed 1 Address" label="S1 Cmd 1 - Addr.:"/>
<display item="Switch Speed 1 Option 1 Single"/>
</row>
</group>
<display item="Switch Speed 1 Option 2"/>
<display item="Switch Speed 1 Speed"/>
<row>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>2</value>
</qualifier>
<display item="Switch Speed 1 Option 3"/>
</row>
<!-- show only 2 enum choices for 2x single sensor, Function = 3 -->
<row>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<display item="Switch Speed 1 Option 3 Single"/>
</row>
</row>
<separator/>
<row>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Speed 2 Address"/>
<display item="Switch Speed 2 Option 1"/>
</row>
</group>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Speed 2 Address" label="S1 Cmd 2 - Addr.:"/>
<display item="Switch Speed 2 Option 1 Single"/>
</row>
</group>
<display item="Switch Speed 2 Option 2"/>
<display item="Switch Speed 2 Speed"/>
<row>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>2</value>
</qualifier>
<display item="Switch Speed 2 Option 3"/>
</row>
<!-- show only 2 enum choices for 2x single sensor, Function = 3 -->
<row>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<display item="Switch Speed 2 Option 3 Single"/>
</row>
</row>
<separator/>
<row>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Speed 3 Address"/>
<display item="Switch Speed 3 Option 1"/>
</row>
</group>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Speed 3 Address" label="S1 Cmd 3 - Addr.:"/>
<display item="Switch Speed 3 Option 1 Single"/>
</row>
</group>
<display item="Switch Speed 3 Option 2"/>
<display item="Switch Speed 3 Speed"/>
<row>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>2</value>
</qualifier>
<display item="Switch Speed 3 Option 3"/>
</row>
<!-- show only 2 enum choices for 2x single sensor, Function = 3 -->
<row>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<display item="Switch Speed 3 Option 3 Single"/>
</row>
</row>
<separator/>
<row>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Speed 4 Address"/>
<display item="Switch Speed 4 Option 1"/>
</row>
</group>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Speed 4 Address" label="S1 Cmd 4 - Addr.:"/>
<display item="Switch Speed 4 Option 1 Single"/>
</row>
</group>
<display item="Switch Speed 4 Option 2"/>
<display item="Switch Speed 4 Speed"/>
<row>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>2</value>
</qualifier>
<display item="Switch Speed 4 Option 3"/>
</row>
<!-- show only 2 enum choices for 2x single sensor, Function = 3 -->
<row>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<display item="Switch Speed 4 Option 3 Single"/>
</row>
</row>
<separator/>
<row>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Speed 5 Address"/>
<display item="Switch Speed 5 Option 1"/>
</row>
</group>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Speed 5 Address" label="S1 Cmd 5 - Addr.:"/>
<display item="Switch Speed 5 Option 1 Single"/>
</row>
</group>
<display item="Switch Speed 5 Option 2"/>
<display item="Switch Speed 5 Speed"/>
<row>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>2</value>
</qualifier>
<display item="Switch Speed 5 Option 3"/>
</row>
<!-- show only 2 enum choices for 2x single sensor, Function = 3 -->
<row>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<display item="Switch Speed 5 Option 3 Single"/>
</row>
</row>
<separator/>
<row>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Speed 6 Address"/>
<display item="Switch Speed 6 Option 1"/>
</row>
</group>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Speed 6 Address" label="S2 Cmd 1 - Addr.:"/>
<display item="Switch Speed 6 Option 1 Single"/>
</row>
</group>
<display item="Switch Speed 6 Option 2"/>
<display item="Switch Speed 6 Speed"/>
<row>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>2</value>
</qualifier>
<display item="Switch Speed 6 Option 3"/>
</row>
<!-- show only 2 enum choices for 2x single sensor, Function = 3 -->
<row>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<display item="Switch Speed 6 Option 3 Single"/>
</row>
</row>
<separator/>
<row>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Speed 7 Address"/>
<display item="Switch Speed 7 Option 1"/>
</row>
</group>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Speed 7 Address" label="S2 Cmd 2 - Addr.:"/>
<display item="Switch Speed 7 Option 1 Single"/>
</row>
</group>
<display item="Switch Speed 7 Option 2"/>
<display item="Switch Speed 7 Speed"/>
<row>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>2</value>
</qualifier>
<display item="Switch Speed 7 Option 3"/>
</row>
<!-- show only 2 enum choices for 2x single sensor, Function = 3 -->
<row>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<display item="Switch Speed 7 Option 3 Single"/>
</row>
</row>
<separator/>
<row>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Speed 8 Address"/>
<display item="Switch Speed 8 Option 1"/>
</row>
</group>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Speed 8 Address" label="S2 Cmd 3 - Addr.:"/>
<display item="Switch Speed 8 Option 1 Single"/>
</row>
</group>
<display item="Switch Speed 8 Option 2"/>
<display item="Switch Speed 8 Speed"/>
<row>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>2</value>
</qualifier>
<display item="Switch Speed 8 Option 3"/>
</row>
<!-- show only 2 enum choices for 2x single sensor, Function = 3 -->
<row>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<display item="Switch Speed 8 Option 3 Single"/>
</row>
</row>
<separator/>
<row>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Speed 9 Address"/>
<display item="Switch Speed 9 Option 1"/>
</row>
</group>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Speed 9 Address" label="S3 Cmd 4 - Addr.:"/>
<display item="Switch Speed 9 Option 1 Single"/>
</row>
</group>
<display item="Switch Speed 9 Option 2"/>
<display item="Switch Speed 9 Speed"/>
<row>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>2</value>
</qualifier>
<display item="Switch Speed 9 Option 3"/>
</row>
<!-- show only 2 enum choices for 2x single sensor, Function = 3 -->
<row>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<display item="Switch Speed 9 Option 3 Single"/>
</row>
</row>
<separator/>
<row>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Speed 10 Address"/>
<display item="Switch Speed 10 Option 1"/>
</row>
</group>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Speed 10 Address" label="S2 Cmd 5 - Addr.:"/>
<display item="Switch Speed 10 Option 1 Single"/>
</row>
</group>
<display item="Switch Speed 10 Option 2"/>
<display item="Switch Speed 10 Speed"/>
<row>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>2</value>
</qualifier>
<display item="Switch Speed 10 Option 3"/>
</row>
<!-- show only 2 enum choices for 2x single sensor, Function = 3 -->
<row>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<display item="Switch Speed 10 Option 3 Single"/>
</row>
</row>
<separator/>
<label>
<text> </text>
</label>
<label>
<text>Solenoid Commands</text>
<text xml:lang="de">Magnetartikelbefehle</text>
<text xml:lang="nl">Magneetartikelinstructies</text>
</label>
<separator/>
<row>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Solenoid 1 Address"/>
<display item="Switch Solenoid 1 Option 1"/>
</row>
</group>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Solenoid 1 Address" label="S1 Cmd 1 - Addr.:"/>
<display item="Switch Solenoid 1 Option 1 Single"/>
</row>
</group>
<display item="Switch Solenoid 1 Option 2"/>
<display item="Switch Solenoid 1 Target"/>
<display item="Switch Solenoid 1 State"/>
</row>
<separator/>
<row>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Solenoid 2 Address"/>
<display item="Switch Solenoid 2 Option 1"/>
</row>
</group>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Solenoid 2 Address" label="S1 Cmd 2 - Addr.:"/>
<display item="Switch Solenoid 2 Option 1 Single"/>
</row>
</group>
<display item="Switch Solenoid 2 Option 2"/>
<display item="Switch Solenoid 2 Target"/>
<display item="Switch Solenoid 2 State"/>
</row>
<separator/>
<row>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Solenoid 3 Address"/>
<display item="Switch Solenoid 3 Option 1"/>
</row>
</group>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Solenoid 3 Address" label="S1 Cmd 3 - Addr.:"/>
<display item="Switch Solenoid 3 Option 1 Single"/>
</row>
</group>
<display item="Switch Solenoid 3 Option 2"/>
<display item="Switch Solenoid 3 Target"/>
<display item="Switch Solenoid 3 State"/>
</row>
<separator/>
<row>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Solenoid 4 Address"/>
<display item="Switch Solenoid 4 Option 1"/>
</row>
</group>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Solenoid 4 Address" label="S1 Cmd 4 - Addr.:"/>
<display item="Switch Solenoid 4 Option 1 Single"/>
</row>
</group>
<display item="Switch Solenoid 4 Option 2"/>
<display item="Switch Solenoid 4 Target"/>
<display item="Switch Solenoid 4 State"/>
</row>
<separator/>
<row>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Solenoid 5 Address"/>
<display item="Switch Solenoid 5 Option 1"/>
</row>
</group>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Solenoid 5 Address" label="S1 Cmd 5 - Addr.:"/>
<display item="Switch Solenoid 5 Option 1 Single"/>
</row>
</group>
<display item="Switch Solenoid 5 Option 2"/>
<display item="Switch Solenoid 5 Target"/>
<display item="Switch Solenoid 5 State"/>
</row>
<separator/>
<row>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Solenoid 6 Address"/>
<display item="Switch Solenoid 6 Option 1"/>
</row>
</group>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Solenoid 6 Address" label="S2 Cmd 1 - Addr.:"/>
<display item="Switch Solenoid 6 Option 1 Single"/>
</row>
</group>
<display item="Switch Solenoid 6 Option 2"/>
<display item="Switch Solenoid 6 Target"/>
<display item="Switch Solenoid 6 State"/>
</row>
<separator/>
<row>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Solenoid 7 Address"/>
<display item="Switch Solenoid 7 Option 1"/>
</row>
</group>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Solenoid 7 Address" label="S2 Cmd 2 - Addr.:"/>
<display item="Switch Solenoid 7 Option 1 Single"/>
</row>
</group>
<display item="Switch Solenoid 7 Option 2"/>
<display item="Switch Solenoid 7 Target"/>
<display item="Switch Solenoid 7 State"/>
</row>
<separator/>
<row>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Solenoid 8 Address"/>
<display item="Switch Solenoid 8 Option 1"/>
</row>
</group>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Solenoid 8 Address" label="S2 Cmd 3 - Addr.:"/>
<display item="Switch Solenoid 8 Option 1 Single"/>
</row>
</group>
<display item="Switch Solenoid 8 Option 2"/>
<display item="Switch Solenoid 8 Target"/>
<display item="Switch Solenoid 8 State"/>
</row>
<separator/>
<row>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Solenoid 9 Address"/>
<display item="Switch Solenoid 9 Option 1"/>
</row>
</group>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Solenoid 9 Address" label="S2 Cmd 4 - Addr.:"/>
<display item="Switch Solenoid 9 Option 1 Single"/>
</row>
</group>
<display item="Switch Solenoid 9 Option 2"/>
<display item="Switch Solenoid 9 Target"/>
<display item="Switch Solenoid 9 State"/>
</row>
<separator/>
<row>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Solenoid 10 Address"/>
<display item="Switch Solenoid 10 Option 1"/>
</row>
</group>
<group>
<qualifier>
<variableref>Function</variableref>
<relation>eq</relation>
<value>3</value>
</qualifier>
<row>
<display item="Switch Solenoid 10 Address" label="S2 Cmd 5 - Addr.:"/>
<display item="Switch Solenoid 10 Option 1 Single"/>
</row>
</group>
<display item="Switch Solenoid 10 Option 2"/>
<display item="Switch Solenoid 10 Target"/>
<display item="Switch Solenoid 10 State"/>
</row>
<separator/>
</column>
</pane>
<!-- Managers functions Tab -->
<pane>
<name>NX Manager</name>
<name xml:lang="de">Manager</name>
<name xml:lang="nl">Manager</name>
<group>
<!--Entry Managers only (LNCV2 "Function" = 8 or 24), qualifiers are AND-->
<qualifier>
<variableref>Function</variableref>
<relation>gt</relation>
<value>7</value>
</qualifier>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>9</value>
</qualifier>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>9</value>
</qualifier>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>10</value>
</qualifier>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>20</value>
</qualifier>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>21</value>
</qualifier>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>22</value>
</qualifier>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>23</value>
</qualifier>
<qualifier>
<variableref>Function</variableref>
<relation>lt</relation>
<value>25</value>
</qualifier>
<column>
<row>
<column>
<label>
<text>Entry Manager</text>
<text xml:lang="de">Einfahrtsmanager</text>
<text xml:lang="nl">Inrijmanager</text>
</label>
<label>
<text> </text>
</label>
<row>
<display item="NMan Bypass Filter"/>
</row>
<row>
<display item="NMan Bypass Block"/>
</row>
</column>
<column>
<row>
<display item="Bypass Train Address 1"/>
</row>
<row>
<display item="Bypass Train Address 2"/>
</row>
<row>
<display item="Bypass Train Address 3"/>
</row>
</column>
<column>
<row>
<display item="Bypass Train Address 4"/>
</row>
<row>
<display item="Bypass Train Address 5"/>
</row>
<row>
<display item="Bypass Train Address 6"/>
</row>
</column>
</row>
<separator/>
<!-- Entry Manager Per Track Settings -->
<row>
<display item="NXMan Station Track 1 Address"/>
<display item="NXMan Station Track 1 Route"/>
<display item="NXMan Station Track 1 State"/>
</row>
<row>
<column>
<row>
<display item="NMan Track 1 Loco 1"/>
</row>
<row>
<display item="NMan Track 1 Loco 2"/>
</row>
<row>
<display item="NMan Track 1 Loco 3"/>
</row>
<row>
<display item="NMan Track 1 Loco 4"/>
</row>
</column>
<column>
<row>
<display item="NMan Track 1 Loco 5"/>
</row>
<row>
<display item="NMan Track 1 Loco 6"/>
</row>
<row>
<display item="NMan Track 1 Loco 7"/>
</row>
<row>
<display item="NMan Track 1 Loco 8"/>
</row>
</column>
</row>
<separator/>
<row>
<display item="NXMan Station Track 2 Address"/>
<display item="NXMan Station Track 2 Route"/>
<display item="NXMan Station Track 2 State"/>
</row>
<row>
<column>
<row>
<display item="NMan Track 2 Loco 1"/>
</row>
<row>
<display item="NMan Track 2 Loco 2"/>
</row>
<row>
<display item="NMan Track 2 Loco 3"/>
</row>
<row>
<display item="NMan Track 2 Loco 4"/>
</row>
</column>
<column>
<row>
<display item="NMan Track 2 Loco 5"/>
</row>
<row>
<display item="NMan Track 2 Loco 6"/>
</row>
<row>
<display item="NMan Track 2 Loco 7"/>
</row>
<row>
<display item="NMan Track 2 Loco 8"/>
</row>
</column>
</row>
<separator/>
<row>
<display item="NXMan Station Track 3 Address"/>
<display item="NXMan Station Track 3 Route"/>
<display item="NXMan Station Track 3 State"/>
</row>
<row>
<column>
<row>
<display item="NMan Track 3 Loco 1"/>
</row>
<row>
<display item="NMan Track 3 Loco 2"/>
</row>
<row>
<display item="NMan Track 3 Loco 3"/>
</row>
<row>
<display item="NMan Track 3 Loco 4"/>
</row>
</column>
<column>
<row>
<display item="NMan Track 3 Loco 5"/>
</row>
<row>
<display item="NMan Track 3 Loco 6"/>
</row>
<row>
<display item="NMan Track 3 Loco 7"/>
</row>
<row>
<display item="NMan Track 3 Loco 8"/>
</row>
</column>
</row>
<separator/>
<row>
<display item="NXMan Station Track 4 Address"/>
<display item="NXMan Station Track 4 Route"/>
<display item="NXMan Station Track 4 State"/>
</row>
<row>
<column>
<row>
<display item="NMan Track 4 Loco 1"/>
</row>
<row>
<display item="NMan Track 4 Loco 2"/>
</row>
<row>
<display item="NMan Track 4 Loco 3"/>
</row>
<row>
<display item="NMan Track 4 Loco 4"/>
</row>
</column>
<column>
<row>
<display item="NMan Track 4 Loco 5"/>
</row>
<row>
<display item="NMan Track 4 Loco 6"/>
</row>
<row>
<display item="NMan Track 4 Loco 7"/>
</row>
<row>
<display item="NMan Track 4 Loco 8"/>
</row>
</column>
</row>
<separator/>
<row>
<display item="NXMan Station Track 5 Address"/>
<display item="NXMan Station Track 5 Route"/>
<display item="NXMan Station Track 5 State"/>
</row>
<row>
<column>
<row>
<display item="NMan Track 5 Loco 1"/>
</row>
<row>
<display item="NMan Track 5 Loco 2"/>
</row>
<row>
<display item="NMan Track 5 Loco 3"/>
</row>
<row>
<display item="NMan Track 5 Loco 4"/>
</row>
</column>
<column>
<row>
<display item="NMan Track 5 Loco 5"/>
</row>
<row>
<display item="NMan Track 5 Loco 6"/>
</row>
<row>
<display item="NMan Track 5 Loco 7"/>
</row>
<row>
<display item="NMan Track 5 Loco 8"/>
</row>
</column>
</row>
<separator/>
<row>
<display item="NXMan Station Track 6 Address"/>
<display item="NXMan Station Track 6 Route"/>
<display item="NXMan Station Track 6 State"/>
</row>
<row>
<column>
<row>
<display item="NMan Track 6 Loco 1"/>
</row>
<row>
<display item="NMan Track 6 Loco 2"/>
</row>
<row>
<display item="NMan Track 6 Loco 3"/>
</row>
<row>
<display item="NMan Track 6 Loco 4"/>
</row>
</column>
<column>
<row>
<display item="NMan Track 6 Loco 5"/>
</row>
<row>
<display item="NMan Track 6 Loco 6"/>
</row>
<row>
<display item="NMan Track 6 Loco 7"/>
</row>
<row>
<display item="NMan Track 6 Loco 8"/>
</row>
</column>
</row>
<separator/>
<row>
<display item="NXMan Station Track 7 Address"/>
<display item="NXMan Station Track 7 Route"/>
<display item="NXMan Station Track 7 State"/>
</row>
<row>
<column>
<row>
<display item="NMan Track 7 Loco 1"/>
</row>
<row>
<display item="NMan Track 7 Loco 2"/>
</row>
<row>
<display item="NMan Track 7 Loco 3"/>
</row>
<row>
<display item="NMan Track 7 Loco 4"/>
</row>
</column>
<column>
<row>
<display item="NMan Track 7 Loco 5"/>
</row>
<row>
<display item="NMan Track 7 Loco 6"/>
</row>
<row>
<display item="NMan Track 7 Loco 7"/>
</row>
<row>
<display item="NMan Track 7 Loco 8"/>
</row>
</column>
</row>
<separator/>
<row>
<display item="NXMan Station Track 8 Address"/>
<display item="NXMan Station Track 8 Route"/>
<display item="NXMan Station Track 8 State"/>
</row>
<row>
<column>
<row>
<display item="NMan Track 8 Loco 1"/>
</row>
<row>
<display item="NMan Track 8 Loco 2"/>
</row>
<row>
<display item="NMan Track 8 Loco 3"/>
</row>
<row>
<display item="NMan Track 8 Loco 4"/>
</row>
</column>
<column>
<row>
<display item="NMan Track 8 Loco 5"/>
</row>
<row>
<display item="NMan Track 8 Loco 6"/>
</row>
<row>
<display item="NMan Track 8 Loco 7"/>
</row>
<row>
<display item="NMan Track 8 Loco 8"/>
</row>
</column>
</row>
<separator/>
<row>
<display item="NXMan Station Track 9 Address"/>
<display item="NXMan Station Track 9 Route"/>
<display item="NXMan Station Track 9 State"/>
</row>
<row>
<column>
<row>
<display item="NMan Track 9 Loco 1"/>
</row>
<row>
<display item="NMan Track 9 Loco 2"/>
</row>
<row>
<display item="NMan Track 9 Loco 3"/>
</row>
<row>
<display item="NMan Track 9 Loco 4"/>
</row>
</column>
<column>
<row>
<display item="NMan Track 9 Loco 5"/>
</row>
<row>
<display item="NMan Track 9 Loco 6"/>
</row>
<row>
<display item="NMan Track 9 Loco 7"/>
</row>
<row>
<display item="NMan Track 9 Loco 8"/>
</row>
</column>
</row>
<separator/>
<row>
<display item="NXMan Station Track 10 Address"/>
<display item="NXMan Station Track 10 Route"/>
<display item="NXMan Station Track 10 State"/>
</row>
<row>
<column>
<row>
<display item="NMan Track 10 Loco 1"/>
</row>
<row>
<display item="NMan Track 10 Loco 2"/>
</row>
<row>
<display item="NMan Track 10 Loco 3"/>
</row>
<row>
<display item="NMan Track 10 Loco 4"/>
</row>
</column>
<column>
<row>
<display item="NMan Track 10 Loco 5"/>
</row>
<row>
<display item="NMan Track 10 Loco 6"/>
</row>
<row>
<display item="NMan Track 10 Loco 7"/>
</row>
<row>
<display item="NMan Track 10 Loco 8"/>
</row>
</column>
</row>
</column>
</group>
<group>
<!--Exit Managers only (LNCV2 "Function" = 9, 10, 25 or 26), qualifiers are AND -->
<qualifier>
<variableref>Function</variableref>
<relation>gt</relation>
<value>8</value>
</qualifier>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>20</value>
</qualifier>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>21</value>
</qualifier>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>22</value>
</qualifier>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>23</value>
</qualifier>
<qualifier>
<variableref>Function</variableref>
<relation>ne</relation>
<value>24</value>
</qualifier>
<qualifier>
<variableref>Function</variableref>
<relation>lt</relation>
<value>27</value>
</qualifier>
<column>
<label>
<text>Exit Manager</text>
<text xml:lang="de">Ausfahrtsmanager</text>
<text xml:lang="nl">Vertrekmanager</text>
</label>
<row>
<display item="XMan Entry Manager Address"/>
</row>
<row>
<display item="Bypass Message 1 State"/>
<display item="Bypass Message 1 Address"/>
</row>
<row>
<display item="Bypass Message 2 State"/>
<display item="Bypass Message 2 Address"/>
</row>
<row>
<display item="Bypass Route State"/>
<display item="Bypass Route Address"/>
</row>
<separator/>
<!-- Exit Manager Per Track Settings -->
<row>
<display item="NXMan Station Track 1 Address"/>
<display item="NXMan Station Track 1 Route"/>
<display item="NXMan Station Track 1 State"/>
</row>
<row>
<display item="NXMan Station Track 2 Address"/>
<display item="NXMan Station Track 2 Route"/>
<display item="NXMan Station Track 2 State"/>
</row>
<row>
<display item="NXMan Station Track 3 Address"/>
<display item="NXMan Station Track 3 Route"/>
<display item="NXMan Station Track 3 State"/>
</row>
<row>
<display item="NXMan Station Track 4 Address"/>
<display item="NXMan Station Track 4 Route"/>
<display item="NXMan Station Track 4 State"/>
</row>
<row>
<display item="NXMan Station Track 5 Address"/>
<display item="NXMan Station Track 5 Route"/>
<display item="NXMan Station Track 5 State"/>
</row>
<row>
<display item="NXMan Station Track 6 Address"/>
<display item="NXMan Station Track 6 Route"/>
<display item="NXMan Station Track 6 State"/>
</row>
<row>
<display item="NXMan Station Track 7 Address"/>
<display item="NXMan Station Track 7 Route"/>
<display item="NXMan Station Track 7 State"/>
</row>
<row>
<display item="NXMan Station Track 8 Address"/>
<display item="NXMan Station Track 8 Route"/>
<display item="NXMan Station Track 8 State"/>
</row>
<row>
<display item="NXMan Station Track 9 Address"/>
<display item="NXMan Station Track 9 Route"/>
<display item="NXMan Station Track 9 State"/>
</row>
<row>
<display item="NXMan Station Track 10 Address"/>
<display item="NXMan Station Track 10 Route"/>
<display item="NXMan Station Track 10 State"/>
</row>
</column>
</group>
</pane>
</decoder-config>