Files
JIMRI/xml/decoders/RR-CirKits-SignalMan-basic.xml
2026-06-17 14:00:51 +02:00

9658 lines
474 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
<!-- Copyright (C) JMRI 2006, 2007, 2008 All rights reserved -->
<!-- -->
<!-- JMRI is free software; you can redistribute it and/or modify it under -->
<!-- the terms of version 2 of the GNU General Public License as published -->
<!-- by the Free Software Foundation. See the "COPYING" file for a copy -->
<!-- of this license. -->
<!-- -->
<!-- JMRI is distributed in the hope that it will be useful, but WITHOUT -->
<!-- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -->
<!-- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -->
<!-- for more details. -->
<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="dick@rr-cirkits.com" version="0.12" lastUpdated="20150705"/>
<!-- Version 0.01 Working version modified from LNCP -->
<!-- Version 0.10 SignalMan version -->
<!-- Version 0.11 Add Strobe effect -->
<!-- Version 0.12 Latest updates -->
<decoder>
<family name="Decoders" mfg="RR-CirKits" type="stationary" comment="The SignalMan is normally programmed in OPs mode">
<model model="SignalMan" comment="Signal Mast Driver" lowVersionID="10"/>
</family>
<programming direct="no" paged="yes" register="no" ops="no">
<mode>LOCONETOPSBOARD</mode>
</programming>
<variables>
<!-- <variable label="Address" CV="9" item="Extended Address" -->
<variable item="Primary Address" CV="1" comment="Short address">
<shortAddressVal/>
<label>Primary Address</label>
</variable>
<!-- -->
<variable CV="17" default="9999" item="Long Address" comment="5 digit address (Range 00001-16383)">
<longAddressVal/>
<label>Extended Address</label>
</variable>
<variable item="Port State Memory" CV="112" mask="XXXXXXXV" default="1">
<enumVal>
<enumChoice choice="No "/>
<enumChoice choice="Enable"/>
</enumVal>
<label>Port State Memory</label>
</variable>
<variable item="OPS Mode Programing" CV="112" mask="XXXXXXVX" default="1">
<enumVal>
<enumChoice choice="No "/>
<enumChoice choice="Enable"/>
</enumVal>
<label>OPS Mode Programing</label>
</variable>
<variable item="GPON Interrogate" CV="112" mask="XXXXXVXX" default="0">
<enumVal>
<enumChoice choice="No "/>
<enumChoice choice="Enable"/>
</enumVal>
<label>GPON Interrogate</label>
</variable>
<variable item="Input Interrogate" CV="112" mask="XXXXVXXX" default="1">
<enumVal>
<enumChoice choice="No "/>
<enumChoice choice="Enable"/>
</enumVal>
<label>Input Interrogate</label>
</variable>
<variable item="Output Interrogate" CV="112" mask="XXXVXXXX" default="1">
<enumVal>
<enumChoice choice="No "/>
<enumChoice choice="Enable"/>
</enumVal>
<label>Output Interrogate</label>
</variable>
<variable item="Bi-polar Mode" CV="112" mask="XVXXXXXX" default="0">
<enumVal>
<enumChoice choice="Normal LEDs "/>
<enumChoice choice="Bi-polar LEDs"/>
</enumVal>
<label>Bi-polar Mode</label>
</variable>
<variable item="Master Mode" CV="112" mask="VXXXXXXX">
<enumVal>
<enumChoice choice="No "/>
<enumChoice choice="Enable"/>
</enumVal>
<label>Master Mode</label>
</variable>
<variable CV="113" readOnly="yes" mask="VVVVVVVV" item="Flash Write Value">
<splitVal highCV="114" upperMask="XXVVVVVV"/>
<label>Flash Write Value</label>
</variable>
<variable CV="114" readOnly="yes" mask="VVXXXXXX" item="Flash Write MSB">
<splitVal highCV="115" upperMask="VVVVVVVV"/>
<label>Flash Write MSB</label>
</variable>
<variable item="Strobe Length" CV="116" comment="Strobe Length x 10ms" default="10">
<decVal min="1" max="200"/>
<label>Strobe Length</label>
</variable>
<variable item="Reserved" CV="20" readOnly="yes">
<decVal/>
<label>Reserved</label>
</variable>
<variable CV="7" item="Firmware Version" readOnly="yes" default="1">
<decVal/>
<label>Firmware Version</label>
<label xml:lang="it">Versione Decoder: </label>
<label xml:lang="fr">Version décodeur: </label>
<label xml:lang="de">Decoder Version: </label>
</variable>
<variable CV="8" readOnly="yes" item="Manufacturer ID" default="87">
<decVal/>
<label>Manufacturer ID</label>
<label xml:lang="it">ID Costruttore: </label>
<label xml:lang="fr">ID constructeur: </label>
<label xml:lang="de">Hersteller ID: </label>
</variable>
<variable CV="9" readOnly="yes" item="Hardware ID" default="0" comment="SignalMan ID=21">
<decVal/>
<label>Hardware ID</label>
</variable>
<variable CV="29" mask="XXVXXXXX" readOnly="yes" item="Address Format" default="1">
<enumVal>
<enumChoice choice="1 Byte XX (not supported)"/>
<enumChoice choice="2 Byte (long) address"/>
</enumVal>
<label>Address Format</label>
</variable>
<!-- Light Table Control -->
<variable item="MA1 Address Mode" CV="33" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>MA1 Address Mode</label>
</variable>
<variable item="MA1 Transition" CV="33" mask="XVVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
<label>MA1 Transition</label>
</variable>
<variable item="MA1 Type" CV="33" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>MA1 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>MA1 Type</label></variable>
<variable item="MA1 Effect" CV="33" mask="XXXXXVVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSignalManLampEffect.xml"/>
<label>MA1 Effect</label>
</variable>
<variable item="MA2 Address Mode" CV="34" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>MA2 Address Mode</label>
</variable>
<variable item="MA2 Transition" CV="34" mask="XVVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
<label>MA2 Transition</label>
</variable>
<variable item="MA2 Type" CV="34" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>MA2 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>MA2 Type</label></variable>
<variable item="MA2 Effect" CV="34" mask="XXXXXVVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSignalManLampEffect.xml"/>
<label>MA2 Effect</label>
</variable>
<variable item="MA3 Address Mode" CV="35" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>MA3 Address Mode</label>
</variable>
<variable item="MA3 Transition" CV="35" mask="XVVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
<label>MA3 Transition</label>
</variable>
<variable item="MA3 Type" CV="35" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>MA3 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>MA3 Type</label></variable>
<variable item="MA3 Effect" CV="35" mask="XXXXXVVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSignalManLampEffect.xml"/>
<label>MA3 Effect</label>
</variable>
<variable item="MA4 Address Mode" CV="36" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>MA4 Address Mode</label>
</variable>
<variable item="MA4 Transition" CV="36" mask="XVVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
<label>MA4 Transition</label>
</variable>
<variable item="MA4 Type" CV="36" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>MA4 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>MA4 Type</label></variable>
<variable item="MA4 Effect" CV="36" mask="XXXXXVVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSignalManLampEffect.xml"/>
<label>MA4 Effect</label>
</variable>
<variable item="MA5 Address Mode" CV="37" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>MA5 Address Mode</label>
</variable>
<variable item="MA5 Transition" CV="37" mask="XVVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
<label>MA5 Transition</label>
</variable>
<variable item="MA5 Type" CV="37" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>MA5 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>MA5 Type</label></variable>
<variable item="MA5 Effect" CV="37" mask="XXXXXVVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSignalManLampEffect.xml"/>
<label>MA5 Effect</label>
</variable>
<variable item="MA6 Address Mode" CV="38" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>MA6 Address Mode</label>
</variable>
<variable item="MA6 Transition" CV="38" mask="XVVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
<label>MA6 Transition</label>
</variable>
<variable item="MA6 Type" CV="38" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>MA6 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>MA6 Type</label></variable>
<variable item="MA6 Effect" CV="38" mask="XXXXXVVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSignalManLampEffect.xml"/>
<label>MA6 Effect</label>
</variable>
<variable item="MA7 Address Mode" CV="39" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>MA7 Address Mode</label>
</variable>
<variable item="MA7 Transition" CV="39" mask="XVVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
<label>MA7 Transition</label>
</variable>
<variable item="MA7 Type" CV="39" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>MA7 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>MA7 Type</label></variable>
<variable item="MA7 Effect" CV="39" mask="XXXXXVVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSignalManLampEffect.xml"/>
<label>MA7 Effect</label>
</variable>
<variable item="MA8 Address Mode" CV="40" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>MA8 Address Mode</label>
</variable>
<variable item="MA8 Transition" CV="40" mask="XVVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
<label>MA8 Transition</label>
</variable>
<variable item="MA8 Type" CV="40" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>MA8 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>MA8 Type</label></variable>
<variable item="MA8 Effect" CV="40" mask="XXXXXVVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSignalManLampEffect.xml"/>
<label>MA8 Effect</label>
</variable>
<variable item="MA9 Address Mode" CV="41" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>MA9 Address Mode</label>
</variable>
<variable item="MA9 Transition" CV="41" mask="XVVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
<label>MA9 Transition</label>
</variable>
<variable item="MA9 Type" CV="41" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>MA9 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>MA9 Type</label></variable>
<variable item="MA9 Effect" CV="41" mask="XXXXXVVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSignalManLampEffect.xml"/>
<label>MA9 Effect</label>
</variable>
<variable item="MA10 Address Mode" CV="42" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>MA10 Address Mode</label>
</variable>
<variable item="MA10 Transition" CV="42" mask="XVVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
<label>MA10 Transition</label>
</variable>
<variable item="MA10 Type" CV="42" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>MA10 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>MA10 Type</label></variable>
<variable item="MA10 Effect" CV="42" mask="XXXXXVVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSignalManLampEffect.xml"/>
<label>MA10 Effect</label>
</variable>
<variable item="MA11 Address Mode" CV="43" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>MA11 Address Mode</label>
</variable>
<variable item="MA11 Transition" CV="43" mask="XVVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
<label>MA11 Transition</label>
</variable>
<variable item="MA11 Type" CV="43" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>MA11 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>MA11 Type</label></variable>
<variable item="MA11 Effect" CV="43" mask="XXXXXVVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSignalManLampEffect.xml"/>
<label>MA11 Effect</label>
</variable>
<variable item="MA12 Address Mode" CV="44" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>MA12 Address Mode</label>
</variable>
<variable item="MA12 Transition" CV="44" mask="XVVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
<label>MA12 Transition</label>
</variable>
<variable item="MA12 Type" CV="44" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>MA12 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>MA12 Type</label></variable>
<variable item="MA12 Effect" CV="44" mask="XXXXXVVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSignalManLampEffect.xml"/>
<label>MA12 Effect</label>
</variable>
<variable item="MA13 Address Mode" CV="45" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>MA13 Address Mode</label>
</variable>
<variable item="MA13 Transition" CV="45" mask="XVVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
<label>MA13 Transition</label>
</variable>
<variable item="MA13 Type" CV="45" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>MA13 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>MA13 Type</label></variable>
<variable item="MA13 Effect" CV="45" mask="XXXXXVVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSignalManLampEffect.xml"/>
<label>MA13 Effect</label>
</variable>
<variable item="MA14 Address Mode" CV="46" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>MA14 Address Mode</label>
</variable>
<variable item="MA14 Transition" CV="46" mask="XVVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
<label>MA14 Transition</label>
</variable>
<variable item="MA14 Type" CV="46" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>MA14 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>MA14 Type</label></variable>
<variable item="MA14 Effect" CV="46" mask="XXXXXVVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSignalManLampEffect.xml"/>
<label>MA14 Effect</label>
</variable>
<variable item="MA15 Address Mode" CV="47" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>MA15 Address Mode</label>
</variable>
<variable item="MA15 Transition" CV="47" mask="XVVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
<label>MA15 Transition</label>
</variable>
<variable item="MA15 Type" CV="47" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>MA15 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>MA15 Type</label></variable>
<variable item="MA15 Effect" CV="47" mask="XXXXXVVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSignalManLampEffect.xml"/>
<label>MA15 Effect</label>
</variable>
<variable item="MA16 Address Mode" CV="48" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>MA16 Address Mode</label>
</variable>
<variable item="MA16 Transition" CV="48" mask="XVVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
<label>MA16 Transition</label>
</variable>
<variable item="MA16 Type" CV="48" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>MA16 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>MA16 Type</label></variable>
<variable item="MA16 Effect" CV="48" mask="XXXXXVVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSignalManLampEffect.xml"/>
<label>MA16 Effect</label>
</variable>
<variable item="MA17 Address Mode" CV="49" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>MA17 Address Mode</label>
</variable>
<variable item="MA17 Transition" CV="49" mask="XVVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
<label>MA17 Transition</label>
</variable>
<variable item="MA17 Type" CV="49" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>MA17 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>MA17 Type</label></variable>
<variable item="MA17 Effect" CV="49" mask="XXXXXVVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSignalManLampEffect.xml"/>
<label>MA17 Effect</label>
</variable>
<variable item="MA18 Address Mode" CV="50" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>MA18 Address Mode</label>
</variable>
<variable item="MA18 Transition" CV="50" mask="XVVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
<label>MA18 Transition</label>
</variable>
<variable item="MA18 Type" CV="50" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>MA18 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>MA18 Type</label></variable>
<variable item="MA18 Effect" CV="50" mask="XXXXXVVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSignalManLampEffect.xml"/>
<label>MA18 Effect</label>
</variable>
<variable item="MA19 Address Mode" CV="51" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>MA19 Address Mode</label>
</variable>
<variable item="MA19 Transition" CV="51" mask="XVVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
<label>MA19 Transition</label>
</variable>
<variable item="MA19 Type" CV="51" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>MA19 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>MA19 Type</label></variable>
<variable item="MA19 Effect" CV="51" mask="XXXXXVVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSignalManLampEffect.xml"/>
<label>MA19 Effect</label>
</variable>
<variable item="MA20 Address Mode" CV="52" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>MA20 Address Mode</label>
</variable>
<variable item="MA20 Transition" CV="52" mask="XVVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
<label>MA20 Transition</label>
</variable>
<variable item="MA20 Type" CV="52" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>MA20 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>MA20 Type</label></variable>
<variable item="MA20 Effect" CV="52" mask="XXXXXVVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSignalManLampEffect.xml"/>
<label>MA20 Effect</label>
</variable>
<variable item="MA21 Address Mode" CV="53" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>MA21 Address Mode</label>
</variable>
<variable item="MA21 Transition" CV="53" mask="XVVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
<label>MA21 Transition</label>
</variable>
<variable item="MA21 Type" CV="53" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>MA21 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>MA21 Type</label></variable>
<variable item="MA21 Effect" CV="53" mask="XXXXXVVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSignalManLampEffect.xml"/>
<label>MA21 Effect</label>
</variable>
<variable item="MA22 Address Mode" CV="54" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>MA22 Address Mode</label>
</variable>
<variable item="MA22 Transition" CV="54" mask="XVVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
<label>MA22 Transition</label>
</variable>
<variable item="MA22 Type" CV="54" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>MA22 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>MA22 Type</label></variable>
<variable item="MA22 Effect" CV="54" mask="XXXXXVVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSignalManLampEffect.xml"/>
<label>MA22 Effect</label>
</variable>
<variable item="MA23 Address Mode" CV="55" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>MA23 Address Mode</label>
</variable>
<variable item="MA23 Transition" CV="55" mask="XVVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
<label>MA23 Transition</label>
</variable>
<variable item="MA23 Type" CV="55" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>MA23 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>MA23 Type</label></variable>
<variable item="MA23 Effect" CV="55" mask="XXXXXVVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSignalManLampEffect.xml"/>
<label>MA23 Effect</label>
</variable>
<variable item="MA24 Address Mode" CV="56" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>MA24 Address Mode</label>
</variable>
<variable item="MA24 Transition" CV="56" mask="XVVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
<label>MA24 Transition</label>
</variable>
<variable item="MA24 Type" CV="56" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>MA24 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>MA24 Type</label></variable>
<variable item="MA24 Effect" CV="56" mask="XXXXXVVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSignalManLampEffect.xml"/>
<label>MA24 Effect</label>
</variable>
<variable item="MA25 Address Mode" CV="57" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>MA25 Address Mode</label>
</variable>
<variable item="MA25 Transition" CV="57" mask="XVVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
<label>MA25 Transition</label>
</variable>
<variable item="MA25 Type" CV="57" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>MA25 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>MA25 Type</label></variable>
<variable item="MA25 Effect" CV="57" mask="XXXXXVVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSignalManLampEffect.xml"/>
<label>MA25 Effect</label>
</variable>
<variable item="MA26 Address Mode" CV="58" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>MA26 Address Mode</label>
</variable>
<variable item="MA26 Transition" CV="58" mask="XVVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
<label>MA26 Transition</label>
</variable>
<variable item="MA26 Type" CV="58" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>MA26 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>MA26 Type</label></variable>
<variable item="MA26 Effect" CV="58" mask="XXXXXVVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSignalManLampEffect.xml"/>
<label>MA26 Effect</label>
</variable>
<variable item="MA27 Address Mode" CV="59" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>MA27 Address Mode</label>
</variable>
<variable item="MA27 Transition" CV="59" mask="XVVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
<label>MA27 Transition</label>
</variable>
<variable item="MA27 Type" CV="59" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>MA27 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>MA27 Type</label></variable>
<variable item="MA27 Effect" CV="59" mask="XXXXXVVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSignalManLampEffect.xml"/>
<label>MA27 Effect</label>
</variable>
<variable item="MA28 Address Mode" CV="60" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>MA28 Address Mode</label>
</variable>
<variable item="MA28 Transition" CV="60" mask="XVVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
<label>MA28 Transition</label>
</variable>
<variable item="MA28 Type" CV="61" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>MA28 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>MA28 Type</label></variable>
<variable item="MA28 Effect" CV="60" mask="XXXXXVVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSignalManLampEffect.xml"/>
<label>MA28 Effect</label>
</variable>
<variable item="MA29 Address Mode" CV="61" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>MA29 Address Mode</label>
</variable>
<variable item="MA29 Transition" CV="61" mask="XVVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
<label>MA29 Transition</label>
</variable>
<variable item="MA29 Type" CV="61" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>MA29 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>MA29 Type</label></variable>
<variable item="MA29 Effect" CV="61" mask="XXXXXVVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSignalManLampEffect.xml"/>
<label>MA29 Effect</label>
</variable>
<variable item="MA30 Address Mode" CV="62" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>MA30 Address Mode</label>
</variable>
<variable item="MA30 Transition" CV="62" mask="XVVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
<label>MA30 Transition</label>
</variable>
<variable item="MA30 Type" CV="62" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>MA30 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>MA30 Type</label></variable>
<variable item="MA30 Effect" CV="62" mask="XXXXXVVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSignalManLampEffect.xml"/>
<label>MA30 Effect</label>
</variable>
<variable item="MA31 Address Mode" CV="63" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>MA31 Address Mode</label>
</variable>
<variable item="MA31 Transition" CV="63" mask="XVVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
<label>MA31 Transition</label>
</variable>
<variable item="MA31 Type" CV="64" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>MA31 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>MA31 Type</label></variable>
<variable item="MA31 Effect" CV="63" mask="XXXXXVVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSignalManLampEffect.xml"/>
<label>MA31 Effect</label>
</variable>
<variable item="MA32 Address Mode" CV="64" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>MA32 Address Mode</label>
</variable>
<variable item="MA32 Transition" CV="64" mask="XVVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
<label>MA32 Transition</label>
</variable>
<variable item="MA32 Type" CV="64" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>MA32 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>MA32 Type</label></variable>
<variable item="MA32 Effect" CV="64" mask="XXXXXVVV" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSignalManLampEffect.xml"/>
<label>MA32 Effect</label>
</variable>
<!-- Lamp Brightness values -->
<variable CV="129" mask="VVVVVVVV" default="25" item="Lamp G-H1 Brightness" comment="Brightness (Range 1-48)">
<decVal min="1" max="48"/>
<label>LB1</label>
</variable>
<variable CV="130" mask="VVVVVVVV" default="25" item="Lamp Y-H1 Brightness" comment="Brightness (Range 1-48)">
<decVal min="1" max="48"/>
<label>LB2</label>
</variable>
<variable CV="131" mask="VVVVVVVV" default="25" item="Lamp R-H1 Brightness" comment="Brightness (Range 1-48)">
<decVal min="1" max="48"/>
<label>LB3</label>
</variable>
<variable CV="132" mask="VVVVVVVV" default="25" item="Lamp L-H1 Brightness" comment="Brightness (Range 1-48)">
<decVal min="1" max="48"/>
<label>LB4</label>
</variable>
<variable CV="133" mask="VVVVVVVV" default="25" item="Lamp G-H2 Brightness" comment="Brightness (Range 1-48)">
<decVal min="1" max="48"/>
<label>LB5</label>
</variable>
<variable CV="134" mask="VVVVVVVV" default="25" item="Lamp Y-H2 Brightness" comment="Brightness (Range 1-48)">
<decVal min="1" max="48"/>
<label>LB6</label>
</variable>
<variable CV="135" mask="VVVVVVVV" default="25" item="Lamp R-H2 Brightness" comment="Brightness (Range 1-48)">
<decVal min="1" max="48"/>
<label>LB7</label>
</variable>
<variable CV="136" mask="VVVVVVVV" default="25" item="Lamp L-H2 Brightness" comment="Brightness (Range 1-48)">
<decVal min="1" max="48"/>
<label>LB8</label>
</variable>
<variable CV="137" mask="VVVVVVVV" default="25" item="Lamp G-H3 Brightness" comment="Brightness (Range 1-48)">
<decVal min="1" max="48"/>
<label>LB9</label>
</variable>
<variable CV="138" mask="VVVVVVVV" default="25" item="Lamp Y-H3 Brightness" comment="Brightness (Range 1-48)">
<decVal min="1" max="48"/>
<label>LB10</label>
</variable>
<variable CV="139" mask="VVVVVVVV" default="25" item="Lamp R-H3 Brightness" comment="Brightness (Range 1-48)">
<decVal min="1" max="48"/>
<label>LB11</label>
</variable>
<variable CV="140" mask="VVVVVVVV" default="25" item="Lamp L-H3 Brightness" comment="Brightness (Range 1-48)">
<decVal min="1" max="48"/>
<label>LB12</label>
</variable>
<variable CV="141" mask="VVVVVVVV" default="25" item="Lamp G-H4 Brightness" comment="Brightness (Range 1-48)">
<decVal min="1" max="48"/>
<label>LB13</label>
</variable>
<variable CV="142" mask="VVVVVVVV" default="25" item="Lamp Y-H4 Brightness" comment="Brightness (Range 1-48)">
<decVal min="1" max="48"/>
<label>LB14</label>
</variable>
<variable CV="143" mask="VVVVVVVV" default="25" item="Lamp R-H4 Brightness" comment="Brightness (Range 1-48)">
<decVal min="1" max="48"/>
<label>LB15</label>
</variable>
<variable CV="144" mask="VVVVVVVV" default="25" item="Lamp L-H4 Brightness" comment="Brightness (Range 1-48)">
<decVal min="1" max="48"/>
<label>LB16</label>
</variable>
<!-- Lamp Table entry #1 -->
<variable item="MA1a Address" CV="513" mask="VVVVVVVV">
<qualifier>
<variableref>MA1 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="514" upperMask="XXXXXVVV" offset="1"/><label>MA1a Address</label></variable>
<variable item="MA1 Aspect" CV="514" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>MA1 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>MA1 Aspect</label></variable>
<variable item="MA1b Address" CV="513" mask="VVVVVVVV">
<qualifier>
<variableref>MA1 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="514" upperMask="XXXXXVVV" offset="1"/><label>MA1b Address</label></variable>
<variable item="MA1 CT" CV="514" mask="XXXXVXXX">
<qualifier>
<variableref>MA1 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTC.xml"/><label>MA1 CT</label></variable>
<variable item="MA1 Group" CV="514" mask="VVVVXXXX" default="0">
<qualifier>
<variableref>MA1 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceGroup.xml"/><label>MA1 Group</label></variable>
<variable CV="515" mask="XXXXVVVV" default="0" item="MA1 A">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp A</label>
</variable>
<variable item="MA1 Bipolar AB" CV="515" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA1 Bipolar AB</label>
</variable>
<variable item="MA1 A PR" CV="515" mask="VVVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA1 A PR</label>
</variable>
<variable CV="516" mask="XXXXVVVV" default="0" item="MA1 B">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp B</label>
</variable>
<variable item="MA1 B PR" CV="516" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA1 B PR</label>
</variable>
<variable CV="517" mask="XXXXVVVV" default="0" item="MA1 C">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp C</label>
</variable>
<variable item="MA1 Bipolar CD" CV="517" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA1 Bipolar CD</label>
</variable>
<variable item="MA1 C PR" CV="517" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA1 C PR</label>
</variable>
<variable CV="518" mask="XXXXVVVV" default="0" item="MA1 D">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp D</label>
</variable>
<variable item="MA1 D PR" CV="518" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA1 D PR</label>
</variable>
<variable item="MA1 Secondary Address" CV="519" mask="VVVVVVVV">
<splitVal highCV="520" upperMask="XXXXVVVV" offset="1"/>
<label>MA1 Secondary Address</label>
</variable>
<variable item="MA1 Secondary Polarity" CV="520" mask="VVXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
<label>MA1 Secondary Polarity</label>
</variable>
<variable item="MA1 Secondary Type" CV="520" mask="XXVVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
<label>MA1 Secondary Type</label>
</variable>
<!-- Lamp Table entry #2 -->
<variable item="MA2a Address" CV="521" mask="VVVVVVVV">
<qualifier>
<variableref>MA2 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="522" upperMask="XXXXXVVV" offset="1"/><label>MA2a Address</label></variable>
<variable item="MA2 Aspect" CV="522" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>MA2 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>MA2 Aspect</label></variable>
<variable item="MA2b Address" CV="521" mask="VVVVVVVV">
<qualifier>
<variableref>MA2 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="522" upperMask="XXXXXVVV" offset="1"/><label>MA2b Address</label></variable>
<variable item="MA2 CT" CV="522" mask="XXXXVXXX">
<qualifier>
<variableref>MA2 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTC.xml"/><label>MA2 CT</label></variable>
<variable item="MA2 Group" CV="522" mask="VVVVXXXX" default="0">
<qualifier>
<variableref>MA2 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceGroup.xml"/><label>MA2 Group</label></variable>
<variable CV="523" mask="XXXXVVVV" default="1" item="MA2 A">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp A</label>
</variable>
<variable item="MA2 Bipolar AB" CV="523" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA2 Bipolar AB</label>
</variable>
<variable item="MA2 A PR" CV="523" mask="VVVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA2 A PR</label>
</variable>
<variable CV="524" mask="XXXXVVVV" default="1" item="MA2 B">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp B</label>
</variable>
<variable item="MA2 B PR" CV="524" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA2 B PR</label>
</variable>
<variable CV="525" mask="XXXXVVVV" default="1" item="MA2 C">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp C</label>
</variable>
<variable item="MA2 Bipolar CD" CV="525" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA2 Bipolar CD</label>
</variable>
<variable item="MA2 C PR" CV="525" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA2 C PR</label>
</variable>
<variable CV="526" mask="XXXXVVVV" default="1" item="MA2 D">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp D</label>
</variable>
<variable item="MA2 D PR" CV="526" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA2 D PR</label>
</variable>
<variable item="MA2 Secondary Address" CV="527" mask="VVVVVVVV">
<splitVal highCV="528" upperMask="XXXXVVVV" offset="1"/>
<label>MA2 Secondary Address</label>
</variable>
<variable item="MA2 Secondary Polarity" CV="528" mask="VVXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
<label>MA2 Secondary Polarity</label>
</variable>
<variable item="MA2 Secondary Type" CV="528" mask="XXVVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
<label>MA2 Secondary Type</label>
</variable>
<!-- Lamp Table entry #3 -->
<variable item="MA3a Address" CV="529" mask="VVVVVVVV">
<qualifier>
<variableref>MA3 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="530" upperMask="XXXXXVVV" offset="1"/><label>MA3a Address</label></variable>
<variable item="MA3 Aspect" CV="530" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>MA3 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>MA3 Aspect</label></variable>
<variable item="MA3b Address" CV="529" mask="VVVVVVVV">
<qualifier>
<variableref>MA3 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="530" upperMask="XXXXXVVV" offset="1"/><label>MA3b Address</label></variable>
<variable item="MA3 CT" CV="530" mask="XXXXVXXX">
<qualifier>
<variableref>MA3 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTC.xml"/><label>MA3 CT</label></variable>
<variable item="MA3 Group" CV="530" mask="VVVVXXXX" default="0">
<qualifier>
<variableref>MA3 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceGroup.xml"/><label>MA3 Group</label></variable>
<variable CV="531" mask="XXXXVVVV" default="2" item="MA3 A">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp A</label>
</variable>
<variable item="MA3 Bipolar AB" CV="531" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA3 Bipolar AB</label>
</variable>
<variable item="MA3 A PR" CV="531" mask="VVVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA3 A PR</label>
</variable>
<variable CV="532" mask="XXXXVVVV" default="2" item="MA3 B">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp B</label>
</variable>
<variable item="MA3 B PR" CV="532" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA3 B PR</label>
</variable>
<variable CV="533" mask="XXXXVVVV" default="2" item="MA3 C">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp C</label>
</variable>
<variable item="MA3 Bipolar CD" CV="533" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA3 Bipolar CD</label>
</variable>
<variable item="MA3 C PR" CV="533" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA3 C PR</label>
</variable>
<variable CV="534" mask="XXXXVVVV" default="2" item="MA3 D">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp D</label>
</variable>
<variable item="MA3 D PR" CV="534" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA3 D PR</label>
</variable>
<variable item="MA3 Secondary Address" CV="535" mask="VVVVVVVV">
<splitVal highCV="536" upperMask="XXXXVVVV" offset="1"/>
<label>MA3 Secondary Address</label>
</variable>
<variable item="MA3 Secondary Polarity" CV="536" mask="VVXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
<label>MA3 Secondary Polarity</label>
</variable>
<variable item="MA3 Secondary Type" CV="536" mask="XXVVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
<label>MA3 Secondary Type</label>
</variable>
<!-- Lamp Table entry #4 -->
<variable item="MA4a Address" CV="537" mask="VVVVVVVV">
<qualifier>
<variableref>MA4 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="538" upperMask="XXXXXVVV" offset="1"/><label>MA4a Address</label></variable>
<variable item="MA4 Aspect" CV="538" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>MA4 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>MA4 Aspect</label></variable>
<variable item="MA4b Address" CV="537" mask="VVVVVVVV">
<qualifier>
<variableref>MA4 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="538" upperMask="XXXXXVVV" offset="1"/><label>MA4b Address</label></variable>
<variable item="MA4 CT" CV="538" mask="XXXXVXXX">
<qualifier>
<variableref>MA4 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTC.xml"/><label>MA4 CT</label></variable>
<variable item="MA4 Group" CV="538" mask="VVVVXXXX" default="0">
<qualifier>
<variableref>MA4 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceGroup.xml"/><label>MA4 Group</label></variable>
<variable CV="539" mask="XXXXVVVV" default="3" item="MA4 A">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp A</label>
</variable>
<variable item="MA4 Bipolar AB" CV="539" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA4 Bipolar AB</label>
</variable>
<variable item="MA4 A PR" CV="539" mask="VVVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA4 A PR</label>
</variable>
<variable CV="540" mask="XXXXVVVV" default="3" item="MA4 B">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp B</label>
</variable>
<variable item="MA4 B PR" CV="540" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA4 B PR</label>
</variable>
<variable CV="541" mask="XXXXVVVV" default="3" item="MA4 C">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp C</label>
</variable>
<variable item="MA4 Bipolar CD" CV="541" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA4 Bipolar CD</label>
</variable>
<variable item="MA4 C PR" CV="541" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA4 C PR</label>
</variable>
<variable CV="542" mask="XXXXVVVV" default="3" item="MA4 D">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp D</label>
</variable>
<variable item="MA4 D PR" CV="542" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA4 D PR</label>
</variable>
<variable item="MA4 Secondary Address" CV="543" mask="VVVVVVVV">
<splitVal highCV="544" upperMask="XXXXVVVV" offset="1"/>
<label>MA4 Secondary Address</label>
</variable>
<variable item="MA4 Secondary Polarity" CV="544" mask="VVXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
<label>MA4 Secondary Polarity</label>
</variable>
<variable item="MA4 Secondary Type" CV="544" mask="XXVVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
<label>MA4 Secondary Type</label>
</variable>
<!-- Lamp Table entry #5 -->
<variable item="MA5a Address" CV="545" mask="VVVVVVVV">
<qualifier>
<variableref>MA5 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="546" upperMask="XXXXXVVV" offset="1"/><label>MA5a Address</label></variable>
<variable item="MA5 Aspect" CV="546" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>MA5 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>MA5 Aspect</label></variable>
<variable item="MA5b Address" CV="545" mask="VVVVVVVV">
<qualifier>
<variableref>MA5 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="546" upperMask="XXXXXVVV" offset="1"/><label>MA5b Address</label></variable>
<variable item="MA5 CT" CV="546" mask="XXXXVXXX">
<qualifier>
<variableref>MA5 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTC.xml"/><label>MA5 CT</label></variable>
<variable item="MA5 Group" CV="546" mask="VVVVXXXX" default="0">
<qualifier>
<variableref>MA5 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceGroup.xml"/><label>MA5 Group</label></variable>
<variable CV="547" mask="XXXXVVVV" default="4" item="MA5 A">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp A</label>
</variable>
<variable item="MA5 Bipolar AB" CV="547" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA5 Bipolar AB</label>
</variable>
<variable item="MA5 A PR" CV="547" mask="VVVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA5 A PR</label>
</variable>
<variable CV="548" mask="XXXXVVVV" default="4" item="MA5 B">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp B</label>
</variable>
<variable item="MA5 B PR" CV="548" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA5 B PR</label>
</variable>
<variable CV="549" mask="XXXXVVVV" default="4" item="MA5 C">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp C</label>
</variable>
<variable item="MA5 Bipolar CD" CV="549" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA5 Bipolar CD</label>
</variable>
<variable item="MA5 C PR" CV="549" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA5 C PR</label>
</variable>
<variable CV="550" mask="XXXXVVVV" default="4" item="MA5 D">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp D</label>
</variable>
<variable item="MA5 D PR" CV="550" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA5 D PR</label>
</variable>
<variable item="MA5 Secondary Address" CV="551" mask="VVVVVVVV">
<splitVal highCV="552" upperMask="XXXXVVVV" offset="1"/>
<label>MA5 Secondary Address</label>
</variable>
<variable item="MA5 Secondary Polarity" CV="552" mask="VVXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
<label>MA5 Secondary Polarity</label>
</variable>
<variable item="MA5 Secondary Type" CV="552" mask="XXVVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
<label>MA5 Secondary Type</label>
</variable>
<!-- Lamp Table entry #6 -->
<variable item="MA6a Address" CV="553" mask="VVVVVVVV">
<qualifier>
<variableref>MA6 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="554" upperMask="XXXXXVVV" offset="1"/><label>MA6a Address</label></variable>
<variable item="MA6 Aspect" CV="554" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>MA6 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>MA6 Aspect</label></variable>
<variable item="MA6b Address" CV="553" mask="VVVVVVVV">
<qualifier>
<variableref>MA6 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="554" upperMask="XXXXXVVV" offset="1"/><label>MA6b Address</label></variable>
<variable item="MA6 CT" CV="554" mask="XXXXVXXX">
<qualifier>
<variableref>MA6 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTC.xml"/><label>MA6 CT</label></variable>
<variable item="MA6 Group" CV="554" mask="VVVVXXXX" default="0">
<qualifier>
<variableref>MA6 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceGroup.xml"/><label>MA6 Group</label></variable>
<variable CV="555" mask="XXXXVVVV" default="5" item="MA6 A">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp A</label>
</variable>
<variable item="MA6 Bipolar AB" CV="555" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA6 Bipolar AB</label>
</variable>
<variable item="MA6 A PR" CV="555" mask="VVVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA6 A PR</label>
</variable>
<variable CV="556" mask="XXXXVVVV" default="5" item="MA6 B">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp B</label>
</variable>
<variable item="MA6 B PR" CV="556" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA6 B PR</label>
</variable>
<variable CV="557" mask="XXXXVVVV" default="5" item="MA6 C">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp C</label>
</variable>
<variable item="MA6 Bipolar CD" CV="557" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA6 Bipolar CD</label>
</variable>
<variable item="MA6 C PR" CV="557" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA6 C PR</label>
</variable>
<variable CV="558" mask="XXXXVVVV" default="5" item="MA6 D">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp D</label>
</variable>
<variable item="MA6 D PR" CV="558" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA6 D PR</label>
</variable>
<variable item="MA6 Secondary Address" CV="559" mask="VVVVVVVV">
<splitVal highCV="560" upperMask="XXXXVVVV" offset="1"/>
<label>MA6 Secondary Address</label>
</variable>
<variable item="MA6 Secondary Polarity" CV="560" mask="VVXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
<label>MA6 Secondary Polarity</label>
</variable>
<variable item="MA6 Secondary Type" CV="560" mask="XXVVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
<label>MA6 Secondary Type</label>
</variable>
<!-- Lamp Table entry #7 -->
<variable item="MA7a Address" CV="561" mask="VVVVVVVV">
<qualifier>
<variableref>MA7 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="562" upperMask="XXXXXVVV" offset="1"/><label>MA7a Address</label></variable>
<variable item="MA7 Aspect" CV="562" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>MA7 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>MA7 Aspect</label></variable>
<variable item="MA7b Address" CV="561" mask="VVVVVVVV">
<qualifier>
<variableref>MA7 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="562" upperMask="XXXXXVVV" offset="1"/><label>MA7b Address</label></variable>
<variable item="MA7 CT" CV="562" mask="XXXXVXXX">
<qualifier>
<variableref>MA7 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTC.xml"/><label>MA7 CT</label></variable>
<variable item="MA7 Group" CV="562" mask="VVVVXXXX" default="0">
<qualifier>
<variableref>MA7 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceGroup.xml"/><label>MA7 Group</label></variable>
<variable CV="563" mask="XXXXVVVV" default="6" item="MA7 A">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp A</label>
</variable>
<variable item="MA7 Bipolar AB" CV="563" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA7 Bipolar AB</label>
</variable>
<variable item="MA7 A PR" CV="563" mask="VVVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA7 A PR</label>
</variable>
<variable CV="564" mask="XXXXVVVV" default="6" item="MA7 B">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp B</label>
</variable>
<variable item="MA7 B PR" CV="564" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA7 B PR</label>
</variable>
<variable CV="565" mask="XXXXVVVV" default="6" item="MA7 C">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp C</label>
</variable>
<variable item="MA7 Bipolar CD" CV="565" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA7 Bipolar CD</label>
</variable>
<variable item="MA7 C PR" CV="565" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA7 C PR</label>
</variable>
<variable CV="566" mask="XXXXVVVV" default="6" item="MA7 D">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp D</label>
</variable>
<variable item="MA7 D PR" CV="566" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA7 D PR</label>
</variable>
<variable item="MA7 Secondary Address" CV="567" mask="VVVVVVVV">
<splitVal highCV="568" upperMask="XXXXVVVV" offset="1"/>
<label>MA7 Secondary Address</label>
</variable>
<variable item="MA7 Secondary Polarity" CV="568" mask="VVXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
<label>MA7 Secondary Polarity</label>
</variable>
<variable item="MA7 Secondary Type" CV="568" mask="XXVVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
<label>MA7 Secondary Type</label>
</variable>
<!-- Lamp Table entry #8 -->
<variable item="MA8a Address" CV="569" mask="VVVVVVVV">
<qualifier>
<variableref>MA8 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="570" upperMask="XXXXXVVV" offset="1"/><label>MA8a Address</label></variable>
<variable item="MA8 Aspect" CV="570" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>MA8 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>MA8 Aspect</label></variable>
<variable item="MA8b Address" CV="569" mask="VVVVVVVV">
<qualifier>
<variableref>MA8 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="570" upperMask="XXXXXVVV" offset="1"/><label>MA8b Address</label></variable>
<variable item="MA8 CT" CV="570" mask="XXXXVXXX">
<qualifier>
<variableref>MA8 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTC.xml"/><label>MA8 CT</label></variable>
<variable item="MA8 Group" CV="570" mask="VVVVXXXX" default="0">
<qualifier>
<variableref>MA8 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceGroup.xml"/><label>MA8 Group</label></variable>
<variable CV="571" mask="XXXXVVVV" default="7" item="MA8 A">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp A</label>
</variable>
<variable item="MA8 Bipolar AB" CV="571" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA8 Bipolar AB</label>
</variable>
<variable item="MA8 A PR" CV="571" mask="VVVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA8 A PR</label>
</variable>
<variable CV="572" mask="XXXXVVVV" default="7" item="MA8 B">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp B</label>
</variable>
<variable item="MA8 B PR" CV="572" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA8 B PR</label>
</variable>
<variable CV="573" mask="XXXXVVVV" default="7" item="MA8 C">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp C</label>
</variable>
<variable item="MA8 Bipolar CD" CV="573" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA8 Bipolar CD</label>
</variable>
<variable item="MA8 C PR" CV="573" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA8 C PR</label>
</variable>
<variable CV="574" mask="XXXXVVVV" default="7" item="MA8 D">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp D</label>
</variable>
<variable item="MA8 D PR" CV="574" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA8 D PR</label>
</variable>
<variable item="MA8 Secondary Address" CV="575" mask="VVVVVVVV">
<splitVal highCV="576" upperMask="XXXXVVVV" offset="1"/>
<label>MA8 Secondary Address</label>
</variable>
<variable item="MA8 Secondary Polarity" CV="576" mask="VVXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
<label>MA8 Secondary Polarity</label>
</variable>
<variable item="MA8 Secondary Type" CV="576" mask="XXVVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
<label>MA8 Secondary Type</label>
</variable>
<!-- Lamp Table entry #9 -->
<variable item="MA9a Address" CV="577" mask="VVVVVVVV">
<qualifier>
<variableref>MA9 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="578" upperMask="XXXXXVVV" offset="1"/><label>MA9a Address</label></variable>
<variable item="MA9 Aspect" CV="578" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>MA9 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>MA9 Aspect</label></variable>
<variable item="MA9b Address" CV="577" mask="VVVVVVVV">
<qualifier>
<variableref>MA9 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="578" upperMask="XXXXXVVV" offset="1"/><label>MA9b Address</label></variable>
<variable item="MA9 CT" CV="578" mask="XXXXVXXX">
<qualifier>
<variableref>MA9 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTC.xml"/><label>MA9 CT</label></variable>
<variable item="MA9 Group" CV="578" mask="VVVVXXXX" default="0">
<qualifier>
<variableref>MA9 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceGroup.xml"/><label>MA9 Group</label></variable>
<variable CV="579" mask="XXXXVVVV" default="8" item="MA9 A">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp A</label>
</variable>
<variable item="MA9 Bipolar AB" CV="579" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA9 Bipolar AB</label>
</variable>
<variable item="MA9 A PR" CV="579" mask="VVVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA9 A PR</label>
</variable>
<variable CV="580" mask="XXXXVVVV" default="8" item="MA9 B">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp B</label>
</variable>
<variable item="MA9 B PR" CV="580" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA9 B PR</label>
</variable>
<variable CV="581" mask="XXXXVVVV" default="8" item="MA9 C">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp C</label>
</variable>
<variable item="MA9 Bipolar CD" CV="581" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA9 Bipolar CD</label>
</variable>
<variable item="MA9 C PR" CV="581" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA9 C PR</label>
</variable>
<variable CV="582" mask="XXXXVVVV" default="8" item="MA9 D">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp D</label>
</variable>
<variable item="MA9 D PR" CV="582" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA9 D PR</label>
</variable>
<variable item="MA9 Secondary Address" CV="583" mask="VVVVVVVV">
<splitVal highCV="584" upperMask="XXXXVVVV" offset="1"/>
<label>MA9 Secondary Address</label>
</variable>
<variable item="MA9 Secondary Polarity" CV="584" mask="VVXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
<label>MA9 Secondary Polarity</label>
</variable>
<variable item="MA9 Secondary Type" CV="584" mask="XXVVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
<label>MA9 Secondary Type</label>
</variable>
<!-- Lamp Table entry #10 -->
<variable item="MA10a Address" CV="585" mask="VVVVVVVV">
<qualifier>
<variableref>MA10 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="586" upperMask="XXXXXVVV" offset="1"/><label>MA10a Address</label></variable>
<variable item="MA10 Aspect" CV="586" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>MA10 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>MA10 Aspect</label></variable>
<variable item="MA10b Address" CV="585" mask="VVVVVVVV">
<qualifier>
<variableref>MA10 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="586" upperMask="XXXXXVVV" offset="1"/><label>MA10b Address</label></variable>
<variable item="MA10 CT" CV="586" mask="XXXXVXXX">
<qualifier>
<variableref>MA10 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTC.xml"/><label>MA10 CT</label></variable>
<variable item="MA10 Group" CV="586" mask="VVVVXXXX" default="0">
<qualifier>
<variableref>MA10 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceGroup.xml"/><label>MA10 Group</label></variable>
<variable CV="587" mask="XXXXVVVV" default="9" item="MA10 A">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp A</label>
</variable>
<variable item="MA10 Bipolar AB" CV="587" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA10 Bipolar AB</label>
</variable>
<variable item="MA10 A PR" CV="587" mask="VVVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA10 A PR</label>
</variable>
<variable CV="588" mask="XXXXVVVV" default="9" item="MA10 B">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp B</label>
</variable>
<variable item="MA10 B PR" CV="588" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA10 B PR</label>
</variable>
<variable CV="589" mask="XXXXVVVV" default="9" item="MA10 C">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp C</label>
</variable>
<variable item="MA10 Bipolar CD" CV="589" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA10 Bipolar CD</label>
</variable>
<variable item="MA10 C PR" CV="589" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA10 C PR</label>
</variable>
<variable CV="590" mask="XXXXVVVV" default="9" item="MA10 D">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp D</label>
</variable>
<variable item="MA10 D PR" CV="590" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA10 D PR</label>
</variable>
<variable item="MA10 Secondary Address" CV="591" mask="VVVVVVVV">
<splitVal highCV="592" upperMask="XXXXVVVV" offset="1"/>
<label>MA10 Secondary Address</label>
</variable>
<variable item="MA10 Secondary Polarity" CV="592" mask="VVXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
<label>MA10 Secondary Polarity</label>
</variable>
<variable item="MA10 Secondary Type" CV="592" mask="XXVVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
<label>MA10 Secondary Type</label>
</variable>
<!-- Lamp Table entry #11 -->
<variable item="MA11a Address" CV="593" mask="VVVVVVVV">
<qualifier>
<variableref>MA11 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="594" upperMask="XXXXXVVV" offset="1"/><label>MA11a Address</label></variable>
<variable item="MA11 Aspect" CV="594" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>MA11 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>MA11 Aspect</label></variable>
<variable item="MA11b Address" CV="593" mask="VVVVVVVV">
<qualifier>
<variableref>MA11 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="594" upperMask="XXXXXVVV" offset="1"/><label>MA11b Address</label></variable>
<variable item="MA11 CT" CV="594" mask="XXXXVXXX">
<qualifier>
<variableref>MA11 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTC.xml"/><label>MA11 CT</label></variable>
<variable item="MA11 Group" CV="594" mask="VVVVXXXX" default="0">
<qualifier>
<variableref>MA11 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceGroup.xml"/><label>MA11 Group</label></variable>
<variable CV="595" mask="XXXXVVVV" default="10" item="MA11 A">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp A</label>
</variable>
<variable item="MA11 Bipolar AB" CV="595" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA11 Bipolar AB</label>
</variable>
<variable item="MA11 A PR" CV="595" mask="VVVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA11 A PR</label>
</variable>
<variable CV="596" mask="XXXXVVVV" default="10" item="MA11 B">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp B</label>
</variable>
<variable item="MA11 B PR" CV="596" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA11 B PR</label>
</variable>
<variable CV="597" mask="XXXXVVVV" default="10" item="MA11 C">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp C</label>
</variable>
<variable item="MA11 Bipolar CD" CV="597" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA11 Bipolar CD</label>
</variable>
<variable item="MA11 C PR" CV="597" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA11 C PR</label>
</variable>
<variable CV="598" mask="XXXXVVVV" default="10" item="MA11 D">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp D</label>
</variable>
<variable item="MA11 D PR" CV="598" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA11 D PR</label>
</variable>
<variable item="MA11 Secondary Address" CV="599" mask="VVVVVVVV">
<splitVal highCV="600" upperMask="XXXXVVVV" offset="1"/>
<label>MA11 Secondary Address</label>
</variable>
<variable item="MA11 Secondary Polarity" CV="600" mask="VVXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
<label>MA11 Secondary Polarity</label>
</variable>
<variable item="MA11 Secondary Type" CV="600" mask="XXVVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
<label>MA11 Secondary Type</label>
</variable>
<!-- Lamp Table entry #12 -->
<variable item="MA12a Address" CV="601" mask="VVVVVVVV">
<qualifier>
<variableref>MA12 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="602" upperMask="XXXXXVVV" offset="1"/><label>MA12a Address</label></variable>
<variable item="MA12 Aspect" CV="602" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>MA12 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>MA12 Aspect</label></variable>
<variable item="MA12b Address" CV="601" mask="VVVVVVVV">
<qualifier>
<variableref>MA12 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="602" upperMask="XXXXXVVV" offset="1"/><label>MA12b Address</label></variable>
<variable item="MA12 CT" CV="602" mask="XXXXVXXX">
<qualifier>
<variableref>MA12 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTC.xml"/><label>MA12 CT</label></variable>
<variable item="MA12 Group" CV="602" mask="VVVVXXXX" default="0">
<qualifier>
<variableref>MA12 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceGroup.xml"/><label>MA12 Group</label></variable>
<variable CV="603" mask="XXXXVVVV" default="11" item="MA12 A">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp A</label>
</variable>
<variable item="MA12 Bipolar AB" CV="603" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA12 Bipolar AB</label>
</variable>
<variable item="MA12 A PR" CV="603" mask="VVVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA12 A PR</label>
</variable>
<variable CV="604" mask="XXXXVVVV" default="11" item="MA12 B">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp B</label>
</variable>
<variable item="MA12 B PR" CV="604" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA12 B PR</label>
</variable>
<variable CV="605" mask="XXXXVVVV" default="11" item="MA12 C">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp C</label>
</variable>
<variable item="MA12 Bipolar CD" CV="605" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA12 Bipolar CD</label>
</variable>
<variable item="MA12 C PR" CV="605" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA12 C PR</label>
</variable>
<variable CV="606" mask="XXXXVVVV" default="11" item="MA12 D">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp D</label>
</variable>
<variable item="MA12 D PR" CV="606" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA12 D PR</label>
</variable>
<variable item="MA12 Secondary Address" CV="607" mask="VVVVVVVV">
<splitVal highCV="608" upperMask="XXXXVVVV" offset="1"/>
<label>MA12 Secondary Address</label>
</variable>
<variable item="MA12 Secondary Polarity" CV="608" mask="VVXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
<label>MA12 Secondary Polarity</label>
</variable>
<variable item="MA12 Secondary Type" CV="608" mask="XXVVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
<label>MA12 Secondary Type</label>
</variable>
<!-- Lamp Table entry #13 -->
<variable item="MA13a Address" CV="609" mask="VVVVVVVV">
<qualifier>
<variableref>MA13 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="610" upperMask="XXXXXVVV" offset="1"/><label>MA13a Address</label></variable>
<variable item="MA13 Aspect" CV="610" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>MA13 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>MA13 Aspect</label></variable>
<variable item="MA13b Address" CV="609" mask="VVVVVVVV">
<qualifier>
<variableref>MA13 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="610" upperMask="XXXXXVVV" offset="1"/><label>MA13b Address</label></variable>
<variable item="MA13 CT" CV="610" mask="XXXXVXXX">
<qualifier>
<variableref>MA13 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTC.xml"/><label>MA13 CT</label></variable>
<variable item="MA13 Group" CV="610" mask="VVVVXXXX" default="0">
<qualifier>
<variableref>MA13 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceGroup.xml"/><label>MA13 Group</label></variable>
<variable CV="611" mask="XXXXVVVV" default="12" item="MA13 A">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp A</label>
</variable>
<variable item="MA13 Bipolar AB" CV="611" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA13 Bipolar AB</label>
</variable>
<variable item="MA13 A PR" CV="611" mask="VVVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA13 A PR</label>
</variable>
<variable CV="612" mask="XXXXVVVV" default="12" item="MA13 B">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp B</label>
</variable>
<variable item="MA13 B PR" CV="612" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA13 B PR</label>
</variable>
<variable CV="613" mask="XXXXVVVV" default="12" item="MA13 C">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp C</label>
</variable>
<variable item="MA13 Bipolar CD" CV="613" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA13 Bipolar CD</label>
</variable>
<variable item="MA13 C PR" CV="613" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA13 C PR</label>
</variable>
<variable CV="614" mask="XXXXVVVV" default="12" item="MA13 D">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp D</label>
</variable>
<variable item="MA13 D PR" CV="614" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA13 D PR</label>
</variable>
<variable item="MA13 Secondary Address" CV="615" mask="VVVVVVVV">
<splitVal highCV="616" upperMask="XXXXVVVV" offset="1"/>
<label>MA13 Secondary Address</label>
</variable>
<variable item="MA13 Secondary Polarity" CV="616" mask="VVXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
<label>MA13 Secondary Polarity</label>
</variable>
<variable item="MA13 Secondary Type" CV="616" mask="XXVVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
<label>MA13 Secondary Type</label>
</variable>
<!-- Lamp Table entry #14 -->
<variable item="MA14a Address" CV="617" mask="VVVVVVVV">
<qualifier>
<variableref>MA14 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="618" upperMask="XXXXXVVV" offset="1"/><label>MA14a Address</label></variable>
<variable item="MA14 Aspect" CV="618" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>MA14 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>MA14 Aspect</label></variable>
<variable item="MA14b Address" CV="617" mask="VVVVVVVV">
<qualifier>
<variableref>MA14 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="618" upperMask="XXXXXVVV" offset="1"/><label>MA14b Address</label></variable>
<variable item="MA14 CT" CV="618" mask="XXXXVXXX">
<qualifier>
<variableref>MA14 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTC.xml"/><label>MA14 CT</label></variable>
<variable item="MA14 Group" CV="618" mask="VVVVXXXX" default="0">
<qualifier>
<variableref>MA14 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceGroup.xml"/><label>MA14 Group</label></variable>
<variable CV="619" mask="XXXXVVVV" default="13" item="MA14 A">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp A</label>
</variable>
<variable item="MA14 Bipolar AB" CV="619" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA14 Bipolar AB</label>
</variable>
<variable item="MA14 A PR" CV="619" mask="VVVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA14 A PR</label>
</variable>
<variable CV="620" mask="XXXXVVVV" default="13" item="MA14 B">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp B</label>
</variable>
<variable item="MA14 B PR" CV="620" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA14 B PR</label>
</variable>
<variable CV="621" mask="XXXXVVVV" default="13" item="MA14 C">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp C</label>
</variable>
<variable item="MA14 Bipolar CD" CV="621" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA14 Bipolar CD</label>
</variable>
<variable item="MA14 C PR" CV="621" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA14 C PR</label>
</variable>
<variable CV="622" mask="XXXXVVVV" default="13" item="MA14 D">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp D</label>
</variable>
<variable item="MA14 D PR" CV="622" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA14 D PR</label>
</variable>
<variable item="MA14 Secondary Address" CV="623" mask="VVVVVVVV">
<splitVal highCV="624" upperMask="XXXXVVVV" offset="1"/>
<label>MA14 Secondary Address</label>
</variable>
<variable item="MA14 Secondary Polarity" CV="624" mask="VVXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
<label>MA14 Secondary Polarity</label>
</variable>
<variable item="MA14 Secondary Type" CV="624" mask="XXVVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
<label>MA14 Secondary Type</label>
</variable>
<!-- Lamp Table entry #15 -->
<variable item="MA15a Address" CV="625" mask="VVVVVVVV">
<qualifier>
<variableref>MA15 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="626" upperMask="XXXXXVVV" offset="1"/><label>MA15a Address</label></variable>
<variable item="MA15 Aspect" CV="626" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>MA15 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>MA15 Aspect</label></variable>
<variable item="MA15b Address" CV="625" mask="VVVVVVVV">
<qualifier>
<variableref>MA15 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="626" upperMask="XXXXXVVV" offset="1"/><label>MA15b Address</label></variable>
<variable item="MA15 CT" CV="626" mask="XXXXVXXX">
<qualifier>
<variableref>MA15 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTC.xml"/><label>MA15 CT</label></variable>
<variable item="MA15 Group" CV="626" mask="VVVVXXXX" default="0">
<qualifier>
<variableref>MA15 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceGroup.xml"/><label>MA15 Group</label></variable>
<variable CV="627" mask="XXXXVVVV" default="14" item="MA15 A">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp A</label>
</variable>
<variable item="MA15 Bipolar AB" CV="627" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA15 Bipolar AB</label>
</variable>
<variable item="MA15 A PR" CV="627" mask="VVVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA15 A PR</label>
</variable>
<variable CV="628" mask="XXXXVVVV" default="14" item="MA15 B">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp B</label>
</variable>
<variable item="MA15 B PR" CV="628" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA15 B PR</label>
</variable>
<variable CV="629" mask="XXXXVVVV" default="14" item="MA15 C">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp C</label>
</variable>
<variable item="MA15 Bipolar CD" CV="629" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA15 Bipolar CD</label>
</variable>
<variable item="MA15 C PR" CV="629" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA15 C PR</label>
</variable>
<variable CV="630" mask="XXXXVVVV" default="14" item="MA15 D">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp D</label>
</variable>
<variable item="MA15 D PR" CV="630" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA15 D PR</label>
</variable>
<variable item="MA15 Secondary Address" CV="631" mask="VVVVVVVV">
<splitVal highCV="632" upperMask="XXXXVVVV" offset="1"/>
<label>MA15 Secondary Address</label>
</variable>
<variable item="MA15 Secondary Polarity" CV="632" mask="VVXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
<label>MA15 Secondary Polarity</label>
</variable>
<variable item="MA15 Secondary Type" CV="632" mask="XXVVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
<label>MA15 Secondary Type</label>
</variable>
<!-- Lamp Table entry #16 -->
<variable item="MA16a Address" CV="633" mask="VVVVVVVV">
<qualifier>
<variableref>MA16 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="634" upperMask="XXXXXVVV" offset="1"/><label>MA16a Address</label></variable>
<variable item="MA16 Aspect" CV="634" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>MA16 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>MA16 Aspect</label></variable>
<variable item="MA16b Address" CV="633" mask="VVVVVVVV">
<qualifier>
<variableref>MA16 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="634" upperMask="XXXXXVVV" offset="1"/><label>MA16b Address</label></variable>
<variable item="MA16 CT" CV="634" mask="XXXXVXXX">
<qualifier>
<variableref>MA16 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTC.xml"/><label>MA16 CT</label></variable>
<variable item="MA16 Group" CV="634" mask="VVVVXXXX" default="0">
<qualifier>
<variableref>MA16 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceGroup.xml"/><label>MA16 Group</label></variable>
<variable CV="635" mask="XXXXVVVV" default="15" item="MA16 A">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp A</label>
</variable>
<variable item="MA16 Bipolar AB" CV="635" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA16 Bipolar AB</label>
</variable>
<variable item="MA16 A PR" CV="635" mask="VVVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA16 A PR</label>
</variable>
<variable CV="636" mask="XXXXVVVV" default="15" item="MA16 B">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp B</label>
</variable>
<variable item="MA16 B PR" CV="636" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA16 B PR</label>
</variable>
<variable CV="637" mask="XXXXVVVV" default="15" item="MA16 C">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp C</label>
</variable>
<variable item="MA16 Bipolar CD" CV="637" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA16 Bipolar CD</label>
</variable>
<variable item="MA16 C PR" CV="637" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA16 C PR</label>
</variable>
<variable CV="638" mask="XXXXVVVV" default="15" item="MA16 D">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp D</label>
</variable>
<variable item="MA16 D PR" CV="638" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA16 D PR</label>
</variable>
<variable item="MA16 Secondary Address" CV="639" mask="VVVVVVVV">
<splitVal highCV="640" upperMask="XXXXVVVV" offset="1"/>
<label>MA16 Secondary Address</label>
</variable>
<variable item="MA16 Secondary Polarity" CV="640" mask="VVXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
<label>MA16 Secondary Polarity</label>
</variable>
<variable item="MA16 Secondary Type" CV="640" mask="XXVVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
<label>MA16 Secondary Type</label>
</variable>
<!-- Lamp Table entry #17 -->
<variable item="MA17a Address" CV="641" mask="VVVVVVVV">
<qualifier>
<variableref>MA17 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="642" upperMask="XXXXXVVV" offset="1"/><label>MA17a Address</label></variable>
<variable item="MA17 Aspect" CV="642" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>MA17 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>MA17 Aspect</label></variable>
<variable item="MA17b Address" CV="641" mask="VVVVVVVV">
<qualifier>
<variableref>MA17 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="642" upperMask="XXXXXVVV" offset="1"/><label>MA17b Address</label></variable>
<variable item="MA17 CT" CV="642" mask="XXXXVXXX">
<qualifier>
<variableref>MA17 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTC.xml"/><label>MA17 CT</label></variable>
<variable item="MA17 Group" CV="642" mask="VVVVXXXX" default="0">
<qualifier>
<variableref>MA17 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceGroup.xml"/><label>MA17 Group</label></variable>
<variable CV="643" mask="XXXXVVVV" default="0" item="MA17 A">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp A</label>
</variable>
<variable item="MA17 Bipolar AB" CV="643" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA17 Bipolar AB</label>
</variable>
<variable item="MA17 A PR" CV="643" mask="VVVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA17 A PR</label>
</variable>
<variable CV="644" mask="XXXXVVVV" default="0" item="MA17 B">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp B</label>
</variable>
<variable item="MA17 B PR" CV="644" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA17 B PR</label>
</variable>
<variable CV="645" mask="XXXXVVVV" default="0" item="MA17 C">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp C</label>
</variable>
<variable item="MA17 Bipolar CD" CV="645" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA17 Bipolar CD</label>
</variable>
<variable item="MA17 C PR" CV="645" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA17 C PR</label>
</variable>
<variable CV="646" mask="XXXXVVVV" default="0" item="MA17 D">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp D</label>
</variable>
<variable item="MA17 D PR" CV="646" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA17 D PR</label>
</variable>
<variable item="MA17 Secondary Address" CV="647" mask="VVVVVVVV">
<splitVal highCV="648" upperMask="XXXXVVVV" offset="1"/>
<label>MA17 Secondary Address</label>
</variable>
<variable item="MA17 Secondary Polarity" CV="648" mask="VVXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
<label>MA17 Secondary Polarity</label>
</variable>
<variable item="MA17 Secondary Type" CV="648" mask="XXVVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
<label>MA17 Secondary Type</label>
</variable>
<!-- Lamp Table entry #18 -->
<variable item="MA18a Address" CV="649" mask="VVVVVVVV">
<qualifier>
<variableref>MA18 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="650" upperMask="XXXXXVVV" offset="1"/><label>MA18a Address</label></variable>
<variable item="MA18 Aspect" CV="650" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>MA18 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>MA18 Aspect</label></variable>
<variable item="MA18b Address" CV="649" mask="VVVVVVVV">
<qualifier>
<variableref>MA18 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="650" upperMask="XXXXXVVV" offset="1"/><label>MA18b Address</label></variable>
<variable item="MA18 CT" CV="650" mask="XXXXVXXX">
<qualifier>
<variableref>MA18 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTC.xml"/><label>MA18 CT</label></variable>
<variable item="MA18 Group" CV="650" mask="VVVVXXXX" default="0">
<qualifier>
<variableref>MA18 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceGroup.xml"/><label>MA18 Group</label></variable>
<variable CV="651" mask="XXXXVVVV" default="1" item="MA18 A">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp A</label>
</variable>
<variable item="MA18 Bipolar AB" CV="651" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA18 Bipolar AB</label>
</variable>
<variable item="MA18 A PR" CV="651" mask="VVVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA18 A PR</label>
</variable>
<variable CV="652" mask="XXXXVVVV" default="1" item="MA18 B">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp B</label>
</variable>
<variable item="MA18 B PR" CV="652" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA18 B PR</label>
</variable>
<variable CV="653" mask="XXXXVVVV" default="1" item="MA18 C">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp C</label>
</variable>
<variable item="MA18 Bipolar CD" CV="653" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA18 Bipolar CD</label>
</variable>
<variable item="MA18 C PR" CV="653" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA18 C PR</label>
</variable>
<variable CV="654" mask="XXXXVVVV" default="1" item="MA18 D">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp D</label>
</variable>
<variable item="MA18 D PR" CV="654" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA18 D PR</label>
</variable>
<variable item="MA18 Secondary Address" CV="655" mask="VVVVVVVV">
<splitVal highCV="656" upperMask="XXXXVVVV" offset="1"/>
<label>MA18 Secondary Address</label>
</variable>
<variable item="MA18 Secondary Polarity" CV="656" mask="VVXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
<label>MA18 Secondary Polarity</label>
</variable>
<variable item="MA18 Secondary Type" CV="656" mask="XXVVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
<label>MA18 Secondary Type</label>
</variable>
<!-- Lamp Table entry #19 -->
<variable item="MA19a Address" CV="657" mask="VVVVVVVV">
<qualifier>
<variableref>MA19 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="658" upperMask="XXXXXVVV" offset="1"/><label>MA19a Address</label></variable>
<variable item="MA19 Aspect" CV="658" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>MA19 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>MA19 Aspect</label></variable>
<variable item="MA19b Address" CV="657" mask="VVVVVVVV">
<qualifier>
<variableref>MA19 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="658" upperMask="XXXXXVVV" offset="1"/><label>MA19b Address</label></variable>
<variable item="MA19 CT" CV="658" mask="XXXXVXXX">
<qualifier>
<variableref>MA19 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTC.xml"/><label>MA19 CT</label></variable>
<variable item="MA19 Group" CV="658" mask="VVVVXXXX" default="0">
<qualifier>
<variableref>MA19 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceGroup.xml"/><label>MA19 Group</label></variable>
<variable CV="659" mask="XXXXVVVV" default="2" item="MA19 A">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp A</label>
</variable>
<variable item="MA19 Bipolar AB" CV="659" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA19 Bipolar AB</label>
</variable>
<variable item="MA19 A PR" CV="659" mask="VVVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA19 A PR</label>
</variable>
<variable CV="660" mask="XXXXVVVV" default="2" item="MA19 B">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp B</label>
</variable>
<variable item="MA19 B PR" CV="660" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA19 B PR</label>
</variable>
<variable CV="661" mask="XXXXVVVV" default="2" item="MA19 C">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp C</label>
</variable>
<variable item="MA19 Bipolar CD" CV="661" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA19 Bipolar CD</label>
</variable>
<variable item="MA19 C PR" CV="661" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA19 C PR</label>
</variable>
<variable CV="662" mask="XXXXVVVV" default="2" item="MA19 D">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp D</label>
</variable>
<variable item="MA19 D PR" CV="662" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA19 D PR</label>
</variable>
<variable item="MA19 Secondary Address" CV="663" mask="VVVVVVVV">
<splitVal highCV="664" upperMask="XXXXVVVV" offset="1"/>
<label>MA19 Secondary Address</label>
</variable>
<variable item="MA19 Secondary Polarity" CV="664" mask="VVXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
<label>MA19 Secondary Polarity</label>
</variable>
<variable item="MA19 Secondary Type" CV="664" mask="XXVVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
<label>MA19 Secondary Type</label>
</variable>
<!-- Lamp Table entry #20 -->
<variable item="MA20a Address" CV="665" mask="VVVVVVVV">
<qualifier>
<variableref>MA20 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="666" upperMask="XXXXXVVV" offset="1"/><label>MA20a Address</label></variable>
<variable item="MA20 Aspect" CV="666" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>MA20 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>MA20 Aspect</label></variable>
<variable item="MA20b Address" CV="665" mask="VVVVVVVV">
<qualifier>
<variableref>MA20 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="666" upperMask="XXXXXVVV" offset="1"/><label>MA20b Address</label></variable>
<variable item="MA20 CT" CV="666" mask="XXXXVXXX">
<qualifier>
<variableref>MA20 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTC.xml"/><label>MA20 CT</label></variable>
<variable item="MA20 Group" CV="666" mask="VVVVXXXX" default="0">
<qualifier>
<variableref>MA20 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceGroup.xml"/><label>MA20 Group</label></variable>
<variable CV="667" mask="XXXXVVVV" default="3" item="MA20 A">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp A</label>
</variable>
<variable item="MA20 Bipolar AB" CV="667" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA20 Bipolar AB</label>
</variable>
<variable item="MA20 A PR" CV="667" mask="VVVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA20 A PR</label>
</variable>
<variable CV="668" mask="XXXXVVVV" default="3" item="MA20 B">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp B</label>
</variable>
<variable item="MA20 B PR" CV="668" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA20 B PR</label>
</variable>
<variable CV="669" mask="XXXXVVVV" default="3" item="MA20 C">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp C</label>
</variable>
<variable item="MA20 Bipolar CD" CV="669" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA20 Bipolar CD</label>
</variable>
<variable item="MA20 C PR" CV="669" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA20 C PR</label>
</variable>
<variable CV="670" mask="XXXXVVVV" default="3" item="MA20 D">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp D</label>
</variable>
<variable item="MA20 D PR" CV="670" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA20 D PR</label>
</variable>
<variable item="MA20 Secondary Address" CV="671" mask="VVVVVVVV">
<splitVal highCV="672" upperMask="XXXXVVVV" offset="1"/>
<label>MA20 Secondary Address</label>
</variable>
<variable item="MA20 Secondary Polarity" CV="672" mask="VVXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
<label>MA20 Secondary Polarity</label>
</variable>
<variable item="MA20 Secondary Type" CV="672" mask="XXVVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
<label>MA20 Secondary Type</label>
</variable>
<!-- Lamp Table entry #21 -->
<variable item="MA21a Address" CV="673" mask="VVVVVVVV">
<qualifier>
<variableref>MA21 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="674" upperMask="XXXXXVVV" offset="1"/><label>MA21a Address</label></variable>
<variable item="MA21 Aspect" CV="674" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>MA21 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>MA21 Aspect</label></variable>
<variable item="MA21b Address" CV="673" mask="VVVVVVVV">
<qualifier>
<variableref>MA21 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="674" upperMask="XXXXXVVV" offset="1"/><label>MA21b Address</label></variable>
<variable item="MA21 CT" CV="674" mask="XXXXVXXX">
<qualifier>
<variableref>MA21 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTC.xml"/><label>MA21 CT</label></variable>
<variable item="MA21 Group" CV="674" mask="VVVVXXXX" default="0">
<qualifier>
<variableref>MA21 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceGroup.xml"/><label>MA21 Group</label></variable>
<variable CV="675" mask="XXXXVVVV" default="4" item="MA21 A">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp A</label>
</variable>
<variable item="MA21 Bipolar AB" CV="675" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA21 Bipolar AB</label>
</variable>
<variable item="MA21 A PR" CV="675" mask="VVVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA21 A PR</label>
</variable>
<variable CV="676" mask="XXXXVVVV" default="4" item="MA21 B">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp B</label>
</variable>
<variable item="MA21 B PR" CV="676" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA21 B PR</label>
</variable>
<variable CV="677" mask="XXXXVVVV" default="4" item="MA21 C">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp C</label>
</variable>
<variable item="MA21 Bipolar CD" CV="677" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA21 Bipolar CD</label>
</variable>
<variable item="MA21 C PR" CV="677" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA21 C PR</label>
</variable>
<variable CV="678" mask="XXXXVVVV" default="4" item="MA21 D">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp D</label>
</variable>
<variable item="MA21 D PR" CV="678" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA21 D PR</label>
</variable>
<variable item="MA21 Secondary Address" CV="679" mask="VVVVVVVV">
<splitVal highCV="680" upperMask="XXXXVVVV" offset="1"/>
<label>MA21 Secondary Address</label>
</variable>
<variable item="MA21 Secondary Polarity" CV="680" mask="VVXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
<label>MA21 Secondary Polarity</label>
</variable>
<variable item="MA21 Secondary Type" CV="680" mask="XXVVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
<label>MA21 Secondary Type</label>
</variable>
<!-- Lamp Table entry #22 -->
<variable item="MA22a Address" CV="681" mask="VVVVVVVV">
<qualifier>
<variableref>MA22 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="682" upperMask="XXXXXVVV" offset="1"/><label>MA22a Address</label></variable>
<variable item="MA22 Aspect" CV="682" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>MA22 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>MA22 Aspect</label></variable>
<variable item="MA22b Address" CV="681" mask="VVVVVVVV">
<qualifier>
<variableref>MA22 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="682" upperMask="XXXXXVVV" offset="1"/><label>MA22b Address</label></variable>
<variable item="MA22 CT" CV="682" mask="XXXXVXXX">
<qualifier>
<variableref>MA22 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTC.xml"/><label>MA22 CT</label></variable>
<variable item="MA22 Group" CV="682" mask="VVVVXXXX" default="0">
<qualifier>
<variableref>MA22 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceGroup.xml"/><label>MA22 Group</label></variable>
<variable CV="683" mask="XXXXVVVV" default="5" item="MA22 A">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp A</label>
</variable>
<variable item="MA22 Bipolar AB" CV="683" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA22 Bipolar AB</label>
</variable>
<variable item="MA22 A PR" CV="683" mask="VVVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA22 A PR</label>
</variable>
<variable CV="684" mask="XXXXVVVV" default="5" item="MA22 B">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp B</label>
</variable>
<variable item="MA22 B PR" CV="684" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA22 B PR</label>
</variable>
<variable CV="685" mask="XXXXVVVV" default="5" item="MA22 C">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp C</label>
</variable>
<variable item="MA22 Bipolar CD" CV="685" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA22 Bipolar CD</label>
</variable>
<variable item="MA22 C PR" CV="685" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA22 C PR</label>
</variable>
<variable CV="686" mask="XXXXVVVV" default="5" item="MA22 D">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp D</label>
</variable>
<variable item="MA22 D PR" CV="686" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA22 D PR</label>
</variable>
<variable item="MA22 Secondary Address" CV="687" mask="VVVVVVVV">
<splitVal highCV="688" upperMask="XXXXVVVV" offset="1"/>
<label>MA22 Secondary Address</label>
</variable>
<variable item="MA22 Secondary Polarity" CV="688" mask="VVXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
<label>MA22 Secondary Polarity</label>
</variable>
<variable item="MA22 Secondary Type" CV="688" mask="XXVVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
<label>MA22 Secondary Type</label>
</variable>
<!-- Lamp Table entry #23 -->
<variable item="MA23a Address" CV="689" mask="VVVVVVVV">
<qualifier>
<variableref>MA23 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="690" upperMask="XXXXXVVV" offset="1"/><label>MA23a Address</label></variable>
<variable item="MA23 Aspect" CV="690" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>MA23 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>MA23 Aspect</label></variable>
<variable item="MA23b Address" CV="689" mask="VVVVVVVV">
<qualifier>
<variableref>MA23 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="690" upperMask="XXXXXVVV" offset="1"/><label>MA23b Address</label></variable>
<variable item="MA23 CT" CV="690" mask="XXXXVXXX">
<qualifier>
<variableref>MA23 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTC.xml"/><label>MA23 CT</label></variable>
<variable item="MA23 Group" CV="690" mask="VVVVXXXX" default="0">
<qualifier>
<variableref>MA23 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceGroup.xml"/><label>MA23 Group</label></variable>
<variable CV="691" mask="XXXXVVVV" default="6" item="MA23 A">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp A</label>
</variable>
<variable item="MA23 Bipolar AB" CV="691" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA23 Bipolar AB</label>
</variable>
<variable item="MA23 A PR" CV="691" mask="VVVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA23 A PR</label>
</variable>
<variable CV="692" mask="XXXXVVVV" default="6" item="MA23 B">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp B</label>
</variable>
<variable item="MA23 B PR" CV="692" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA23 B PR</label>
</variable>
<variable CV="693" mask="XXXXVVVV" default="6" item="MA23 C">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp C</label>
</variable>
<variable item="MA23 Bipolar CD" CV="693" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA23 Bipolar CD</label>
</variable>
<variable item="MA23 C PR" CV="693" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA23 C PR</label>
</variable>
<variable CV="694" mask="XXXXVVVV" default="6" item="MA23 D">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp D</label>
</variable>
<variable item="MA23 D PR" CV="694" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA23 D PR</label>
</variable>
<variable item="MA23 Secondary Address" CV="695" mask="VVVVVVVV">
<splitVal highCV="696" upperMask="XXXXVVVV" offset="1"/>
<label>MA23 Secondary Address</label>
</variable>
<variable item="MA23 Secondary Polarity" CV="696" mask="VVXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
<label>MA23 Secondary Polarity</label>
</variable>
<variable item="MA23 Secondary Type" CV="696" mask="XXVVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
<label>MA23 Secondary Type</label>
</variable>
<!-- Lamp Table entry #24 -->
<variable item="MA24a Address" CV="697" mask="VVVVVVVV">
<qualifier>
<variableref>MA24 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="698" upperMask="XXXXXVVV" offset="1"/><label>MA24a Address</label></variable>
<variable item="MA24 Aspect" CV="698" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>MA24 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>MA24 Aspect</label></variable>
<variable item="MA24b Address" CV="697" mask="VVVVVVVV">
<qualifier>
<variableref>MA24 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="698" upperMask="XXXXXVVV" offset="1"/><label>MA24b Address</label></variable>
<variable item="MA24 CT" CV="698" mask="XXXXVXXX">
<qualifier>
<variableref>MA24 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTC.xml"/><label>MA24 CT</label></variable>
<variable item="MA24 Group" CV="698" mask="VVVVXXXX" default="0">
<qualifier>
<variableref>MA24 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceGroup.xml"/><label>MA24 Group</label></variable>
<variable CV="699" mask="XXXXVVVV" default="7" item="MA24 A">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp A</label>
</variable>
<variable item="MA24 Bipolar AB" CV="699" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA24 Bipolar AB</label>
</variable>
<variable item="MA24 A PR" CV="699" mask="VVVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA24 A PR</label>
</variable>
<variable CV="700" mask="XXXXVVVV" default="7" item="MA24 B">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp B</label>
</variable>
<variable item="MA24 B PR" CV="700" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA24 B PR</label>
</variable>
<variable CV="701" mask="XXXXVVVV" default="7" item="MA24 C">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp C</label>
</variable>
<variable item="MA24 Bipolar CD" CV="701" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA24 Bipolar CD</label>
</variable>
<variable item="MA24 C PR" CV="701" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA24 C PR</label>
</variable>
<variable CV="702" mask="XXXXVVVV" default="7" item="MA24 D">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp D</label>
</variable>
<variable item="MA24 D PR" CV="702" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA24 D PR</label>
</variable>
<variable item="MA24 Secondary Address" CV="703" mask="VVVVVVVV">
<splitVal highCV="704" upperMask="XXXXVVVV" offset="1"/>
<label>MA24 Secondary Address</label>
</variable>
<variable item="MA24 Secondary Polarity" CV="704" mask="VVXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
<label>MA24 Secondary Polarity</label>
</variable>
<variable item="MA24 Secondary Type" CV="704" mask="XXVVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
<label>MA24 Secondary Type</label>
</variable>
<!-- Lamp Table entry #25 -->
<variable item="MA25a Address" CV="705" mask="VVVVVVVV">
<qualifier>
<variableref>MA25 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="706" upperMask="XXXXXVVV" offset="1"/><label>MA25a Address</label></variable>
<variable item="MA25 Aspect" CV="706" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>MA25 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>MA25 Aspect</label></variable>
<variable item="MA25b Address" CV="705" mask="VVVVVVVV">
<qualifier>
<variableref>MA25 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="706" upperMask="XXXXXVVV" offset="1"/><label>MA25b Address</label></variable>
<variable item="MA25 CT" CV="706" mask="XXXXVXXX">
<qualifier>
<variableref>MA25 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTC.xml"/><label>MA25 CT</label></variable>
<variable item="MA25 Group" CV="706" mask="VVVVXXXX" default="0">
<qualifier>
<variableref>MA25 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceGroup.xml"/><label>MA25 Group</label></variable>
<variable CV="707" mask="XXXXVVVV" default="8" item="MA25 A">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp A</label>
</variable>
<variable item="MA25 Bipolar AB" CV="707" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA25 Bipolar AB</label>
</variable>
<variable item="MA25 A PR" CV="707" mask="VVVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA25 A PR</label>
</variable>
<variable CV="708" mask="XXXXVVVV" default="8" item="MA25 B">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp B</label>
</variable>
<variable item="MA25 B PR" CV="708" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA25 B PR</label>
</variable>
<variable CV="709" mask="XXXXVVVV" default="8" item="MA25 C">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp C</label>
</variable>
<variable item="MA25 Bipolar CD" CV="709" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA25 Bipolar CD</label>
</variable>
<variable item="MA25 C PR" CV="709" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA25 C PR</label>
</variable>
<variable CV="710" mask="XXXXVVVV" default="8" item="MA25 D">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp D</label>
</variable>
<variable item="MA25 D PR" CV="710" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA25 D PR</label>
</variable>
<variable item="MA25 Secondary Address" CV="711" mask="VVVVVVVV">
<splitVal highCV="712" upperMask="XXXXVVVV" offset="1"/>
<label>MA25 Secondary Address</label>
</variable>
<variable item="MA25 Secondary Polarity" CV="712" mask="VVXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
<label>MA25 Secondary Polarity</label>
</variable>
<variable item="MA25 Secondary Type" CV="712" mask="XXVVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
<label>MA25 Secondary Type</label>
</variable>
<!-- Lamp Table entry #26 -->
<variable item="MA26a Address" CV="713" mask="VVVVVVVV">
<qualifier>
<variableref>MA26 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="714" upperMask="XXXXXVVV" offset="1"/><label>MA26a Address</label></variable>
<variable item="MA26 Aspect" CV="714" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>MA26 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>MA26 Aspect</label></variable>
<variable item="MA26b Address" CV="713" mask="VVVVVVVV">
<qualifier>
<variableref>MA26 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="714" upperMask="XXXXXVVV" offset="1"/><label>MA26b Address</label></variable>
<variable item="MA26 CT" CV="714" mask="XXXXVXXX">
<qualifier>
<variableref>MA26 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTC.xml"/><label>MA26 CT</label></variable>
<variable item="MA26 Group" CV="714" mask="VVVVXXXX" default="0">
<qualifier>
<variableref>MA26 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceGroup.xml"/><label>MA26 Group</label></variable>
<variable CV="715" mask="XXXXVVVV" default="9" item="MA26 A">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp A</label>
</variable>
<variable item="MA26 Bipolar AB" CV="715" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA26 Bipolar AB</label>
</variable>
<variable item="MA26 A PR" CV="715" mask="VVVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA26 A PR</label>
</variable>
<variable CV="716" mask="XXXXVVVV" default="9" item="MA26 B">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp B</label>
</variable>
<variable item="MA26 B PR" CV="716" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA26 B PR</label>
</variable>
<variable CV="717" mask="XXXXVVVV" default="9" item="MA26 C">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp C</label>
</variable>
<variable item="MA26 Bipolar CD" CV="717" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA26 Bipolar CD</label>
</variable>
<variable item="MA26 C PR" CV="717" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA26 C PR</label>
</variable>
<variable CV="718" mask="XXXXVVVV" default="9" item="MA26 D">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp D</label>
</variable>
<variable item="MA26 D PR" CV="718" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA26 D PR</label>
</variable>
<variable item="MA26 Secondary Address" CV="719" mask="VVVVVVVV">
<splitVal highCV="720" upperMask="XXXXVVVV" offset="1"/>
<label>MA26 Secondary Address</label>
</variable>
<variable item="MA26 Secondary Polarity" CV="720" mask="VVXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
<label>MA26 Secondary Polarity</label>
</variable>
<variable item="MA26 Secondary Type" CV="720" mask="XXVVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
<label>MA26 Secondary Type</label>
</variable>
<!-- Lamp Table entry #27 -->
<variable item="MA27a Address" CV="721" mask="VVVVVVVV">
<qualifier>
<variableref>MA27 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="722" upperMask="XXXXXVVV" offset="1"/><label>MA27a Address</label></variable>
<variable item="MA27 Aspect" CV="722" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>MA27 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>MA27 Aspect</label></variable>
<variable item="MA27b Address" CV="721" mask="VVVVVVVV">
<qualifier>
<variableref>MA27 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="722" upperMask="XXXXXVVV" offset="1"/><label>MA27b Address</label></variable>
<variable item="MA27 CT" CV="722" mask="XXXXVXXX">
<qualifier>
<variableref>MA27 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTC.xml"/><label>MA27 CT</label></variable>
<variable item="MA27 Group" CV="722" mask="VVVVXXXX" default="0">
<qualifier>
<variableref>MA27 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceGroup.xml"/><label>MA27 Group</label></variable>
<variable CV="723" mask="XXXXVVVV" default="10" item="MA27 A">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp A</label>
</variable>
<variable item="MA27 Bipolar AB" CV="723" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA27 Bipolar AB</label>
</variable>
<variable item="MA27 A PR" CV="723" mask="VVVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA27 A PR</label>
</variable>
<variable CV="724" mask="XXXXVVVV" default="10" item="MA27 B">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp B</label>
</variable>
<variable item="MA27 B PR" CV="724" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA27 B PR</label>
</variable>
<variable CV="725" mask="XXXXVVVV" default="10" item="MA27 C">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp C</label>
</variable>
<variable item="MA27 Bipolar CD" CV="725" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA27 Bipolar CD</label>
</variable>
<variable item="MA27 C PR" CV="725" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA27 C PR</label>
</variable>
<variable CV="726" mask="XXXXVVVV" default="10" item="MA27 D">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp D</label>
</variable>
<variable item="MA27 D PR" CV="726" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA27 D PR</label>
</variable>
<variable item="MA27 Secondary Address" CV="727" mask="VVVVVVVV">
<splitVal highCV="728" upperMask="XXXXVVVV" offset="1"/>
<label>MA27 Secondary Address</label>
</variable>
<variable item="MA27 Secondary Polarity" CV="728" mask="VVXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
<label>MA27 Secondary Polarity</label>
</variable>
<variable item="MA27 Secondary Type" CV="728" mask="XXVVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
<label>MA27 Secondary Type</label>
</variable>
<!-- Lamp Table entry #28 -->
<variable item="MA28a Address" CV="729" mask="VVVVVVVV">
<qualifier>
<variableref>MA28 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="730" upperMask="XXXXXVVV" offset="1"/><label>MA28a Address</label></variable>
<variable item="MA28 Aspect" CV="730" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>MA28 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>MA28 Aspect</label></variable>
<variable item="MA28b Address" CV="729" mask="VVVVVVVV">
<qualifier>
<variableref>MA28 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="730" upperMask="XXXXXVVV" offset="1"/><label>MA28b Address</label></variable>
<variable item="MA28 CT" CV="730" mask="XXXXVXXX">
<qualifier>
<variableref>MA28 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTC.xml"/><label>MA28 CT</label></variable>
<variable item="MA28 Group" CV="730" mask="VVVVXXXX" default="0">
<qualifier>
<variableref>MA28 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceGroup.xml"/><label>MA28 Group</label></variable>
<variable CV="731" mask="XXXXVVVV" default="11" item="MA28 A">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp A</label>
</variable>
<variable item="MA28 Bipolar AB" CV="731" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA28 Bipolar AB</label>
</variable>
<variable item="MA28 A PR" CV="731" mask="VVVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA28 A PR</label>
</variable>
<variable CV="732" mask="XXXXVVVV" default="11" item="MA28 B">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp B</label>
</variable>
<variable item="MA28 B PR" CV="732" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA28 B PR</label>
</variable>
<variable CV="733" mask="XXXXVVVV" default="11" item="MA28 C">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp C</label>
</variable>
<variable item="MA28 Bipolar CD" CV="733" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA28 Bipolar CD</label>
</variable>
<variable item="MA28 C PR" CV="733" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA28 C PR</label>
</variable>
<variable CV="734" mask="XXXXVVVV" default="11" item="MA28 D">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp D</label>
</variable>
<variable item="MA28 D PR" CV="734" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA28 D PR</label>
</variable>
<variable item="MA28 Secondary Address" CV="735" mask="VVVVVVVV">
<splitVal highCV="736" upperMask="XXXXVVVV" offset="1"/>
<label>MA28 Secondary Address</label>
</variable>
<variable item="MA28 Secondary Polarity" CV="736" mask="VVXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
<label>MA28 Secondary Polarity</label>
</variable>
<variable item="MA28 Secondary Type" CV="736" mask="XXVVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
<label>MA28 Secondary Type</label>
</variable>
<!-- Lamp Table entry #29 -->
<variable item="MA29a Address" CV="737" mask="VVVVVVVV">
<qualifier>
<variableref>MA29 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="738" upperMask="XXXXXVVV" offset="1"/><label>MA29a Address</label></variable>
<variable item="MA29 Aspect" CV="738" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>MA29 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>MA29 Aspect</label></variable>
<variable item="MA29b Address" CV="737" mask="VVVVVVVV">
<qualifier>
<variableref>MA29 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="738" upperMask="XXXXXVVV" offset="1"/><label>MA29b Address</label></variable>
<variable item="MA29 CT" CV="738" mask="XXXXVXXX">
<qualifier>
<variableref>MA29 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTC.xml"/><label>MA29 CT</label></variable>
<variable item="MA29 Group" CV="738" mask="VVVVXXXX" default="0">
<qualifier>
<variableref>MA29 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceGroup.xml"/><label>MA29 Group</label></variable>
<variable CV="739" mask="XXXXVVVV" default="12" item="MA29 A">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp A</label>
</variable>
<variable item="MA29 Bipolar AB" CV="739" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA29 Bipolar AB</label>
</variable>
<variable item="MA29 A PR" CV="739" mask="VVVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA29 A PR</label>
</variable>
<variable CV="740" mask="XXXXVVVV" default="12" item="MA29 B">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp B</label>
</variable>
<variable item="MA29 B PR" CV="740" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA29 B PR</label>
</variable>
<variable CV="741" mask="XXXXVVVV" default="12" item="MA29 C">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp C</label>
</variable>
<variable item="MA29 Bipolar CD" CV="741" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA29 Bipolar CD</label>
</variable>
<variable item="MA29 C PR" CV="741" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA29 C PR</label>
</variable>
<variable CV="742" mask="XXXXVVVV" default="12" item="MA29 D">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp D</label>
</variable>
<variable item="MA29 D PR" CV="742" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA29 D PR</label>
</variable>
<variable item="MA29 Secondary Address" CV="743" mask="VVVVVVVV">
<splitVal highCV="744" upperMask="XXXXVVVV" offset="1"/>
<label>MA29 Secondary Address</label>
</variable>
<variable item="MA29 Secondary Polarity" CV="744" mask="VVXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
<label>MA29 Secondary Polarity</label>
</variable>
<variable item="MA29 Secondary Type" CV="744" mask="XXVVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
<label>MA29 Secondary Type</label>
</variable>
<!-- Lamp Table entry #30 -->
<variable item="MA30a Address" CV="745" mask="VVVVVVVV">
<qualifier>
<variableref>MA30 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="746" upperMask="XXXXXVVV" offset="1"/><label>MA30a Address</label></variable>
<variable item="MA30 Aspect" CV="746" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>MA30 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>MA30 Aspect</label></variable>
<variable item="MA30b Address" CV="745" mask="VVVVVVVV">
<qualifier>
<variableref>MA30 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="746" upperMask="XXXXXVVV" offset="1"/><label>MA30b Address</label></variable>
<variable item="MA30 CT" CV="746" mask="XXXXVXXX">
<qualifier>
<variableref>MA30 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTC.xml"/><label>MA30 CT</label></variable>
<variable item="MA30 Group" CV="746" mask="VVVVXXXX" default="0">
<qualifier>
<variableref>MA30 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceGroup.xml"/><label>MA30 Group</label></variable>
<variable CV="747" mask="XXXXVVVV" default="13" item="MA30 A">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp A</label>
</variable>
<variable item="MA30 Bipolar AB" CV="747" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA30 Bipolar AB</label>
</variable>
<variable item="MA30 A PR" CV="747" mask="VVVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA30 A PR</label>
</variable>
<variable CV="748" mask="XXXXVVVV" default="13" item="MA30 B">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp B</label>
</variable>
<variable item="MA30 B PR" CV="748" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA30 B PR</label>
</variable>
<variable CV="749" mask="XXXXVVVV" default="13" item="MA30 C">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp C</label>
</variable>
<variable item="MA30 Bipolar CD" CV="749" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA30 Bipolar CD</label>
</variable>
<variable item="MA30 C PR" CV="749" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA30 C PR</label>
</variable>
<variable CV="750" mask="XXXXVVVV" default="13" item="MA30 D">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp D</label>
</variable>
<variable item="MA30 D PR" CV="750" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA30 D PR</label>
</variable>
<variable item="MA30 Secondary Address" CV="751" mask="VVVVVVVV">
<splitVal highCV="752" upperMask="XXXXVVVV" offset="1"/>
<label>MA30 Secondary Address</label>
</variable>
<variable item="MA30 Secondary Polarity" CV="752" mask="VVXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
<label>MA30 Secondary Polarity</label>
</variable>
<variable item="MA30 Secondary Type" CV="752" mask="XXVVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
<label>MA30 Secondary Type</label>
</variable>
<!-- Lamp Table entry #31 -->
<variable item="MA31a Address" CV="753" mask="VVVVVVVV">
<qualifier>
<variableref>MA31 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="754" upperMask="XXXXXVVV" offset="1"/><label>MA31a Address</label></variable>
<variable item="MA31 Aspect" CV="754" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>MA31 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>MA31 Aspect</label></variable>
<variable item="MA31b Address" CV="753" mask="VVVVVVVV">
<qualifier>
<variableref>MA31 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="754" upperMask="XXXXXVVV" offset="1"/><label>MA31b Address</label></variable>
<variable item="MA31 CT" CV="754" mask="XXXXVXXX">
<qualifier>
<variableref>MA31 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTC.xml"/><label>MA31 CT</label></variable>
<variable item="MA31 Group" CV="754" mask="VVVVXXXX" default="0">
<qualifier>
<variableref>MA31 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceGroup.xml"/><label>MA31 Group</label></variable>
<variable CV="755" mask="XXXXVVVV" default="14" item="MA31 A">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp A</label>
</variable>
<variable item="MA31 Bipolar AB" CV="755" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA31 Bipolar AB</label>
</variable>
<variable item="MA31 A PR" CV="755" mask="VVVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA31 A PR</label>
</variable>
<variable CV="756" mask="XXXXVVVV" default="14" item="MA31 B">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp B</label>
</variable>
<variable item="MA31 B PR" CV="756" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA31 B PR</label>
</variable>
<variable CV="757" mask="XXXXVVVV" default="14" item="MA31 C">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp C</label>
</variable>
<variable item="MA31 Bipolar CD" CV="757" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA31 Bipolar CD</label>
</variable>
<variable item="MA31 C PR" CV="757" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA31 C PR</label>
</variable>
<variable CV="758" mask="XXXXVVVV" default="14" item="MA31 D">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp D</label>
</variable>
<variable item="MA31 D PR" CV="758" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA31 D PR</label>
</variable>
<variable item="MA31 Secondary Address" CV="759" mask="VVVVVVVV">
<splitVal highCV="760" upperMask="XXXXVVVV" offset="1"/>
<label>MA31 Secondary Address</label>
</variable>
<variable item="MA31 Secondary Polarity" CV="760" mask="VVXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
<label>MA31 Secondary Polarity</label>
</variable>
<variable item="MA31 Secondary Type" CV="760" mask="XXVVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
<label>MA31 Secondary Type</label>
</variable>
<!-- Lamp Table entry #32 -->
<variable item="MA32a Address" CV="761" mask="VVVVVVVV">
<qualifier>
<variableref>MA32 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="762" upperMask="XXXXXVVV" offset="1"/><label>MA32a Address</label></variable>
<variable item="MA32 Aspect" CV="762" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>MA32 Address Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>MA32 Aspect</label></variable>
<variable item="MA32b Address" CV="761" mask="VVVVVVVV">
<qualifier>
<variableref>MA32 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="762" upperMask="XXXXXVVV" offset="1"/><label>MA32b Address</label></variable>
<variable item="MA32 CT" CV="762" mask="XXXXVXXX">
<qualifier>
<variableref>MA32 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTC.xml"/><label>MA32 CT</label></variable>
<variable item="MA32 Group" CV="762" mask="VVVVXXXX" default="0">
<qualifier>
<variableref>MA32 Address Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceGroup.xml"/><label>MA32 Group</label></variable>
<variable CV="763" mask="XXXXVVVV" default="15" item="MA32 A">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp A</label>
</variable>
<variable item="MA32 Bipolar AB" CV="763" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA32 Bipolar AB</label>
</variable>
<variable item="MA32 A PR" CV="763" mask="VVVXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA32 A PR</label>
</variable>
<variable CV="764" mask="XXXXVVVV" default="15" item="MA32 B">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp B</label>
</variable>
<variable item="MA32 B PR" CV="764" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA32 B PR</label>
</variable>
<variable CV="765" mask="XXXXVVVV" default="15" item="MA32 C">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp C</label>
</variable>
<variable item="MA32 Bipolar CD" CV="765" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampBP.xml"/>
<label>MA32 Bipolar CD</label>
</variable>
<variable item="MA32 C PR" CV="765" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA32 C PR</label>
</variable>
<variable CV="766" mask="XXXXVVVV" default="15" item="MA32 D">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSLamp.xml"/>
<label>Lamp D</label>
</variable>
<variable item="MA32 D PR" CV="766" mask="VVVXXXXX" default="4">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
<label>MA32 D PR</label>
</variable>
<variable item="MA32 Secondary Address" CV="767" mask="VVVVVVVV">
<splitVal highCV="768" upperMask="XXXXVVVV" offset="1"/>
<label>MA32 Secondary Address</label>
</variable>
<variable item="MA32 Secondary Polarity" CV="768" mask="VVXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
<label>MA32 Secondary Polarity</label>
</variable>
<variable item="MA32 Secondary Type" CV="768" mask="XXVVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
<label>MA32 Secondary Type</label>
</variable>
<!-- End Outputs -->
<!-- Logic Table entry #1 -->
<variable item="LT1 Block End" CV="257" mask="XVXXXXXX" default="1">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
<label>LT1 Block End</label>
</variable>
<variable item="LT1 Statement Enable" CV="257" mask="VXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
<label>LT1 Statement Enable</label>
</variable>
<variable CV="257" default="0" item="LT1 Output Mode" mask="XXVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT1 Output Mode</label>
</variable>
<variable item="LT1 Var1 Mode" CV="257" default="0" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT1 Var1 Mode</label>
</variable>
<variable item="LT1 Var2 Mode" CV="257" default="0" mask="XXXXVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT1 Var2 Mode</label>
</variable>
<variable item="LT1 Opcode" CV="257" default="0" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
<label>LT1 Opcode</label>
</variable>
<variable item="LT1 Function" CV="257" default="0" mask="XXXXXXXV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
<label>LT1 Function</label>
</variable>
<variable item="LT1 Reset" CV="258" default="0" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
<label>LT1 Reset</label>
</variable>
<variable item="LT1 Multiplier" CV="258" default="0" mask="XVVVVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiple.xml"/>
<label>LT1 Multiplier</label>
</variable>
<variable item="LT1 Interval" CV="258" default="0" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceIntervalt.xml"/>
<label>LT1 Interval</label>
</variable>
<variable item="LT1 Output Address" CV="259" mask="VVVVVVVV">
<qualifier>
<variableref>LT1 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="260" upperMask="XXXXVVVV" offset="1"/><label>LT1 Output Address</label></variable>
<variable item="LT1 Output Mast" CV="259" mask="VVVVVVVV">
<qualifier>
<variableref>LT1 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="260" upperMask="XXXXXVVV" offset="1"/><label>LT1 Output Mast</label></variable>
<variable item="LT1 Output Send" CV="260" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT1 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/><label>LT1 Output Send</label></variable>
<variable item="LT1 Output CT" CV="260" mask="XVXXXXXX">
<qualifier>
<variableref>LT1 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT1 Output CT</label></variable>
<variable item="LT1 Output Type" CV="260" mask="XXVVXXXX">
<qualifier>
<variableref>LT1 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/><label>LT1 Output Type</label></variable>
<variable item="LT1 Output Aspect" CV="260" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT1 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT1 Output Aspect</label></variable>
<variable item="LT1 Var1 Address" CV="261" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT1 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="262" upperMask="XXXXVVVV" offset="1"/><label>LT1 Var1 Address</label></variable>
<variable item="LT1 Var1 Mast" CV="261" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT1 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="262" upperMask="XXXXXVVV" offset="1"/><label>LT1 Var1 Mast</label></variable>
<variable item="LT1 Var1 Evaluate" CV="262" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT1 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT1 Var1 Evaluate</label></variable>
<variable item="LT1 Var1 CT" CV="262" mask="XVXXXXXX">
<qualifier>
<variableref>LT1 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT1 Var1 CT</label></variable>
<variable item="LT1 Var1 Type" CV="262" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT1 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT1 Var1 Type</label></variable>
<variable item="LT1 Var1 Event" CV="262" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT1 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT1 Var1 Event</label></variable>
<variable item="LT1 Var1 Aspect" CV="262" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT1 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT1 Var1 Aspect</label></variable>
<variable item="LT1 Var2 Address" CV="263" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT1 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="264" upperMask="XXXXVVVV" offset="1"/><label>LT1 Var2 Address</label></variable>
<variable item="LT1 Var2 Mast" CV="263" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT1 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="264" upperMask="XXXXXVVV" offset="1"/><label>LT1 Var2 Mast</label></variable>
<variable item="LT1 Var2 Evaluate" CV="264" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT1 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT1 Var2 Evaluate</label></variable>
<variable item="LT1 Var2 CT" CV="264" mask="XVXXXXXX">
<qualifier>
<variableref>LT1 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT1 Var2 CT</label></variable>
<variable item="LT1 Var2 Type" CV="264" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT1 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT1 Var2 Type</label></variable>
<variable item="LT1 Var2 Event" CV="264" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT1 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT1 Var2 Event</label></variable>
<variable item="LT1 Var2 Aspect" CV="264" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT1 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT1 Var2 Aspect</label></variable>
<!-- Logic Table entry #2 -->
<variable item="LT2 Block End" CV="265" mask="XVXXXXXX" default="1">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
<label>LT2 Block End</label>
</variable>
<variable item="LT2 Statement Enable" CV="265" mask="VXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
<label>LT2 Statement Enable</label>
</variable>
<variable CV="265" default="0" item="LT2 Output Mode" mask="XXVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT2 Output Mode</label>
</variable>
<variable item="LT2 Var1 Mode" CV="265" default="0" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT2 Var1 Mode</label>
</variable>
<variable item="LT2 Var2 Mode" CV="265" default="0" mask="XXXXVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT2 Var2 Mode</label>
</variable>
<variable CV="265" default="0" item="LT2 Opcode" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
<label>LT2 Opcode</label>
</variable>
<variable item="LT2 Function" CV="265" default="0" mask="XXXXXXXV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
<label>LT2 Function</label>
</variable>
<variable item="LT2 Reset" CV="266" default="0" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
<label>LT2 Reset</label>
</variable>
<variable item="LT2 Multiplier" CV="266" default="0" mask="XVVVVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiple.xml"/>
<label>LT2 Multiplier</label>
</variable>
<variable item="LT2 Interval" CV="266" default="0" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceIntervalt.xml"/>
<label>LT2 Interval</label>
</variable>
<variable item="LT2 Output Address" CV="267" mask="VVVVVVVV">
<qualifier>
<variableref>LT2 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="268" upperMask="XXXXVVVV" offset="1"/><label>LT2 Output Address</label></variable>
<variable item="LT2 Output Mast" CV="267" mask="VVVVVVVV">
<qualifier>
<variableref>LT2 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="268" upperMask="XXXXXVVV" offset="1"/><label>LT2 Output Mast</label></variable>
<variable item="LT2 Output Send" CV="268" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT2 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/><label>LT2 Output Send</label></variable>
<variable item="LT2 Output CT" CV="268" mask="XVXXXXXX">
<qualifier>
<variableref>LT2 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT2 Output CT</label></variable>
<variable item="LT2 Output Type" CV="268" mask="XXVVXXXX">
<qualifier>
<variableref>LT2 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/><label>LT2 Output Type</label></variable>
<variable item="LT2 Output Aspect" CV="268" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT2 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT2 Output Aspect</label></variable>
<variable item="LT2 Var1 Address" CV="269" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT2 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="270" upperMask="XXXXVVVV" offset="1"/><label>LT2 Var1 Address</label></variable>
<variable item="LT2 Var1 Mast" CV="269" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT2 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="270" upperMask="XXXXXVVV" offset="1"/><label>LT2 Var1 Mast</label></variable>
<variable item="LT2 Var1 Evaluate" CV="270" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT2 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT2 Var1 Evaluate</label></variable>
<variable item="LT2 Var1 CT" CV="270" mask="XVXXXXXX">
<qualifier>
<variableref>LT2 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT2 Var1 CT</label></variable>
<variable item="LT2 Var1 Type" CV="270" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT2 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT2 Var1 Type</label></variable>
<variable item="LT2 Var1 Event" CV="270" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT2 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT2 Var1 Event</label></variable>
<variable item="LT2 Var1 Aspect" CV="270" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT2 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT2 Var1 Aspect</label></variable>
<variable item="LT2 Var2 Address" CV="271" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT2 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="272" upperMask="XXXXVVVV" offset="1"/><label>LT2 Var2 Address</label></variable>
<variable item="LT2 Var2 Mast" CV="271" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT2 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="272" upperMask="XXXXXVVV" offset="1"/><label>LT2 Var2 Mast</label></variable>
<variable item="LT2 Var2 Evaluate" CV="272" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT2 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT2 Var2 Evaluate</label></variable>
<variable item="LT2 Var2 CT" CV="272" mask="XVXXXXXX">
<qualifier>
<variableref>LT2 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT2 Var2 CT</label></variable>
<variable item="LT2 Var2 Type" CV="272" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT2 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT2 Var2 Type</label></variable>
<variable item="LT2 Var2 Event" CV="272" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT2 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT2 Var2 Event</label></variable>
<variable item="LT2 Var2 Aspect" CV="272" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT2 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT2 Var2 Aspect</label></variable>
<!-- Logic Table entry #3 -->
<variable item="LT3 Block End" CV="273" mask="XVXXXXXX" default="1">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
<label>LT3 Block End</label>
</variable>
<variable item="LT3 Statement Enable" CV="273" mask="VXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
<label>LT3 Statement Enable</label>
</variable>
<variable CV="273" default="0" item="LT3 Output Mode" mask="XXVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT3 Output Mode</label>
</variable>
<variable item="LT3 Var1 Mode" CV="273" default="0" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT3 Var1 Mode</label>
</variable>
<variable item="LT3 Var2 Mode" CV="273" default="0" mask="XXXXVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT3 Var2 Mode</label>
</variable>
<variable CV="273" default="0" item="LT3 Opcode" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
<label>LT3 Opcode</label>
</variable>
<variable item="LT3 Function" CV="273" default="0" mask="XXXXXXXV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
<label>LT3 Function</label>
</variable>
<variable item="LT3 Reset" CV="274" default="0" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
<label>LT3 Reset</label>
</variable>
<variable item="LT3 Multiplier" CV="274" default="0" mask="XVVVVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiple.xml"/>
<label>LT3 Multiplier</label>
</variable>
<variable item="LT3 Interval" CV="274" default="0" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceIntervalt.xml"/>
<label>LT3 Interval</label>
</variable>
<variable item="LT3 Output Address" CV="275" mask="VVVVVVVV">
<qualifier>
<variableref>LT3 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="276" upperMask="XXXXVVVV" offset="1"/><label>LT3 Output Address</label></variable>
<variable item="LT3 Output Mast" CV="275" mask="VVVVVVVV">
<qualifier>
<variableref>LT3 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="276" upperMask="XXXXXVVV" offset="1"/><label>LT3 Output Mast</label></variable>
<variable item="LT3 Output Send" CV="276" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT3 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/><label>LT3 Output Send</label></variable>
<variable item="LT3 Output CT" CV="276" mask="XVXXXXXX">
<qualifier>
<variableref>LT3 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT3 Output CT</label></variable>
<variable item="LT3 Output Type" CV="276" mask="XXVVXXXX">
<qualifier>
<variableref>LT3 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/><label>LT3 Output Type</label></variable>
<variable item="LT3 Output Aspect" CV="276" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT3 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT3 Output Aspect</label></variable>
<variable item="LT3 Var1 Address" CV="277" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT3 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="278" upperMask="XXXXVVVV" offset="1"/><label>LT3 Var1 Address</label></variable>
<variable item="LT3 Var1 Mast" CV="277" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT3 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="278" upperMask="XXXXXVVV" offset="1"/><label>LT3 Var1 Mast</label></variable>
<variable item="LT3 Var1 Evaluate" CV="278" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT3 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT3 Var1 Evaluate</label></variable>
<variable item="LT3 Var1 CT" CV="278" mask="XVXXXXXX">
<qualifier>
<variableref>LT3 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT3 Var1 CT</label></variable>
<variable item="LT3 Var1 Type" CV="278" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT3 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT3 Var1 Type</label></variable>
<variable item="LT3 Var1 Event" CV="278" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT3 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT3 Var1 Event</label></variable>
<variable item="LT3 Var1 Aspect" CV="278" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT3 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT3 Var1 Aspect</label></variable>
<variable item="LT3 Var2 Address" CV="279" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT3 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="280" upperMask="XXXXVVVV" offset="1"/><label>LT3 Var2 Address</label></variable>
<variable item="LT3 Var2 Mast" CV="279" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT3 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="280" upperMask="XXXXXVVV" offset="1"/><label>LT3 Var2 Mast</label></variable>
<variable item="LT3 Var2 Evaluate" CV="280" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT3 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT3 Var2 Evaluate</label></variable>
<variable item="LT3 Var2 CT" CV="280" mask="XVXXXXXX">
<qualifier>
<variableref>LT3 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT3 Var2 CT</label></variable>
<variable item="LT3 Var2 Type" CV="280" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT3 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT3 Var2 Type</label></variable>
<variable item="LT3 Var2 Event" CV="280" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT3 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT3 Var2 Event</label></variable>
<variable item="LT3 Var2 Aspect" CV="280" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT3 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT3 Var2 Aspect</label></variable>
<!-- Logic Table entry #4 -->
<variable item="LT4 Block End" CV="281" mask="XVXXXXXX" default="1">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
<label>LT4 Block End</label>
</variable>
<variable item="LT4 Statement Enable" CV="281" mask="VXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
<label>LT4 Statement Enable</label>
</variable>
<variable CV="281" default="0" item="LT4 Output Mode" mask="XXVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT4 Output Mode</label>
</variable>
<variable item="LT4 Var1 Mode" CV="281" default="0" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT4 Var1 Mode</label>
</variable>
<variable item="LT4 Var2 Mode" CV="281" default="0" mask="XXXXVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT4 Var2 Mode</label>
</variable>
<variable CV="281" default="0" item="LT4 Opcode" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
<label>LT4 Opcode</label>
</variable>
<variable item="LT4 Function" CV="281" default="0" mask="XXXXXXXV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
<label>LT4 Function</label>
</variable>
<variable item="LT4 Reset" CV="282" default="0" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
<label>LT4 Reset</label>
</variable>
<variable item="LT4 Multiplier" CV="282" default="0" mask="XVVVVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiple.xml"/>
<label>LT4 Multiplier</label>
</variable>
<variable item="LT4 Interval" CV="282" default="0" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceIntervalt.xml"/>
<label>LT4 Interval</label>
</variable>
<variable item="LT4 Output Address" CV="283" mask="VVVVVVVV">
<qualifier>
<variableref>LT4 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="284" upperMask="XXXXVVVV" offset="1"/><label>LT4 Output Address</label></variable>
<variable item="LT4 Output Mast" CV="283" mask="VVVVVVVV">
<qualifier>
<variableref>LT4 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="284" upperMask="XXXXXVVV" offset="1"/><label>LT4 Output Mast</label></variable>
<variable item="LT4 Output Send" CV="284" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT4 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/><label>LT4 Output Send</label></variable>
<variable item="LT4 Output CT" CV="284" mask="XVXXXXXX">
<qualifier>
<variableref>LT4 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT4 Output CT</label></variable>
<variable item="LT4 Output Type" CV="284" mask="XXVVXXXX">
<qualifier>
<variableref>LT4 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/><label>LT4 Output Type</label></variable>
<variable item="LT4 Output Aspect" CV="284" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT4 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT4 Output Aspect</label></variable>
<variable item="LT4 Var1 Address" CV="285" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT4 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="286" upperMask="XXXXVVVV" offset="1"/><label>LT4 Var1 Address</label></variable>
<variable item="LT4 Var1 Mast" CV="285" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT4 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="286" upperMask="XXXXXVVV" offset="1"/><label>LT4 Var1 Mast</label></variable>
<variable item="LT4 Var1 Evaluate" CV="286" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT4 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT4 Var1 Evaluate</label></variable>
<variable item="LT4 Var1 CT" CV="286" mask="XVXXXXXX">
<qualifier>
<variableref>LT4 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT4 Var1 CT</label></variable>
<variable item="LT4 Var1 Type" CV="286" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT4 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT4 Var1 Type</label></variable>
<variable item="LT4 Var1 Event" CV="286" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT4 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT4 Var1 Event</label></variable>
<variable item="LT4 Var1 Aspect" CV="286" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT4 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT4 Var1 Aspect</label></variable>
<variable item="LT4 Var2 Address" CV="287" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT4 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="288" upperMask="XXXXVVVV" offset="1"/><label>LT4 Var2 Address</label></variable>
<variable item="LT4 Var2 Mast" CV="287" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT4 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="288" upperMask="XXXXXVVV" offset="1"/><label>LT4 Var2 Mast</label></variable>
<variable item="LT4 Var2 Evaluate" CV="288" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT4 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT4 Var2 Evaluate</label></variable>
<variable item="LT4 Var2 CT" CV="288" mask="XVXXXXXX">
<qualifier>
<variableref>LT4 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT4 Var2 CT</label></variable>
<variable item="LT4 Var2 Type" CV="288" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT4 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT4 Var2 Type</label></variable>
<variable item="LT4 Var2 Event" CV="288" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT4 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT4 Var2 Event</label></variable>
<variable item="LT4 Var2 Aspect" CV="288" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT4 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT4 Var2 Aspect</label></variable>
<!-- Logic Table entry #5 -->
<variable item="LT5 Block End" CV="289" mask="XVXXXXXX" default="1">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
<label>LT5 Block End</label>
</variable>
<variable item="LT5 Statement Enable" CV="289" mask="VXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
<label>LT5 Statement Enable</label>
</variable>
<variable CV="289" default="0" item="LT5 Output Mode" mask="XXVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT5 Output Mode</label>
</variable>
<variable item="LT5 Var1 Mode" CV="289" default="0" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT5 Var1 Mode</label>
</variable>
<variable item="LT5 Var2 Mode" CV="289" default="0" mask="XXXXVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT5 Var2 Mode</label>
</variable>
<variable CV="289" default="0" item="LT5 Opcode" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
<label>LT5 Opcode</label>
</variable>
<variable item="LT5 Function" CV="289" default="0" mask="XXXXXXXV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
<label>LT5 Function</label>
</variable>
<variable item="LT5 Reset" CV="290" default="0" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
<label>LT5 Reset</label>
</variable>
<variable item="LT5 Multiplier" CV="290" default="0" mask="XVVVVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiple.xml"/>
<label>LT5 Multiplier</label>
</variable>
<variable item="LT5 Interval" CV="290" default="0" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceIntervalt.xml"/>
<label>LT5 Interval</label>
</variable>
<variable item="LT5 Output Address" CV="291" mask="VVVVVVVV">
<qualifier>
<variableref>LT5 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="292" upperMask="XXXXVVVV" offset="1"/><label>LT5 Output Address</label></variable>
<variable item="LT5 Output Mast" CV="291" mask="VVVVVVVV">
<qualifier>
<variableref>LT5 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="292" upperMask="XXXXXVVV" offset="1"/><label>LT5 Output Mast</label></variable>
<variable item="LT5 Output Send" CV="292" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT5 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/><label>LT5 Output Send</label></variable>
<variable item="LT5 Output CT" CV="292" mask="XVXXXXXX">
<qualifier>
<variableref>LT5 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT5 Output CT</label></variable>
<variable item="LT5 Output Type" CV="292" mask="XXVVXXXX">
<qualifier>
<variableref>LT5 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/><label>LT5 Output Type</label></variable>
<variable item="LT5 Output Aspect" CV="292" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT5 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT5 Output Aspect</label></variable>
<variable item="LT5 Var1 Address" CV="293" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT5 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="294" upperMask="XXXXVVVV" offset="1"/><label>LT5 Var1 Address</label></variable>
<variable item="LT5 Var1 Mast" CV="293" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT5 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="294" upperMask="XXXXXVVV" offset="1"/><label>LT5 Var1 Mast</label></variable>
<variable item="LT5 Var1 Evaluate" CV="294" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT5 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT5 Var1 Evaluate</label></variable>
<variable item="LT5 Var1 CT" CV="294" mask="XVXXXXXX">
<qualifier>
<variableref>LT5 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT5 Var1 CT</label></variable>
<variable item="LT5 Var1 Type" CV="294" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT5 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT5 Var1 Type</label></variable>
<variable item="LT5 Var1 Event" CV="294" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT5 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT5 Var1 Event</label></variable>
<variable item="LT5 Var1 Aspect" CV="294" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT5 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT5 Var1 Aspect</label></variable>
<variable item="LT5 Var2 Address" CV="295" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT5 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="296" upperMask="XXXXVVVV" offset="1"/><label>LT5 Var2 Address</label></variable>
<variable item="LT5 Var2 Mast" CV="295" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT5 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="296" upperMask="XXXXXVVV" offset="1"/><label>LT5 Var2 Mast</label></variable>
<variable item="LT5 Var2 Evaluate" CV="296" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT5 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT5 Var2 Evaluate</label></variable>
<variable item="LT5 Var2 CT" CV="296" mask="XVXXXXXX">
<qualifier>
<variableref>LT5 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT5 Var2 CT</label></variable>
<variable item="LT5 Var2 Type" CV="296" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT5 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT5 Var2 Type</label></variable>
<variable item="LT5 Var2 Event" CV="296" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT5 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT5 Var2 Event</label></variable>
<variable item="LT5 Var2 Aspect" CV="296" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT5 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT5 Var2 Aspect</label></variable>
<!-- Logic Table entry #6 -->
<variable item="LT6 Block End" CV="297" mask="XVXXXXXX" default="1">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
<label>LT6 Block End</label>
</variable>
<variable item="LT6 Statement Enable" CV="297" mask="VXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
<label>LT6 Statement Enable</label>
</variable>
<variable CV="297" default="0" item="LT6 Output Mode" mask="XXVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT6 Output Mode</label>
</variable>
<variable item="LT6 Var1 Mode" CV="297" default="0" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT6 Var1 Mode</label>
</variable>
<variable item="LT6 Var2 Mode" CV="297" default="0" mask="XXXXVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT6 Var2 Mode</label>
</variable>
<variable CV="297" default="0" item="LT6 Opcode" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
<label>LT6 Opcode</label>
</variable>
<variable item="LT6 Function" CV="297" default="0" mask="XXXXXXXV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
<label>LT6 Function</label>
</variable>
<variable item="LT6 Reset" CV="298" default="0" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
<label>LT6 Reset</label>
</variable>
<variable item="LT6 Multiplier" CV="298" default="0" mask="XVVVVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiple.xml"/>
<label>LT6 Multiplier</label>
</variable>
<variable item="LT6 Interval" CV="298" default="0" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceIntervalt.xml"/>
<label>LT6 Interval</label>
</variable>
<variable item="LT6 Output Address" CV="299" mask="VVVVVVVV">
<qualifier>
<variableref>LT6 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="300" upperMask="XXXXVVVV" offset="1"/><label>LT6 Output Address</label></variable>
<variable item="LT6 Output Mast" CV="299" mask="VVVVVVVV">
<qualifier>
<variableref>LT6 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="300" upperMask="XXXXXVVV" offset="1"/><label>LT6 Output Mast</label></variable>
<variable item="LT6 Output Send" CV="300" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT6 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/><label>LT6 Output Send</label></variable>
<variable item="LT6 Output CT" CV="300" mask="XVXXXXXX">
<qualifier>
<variableref>LT6 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT6 Output CT</label></variable>
<variable item="LT6 Output Type" CV="300" mask="XXVVXXXX">
<qualifier>
<variableref>LT6 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/><label>LT6 Output Type</label></variable>
<variable item="LT6 Output Aspect" CV="300" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT6 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT6 Output Aspect</label></variable>
<variable item="LT6 Var1 Address" CV="301" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT6 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="302" upperMask="XXXXVVVV" offset="1"/><label>LT6 Var1 Address</label></variable>
<variable item="LT6 Var1 Mast" CV="301" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT6 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="302" upperMask="XXXXXVVV" offset="1"/><label>LT6 Var1 Mast</label></variable>
<variable item="LT6 Var1 Evaluate" CV="302" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT6 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT6 Var1 Evaluate</label></variable>
<variable item="LT6 Var1 CT" CV="302" mask="XVXXXXXX">
<qualifier>
<variableref>LT6 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT6 Var1 CT</label></variable>
<variable item="LT6 Var1 Type" CV="302" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT6 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT6 Var1 Type</label></variable>
<variable item="LT6 Var1 Event" CV="302" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT6 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT6 Var1 Event</label></variable>
<variable item="LT6 Var1 Aspect" CV="302" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT6 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT6 Var1 Aspect</label></variable>
<variable item="LT6 Var2 Address" CV="303" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT6 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="304" upperMask="XXXXVVVV" offset="1"/><label>LT6 Var2 Address</label></variable>
<variable item="LT6 Var2 Mast" CV="303" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT6 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="304" upperMask="XXXXXVVV" offset="1"/><label>LT6 Var2 Mast</label></variable>
<variable item="LT6 Var2 Evaluate" CV="304" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT6 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT6 Var2 Evaluate</label></variable>
<variable item="LT6 Var2 CT" CV="304" mask="XVXXXXXX">
<qualifier>
<variableref>LT6 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT6 Var2 CT</label></variable>
<variable item="LT6 Var2 Type" CV="304" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT6 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT6 Var2 Type</label></variable>
<variable item="LT6 Var2 Event" CV="304" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT6 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT6 Var2 Event</label></variable>
<variable item="LT6 Var2 Aspect" CV="304" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT6 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT6 Var2 Aspect</label></variable>
<!-- Logic Table entry #7 -->
<variable item="LT7 Block End" CV="305" mask="XVXXXXXX" default="1">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
<label>LT7 Block End</label>
</variable>
<variable item="LT7 Statement Enable" CV="305" mask="VXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
<label>LT7 Statement Enable</label>
</variable>
<variable CV="305" default="0" item="LT7 Output Mode" mask="XXVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT7 Output Mode</label>
</variable>
<variable item="LT7 Var1 Mode" CV="305" default="0" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT7 Var1 Mode</label>
</variable>
<variable item="LT7 Var2 Mode" CV="305" default="0" mask="XXXXVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT7 Var2 Mode</label>
</variable>
<variable CV="305" default="0" item="LT7 Opcode" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
<label>LT7 Opcode</label>
</variable>
<variable item="LT7 Function" CV="305" default="0" mask="XXXXXXXV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
<label>LT7 Function</label>
</variable>
<variable item="LT7 Reset" CV="306" default="0" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
<label>LT7 Reset</label>
</variable>
<variable item="LT7 Multiplier" CV="306" default="0" mask="XVVVVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiple.xml"/>
<label>LT7 Multiplier</label>
</variable>
<variable item="LT7 Interval" CV="306" default="0" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceIntervalt.xml"/>
<label>LT7 Interval</label>
</variable>
<variable item="LT7 Output Address" CV="307" mask="VVVVVVVV">
<qualifier>
<variableref>LT7 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="308" upperMask="XXXXVVVV" offset="1"/><label>LT7 Output Address</label></variable>
<variable item="LT7 Output Mast" CV="307" mask="VVVVVVVV">
<qualifier>
<variableref>LT7 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="308" upperMask="XXXXXVVV" offset="1"/><label>LT7 Output Mast</label></variable>
<variable item="LT7 Output Send" CV="308" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT7 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/><label>LT7 Output Send</label></variable>
<variable item="LT7 Output CT" CV="308" mask="XVXXXXXX">
<qualifier>
<variableref>LT7 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT7 Output CT</label></variable>
<variable item="LT7 Output Type" CV="308" mask="XXVVXXXX">
<qualifier>
<variableref>LT7 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/><label>LT7 Output Type</label></variable>
<variable item="LT7 Output Aspect" CV="308" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT7 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT7 Output Aspect</label></variable>
<variable item="LT7 Var1 Address" CV="309" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT7 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="310" upperMask="XXXXVVVV" offset="1"/><label>LT7 Var1 Address</label></variable>
<variable item="LT7 Var1 Mast" CV="309" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT7 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="310" upperMask="XXXXXVVV" offset="1"/><label>LT7 Var1 Mast</label></variable>
<variable item="LT7 Var1 Evaluate" CV="310" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT7 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT7 Var1 Evaluate</label></variable>
<variable item="LT7 Var1 CT" CV="310" mask="XVXXXXXX">
<qualifier>
<variableref>LT7 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT7 Var1 CT</label></variable>
<variable item="LT7 Var1 Type" CV="310" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT7 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT7 Var1 Type</label></variable>
<variable item="LT7 Var1 Event" CV="310" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT7 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT7 Var1 Event</label></variable>
<variable item="LT7 Var1 Aspect" CV="310" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT7 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT7 Var1 Aspect</label></variable>
<variable item="LT7 Var2 Address" CV="311" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT7 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="312" upperMask="XXXXVVVV" offset="1"/><label>LT7 Var2 Address</label></variable>
<variable item="LT7 Var2 Mast" CV="311" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT7 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="312" upperMask="XXXXXVVV" offset="1"/><label>LT7 Var2 Mast</label></variable>
<variable item="LT7 Var2 Evaluate" CV="312" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT7 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT7 Var2 Evaluate</label></variable>
<variable item="LT7 Var2 CT" CV="312" mask="XVXXXXXX">
<qualifier>
<variableref>LT7 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT7 Var2 CT</label></variable>
<variable item="LT7 Var2 Type" CV="312" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT7 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT7 Var2 Type</label></variable>
<variable item="LT7 Var2 Event" CV="312" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT7 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT7 Var2 Event</label></variable>
<variable item="LT7 Var2 Aspect" CV="312" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT7 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT7 Var2 Aspect</label></variable>
<!-- Logic Table entry #8 -->
<variable item="LT8 Block End" CV="313" mask="XVXXXXXX" default="1">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
<label>LT8 Block End</label>
</variable>
<variable item="LT8 Statement Enable" CV="313" mask="VXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
<label>LT8 Statement Enable</label>
</variable>
<variable CV="313" default="0" item="LT8 Output Mode" mask="XXVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT8 Output Mode</label>
</variable>
<variable item="LT8 Var1 Mode" CV="313" default="0" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT8 Var1 Mode</label>
</variable>
<variable item="LT8 Var2 Mode" CV="313" default="0" mask="XXXXVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT8 Var2 Mode</label>
</variable>
<variable CV="313" default="0" item="LT8 Opcode" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
<label>LT8 Opcode</label>
</variable>
<variable item="LT8 Function" CV="313" default="0" mask="XXXXXXXV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
<label>LT8 Function</label>
</variable>
<variable item="LT8 Reset" CV="314" default="0" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
<label>LT8 Reset</label>
</variable>
<variable item="LT8 Multiplier" CV="314" default="0" mask="XVVVVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiple.xml"/>
<label>LT8 Multiplier</label>
</variable>
<variable item="LT8 Interval" CV="314" default="0" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceIntervalt.xml"/>
<label>LT8 Interval</label>
</variable>
<variable item="LT8 Output Address" CV="315" mask="VVVVVVVV">
<qualifier>
<variableref>LT8 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="316" upperMask="XXXXVVVV" offset="1"/><label>LT8 Output Address</label></variable>
<variable item="LT8 Output Mast" CV="315" mask="VVVVVVVV">
<qualifier>
<variableref>LT8 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="316" upperMask="XXXXXVVV" offset="1"/><label>LT8 Output Mast</label></variable>
<variable item="LT8 Output Send" CV="316" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT8 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/><label>LT8 Output Send</label></variable>
<variable item="LT8 Output CT" CV="316" mask="XVXXXXXX">
<qualifier>
<variableref>LT8 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT8 Output CT</label></variable>
<variable item="LT8 Output Type" CV="316" mask="XXVVXXXX">
<qualifier>
<variableref>LT8 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/><label>LT8 Output Type</label></variable>
<variable item="LT8 Output Aspect" CV="316" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT8 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT8 Output Aspect</label></variable>
<variable item="LT8 Var1 Address" CV="317" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT8 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="318" upperMask="XXXXVVVV" offset="1"/><label>LT8 Var1 Address</label></variable>
<variable item="LT8 Var1 Mast" CV="317" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT8 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="318" upperMask="XXXXXVVV" offset="1"/><label>LT8 Var1 Mast</label></variable>
<variable item="LT8 Var1 Evaluate" CV="318" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT8 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT8 Var1 Evaluate</label></variable>
<variable item="LT8 Var1 CT" CV="318" mask="XVXXXXXX">
<qualifier>
<variableref>LT8 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT8 Var1 CT</label></variable>
<variable item="LT8 Var1 Type" CV="318" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT8 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT8 Var1 Type</label></variable>
<variable item="LT8 Var1 Event" CV="318" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT8 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT8 Var1 Event</label></variable>
<variable item="LT8 Var1 Aspect" CV="318" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT8 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT8 Var1 Aspect</label></variable>
<variable item="LT8 Var2 Address" CV="319" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT8 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="320" upperMask="XXXXVVVV" offset="1"/><label>LT8 Var2 Address</label></variable>
<variable item="LT8 Var2 Mast" CV="319" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT8 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="320" upperMask="XXXXXVVV" offset="1"/><label>LT8 Var2 Mast</label></variable>
<variable item="LT8 Var2 Evaluate" CV="320" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT8 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT8 Var2 Evaluate</label></variable>
<variable item="LT8 Var2 CT" CV="320" mask="XVXXXXXX">
<qualifier>
<variableref>LT8 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT8 Var2 CT</label></variable>
<variable item="LT8 Var2 Type" CV="320" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT8 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT8 Var2 Type</label></variable>
<variable item="LT8 Var2 Event" CV="320" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT8 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT8 Var2 Event</label></variable>
<variable item="LT8 Var2 Aspect" CV="320" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT8 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT8 Var2 Aspect</label></variable>
<!-- Logic Table entry #9 -->
<variable item="LT9 Block End" CV="321" mask="XVXXXXXX" default="1">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
<label>LT9 Block End</label>
</variable>
<variable item="LT9 Statement Enable" CV="321" mask="VXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
<label>LT9 Statement Enable</label>
</variable>
<variable CV="321" default="0" item="LT9 Output Mode" mask="XXVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT9 Output Mode</label>
</variable>
<variable item="LT9 Var1 Mode" CV="321" default="0" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT9 Var1 Mode</label>
</variable>
<variable item="LT9 Var2 Mode" CV="321" default="0" mask="XXXXVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT9 Var2 Mode</label>
</variable>
<variable CV="321" default="0" item="LT9 Opcode" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
<label>LT9 Opcode</label>
</variable>
<variable item="LT9 Function" CV="321" default="0" mask="XXXXXXXV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
<label>LT9 Function</label>
</variable>
<variable item="LT9 Reset" CV="322" default="0" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
<label>LT9 Reset</label>
</variable>
<variable item="LT9 Multiplier" CV="322" default="0" mask="XVVVVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiple.xml"/>
<label>LT9 Multiplier</label>
</variable>
<variable item="LT9 Interval" CV="322" default="0" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceIntervalt.xml"/>
<label>LT9 Interval</label>
</variable>
<variable item="LT9 Output Address" CV="323" mask="VVVVVVVV">
<qualifier>
<variableref>LT9 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="324" upperMask="XXXXVVVV" offset="1"/><label>LT9 Output Address</label></variable>
<variable item="LT9 Output Mast" CV="323" mask="VVVVVVVV">
<qualifier>
<variableref>LT9 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="324" upperMask="XXXXXVVV" offset="1"/><label>LT9 Output Mast</label></variable>
<variable item="LT9 Output Send" CV="324" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT9 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/><label>LT9 Output Send</label></variable>
<variable item="LT9 Output CT" CV="324" mask="XVXXXXXX">
<qualifier>
<variableref>LT9 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT9 Output CT</label></variable>
<variable item="LT9 Output Type" CV="324" mask="XXVVXXXX">
<qualifier>
<variableref>LT9 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/><label>LT9 Output Type</label></variable>
<variable item="LT9 Output Aspect" CV="324" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT9 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT9 Output Aspect</label></variable>
<variable item="LT9 Var1 Address" CV="325" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT9 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="326" upperMask="XXXXVVVV" offset="1"/><label>LT9 Var1 Address</label></variable>
<variable item="LT9 Var1 Mast" CV="325" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT9 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="326" upperMask="XXXXXVVV" offset="1"/><label>LT9 Var1 Mast</label></variable>
<variable item="LT9 Var1 Evaluate" CV="326" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT9 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT9 Var1 Evaluate</label></variable>
<variable item="LT9 Var1 CT" CV="326" mask="XVXXXXXX">
<qualifier>
<variableref>LT9 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT9 Var1 CT</label></variable>
<variable item="LT9 Var1 Type" CV="326" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT9 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT9 Var1 Type</label></variable>
<variable item="LT9 Var1 Event" CV="326" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT9 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT9 Var1 Event</label></variable>
<variable item="LT9 Var1 Aspect" CV="326" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT9 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT9 Var1 Aspect</label></variable>
<variable item="LT9 Var2 Address" CV="327" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT9 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="328" upperMask="XXXXVVVV" offset="1"/><label>LT9 Var2 Address</label></variable>
<variable item="LT9 Var2 Mast" CV="327" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT9 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="328" upperMask="XXXXXVVV" offset="1"/><label>LT9 Var2 Mast</label></variable>
<variable item="LT9 Var2 Evaluate" CV="328" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT9 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT9 Var2 Evaluate</label></variable>
<variable item="LT9 Var2 CT" CV="328" mask="XVXXXXXX">
<qualifier>
<variableref>LT9 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT9 Var2 CT</label></variable>
<variable item="LT9 Var2 Type" CV="328" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT9 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT9 Var2 Type</label></variable>
<variable item="LT9 Var2 Event" CV="328" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT9 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT9 Var2 Event</label></variable>
<variable item="LT9 Var2 Aspect" CV="328" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT9 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT9 Var2 Aspect</label></variable>
<!-- Logic Table entry #10 -->
<variable item="LT10 Block End" CV="329" mask="XVXXXXXX" default="1">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
<label>LT10 Block End</label>
</variable>
<variable item="LT10 Statement Enable" CV="329" mask="VXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
<label>LT10 Statement Enable</label>
</variable>
<variable CV="329" default="0" item="LT10 Output Mode" mask="XXVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT10 Output Mode</label>
</variable>
<variable item="LT10 Var1 Mode" CV="329" default="0" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT10 Var1 Mode</label>
</variable>
<variable item="LT10 Var2 Mode" CV="329" default="0" mask="XXXXVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT10 Var2 Mode</label>
</variable>
<variable CV="329" default="0" item="LT10 Opcode" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
<label>LT10 Opcode</label>
</variable>
<variable item="LT10 Function" CV="329" default="0" mask="XXXXXXXV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
<label>LT10 Function</label>
</variable>
<variable item="LT10 Reset" CV="330" default="0" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
<label>LT10 Reset</label>
</variable>
<variable item="LT10 Multiplier" CV="330" default="0" mask="XVVVVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiple.xml"/>
<label>LT10 Multiplier</label>
</variable>
<variable item="LT10 Interval" CV="330" default="0" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceIntervalt.xml"/>
<label>LT10 Interval</label>
</variable>
<variable item="LT10 Output Address" CV="331" mask="VVVVVVVV">
<qualifier>
<variableref>LT10 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="332" upperMask="XXXXVVVV" offset="1"/><label>LT10 Output Address</label></variable>
<variable item="LT10 Output Mast" CV="331" mask="VVVVVVVV">
<qualifier>
<variableref>LT10 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="332" upperMask="XXXXXVVV" offset="1"/><label>LT10 Output Mast</label></variable>
<variable item="LT10 Output Send" CV="332" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT10 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/><label>LT10 Output Send</label></variable>
<variable item="LT10 Output CT" CV="332" mask="XVXXXXXX">
<qualifier>
<variableref>LT10 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT10 Output CT</label></variable>
<variable item="LT10 Output Type" CV="332" mask="XXVVXXXX">
<qualifier>
<variableref>LT10 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/><label>LT10 Output Type</label></variable>
<variable item="LT10 Output Aspect" CV="332" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT10 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT10 Output Aspect</label></variable>
<variable item="LT10 Var1 Address" CV="333" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT10 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="334" upperMask="XXXXVVVV" offset="1"/><label>LT10 Var1 Address</label></variable>
<variable item="LT10 Var1 Mast" CV="333" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT10 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="334" upperMask="XXXXXVVV" offset="1"/><label>LT10 Var1 Mast</label></variable>
<variable item="LT10 Var1 Evaluate" CV="334" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT10 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT10 Var1 Evaluate</label></variable>
<variable item="LT10 Var1 CT" CV="334" mask="XVXXXXXX">
<qualifier>
<variableref>LT10 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT10 Var1 CT</label></variable>
<variable item="LT10 Var1 Type" CV="334" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT10 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT10 Var1 Type</label></variable>
<variable item="LT10 Var1 Event" CV="334" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT10 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT10 Var1 Event</label></variable>
<variable item="LT10 Var1 Aspect" CV="334" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT10 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT10 Var1 Aspect</label></variable>
<variable item="LT10 Var2 Address" CV="335" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT10 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="336" upperMask="XXXXVVVV" offset="1"/><label>LT10 Var2 Address</label></variable>
<variable item="LT10 Var2 Mast" CV="335" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT10 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="336" upperMask="XXXXXVVV" offset="1"/><label>LT10 Var2 Mast</label></variable>
<variable item="LT10 Var2 Evaluate" CV="336" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT10 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT10 Var2 Evaluate</label></variable>
<variable item="LT10 Var2 CT" CV="336" mask="XVXXXXXX">
<qualifier>
<variableref>LT10 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT10 Var2 CT</label></variable>
<variable item="LT10 Var2 Type" CV="336" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT10 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT10 Var2 Type</label></variable>
<variable item="LT10 Var2 Event" CV="336" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT10 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT10 Var2 Event</label></variable>
<variable item="LT10 Var2 Aspect" CV="336" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT10 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT10 Var2 Aspect</label></variable>
<!-- Logic Table entry #11 -->
<variable item="LT11 Block End" CV="337" mask="XVXXXXXX" default="1">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
<label>LT11 Block End</label>
</variable>
<variable item="LT11 Statement Enable" CV="337" mask="VXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
<label>LT11 Statement Enable</label>
</variable>
<variable CV="337" default="0" item="LT11 Output Mode" mask="XXVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT11 Output Mode</label>
</variable>
<variable item="LT11 Var1 Mode" CV="337" default="0" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT11 Var1 Mode</label>
</variable>
<variable item="LT11 Var2 Mode" CV="337" default="0" mask="XXXXVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT11 Var2 Mode</label>
</variable>
<variable CV="337" default="0" item="LT11 Opcode" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
<label>LT11 Opcode</label>
</variable>
<variable item="LT11 Function" CV="337" default="0" mask="XXXXXXXV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
<label>LT11 Function</label>
</variable>
<variable item="LT11 Reset" CV="338" default="0" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
<label>LT11 Reset</label>
</variable>
<variable item="LT11 Multiplier" CV="338" default="0" mask="XVVVVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiple.xml"/>
<label>LT11 Multiplier</label>
</variable>
<variable item="LT11 Interval" CV="338" default="0" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceIntervalt.xml"/>
<label>LT11 Interval</label>
</variable>
<variable item="LT11 Output Address" CV="339" mask="VVVVVVVV">
<qualifier>
<variableref>LT11 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="340" upperMask="XXXXVVVV" offset="1"/><label>LT11 Output Address</label></variable>
<variable item="LT11 Output Mast" CV="339" mask="VVVVVVVV">
<qualifier>
<variableref>LT11 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="340" upperMask="XXXXXVVV" offset="1"/><label>LT11 Output Mast</label></variable>
<variable item="LT11 Output Send" CV="340" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT11 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/><label>LT11 Output Send</label></variable>
<variable item="LT11 Output CT" CV="340" mask="XVXXXXXX">
<qualifier>
<variableref>LT11 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT11 Output CT</label></variable>
<variable item="LT11 Output Type" CV="340" mask="XXVVXXXX">
<qualifier>
<variableref>LT11 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/><label>LT11 Output Type</label></variable>
<variable item="LT11 Output Aspect" CV="340" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT11 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT11 Output Aspect</label></variable>
<variable item="LT11 Var1 Address" CV="341" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT11 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="342" upperMask="XXXXVVVV" offset="1"/><label>LT11 Var1 Address</label></variable>
<variable item="LT11 Var1 Mast" CV="341" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT11 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="342" upperMask="XXXXXVVV" offset="1"/><label>LT11 Var1 Mast</label></variable>
<variable item="LT11 Var1 Evaluate" CV="342" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT11 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT11 Var1 Evaluate</label></variable>
<variable item="LT11 Var1 CT" CV="342" mask="XVXXXXXX">
<qualifier>
<variableref>LT11 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT11 Var1 CT</label></variable>
<variable item="LT11 Var1 Type" CV="342" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT11 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT11 Var1 Type</label></variable>
<variable item="LT11 Var1 Event" CV="342" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT11 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT11 Var1 Event</label></variable>
<variable item="LT11 Var1 Aspect" CV="342" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT11 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT11 Var1 Aspect</label></variable>
<variable item="LT11 Var2 Address" CV="343" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT11 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="344" upperMask="XXXXVVVV" offset="1"/><label>LT11 Var2 Address</label></variable>
<variable item="LT11 Var2 Mast" CV="343" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT11 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="344" upperMask="XXXXXVVV" offset="1"/><label>LT11 Var2 Mast</label></variable>
<variable item="LT11 Var2 Evaluate" CV="344" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT11 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT11 Var2 Evaluate</label></variable>
<variable item="LT11 Var2 CT" CV="344" mask="XVXXXXXX">
<qualifier>
<variableref>LT11 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT11 Var2 CT</label></variable>
<variable item="LT11 Var2 Type" CV="344" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT11 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT11 Var2 Type</label></variable>
<variable item="LT11 Var2 Event" CV="344" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT11 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT11 Var2 Event</label></variable>
<variable item="LT11 Var2 Aspect" CV="344" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT11 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT11 Var2 Aspect</label></variable>
<!-- Logic Table entry #12 -->
<variable item="LT12 Block End" CV="345" mask="XVXXXXXX" default="1">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
<label>LT12 Block End</label>
</variable>
<variable item="LT12 Statement Enable" CV="345" mask="VXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
<label>LT12 Statement Enable</label>
</variable>
<variable CV="345" default="0" item="LT12 Output Mode" mask="XXVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT12 Output Mode</label>
</variable>
<variable item="LT12 Var1 Mode" CV="345" default="0" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT12 Var1 Mode</label>
</variable>
<variable item="LT12 Var2 Mode" CV="345" default="0" mask="XXXXVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT12 Var2 Mode</label>
</variable>
<variable CV="345" default="0" item="LT12 Opcode" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
<label>LT12 Opcode</label>
</variable>
<variable item="LT12 Function" CV="345" default="0" mask="XXXXXXXV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
<label>LT12 Function</label>
</variable>
<variable item="LT12 Reset" CV="346" default="0" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
<label>LT12 Reset</label>
</variable>
<variable item="LT12 Multiplier" CV="346" default="0" mask="XVVVVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiple.xml"/>
<label>LT12 Multiplier</label>
</variable>
<variable item="LT12 Interval" CV="346" default="0" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceIntervalt.xml"/>
<label>LT12 Interval</label>
</variable>
<variable item="LT12 Output Address" CV="347" mask="VVVVVVVV">
<qualifier>
<variableref>LT12 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="348" upperMask="XXXXVVVV" offset="1"/><label>LT12 Output Address</label></variable>
<variable item="LT12 Output Mast" CV="347" mask="VVVVVVVV">
<qualifier>
<variableref>LT12 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="348" upperMask="XXXXXVVV" offset="1"/><label>LT12 Output Mast</label></variable>
<variable item="LT12 Output Send" CV="348" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT12 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/><label>LT12 Output Send</label></variable>
<variable item="LT12 Output CT" CV="348" mask="XVXXXXXX">
<qualifier>
<variableref>LT12 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT12 Output CT</label></variable>
<variable item="LT12 Output Type" CV="348" mask="XXVVXXXX">
<qualifier>
<variableref>LT12 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/><label>LT12 Output Type</label></variable>
<variable item="LT12 Output Aspect" CV="348" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT12 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT12 Output Aspect</label></variable>
<variable item="LT12 Var1 Address" CV="349" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT12 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="350" upperMask="XXXXVVVV" offset="1"/><label>LT12 Var1 Address</label></variable>
<variable item="LT12 Var1 Mast" CV="349" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT12 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="350" upperMask="XXXXXVVV" offset="1"/><label>LT12 Var1 Mast</label></variable>
<variable item="LT12 Var1 Evaluate" CV="350" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT12 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT12 Var1 Evaluate</label></variable>
<variable item="LT12 Var1 CT" CV="350" mask="XVXXXXXX">
<qualifier>
<variableref>LT12 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT12 Var1 CT</label></variable>
<variable item="LT12 Var1 Type" CV="350" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT12 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT12 Var1 Type</label></variable>
<variable item="LT12 Var1 Event" CV="350" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT12 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT12 Var1 Event</label></variable>
<variable item="LT12 Var1 Aspect" CV="350" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT12 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT12 Var1 Aspect</label></variable>
<variable item="LT12 Var2 Address" CV="351" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT12 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="352" upperMask="XXXXVVVV" offset="1"/><label>LT12 Var2 Address</label></variable>
<variable item="LT12 Var2 Mast" CV="351" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT12 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="352" upperMask="XXXXXVVV" offset="1"/><label>LT12 Var2 Mast</label></variable>
<variable item="LT12 Var2 Evaluate" CV="352" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT12 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT12 Var2 Evaluate</label></variable>
<variable item="LT12 Var2 CT" CV="352" mask="XVXXXXXX">
<qualifier>
<variableref>LT12 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT12 Var2 CT</label></variable>
<variable item="LT12 Var2 Type" CV="352" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT12 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT12 Var2 Type</label></variable>
<variable item="LT12 Var2 Event" CV="352" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT12 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT12 Var2 Event</label></variable>
<variable item="LT12 Var2 Aspect" CV="352" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT12 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT12 Var2 Aspect</label></variable>
<!-- Logic Table entry #13 -->
<variable item="LT13 Block End" CV="353" mask="XVXXXXXX" default="1">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
<label>LT13 Block End</label>
</variable>
<variable item="LT13 Statement Enable" CV="353" mask="VXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
<label>LT13 Statement Enable</label>
</variable>
<variable CV="353" default="0" item="LT13 Output Mode" mask="XXVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT13 Output Mode</label>
</variable>
<variable item="LT13 Var1 Mode" CV="353" default="0" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT13 Var1 Mode</label>
</variable>
<variable item="LT13 Var2 Mode" CV="353" default="0" mask="XXXXVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT13 Var2 Mode</label>
</variable>
<variable CV="353" default="0" item="LT13 Opcode" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
<label>LT13 Opcode</label>
</variable>
<variable item="LT13 Function" CV="353" default="0" mask="XXXXXXXV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
<label>LT13 Function</label>
</variable>
<variable item="LT13 Reset" CV="354" default="0" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
<label>LT13 Reset</label>
</variable>
<variable item="LT13 Multiplier" CV="354" default="0" mask="XVVVVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiple.xml"/>
<label>LT13 Multiplier</label>
</variable>
<variable item="LT13 Interval" CV="354" default="0" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceIntervalt.xml"/>
<label>LT13 Interval</label>
</variable>
<variable item="LT13 Output Address" CV="355" mask="VVVVVVVV">
<qualifier>
<variableref>LT13 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="356" upperMask="XXXXVVVV" offset="1"/><label>LT13 Output Address</label></variable>
<variable item="LT13 Output Mast" CV="355" mask="VVVVVVVV">
<qualifier>
<variableref>LT13 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="356" upperMask="XXXXXVVV" offset="1"/><label>LT13 Output Mast</label></variable>
<variable item="LT13 Output Send" CV="356" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT13 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/><label>LT13 Output Send</label></variable>
<variable item="LT13 Output CT" CV="356" mask="XVXXXXXX">
<qualifier>
<variableref>LT13 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT13 Output CT</label></variable>
<variable item="LT13 Output Type" CV="356" mask="XXVVXXXX">
<qualifier>
<variableref>LT13 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/><label>LT13 Output Type</label></variable>
<variable item="LT13 Output Aspect" CV="356" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT13 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT13 Output Aspect</label></variable>
<variable item="LT13 Var1 Address" CV="357" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT13 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="358" upperMask="XXXXVVVV" offset="1"/><label>LT13 Var1 Address</label></variable>
<variable item="LT13 Var1 Mast" CV="357" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT13 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="358" upperMask="XXXXXVVV" offset="1"/><label>LT13 Var1 Mast</label></variable>
<variable item="LT13 Var1 Evaluate" CV="358" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT13 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT13 Var1 Evaluate</label></variable>
<variable item="LT13 Var1 CT" CV="358" mask="XVXXXXXX">
<qualifier>
<variableref>LT13 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT13 Var1 CT</label></variable>
<variable item="LT13 Var1 Type" CV="358" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT13 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT13 Var1 Type</label></variable>
<variable item="LT13 Var1 Event" CV="358" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT13 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT13 Var1 Event</label></variable>
<variable item="LT13 Var1 Aspect" CV="358" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT13 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT13 Var1 Aspect</label></variable>
<variable item="LT13 Var2 Address" CV="359" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT13 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="360" upperMask="XXXXVVVV" offset="1"/><label>LT13 Var2 Address</label></variable>
<variable item="LT13 Var2 Mast" CV="359" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT13 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="360" upperMask="XXXXXVVV" offset="1"/><label>LT13 Var2 Mast</label></variable>
<variable item="LT13 Var2 Evaluate" CV="360" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT13 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT13 Var2 Evaluate</label></variable>
<variable item="LT13 Var2 CT" CV="360" mask="XVXXXXXX">
<qualifier>
<variableref>LT13 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT13 Var2 CT</label></variable>
<variable item="LT13 Var2 Type" CV="360" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT13 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT13 Var2 Type</label></variable>
<variable item="LT13 Var2 Event" CV="360" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT13 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT13 Var2 Event</label></variable>
<variable item="LT13 Var2 Aspect" CV="360" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT13 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT13 Var2 Aspect</label></variable>
<!-- Logic Table entry #14 -->
<variable item="LT14 Block End" CV="361" mask="XVXXXXXX" default="1">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
<label>LT14 Block End</label>
</variable>
<variable item="LT14 Statement Enable" CV="361" mask="VXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
<label>LT14 Statement Enable</label>
</variable>
<variable CV="361" default="0" item="LT14 Output Mode" mask="XXVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT14 Output Mode</label>
</variable>
<variable item="LT14 Var1 Mode" CV="361" default="0" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT14 Var1 Mode</label>
</variable>
<variable item="LT14 Var2 Mode" CV="361" default="0" mask="XXXXVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT14 Var2 Mode</label>
</variable>
<variable CV="361" default="0" item="LT14 Opcode" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
<label>LT14 Opcode</label>
</variable>
<variable item="LT14 Function" CV="361" default="0" mask="XXXXXXXV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
<label>LT14 Function</label>
</variable>
<variable item="LT14 Reset" CV="362" default="0" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
<label>LT14 Reset</label>
</variable>
<variable item="LT14 Multiplier" CV="362" default="0" mask="XVVVVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiple.xml"/>
<label>LT14 Multiplier</label>
</variable>
<variable item="LT14 Interval" CV="362" default="0" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceIntervalt.xml"/>
<label>LT14 Interval</label>
</variable>
<variable item="LT14 Output Address" CV="363" mask="VVVVVVVV">
<qualifier>
<variableref>LT14 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="364" upperMask="XXXXVVVV" offset="1"/><label>LT14 Output Address</label></variable>
<variable item="LT14 Output Mast" CV="363" mask="VVVVVVVV">
<qualifier>
<variableref>LT14 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="364" upperMask="XXXXXVVV" offset="1"/><label>LT14 Output Mast</label></variable>
<variable item="LT14 Output Send" CV="364" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT14 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/><label>LT14 Output Send</label></variable>
<variable item="LT14 Output CT" CV="364" mask="XVXXXXXX">
<qualifier>
<variableref>LT14 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT14 Output CT</label></variable>
<variable item="LT14 Output Type" CV="364" mask="XXVVXXXX">
<qualifier>
<variableref>LT14 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/><label>LT14 Output Type</label></variable>
<variable item="LT14 Output Aspect" CV="364" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT14 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT14 Output Aspect</label></variable>
<variable item="LT14 Var1 Address" CV="365" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT14 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="366" upperMask="XXXXVVVV" offset="1"/><label>LT14 Var1 Address</label></variable>
<variable item="LT14 Var1 Mast" CV="365" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT14 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="366" upperMask="XXXXXVVV" offset="1"/><label>LT14 Var1 Mast</label></variable>
<variable item="LT14 Var1 Evaluate" CV="366" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT14 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT14 Var1 Evaluate</label></variable>
<variable item="LT14 Var1 CT" CV="366" mask="XVXXXXXX">
<qualifier>
<variableref>LT14 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT14 Var1 CT</label></variable>
<variable item="LT14 Var1 Type" CV="366" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT14 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT14 Var1 Type</label></variable>
<variable item="LT14 Var1 Event" CV="366" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT14 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT14 Var1 Event</label></variable>
<variable item="LT14 Var1 Aspect" CV="366" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT14 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT14 Var1 Aspect</label></variable>
<variable item="LT14 Var2 Address" CV="367" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT14 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="368" upperMask="XXXXVVVV" offset="1"/><label>LT14 Var2 Address</label></variable>
<variable item="LT14 Var2 Mast" CV="367" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT14 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="368" upperMask="XXXXXVVV" offset="1"/><label>LT14 Var2 Mast</label></variable>
<variable item="LT14 Var2 Evaluate" CV="368" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT14 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT14 Var2 Evaluate</label></variable>
<variable item="LT14 Var2 CT" CV="368" mask="XVXXXXXX">
<qualifier>
<variableref>LT14 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT14 Var2 CT</label></variable>
<variable item="LT14 Var2 Type" CV="368" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT14 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT14 Var2 Type</label></variable>
<variable item="LT14 Var2 Event" CV="368" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT14 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT14 Var2 Event</label></variable>
<variable item="LT14 Var2 Aspect" CV="368" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT14 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT14 Var2 Aspect</label></variable>
<!-- Logic Table entry #15 -->
<variable item="LT15 Block End" CV="369" mask="XVXXXXXX" default="1">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
<label>LT15 Block End</label>
</variable>
<variable item="LT15 Statement Enable" CV="369" mask="VXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
<label>LT15 Statement Enable</label>
</variable>
<variable CV="369" default="0" item="LT15 Output Mode" mask="XXVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT15 Output Mode</label>
</variable>
<variable item="LT15 Var1 Mode" CV="369" default="0" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT15 Var1 Mode</label>
</variable>
<variable item="LT15 Var2 Mode" CV="369" default="0" mask="XXXXVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT15 Var2 Mode</label>
</variable>
<variable CV="369" default="0" item="LT15 Opcode" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
<label>LT15 Opcode</label>
</variable>
<variable item="LT15 Function" CV="369" default="0" mask="XXXXXXXV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
<label>LT15 Function</label>
</variable>
<variable item="LT15 Reset" CV="370" default="0" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
<label>LT15 Reset</label>
</variable>
<variable item="LT15 Multiplier" CV="370" default="0" mask="XVVVVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiple.xml"/>
<label>LT15 Multiplier</label>
</variable>
<variable item="LT15 Interval" CV="370" default="0" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceIntervalt.xml"/>
<label>LT15 Interval</label>
</variable>
<variable item="LT15 Output Address" CV="371" mask="VVVVVVVV">
<qualifier>
<variableref>LT15 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="372" upperMask="XXXXVVVV" offset="1"/><label>LT15 Output Address</label></variable>
<variable item="LT15 Output Mast" CV="371" mask="VVVVVVVV">
<qualifier>
<variableref>LT15 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="372" upperMask="XXXXXVVV" offset="1"/><label>LT15 Output Mast</label></variable>
<variable item="LT15 Output Send" CV="372" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT15 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/><label>LT15 Output Send</label></variable>
<variable item="LT15 Output CT" CV="372" mask="XVXXXXXX">
<qualifier>
<variableref>LT15 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT15 Output CT</label></variable>
<variable item="LT15 Output Type" CV="372" mask="XXVVXXXX">
<qualifier>
<variableref>LT15 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/><label>LT15 Output Type</label></variable>
<variable item="LT15 Output Aspect" CV="372" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT15 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT15 Output Aspect</label></variable>
<variable item="LT15 Var1 Address" CV="373" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT15 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="374" upperMask="XXXXVVVV" offset="1"/><label>LT15 Var1 Address</label></variable>
<variable item="LT15 Var1 Mast" CV="373" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT15 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="374" upperMask="XXXXXVVV" offset="1"/><label>LT15 Var1 Mast</label></variable>
<variable item="LT15 Var1 Evaluate" CV="374" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT15 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT15 Var1 Evaluate</label></variable>
<variable item="LT15 Var1 CT" CV="374" mask="XVXXXXXX">
<qualifier>
<variableref>LT15 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT15 Var1 CT</label></variable>
<variable item="LT15 Var1 Type" CV="374" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT15 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT15 Var1 Type</label></variable>
<variable item="LT15 Var1 Event" CV="374" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT15 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT15 Var1 Event</label></variable>
<variable item="LT15 Var1 Aspect" CV="374" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT15 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT15 Var1 Aspect</label></variable>
<variable item="LT15 Var2 Address" CV="375" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT15 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="376" upperMask="XXXXVVVV" offset="1"/><label>LT15 Var2 Address</label></variable>
<variable item="LT15 Var2 Mast" CV="375" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT15 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="376" upperMask="XXXXXVVV" offset="1"/><label>LT15 Var2 Mast</label></variable>
<variable item="LT15 Var2 Evaluate" CV="376" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT15 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT15 Var2 Evaluate</label></variable>
<variable item="LT15 Var2 CT" CV="376" mask="XVXXXXXX">
<qualifier>
<variableref>LT15 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT15 Var2 CT</label></variable>
<variable item="LT15 Var2 Type" CV="376" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT15 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT15 Var2 Type</label></variable>
<variable item="LT15 Var2 Event" CV="376" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT15 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT15 Var2 Event</label></variable>
<variable item="LT15 Var2 Aspect" CV="376" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT15 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT15 Var2 Aspect</label></variable>
<!-- Logic Table entry #16 -->
<variable item="LT16 Block End" CV="377" mask="XVXXXXXX" default="1">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
<label>LT16 Block End</label>
</variable>
<variable item="LT16 Statement Enable" CV="377" mask="VXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
<label>LT16 Statement Enable</label>
</variable>
<variable CV="377" default="0" item="LT16 Output Mode" mask="XXVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT16 Output Mode</label>
</variable>
<variable item="LT16 Var1 Mode" CV="377" default="0" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT16 Var1 Mode</label>
</variable>
<variable item="LT16 Var2 Mode" CV="377" default="0" mask="XXXXVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT16 Var2 Mode</label>
</variable>
<variable CV="377" default="0" item="LT16 Opcode" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
<label>LT16 Opcode</label>
</variable>
<variable item="LT16 Function" CV="377" default="0" mask="XXXXXXXV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
<label>LT16 Function</label>
</variable>
<variable item="LT16 Reset" CV="378" default="0" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
<label>LT16 Reset</label>
</variable>
<variable item="LT16 Multiplier" CV="378" default="0" mask="XVVVVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiple.xml"/>
<label>LT16 Multiplier</label>
</variable>
<variable item="LT16 Interval" CV="378" default="0" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceIntervalt.xml"/>
<label>LT16 Interval</label>
</variable>
<variable item="LT16 Output Address" CV="379" mask="VVVVVVVV">
<qualifier>
<variableref>LT16 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="380" upperMask="XXXXVVVV" offset="1"/><label>LT16 Output Address</label></variable>
<variable item="LT16 Output Mast" CV="379" mask="VVVVVVVV">
<qualifier>
<variableref>LT16 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="380" upperMask="XXXXXVVV" offset="1"/><label>LT16 Output Mast</label></variable>
<variable item="LT16 Output Send" CV="380" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT16 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/><label>LT16 Output Send</label></variable>
<variable item="LT16 Output CT" CV="380" mask="XVXXXXXX">
<qualifier>
<variableref>LT16 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT16 Output CT</label></variable>
<variable item="LT16 Output Type" CV="380" mask="XXVVXXXX">
<qualifier>
<variableref>LT16 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/><label>LT16 Output Type</label></variable>
<variable item="LT16 Output Aspect" CV="380" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT16 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT16 Output Aspect</label></variable>
<variable item="LT16 Var1 Address" CV="381" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT16 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="382" upperMask="XXXXVVVV" offset="1"/><label>LT16 Var1 Address</label></variable>
<variable item="LT16 Var1 Mast" CV="381" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT16 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="382" upperMask="XXXXXVVV" offset="1"/><label>LT16 Var1 Mast</label></variable>
<variable item="LT16 Var1 Evaluate" CV="382" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT16 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT16 Var1 Evaluate</label></variable>
<variable item="LT16 Var1 CT" CV="382" mask="XVXXXXXX">
<qualifier>
<variableref>LT16 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT16 Var1 CT</label></variable>
<variable item="LT16 Var1 Type" CV="382" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT16 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT16 Var1 Type</label></variable>
<variable item="LT16 Var1 Event" CV="382" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT16 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT16 Var1 Event</label></variable>
<variable item="LT16 Var1 Aspect" CV="382" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT16 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT16 Var1 Aspect</label></variable>
<variable item="LT16 Var2 Address" CV="383" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT16 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="384" upperMask="XXXXVVVV" offset="1"/><label>LT16 Var2 Address</label></variable>
<variable item="LT16 Var2 Mast" CV="383" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT16 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="384" upperMask="XXXXXVVV" offset="1"/><label>LT16 Var2 Mast</label></variable>
<variable item="LT16 Var2 Evaluate" CV="384" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT16 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT16 Var2 Evaluate</label></variable>
<variable item="LT16 Var2 CT" CV="384" mask="XVXXXXXX">
<qualifier>
<variableref>LT16 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT16 Var2 CT</label></variable>
<variable item="LT16 Var2 Type" CV="384" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT16 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT16 Var2 Type</label></variable>
<variable item="LT16 Var2 Event" CV="384" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT16 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT16 Var2 Event</label></variable>
<variable item="LT16 Var2 Aspect" CV="384" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT16 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT16 Var2 Aspect</label></variable>
<!-- Logic Table entry #17 -->
<variable item="LT17 Block End" CV="385" mask="XVXXXXXX" default="1">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
<label>LT17 Block End</label>
</variable>
<variable item="LT17 Statement Enable" CV="385" mask="VXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
<label>LT17 Statement Enable</label>
</variable>
<variable CV="385" default="0" item="LT17 Output Mode" mask="XXVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT17 Output Mode</label>
</variable>
<variable item="LT17 Var1 Mode" CV="385" default="0" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT17 Var1 Mode</label>
</variable>
<variable item="LT17 Var2 Mode" CV="385" default="0" mask="XXXXVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT17 Var2 Mode</label>
</variable>
<variable CV="385" default="0" item="LT17 Opcode" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
<label>LT17 Opcode</label>
</variable>
<variable item="LT17 Function" CV="385" default="0" mask="XXXXXXXV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
<label>LT17 Function</label>
</variable>
<variable item="LT17 Reset" CV="386" default="0" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
<label>LT17 Reset</label>
</variable>
<variable item="LT17 Multiplier" CV="386" default="0" mask="XVVVVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiple.xml"/>
<label>LT17 Multiplier</label>
</variable>
<variable item="LT17 Interval" CV="386" default="0" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceIntervalt.xml"/>
<label>LT17 Interval</label>
</variable>
<variable item="LT17 Output Address" CV="387" mask="VVVVVVVV">
<qualifier>
<variableref>LT17 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="388" upperMask="XXXXVVVV" offset="1"/><label>LT17 Output Address</label></variable>
<variable item="LT17 Output Mast" CV="387" mask="VVVVVVVV">
<qualifier>
<variableref>LT17 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="388" upperMask="XXXXXVVV" offset="1"/><label>LT17 Output Mast</label></variable>
<variable item="LT17 Output Send" CV="388" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT17 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/><label>LT17 Output Send</label></variable>
<variable item="LT17 Output CT" CV="388" mask="XVXXXXXX">
<qualifier>
<variableref>LT17 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT17 Output CT</label></variable>
<variable item="LT17 Output Type" CV="388" mask="XXVVXXXX">
<qualifier>
<variableref>LT17 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/><label>LT17 Output Type</label></variable>
<variable item="LT17 Output Aspect" CV="388" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT17 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT17 Output Aspect</label></variable>
<variable item="LT17 Var1 Address" CV="389" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT17 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="390" upperMask="XXXXVVVV" offset="1"/><label>LT17 Var1 Address</label></variable>
<variable item="LT17 Var1 Mast" CV="389" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT17 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="390" upperMask="XXXXXVVV" offset="1"/><label>LT17 Var1 Mast</label></variable>
<variable item="LT17 Var1 Evaluate" CV="390" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT17 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT17 Var1 Evaluate</label></variable>
<variable item="LT17 Var1 CT" CV="390" mask="XVXXXXXX">
<qualifier>
<variableref>LT17 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT17 Var1 CT</label></variable>
<variable item="LT17 Var1 Type" CV="390" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT17 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT17 Var1 Type</label></variable>
<variable item="LT17 Var1 Event" CV="390" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT17 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT17 Var1 Event</label></variable>
<variable item="LT17 Var1 Aspect" CV="390" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT17 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT17 Var1 Aspect</label></variable>
<variable item="LT17 Var2 Address" CV="391" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT17 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="392" upperMask="XXXXVVVV" offset="1"/><label>LT17 Var2 Address</label></variable>
<variable item="LT17 Var2 Mast" CV="391" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT17 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="392" upperMask="XXXXXVVV" offset="1"/><label>LT17 Var2 Mast</label></variable>
<variable item="LT17 Var2 Evaluate" CV="392" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT17 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT17 Var2 Evaluate</label></variable>
<variable item="LT17 Var2 CT" CV="392" mask="XVXXXXXX">
<qualifier>
<variableref>LT17 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT17 Var2 CT</label></variable>
<variable item="LT17 Var2 Type" CV="392" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT17 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT17 Var2 Type</label></variable>
<variable item="LT17 Var2 Event" CV="392" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT17 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT17 Var2 Event</label></variable>
<variable item="LT17 Var2 Aspect" CV="392" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT17 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT17 Var2 Aspect</label></variable>
<!-- Logic Table entry #18 -->
<variable item="LT18 Block End" CV="393" mask="XVXXXXXX" default="1">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
<label>LT18 Block End</label>
</variable>
<variable item="LT18 Statement Enable" CV="393" mask="VXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
<label>LT18 Statement Enable</label>
</variable>
<variable CV="393" default="0" item="LT18 Output Mode" mask="XXVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT18 Output Mode</label>
</variable>
<variable item="LT18 Var1 Mode" CV="393" default="0" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT18 Var1 Mode</label>
</variable>
<variable item="LT18 Var2 Mode" CV="393" default="0" mask="XXXXVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT18 Var2 Mode</label>
</variable>
<variable CV="393" default="0" item="LT18 Opcode" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
<label>LT18 Opcode</label>
</variable>
<variable item="LT18 Function" CV="393" default="0" mask="XXXXXXXV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
<label>LT18 Function</label>
</variable>
<variable item="LT18 Reset" CV="394" default="0" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
<label>LT18 Reset</label>
</variable>
<variable item="LT18 Multiplier" CV="394" default="0" mask="XVVVVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiple.xml"/>
<label>LT18 Multiplier</label>
</variable>
<variable item="LT18 Interval" CV="394" default="0" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceIntervalt.xml"/>
<label>LT18 Interval</label>
</variable>
<variable item="LT18 Output Address" CV="395" mask="VVVVVVVV">
<qualifier>
<variableref>LT18 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="396" upperMask="XXXXVVVV" offset="1"/><label>LT18 Output Address</label></variable>
<variable item="LT18 Output Mast" CV="395" mask="VVVVVVVV">
<qualifier>
<variableref>LT18 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="396" upperMask="XXXXXVVV" offset="1"/><label>LT18 Output Mast</label></variable>
<variable item="LT18 Output Send" CV="396" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT18 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/><label>LT18 Output Send</label></variable>
<variable item="LT18 Output CT" CV="396" mask="XVXXXXXX">
<qualifier>
<variableref>LT18 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT18 Output CT</label></variable>
<variable item="LT18 Output Type" CV="396" mask="XXVVXXXX">
<qualifier>
<variableref>LT18 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/><label>LT18 Output Type</label></variable>
<variable item="LT18 Output Aspect" CV="396" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT18 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT18 Output Aspect</label></variable>
<variable item="LT18 Var1 Address" CV="397" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT18 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="398" upperMask="XXXXVVVV" offset="1"/><label>LT18 Var1 Address</label></variable>
<variable item="LT18 Var1 Mast" CV="397" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT18 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="398" upperMask="XXXXXVVV" offset="1"/><label>LT18 Var1 Mast</label></variable>
<variable item="LT18 Var1 Evaluate" CV="398" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT18 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT18 Var1 Evaluate</label></variable>
<variable item="LT18 Var1 CT" CV="398" mask="XVXXXXXX">
<qualifier>
<variableref>LT18 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT18 Var1 CT</label></variable>
<variable item="LT18 Var1 Type" CV="398" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT18 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT18 Var1 Type</label></variable>
<variable item="LT18 Var1 Event" CV="398" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT18 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT18 Var1 Event</label></variable>
<variable item="LT18 Var1 Aspect" CV="398" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT18 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT18 Var1 Aspect</label></variable>
<variable item="LT18 Var2 Address" CV="399" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT18 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="400" upperMask="XXXXVVVV" offset="1"/><label>LT18 Var2 Address</label></variable>
<variable item="LT18 Var2 Mast" CV="399" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT18 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="400" upperMask="XXXXXVVV" offset="1"/><label>LT18 Var2 Mast</label></variable>
<variable item="LT18 Var2 Evaluate" CV="400" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT18 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT18 Var2 Evaluate</label></variable>
<variable item="LT18 Var2 CT" CV="400" mask="XVXXXXXX">
<qualifier>
<variableref>LT18 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT18 Var2 CT</label></variable>
<variable item="LT18 Var2 Type" CV="400" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT18 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT18 Var2 Type</label></variable>
<variable item="LT18 Var2 Event" CV="400" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT18 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT18 Var2 Event</label></variable>
<variable item="LT18 Var2 Aspect" CV="400" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT18 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT18 Var2 Aspect</label></variable>
<!-- Logic Table entry #19 -->
<variable item="LT19 Block End" CV="401" mask="XVXXXXXX" default="1">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
<label>LT19 Block End</label>
</variable>
<variable item="LT19 Statement Enable" CV="401" mask="VXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
<label>LT19 Statement Enable</label>
</variable>
<variable CV="401" default="0" item="LT19 Output Mode" mask="XXVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT19 Output Mode</label>
</variable>
<variable item="LT19 Var1 Mode" CV="401" default="0" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT19 Var1 Mode</label>
</variable>
<variable item="LT19 Var2 Mode" CV="401" default="0" mask="XXXXVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT19 Var2 Mode</label>
</variable>
<variable CV="401" default="0" item="LT19 Opcode" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
<label>LT19 Opcode</label>
</variable>
<variable item="LT19 Function" CV="401" default="0" mask="XXXXXXXV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
<label>LT19 Function</label>
</variable>
<variable item="LT19 Reset" CV="402" default="0" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
<label>LT19 Reset</label>
</variable>
<variable item="LT19 Multiplier" CV="402" default="0" mask="XVVVVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiple.xml"/>
<label>LT19 Multiplier</label>
</variable>
<variable item="LT19 Interval" CV="402" default="0" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceIntervalt.xml"/>
<label>LT19 Interval</label>
</variable>
<variable item="LT19 Output Address" CV="403" mask="VVVVVVVV">
<qualifier>
<variableref>LT19 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="404" upperMask="XXXXVVVV" offset="1"/><label>LT19 Output Address</label></variable>
<variable item="LT19 Output Mast" CV="403" mask="VVVVVVVV">
<qualifier>
<variableref>LT19 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="404" upperMask="XXXXXVVV" offset="1"/><label>LT19 Output Mast</label></variable>
<variable item="LT19 Output Send" CV="404" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT19 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/><label>LT19 Output Send</label></variable>
<variable item="LT19 Output CT" CV="404" mask="XVXXXXXX">
<qualifier>
<variableref>LT19 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT19 Output CT</label></variable>
<variable item="LT19 Output Type" CV="404" mask="XXVVXXXX">
<qualifier>
<variableref>LT19 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/><label>LT19 Output Type</label></variable>
<variable item="LT19 Output Aspect" CV="404" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT19 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT19 Output Aspect</label></variable>
<variable item="LT19 Var1 Address" CV="405" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT19 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="406" upperMask="XXXXVVVV" offset="1"/><label>LT19 Var1 Address</label></variable>
<variable item="LT19 Var1 Mast" CV="405" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT19 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="406" upperMask="XXXXXVVV" offset="1"/><label>LT19 Var1 Mast</label></variable>
<variable item="LT19 Var1 Evaluate" CV="406" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT19 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT19 Var1 Evaluate</label></variable>
<variable item="LT19 Var1 CT" CV="406" mask="XVXXXXXX">
<qualifier>
<variableref>LT19 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT19 Var1 CT</label></variable>
<variable item="LT19 Var1 Type" CV="406" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT19 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT19 Var1 Type</label></variable>
<variable item="LT19 Var1 Event" CV="406" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT19 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT19 Var1 Event</label></variable>
<variable item="LT19 Var1 Aspect" CV="406" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT19 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT19 Var1 Aspect</label></variable>
<variable item="LT19 Var2 Address" CV="407" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT19 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="408" upperMask="XXXXVVVV" offset="1"/><label>LT19 Var2 Address</label></variable>
<variable item="LT19 Var2 Mast" CV="407" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT19 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="408" upperMask="XXXXXVVV" offset="1"/><label>LT19 Var2 Mast</label></variable>
<variable item="LT19 Var2 Evaluate" CV="408" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT19 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT19 Var2 Evaluate</label></variable>
<variable item="LT19 Var2 CT" CV="408" mask="XVXXXXXX">
<qualifier>
<variableref>LT19 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT19 Var2 CT</label></variable>
<variable item="LT19 Var2 Type" CV="408" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT19 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT19 Var2 Type</label></variable>
<variable item="LT19 Var2 Event" CV="408" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT19 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT19 Var2 Event</label></variable>
<variable item="LT19 Var2 Aspect" CV="408" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT19 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT19 Var2 Aspect</label></variable>
<!-- Logic Table entry #20 -->
<variable item="LT20 Block End" CV="409" mask="XVXXXXXX" default="1">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
<label>LT20 Block End</label>
</variable>
<variable item="LT20 Statement Enable" CV="409" mask="VXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
<label>LT20 Statement Enable</label>
</variable>
<variable CV="409" default="0" item="LT20 Output Mode" mask="XXVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT20 Output Mode</label>
</variable>
<variable item="LT20 Var1 Mode" CV="409" default="0" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT20 Var1 Mode</label>
</variable>
<variable item="LT20 Var2 Mode" CV="409" default="0" mask="XXXXVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT20 Var2 Mode</label>
</variable>
<variable CV="409" default="0" item="LT20 Opcode" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
<label>LT20 Opcode</label>
</variable>
<variable item="LT20 Function" CV="409" default="0" mask="XXXXXXXV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
<label>LT20 Function</label>
</variable>
<variable item="LT20 Reset" CV="410" default="0" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
<label>LT20 Reset</label>
</variable>
<variable item="LT20 Multiplier" CV="410" default="0" mask="XVVVVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiple.xml"/>
<label>LT20 Multiplier</label>
</variable>
<variable item="LT20 Interval" CV="410" default="0" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceIntervalt.xml"/>
<label>LT20 Interval</label>
</variable>
<variable item="LT20 Output Address" CV="411" mask="VVVVVVVV">
<qualifier>
<variableref>LT20 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="412" upperMask="XXXXVVVV" offset="1"/><label>LT20 Output Address</label></variable>
<variable item="LT20 Output Mast" CV="411" mask="VVVVVVVV">
<qualifier>
<variableref>LT20 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="412" upperMask="XXXXXVVV" offset="1"/><label>LT20 Output Mast</label></variable>
<variable item="LT20 Output Send" CV="412" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT20 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/><label>LT20 Output Send</label></variable>
<variable item="LT20 Output CT" CV="412" mask="XVXXXXXX">
<qualifier>
<variableref>LT20 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT20 Output CT</label></variable>
<variable item="LT20 Output Type" CV="412" mask="XXVVXXXX">
<qualifier>
<variableref>LT20 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/><label>LT20 Output Type</label></variable>
<variable item="LT20 Output Aspect" CV="412" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT20 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT20 Output Aspect</label></variable>
<variable item="LT20 Var1 Address" CV="413" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT20 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="414" upperMask="XXXXVVVV" offset="1"/><label>LT20 Var1 Address</label></variable>
<variable item="LT20 Var1 Mast" CV="413" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT20 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="414" upperMask="XXXXXVVV" offset="1"/><label>LT20 Var1 Mast</label></variable>
<variable item="LT20 Var1 Evaluate" CV="414" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT20 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT20 Var1 Evaluate</label></variable>
<variable item="LT20 Var1 CT" CV="414" mask="XVXXXXXX">
<qualifier>
<variableref>LT20 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT20 Var1 CT</label></variable>
<variable item="LT20 Var1 Type" CV="414" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT20 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT20 Var1 Type</label></variable>
<variable item="LT20 Var1 Event" CV="414" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT20 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT20 Var1 Event</label></variable>
<variable item="LT20 Var1 Aspect" CV="414" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT20 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT20 Var1 Aspect</label></variable>
<variable item="LT20 Var2 Address" CV="415" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT20 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="416" upperMask="XXXXVVVV" offset="1"/><label>LT20 Var2 Address</label></variable>
<variable item="LT20 Var2 Mast" CV="415" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT20 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="416" upperMask="XXXXXVVV" offset="1"/><label>LT20 Var2 Mast</label></variable>
<variable item="LT20 Var2 Evaluate" CV="416" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT20 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT20 Var2 Evaluate</label></variable>
<variable item="LT20 Var2 CT" CV="416" mask="XVXXXXXX">
<qualifier>
<variableref>LT20 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT20 Var2 CT</label></variable>
<variable item="LT20 Var2 Type" CV="416" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT20 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT20 Var2 Type</label></variable>
<variable item="LT20 Var2 Event" CV="416" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT20 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT20 Var2 Event</label></variable>
<variable item="LT20 Var2 Aspect" CV="416" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT20 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT20 Var2 Aspect</label></variable>
<!-- Logic Table entry #21 -->
<variable item="LT21 Block End" CV="417" mask="XVXXXXXX" default="1">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
<label>LT21 Block End</label>
</variable>
<variable item="LT21 Statement Enable" CV="417" mask="VXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
<label>LT21 Statement Enable</label>
</variable>
<variable CV="417" default="0" item="LT21 Output Mode" mask="XXVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT21 Output Mode</label>
</variable>
<variable item="LT21 Var1 Mode" CV="417" default="0" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT21 Var1 Mode</label>
</variable>
<variable item="LT21 Var2 Mode" CV="417" default="0" mask="XXXXVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT21 Var2 Mode</label>
</variable>
<variable CV="417" default="0" item="LT21 Opcode" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
<label>LT21 Opcode</label>
</variable>
<variable item="LT21 Function" CV="417" default="0" mask="XXXXXXXV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
<label>LT21 Function</label>
</variable>
<variable item="LT21 Reset" CV="418" default="0" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
<label>LT21 Reset</label>
</variable>
<variable item="LT21 Multiplier" CV="418" default="0" mask="XVVVVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiple.xml"/>
<label>LT21 Multiplier</label>
</variable>
<variable item="LT21 Interval" CV="418" default="0" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceIntervalt.xml"/>
<label>LT21 Interval</label>
</variable>
<variable item="LT21 Output Address" CV="419" mask="VVVVVVVV">
<qualifier>
<variableref>LT21 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="420" upperMask="XXXXVVVV" offset="1"/><label>LT21 Output Address</label></variable>
<variable item="LT21 Output Mast" CV="419" mask="VVVVVVVV">
<qualifier>
<variableref>LT21 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="420" upperMask="XXXXXVVV" offset="1"/><label>LT21 Output Mast</label></variable>
<variable item="LT21 Output Send" CV="420" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT21 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/><label>LT21 Output Send</label></variable>
<variable item="LT21 Output CT" CV="420" mask="XVXXXXXX">
<qualifier>
<variableref>LT21 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT21 Output CT</label></variable>
<variable item="LT21 Output Type" CV="420" mask="XXVVXXXX">
<qualifier>
<variableref>LT21 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/><label>LT21 Output Type</label></variable>
<variable item="LT21 Output Aspect" CV="420" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT21 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT21 Output Aspect</label></variable>
<variable item="LT21 Var1 Address" CV="421" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT21 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="422" upperMask="XXXXVVVV" offset="1"/><label>LT21 Var1 Address</label></variable>
<variable item="LT21 Var1 Mast" CV="421" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT21 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="422" upperMask="XXXXXVVV" offset="1"/><label>LT21 Var1 Mast</label></variable>
<variable item="LT21 Var1 Evaluate" CV="422" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT21 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT21 Var1 Evaluate</label></variable>
<variable item="LT21 Var1 CT" CV="422" mask="XVXXXXXX">
<qualifier>
<variableref>LT21 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT21 Var1 CT</label></variable>
<variable item="LT21 Var1 Type" CV="422" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT21 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT21 Var1 Type</label></variable>
<variable item="LT21 Var1 Event" CV="422" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT21 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT21 Var1 Event</label></variable>
<variable item="LT21 Var1 Aspect" CV="422" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT21 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT21 Var1 Aspect</label></variable>
<variable item="LT21 Var2 Address" CV="423" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT21 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="424" upperMask="XXXXVVVV" offset="1"/><label>LT21 Var2 Address</label></variable>
<variable item="LT21 Var2 Mast" CV="423" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT21 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="424" upperMask="XXXXXVVV" offset="1"/><label>LT21 Var2 Mast</label></variable>
<variable item="LT21 Var2 Evaluate" CV="424" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT21 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT21 Var2 Evaluate</label></variable>
<variable item="LT21 Var2 CT" CV="424" mask="XVXXXXXX">
<qualifier>
<variableref>LT21 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT21 Var2 CT</label></variable>
<variable item="LT21 Var2 Type" CV="424" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT21 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT21 Var2 Type</label></variable>
<variable item="LT21 Var2 Event" CV="424" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT21 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT21 Var2 Event</label></variable>
<variable item="LT21 Var2 Aspect" CV="424" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT21 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT21 Var2 Aspect</label></variable>
<!-- Logic Table entry #22 -->
<variable item="LT22 Block End" CV="425" mask="XVXXXXXX" default="1">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
<label>LT22 Block End</label>
</variable>
<variable item="LT22 Statement Enable" CV="425" mask="VXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
<label>LT22 Statement Enable</label>
</variable>
<variable CV="425" default="0" item="LT22 Output Mode" mask="XXVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT22 Output Mode</label>
</variable>
<variable item="LT22 Var1 Mode" CV="425" default="0" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT22 Var1 Mode</label>
</variable>
<variable item="LT22 Var2 Mode" CV="425" default="0" mask="XXXXVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT22 Var2 Mode</label>
</variable>
<variable CV="425" default="0" item="LT22 Opcode" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
<label>LT22 Opcode</label>
</variable>
<variable item="LT22 Function" CV="425" default="0" mask="XXXXXXXV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
<label>LT22 Function</label>
</variable>
<variable item="LT22 Reset" CV="426" default="0" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
<label>LT22 Reset</label>
</variable>
<variable item="LT22 Multiplier" CV="426" default="0" mask="XVVVVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiple.xml"/>
<label>LT22 Multiplier</label>
</variable>
<variable item="LT22 Interval" CV="426" default="0" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceIntervalt.xml"/>
<label>LT22 Interval</label>
</variable>
<variable item="LT22 Output Address" CV="427" mask="VVVVVVVV">
<qualifier>
<variableref>LT22 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="428" upperMask="XXXXVVVV" offset="1"/><label>LT22 Output Address</label></variable>
<variable item="LT22 Output Mast" CV="427" mask="VVVVVVVV">
<qualifier>
<variableref>LT22 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="428" upperMask="XXXXXVVV" offset="1"/><label>LT22 Output Mast</label></variable>
<variable item="LT22 Output Send" CV="428" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT22 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/><label>LT22 Output Send</label></variable>
<variable item="LT22 Output CT" CV="428" mask="XVXXXXXX">
<qualifier>
<variableref>LT22 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT22 Output CT</label></variable>
<variable item="LT22 Output Type" CV="428" mask="XXVVXXXX">
<qualifier>
<variableref>LT22 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/><label>LT22 Output Type</label></variable>
<variable item="LT22 Output Aspect" CV="428" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT22 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT22 Output Aspect</label></variable>
<variable item="LT22 Var1 Address" CV="429" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT22 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="430" upperMask="XXXXVVVV" offset="1"/><label>LT22 Var1 Address</label></variable>
<variable item="LT22 Var1 Mast" CV="429" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT22 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="430" upperMask="XXXXXVVV" offset="1"/><label>LT22 Var1 Mast</label></variable>
<variable item="LT22 Var1 Evaluate" CV="430" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT22 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT22 Var1 Evaluate</label></variable>
<variable item="LT22 Var1 CT" CV="430" mask="XVXXXXXX">
<qualifier>
<variableref>LT22 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT22 Var1 CT</label></variable>
<variable item="LT22 Var1 Type" CV="430" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT22 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT22 Var1 Type</label></variable>
<variable item="LT22 Var1 Event" CV="430" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT22 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT22 Var1 Event</label></variable>
<variable item="LT22 Var1 Aspect" CV="430" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT22 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT22 Var1 Aspect</label></variable>
<variable item="LT22 Var2 Address" CV="431" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT22 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="432" upperMask="XXXXVVVV" offset="1"/><label>LT22 Var2 Address</label></variable>
<variable item="LT22 Var2 Mast" CV="431" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT22 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="432" upperMask="XXXXXVVV" offset="1"/><label>LT22 Var2 Mast</label></variable>
<variable item="LT22 Var2 Evaluate" CV="432" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT22 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT22 Var2 Evaluate</label></variable>
<variable item="LT22 Var2 CT" CV="432" mask="XVXXXXXX">
<qualifier>
<variableref>LT22 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT22 Var2 CT</label></variable>
<variable item="LT22 Var2 Type" CV="432" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT22 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT22 Var2 Type</label></variable>
<variable item="LT22 Var2 Event" CV="432" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT22 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT22 Var2 Event</label></variable>
<variable item="LT22 Var2 Aspect" CV="432" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT22 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT22 Var2 Aspect</label></variable>
<!-- Logic Table entry #23 -->
<variable item="LT23 Block End" CV="433" mask="XVXXXXXX" default="1">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
<label>LT23 Block End</label>
</variable>
<variable item="LT23 Statement Enable" CV="433" mask="VXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
<label>LT23 Statement Enable</label>
</variable>
<variable CV="433" default="0" item="LT23 Output Mode" mask="XXVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT23 Output Mode</label>
</variable>
<variable item="LT23 Var1 Mode" CV="433" default="0" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT23 Var1 Mode</label>
</variable>
<variable item="LT23 Var2 Mode" CV="433" default="0" mask="XXXXVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT23 Var2 Mode</label>
</variable>
<variable CV="433" default="0" item="LT23 Opcode" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
<label>LT23 Opcode</label>
</variable>
<variable item="LT23 Function" CV="433" default="0" mask="XXXXXXXV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
<label>LT23 Function</label>
</variable>
<variable item="LT23 Reset" CV="434" default="0" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
<label>LT23 Reset</label>
</variable>
<variable item="LT23 Multiplier" CV="434" default="0" mask="XVVVVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiple.xml"/>
<label>LT23 Multiplier</label>
</variable>
<variable item="LT23 Interval" CV="434" default="0" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceIntervalt.xml"/>
<label>LT23 Interval</label>
</variable>
<variable item="LT23 Output Address" CV="435" mask="VVVVVVVV">
<qualifier>
<variableref>LT23 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="436" upperMask="XXXXVVVV" offset="1"/><label>LT23 Output Address</label></variable>
<variable item="LT23 Output Mast" CV="435" mask="VVVVVVVV">
<qualifier>
<variableref>LT23 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="436" upperMask="XXXXXVVV" offset="1"/><label>LT23 Output Mast</label></variable>
<variable item="LT23 Output Send" CV="436" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT23 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/><label>LT23 Output Send</label></variable>
<variable item="LT23 Output CT" CV="436" mask="XVXXXXXX">
<qualifier>
<variableref>LT23 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT23 Output CT</label></variable>
<variable item="LT23 Output Type" CV="436" mask="XXVVXXXX">
<qualifier>
<variableref>LT23 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/><label>LT23 Output Type</label></variable>
<variable item="LT23 Output Aspect" CV="436" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT23 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT23 Output Aspect</label></variable>
<variable item="LT23 Var1 Address" CV="437" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT23 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="438" upperMask="XXXXVVVV" offset="1"/><label>LT23 Var1 Address</label></variable>
<variable item="LT23 Var1 Mast" CV="437" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT23 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="438" upperMask="XXXXXVVV" offset="1"/><label>LT23 Var1 Mast</label></variable>
<variable item="LT23 Var1 Evaluate" CV="438" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT23 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT23 Var1 Evaluate</label></variable>
<variable item="LT23 Var1 CT" CV="438" mask="XVXXXXXX">
<qualifier>
<variableref>LT23 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT23 Var1 CT</label></variable>
<variable item="LT23 Var1 Type" CV="438" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT23 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT23 Var1 Type</label></variable>
<variable item="LT23 Var1 Event" CV="438" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT23 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT23 Var1 Event</label></variable>
<variable item="LT23 Var1 Aspect" CV="438" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT23 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT23 Var1 Aspect</label></variable>
<variable item="LT23 Var2 Address" CV="439" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT23 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="440" upperMask="XXXXVVVV" offset="1"/><label>LT23 Var2 Address</label></variable>
<variable item="LT23 Var2 Mast" CV="439" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT23 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="440" upperMask="XXXXXVVV" offset="1"/><label>LT23 Var2 Mast</label></variable>
<variable item="LT23 Var2 Evaluate" CV="440" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT23 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT23 Var2 Evaluate</label></variable>
<variable item="LT23 Var2 CT" CV="440" mask="XVXXXXXX">
<qualifier>
<variableref>LT23 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT23 Var2 CT</label></variable>
<variable item="LT23 Var2 Type" CV="440" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT23 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT23 Var2 Type</label></variable>
<variable item="LT23 Var2 Event" CV="440" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT23 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT23 Var2 Event</label></variable>
<variable item="LT23 Var2 Aspect" CV="440" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT23 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT23 Var2 Aspect</label></variable>
<!-- Logic Table entry #24 -->
<variable item="LT24 Block End" CV="441" mask="XVXXXXXX" default="1">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
<label>LT24 Block End</label>
</variable>
<variable item="LT24 Statement Enable" CV="441" mask="VXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
<label>LT24 Statement Enable</label>
</variable>
<variable CV="441" default="0" item="LT24 Output Mode" mask="XXVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT24 Output Mode</label>
</variable>
<variable item="LT24 Var1 Mode" CV="441" default="0" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT24 Var1 Mode</label>
</variable>
<variable item="LT24 Var2 Mode" CV="441" default="0" mask="XXXXVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT24 Var2 Mode</label>
</variable>
<variable CV="441" default="0" item="LT24 Opcode" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
<label>LT24 Opcode</label>
</variable>
<variable item="LT24 Function" CV="441" default="0" mask="XXXXXXXV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
<label>LT24 Function</label>
</variable>
<variable item="LT24 Reset" CV="442" default="0" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
<label>LT24 Reset</label>
</variable>
<variable item="LT24 Multiplier" CV="442" default="0" mask="XVVVVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiple.xml"/>
<label>LT24 Multiplier</label>
</variable>
<variable item="LT24 Interval" CV="442" default="0" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceIntervalt.xml"/>
<label>LT24 Interval</label>
</variable>
<variable item="LT24 Output Address" CV="443" mask="VVVVVVVV">
<qualifier>
<variableref>LT24 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="444" upperMask="XXXXVVVV" offset="1"/><label>LT24 Output Address</label></variable>
<variable item="LT24 Output Mast" CV="443" mask="VVVVVVVV">
<qualifier>
<variableref>LT24 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="444" upperMask="XXXXXVVV" offset="1"/><label>LT24 Output Mast</label></variable>
<variable item="LT24 Output Send" CV="444" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT24 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/><label>LT24 Output Send</label></variable>
<variable item="LT24 Output CT" CV="444" mask="XVXXXXXX">
<qualifier>
<variableref>LT24 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT24 Output CT</label></variable>
<variable item="LT24 Output Type" CV="444" mask="XXVVXXXX">
<qualifier>
<variableref>LT24 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/><label>LT24 Output Type</label></variable>
<variable item="LT24 Output Aspect" CV="444" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT24 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT24 Output Aspect</label></variable>
<variable item="LT24 Var1 Address" CV="445" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT24 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="446" upperMask="XXXXVVVV" offset="1"/><label>LT24 Var1 Address</label></variable>
<variable item="LT24 Var1 Mast" CV="445" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT24 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="446" upperMask="XXXXXVVV" offset="1"/><label>LT24 Var1 Mast</label></variable>
<variable item="LT24 Var1 Evaluate" CV="446" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT24 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT24 Var1 Evaluate</label></variable>
<variable item="LT24 Var1 CT" CV="446" mask="XVXXXXXX">
<qualifier>
<variableref>LT24 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT24 Var1 CT</label></variable>
<variable item="LT24 Var1 Type" CV="446" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT24 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT24 Var1 Type</label></variable>
<variable item="LT24 Var1 Event" CV="446" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT24 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT24 Var1 Event</label></variable>
<variable item="LT24 Var1 Aspect" CV="446" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT24 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT24 Var1 Aspect</label></variable>
<variable item="LT24 Var2 Address" CV="447" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT24 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="448" upperMask="XXXXVVVV" offset="1"/><label>LT24 Var2 Address</label></variable>
<variable item="LT24 Var2 Mast" CV="447" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT24 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="448" upperMask="XXXXXVVV" offset="1"/><label>LT24 Var2 Mast</label></variable>
<variable item="LT24 Var2 Evaluate" CV="448" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT24 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT24 Var2 Evaluate</label></variable>
<variable item="LT24 Var2 CT" CV="448" mask="XVXXXXXX">
<qualifier>
<variableref>LT24 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT24 Var2 CT</label></variable>
<variable item="LT24 Var2 Type" CV="448" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT24 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT24 Var2 Type</label></variable>
<variable item="LT24 Var2 Event" CV="448" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT24 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT24 Var2 Event</label></variable>
<variable item="LT24 Var2 Aspect" CV="448" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT24 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT24 Var2 Aspect</label></variable>
<!-- Logic Table entry #25 -->
<variable item="LT25 Block End" CV="449" mask="XVXXXXXX" default="1">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
<label>LT25 Block End</label>
</variable>
<variable item="LT25 Statement Enable" CV="449" mask="VXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
<label>LT25 Statement Enable</label>
</variable>
<variable CV="449" default="0" item="LT25 Output Mode" mask="XXVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT25 Output Mode</label>
</variable>
<variable item="LT25 Var1 Mode" CV="449" default="0" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT25 Var1 Mode</label>
</variable>
<variable item="LT25 Var2 Mode" CV="449" default="0" mask="XXXXVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT25 Var2 Mode</label>
</variable>
<variable CV="449" default="0" item="LT25 Opcode" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
<label>LT25 Opcode</label>
</variable>
<variable item="LT25 Function" CV="449" default="0" mask="XXXXXXXV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
<label>LT25 Function</label>
</variable>
<variable item="LT25 Reset" CV="450" default="0" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
<label>LT25 Reset</label>
</variable>
<variable item="LT25 Multiplier" CV="450" default="0" mask="XVVVVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiple.xml"/>
<label>LT25 Multiplier</label>
</variable>
<variable item="LT25 Interval" CV="450" default="0" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceIntervalt.xml"/>
<label>LT25 Interval</label>
</variable>
<variable item="LT25 Output Address" CV="451" mask="VVVVVVVV">
<qualifier>
<variableref>LT25 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="452" upperMask="XXXXVVVV" offset="1"/><label>LT25 Output Address</label></variable>
<variable item="LT25 Output Mast" CV="451" mask="VVVVVVVV">
<qualifier>
<variableref>LT25 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="452" upperMask="XXXXXVVV" offset="1"/><label>LT25 Output Mast</label></variable>
<variable item="LT25 Output Send" CV="452" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT25 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/><label>LT25 Output Send</label></variable>
<variable item="LT25 Output CT" CV="452" mask="XVXXXXXX">
<qualifier>
<variableref>LT25 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT25 Output CT</label></variable>
<variable item="LT25 Output Type" CV="452" mask="XXVVXXXX">
<qualifier>
<variableref>LT25 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/><label>LT25 Output Type</label></variable>
<variable item="LT25 Output Aspect" CV="452" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT25 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT25 Output Aspect</label></variable>
<variable item="LT25 Var1 Address" CV="453" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT25 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="454" upperMask="XXXXVVVV" offset="1"/><label>LT25 Var1 Address</label></variable>
<variable item="LT25 Var1 Mast" CV="453" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT25 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="454" upperMask="XXXXXVVV" offset="1"/><label>LT25 Var1 Mast</label></variable>
<variable item="LT25 Var1 Evaluate" CV="454" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT25 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT25 Var1 Evaluate</label></variable>
<variable item="LT25 Var1 CT" CV="454" mask="XVXXXXXX">
<qualifier>
<variableref>LT25 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT25 Var1 CT</label></variable>
<variable item="LT25 Var1 Type" CV="454" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT25 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT25 Var1 Type</label></variable>
<variable item="LT25 Var1 Event" CV="454" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT25 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT25 Var1 Event</label></variable>
<variable item="LT25 Var1 Aspect" CV="454" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT25 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT25 Var1 Aspect</label></variable>
<variable item="LT25 Var2 Address" CV="455" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT25 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="456" upperMask="XXXXVVVV" offset="1"/><label>LT25 Var2 Address</label></variable>
<variable item="LT25 Var2 Mast" CV="455" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT25 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="456" upperMask="XXXXXVVV" offset="1"/><label>LT25 Var2 Mast</label></variable>
<variable item="LT25 Var2 Evaluate" CV="456" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT25 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT25 Var2 Evaluate</label></variable>
<variable item="LT25 Var2 CT" CV="456" mask="XVXXXXXX">
<qualifier>
<variableref>LT25 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT25 Var2 CT</label></variable>
<variable item="LT25 Var2 Type" CV="456" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT25 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT25 Var2 Type</label></variable>
<variable item="LT25 Var2 Event" CV="456" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT25 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT25 Var2 Event</label></variable>
<variable item="LT25 Var2 Aspect" CV="456" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT25 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT25 Var2 Aspect</label></variable>
<!-- Logic Table entry #26 -->
<variable item="LT26 Block End" CV="457" mask="XVXXXXXX" default="1">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
<label>LT26 Block End</label>
</variable>
<variable item="LT26 Statement Enable" CV="457" mask="VXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
<label>LT26 Statement Enable</label>
</variable>
<variable CV="457" default="0" item="LT26 Output Mode" mask="XXVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT26 Output Mode</label>
</variable>
<variable item="LT26 Var1 Mode" CV="457" default="0" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT26 Var1 Mode</label>
</variable>
<variable item="LT26 Var2 Mode" CV="457" default="0" mask="XXXXVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT26 Var2 Mode</label>
</variable>
<variable CV="457" default="0" item="LT26 Opcode" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
<label>LT26 Opcode</label>
</variable>
<variable item="LT26 Function" CV="457" default="0" mask="XXXXXXXV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
<label>LT26 Function</label>
</variable>
<variable item="LT26 Reset" CV="458" default="0" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
<label>LT26 Reset</label>
</variable>
<variable item="LT26 Multiplier" CV="458" default="0" mask="XVVVVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiple.xml"/>
<label>LT26 Multiplier</label>
</variable>
<variable item="LT26 Interval" CV="458" default="0" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceIntervalt.xml"/>
<label>LT26 Interval</label>
</variable>
<variable item="LT26 Output Address" CV="459" mask="VVVVVVVV">
<qualifier>
<variableref>LT26 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="460" upperMask="XXXXVVVV" offset="1"/><label>LT26 Output Address</label></variable>
<variable item="LT26 Output Mast" CV="459" mask="VVVVVVVV">
<qualifier>
<variableref>LT26 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="460" upperMask="XXXXXVVV" offset="1"/><label>LT26 Output Mast</label></variable>
<variable item="LT26 Output Send" CV="460" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT26 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/><label>LT26 Output Send</label></variable>
<variable item="LT26 Output CT" CV="460" mask="XVXXXXXX">
<qualifier>
<variableref>LT26 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT26 Output CT</label></variable>
<variable item="LT26 Output Type" CV="460" mask="XXVVXXXX">
<qualifier>
<variableref>LT26 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/><label>LT26 Output Type</label></variable>
<variable item="LT26 Output Aspect" CV="460" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT26 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT26 Output Aspect</label></variable>
<variable item="LT26 Var1 Address" CV="461" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT26 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="462" upperMask="XXXXVVVV" offset="1"/><label>LT26 Var1 Address</label></variable>
<variable item="LT26 Var1 Mast" CV="461" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT26 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="462" upperMask="XXXXXVVV" offset="1"/><label>LT26 Var1 Mast</label></variable>
<variable item="LT26 Var1 Evaluate" CV="462" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT26 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT26 Var1 Evaluate</label></variable>
<variable item="LT26 Var1 CT" CV="462" mask="XVXXXXXX">
<qualifier>
<variableref>LT26 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT26 Var1 CT</label></variable>
<variable item="LT26 Var1 Type" CV="462" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT26 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT26 Var1 Type</label></variable>
<variable item="LT26 Var1 Event" CV="462" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT26 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT26 Var1 Event</label></variable>
<variable item="LT26 Var1 Aspect" CV="462" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT26 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT26 Var1 Aspect</label></variable>
<variable item="LT26 Var2 Address" CV="463" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT26 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="464" upperMask="XXXXVVVV" offset="1"/><label>LT26 Var2 Address</label></variable>
<variable item="LT26 Var2 Mast" CV="463" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT26 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="464" upperMask="XXXXXVVV" offset="1"/><label>LT26 Var2 Mast</label></variable>
<variable item="LT26 Var2 Evaluate" CV="464" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT26 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT26 Var2 Evaluate</label></variable>
<variable item="LT26 Var2 CT" CV="464" mask="XVXXXXXX">
<qualifier>
<variableref>LT26 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT26 Var2 CT</label></variable>
<variable item="LT26 Var2 Type" CV="464" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT26 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT26 Var2 Type</label></variable>
<variable item="LT26 Var2 Event" CV="464" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT26 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT26 Var2 Event</label></variable>
<variable item="LT26 Var2 Aspect" CV="464" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT26 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT26 Var2 Aspect</label></variable>
<!-- Logic Table entry #27 -->
<variable item="LT27 Block End" CV="465" mask="XVXXXXXX" default="1">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
<label>LT27 Block End</label>
</variable>
<variable item="LT27 Statement Enable" CV="465" mask="VXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
<label>LT27 Statement Enable</label>
</variable>
<variable CV="465" default="0" item="LT27 Output Mode" mask="XXVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT27 Output Mode</label>
</variable>
<variable item="LT27 Var1 Mode" CV="465" default="0" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT27 Var1 Mode</label>
</variable>
<variable item="LT27 Var2 Mode" CV="465" default="0" mask="XXXXVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT27 Var2 Mode</label>
</variable>
<variable CV="465" default="0" item="LT27 Opcode" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
<label>LT27 Opcode</label>
</variable>
<variable item="LT27 Function" CV="465" default="0" mask="XXXXXXXV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
<label>LT27 Function</label>
</variable>
<variable item="LT27 Reset" CV="466" default="0" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
<label>LT27 Reset</label>
</variable>
<variable item="LT27 Multiplier" CV="466" default="0" mask="XVVVVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiple.xml"/>
<label>LT27 Multiplier</label>
</variable>
<variable item="LT27 Interval" CV="466" default="0" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceIntervalt.xml"/>
<label>LT27 Interval</label>
</variable>
<variable item="LT27 Output Address" CV="467" mask="VVVVVVVV">
<qualifier>
<variableref>LT27 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="468" upperMask="XXXXVVVV" offset="1"/><label>LT27 Output Address</label></variable>
<variable item="LT27 Output Mast" CV="467" mask="VVVVVVVV">
<qualifier>
<variableref>LT27 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="468" upperMask="XXXXXVVV" offset="1"/><label>LT27 Output Mast</label></variable>
<variable item="LT27 Output Send" CV="468" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT27 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/><label>LT27 Output Send</label></variable>
<variable item="LT27 Output CT" CV="468" mask="XVXXXXXX">
<qualifier>
<variableref>LT27 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT27 Output CT</label></variable>
<variable item="LT27 Output Type" CV="468" mask="XXVVXXXX">
<qualifier>
<variableref>LT27 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/><label>LT27 Output Type</label></variable>
<variable item="LT27 Output Aspect" CV="468" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT27 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT27 Output Aspect</label></variable>
<variable item="LT27 Var1 Address" CV="469" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT27 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="470" upperMask="XXXXVVVV" offset="1"/><label>LT27 Var1 Address</label></variable>
<variable item="LT27 Var1 Mast" CV="469" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT27 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="470" upperMask="XXXXXVVV" offset="1"/><label>LT27 Var1 Mast</label></variable>
<variable item="LT27 Var1 Evaluate" CV="470" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT27 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT27 Var1 Evaluate</label></variable>
<variable item="LT27 Var1 CT" CV="470" mask="XVXXXXXX">
<qualifier>
<variableref>LT27 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT27 Var1 CT</label></variable>
<variable item="LT27 Var1 Type" CV="470" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT27 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT27 Var1 Type</label></variable>
<variable item="LT27 Var1 Event" CV="470" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT27 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT27 Var1 Event</label></variable>
<variable item="LT27 Var1 Aspect" CV="470" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT27 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT27 Var1 Aspect</label></variable>
<variable item="LT27 Var2 Address" CV="471" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT27 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="472" upperMask="XXXXVVVV" offset="1"/><label>LT27 Var2 Address</label></variable>
<variable item="LT27 Var2 Mast" CV="471" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT27 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="472" upperMask="XXXXXVVV" offset="1"/><label>LT27 Var2 Mast</label></variable>
<variable item="LT27 Var2 Evaluate" CV="472" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT27 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT27 Var2 Evaluate</label></variable>
<variable item="LT27 Var2 CT" CV="472" mask="XVXXXXXX">
<qualifier>
<variableref>LT27 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT27 Var2 CT</label></variable>
<variable item="LT27 Var2 Type" CV="472" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT27 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT27 Var2 Type</label></variable>
<variable item="LT27 Var2 Event" CV="472" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT27 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT27 Var2 Event</label></variable>
<variable item="LT27 Var2 Aspect" CV="472" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT27 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT27 Var2 Aspect</label></variable>
<!-- Logic Table entry #28 -->
<variable item="LT28 Block End" CV="473" mask="XVXXXXXX" default="1">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
<label>LT28 Block End</label>
</variable>
<variable item="LT28 Statement Enable" CV="473" mask="VXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
<label>LT28 Statement Enable</label>
</variable>
<variable CV="473" default="0" item="LT28 Output Mode" mask="XXVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT28 Output Mode</label>
</variable>
<variable item="LT28 Var1 Mode" CV="473" default="0" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT28 Var1 Mode</label>
</variable>
<variable item="LT28 Var2 Mode" CV="473" default="0" mask="XXXXVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT28 Var2 Mode</label>
</variable>
<variable CV="473" default="0" item="LT28 Opcode" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
<label>LT28 Opcode</label>
</variable>
<variable item="LT28 Function" CV="473" default="0" mask="XXXXXXXV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
<label>LT28 Function</label>
</variable>
<variable item="LT28 Reset" CV="474" default="0" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
<label>LT28 Reset</label>
</variable>
<variable item="LT28 Multiplier" CV="474" default="0" mask="XVVVVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiple.xml"/>
<label>LT28 Multiplier</label>
</variable>
<variable item="LT28 Interval" CV="474" default="0" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceIntervalt.xml"/>
<label>LT28 Interval</label>
</variable>
<variable item="LT28 Output Address" CV="475" mask="VVVVVVVV">
<qualifier>
<variableref>LT28 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="476" upperMask="XXXXVVVV" offset="1"/><label>LT28 Output Address</label></variable>
<variable item="LT28 Output Mast" CV="475" mask="VVVVVVVV">
<qualifier>
<variableref>LT28 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="476" upperMask="XXXXXVVV" offset="1"/><label>LT28 Output Mast</label></variable>
<variable item="LT28 Output Send" CV="476" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT28 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/><label>LT28 Output Send</label></variable>
<variable item="LT28 Output CT" CV="476" mask="XVXXXXXX">
<qualifier>
<variableref>LT28 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT28 Output CT</label></variable>
<variable item="LT28 Output Type" CV="476" mask="XXVVXXXX">
<qualifier>
<variableref>LT28 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/><label>LT28 Output Type</label></variable>
<variable item="LT28 Output Aspect" CV="476" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT28 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT28 Output Aspect</label></variable>
<variable item="LT28 Var1 Address" CV="477" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT28 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="478" upperMask="XXXXVVVV" offset="1"/><label>LT28 Var1 Address</label></variable>
<variable item="LT28 Var1 Mast" CV="477" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT28 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="478" upperMask="XXXXXVVV" offset="1"/><label>LT28 Var1 Mast</label></variable>
<variable item="LT28 Var1 Evaluate" CV="478" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT28 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT28 Var1 Evaluate</label></variable>
<variable item="LT28 Var1 CT" CV="478" mask="XVXXXXXX">
<qualifier>
<variableref>LT28 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT28 Var1 CT</label></variable>
<variable item="LT28 Var1 Type" CV="478" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT28 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT28 Var1 Type</label></variable>
<variable item="LT28 Var1 Event" CV="478" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT28 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT28 Var1 Event</label></variable>
<variable item="LT28 Var1 Aspect" CV="478" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT28 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT28 Var1 Aspect</label></variable>
<variable item="LT28 Var2 Address" CV="479" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT28 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="480" upperMask="XXXXVVVV" offset="1"/><label>LT28 Var2 Address</label></variable>
<variable item="LT28 Var2 Mast" CV="479" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT28 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="480" upperMask="XXXXXVVV" offset="1"/><label>LT28 Var2 Mast</label></variable>
<variable item="LT28 Var2 Evaluate" CV="480" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT28 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT28 Var2 Evaluate</label></variable>
<variable item="LT28 Var2 CT" CV="480" mask="XVXXXXXX">
<qualifier>
<variableref>LT28 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT28 Var2 CT</label></variable>
<variable item="LT28 Var2 Type" CV="480" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT28 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT28 Var2 Type</label></variable>
<variable item="LT28 Var2 Event" CV="480" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT28 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT28 Var2 Event</label></variable>
<variable item="LT28 Var2 Aspect" CV="480" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT28 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT28 Var2 Aspect</label></variable>
<!-- Logic Table entry #29 -->
<variable item="LT29 Block End" CV="481" mask="XVXXXXXX" default="1">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
<label>LT29 Block End</label>
</variable>
<variable item="LT29 Statement Enable" CV="481" mask="VXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
<label>LT29 Statement Enable</label>
</variable>
<variable CV="481" default="0" item="LT29 Output Mode" mask="XXVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT29 Output Mode</label>
</variable>
<variable item="LT29 Var1 Mode" CV="481" default="0" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT29 Var1 Mode</label>
</variable>
<variable item="LT29 Var2 Mode" CV="481" default="0" mask="XXXXVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT29 Var2 Mode</label>
</variable>
<variable CV="481" default="0" item="LT29 Opcode" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
<label>LT29 Opcode</label>
</variable>
<variable item="LT29 Function" CV="481" default="0" mask="XXXXXXXV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
<label>LT29 Function</label>
</variable>
<variable item="LT29 Reset" CV="482" default="0" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
<label>LT29 Reset</label>
</variable>
<variable item="LT29 Multiplier" CV="482" default="0" mask="XVVVVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiple.xml"/>
<label>LT29 Multiplier</label>
</variable>
<variable item="LT29 Interval" CV="482" default="0" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceIntervalt.xml"/>
<label>LT29 Interval</label>
</variable>
<variable item="LT29 Output Address" CV="483" mask="VVVVVVVV">
<qualifier>
<variableref>LT29 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="484" upperMask="XXXXVVVV" offset="1"/><label>LT29 Output Address</label></variable>
<variable item="LT29 Output Mast" CV="483" mask="VVVVVVVV">
<qualifier>
<variableref>LT29 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="484" upperMask="XXXXXVVV" offset="1"/><label>LT29 Output Mast</label></variable>
<variable item="LT29 Output Send" CV="484" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT29 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/><label>LT29 Output Send</label></variable>
<variable item="LT29 Output CT" CV="484" mask="XVXXXXXX">
<qualifier>
<variableref>LT29 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT29 Output CT</label></variable>
<variable item="LT29 Output Type" CV="484" mask="XXVVXXXX">
<qualifier>
<variableref>LT29 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/><label>LT29 Output Type</label></variable>
<variable item="LT29 Output Aspect" CV="484" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT29 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT29 Output Aspect</label></variable>
<variable item="LT29 Var1 Address" CV="485" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT29 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="486" upperMask="XXXXVVVV" offset="1"/><label>LT29 Var1 Address</label></variable>
<variable item="LT29 Var1 Mast" CV="485" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT29 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="486" upperMask="XXXXXVVV" offset="1"/><label>LT29 Var1 Mast</label></variable>
<variable item="LT29 Var1 Evaluate" CV="486" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT29 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT29 Var1 Evaluate</label></variable>
<variable item="LT29 Var1 CT" CV="486" mask="XVXXXXXX">
<qualifier>
<variableref>LT29 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT29 Var1 CT</label></variable>
<variable item="LT29 Var1 Type" CV="486" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT29 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT29 Var1 Type</label></variable>
<variable item="LT29 Var1 Event" CV="486" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT29 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT29 Var1 Event</label></variable>
<variable item="LT29 Var1 Aspect" CV="486" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT29 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT29 Var1 Aspect</label></variable>
<variable item="LT29 Var2 Address" CV="487" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT29 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="488" upperMask="XXXXVVVV" offset="1"/><label>LT29 Var2 Address</label></variable>
<variable item="LT29 Var2 Mast" CV="487" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT29 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="488" upperMask="XXXXXVVV" offset="1"/><label>LT29 Var2 Mast</label></variable>
<variable item="LT29 Var2 Evaluate" CV="488" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT29 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT29 Var2 Evaluate</label></variable>
<variable item="LT29 Var2 CT" CV="488" mask="XVXXXXXX">
<qualifier>
<variableref>LT29 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT29 Var2 CT</label></variable>
<variable item="LT29 Var2 Type" CV="488" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT29 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT29 Var2 Type</label></variable>
<variable item="LT29 Var2 Event" CV="488" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT29 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT29 Var2 Event</label></variable>
<variable item="LT29 Var2 Aspect" CV="488" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT29 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT29 Var2 Aspect</label></variable>
<!-- Logic Table entry #30 -->
<variable item="LT30 Block End" CV="489" mask="XVXXXXXX" default="1">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
<label>LT30 Block End</label>
</variable>
<variable item="LT30 Statement Enable" CV="489" mask="VXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
<label>LT30 Statement Enable</label>
</variable>
<variable CV="489" default="0" item="LT30 Output Mode" mask="XXVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT30 Output Mode</label>
</variable>
<variable item="LT30 Var1 Mode" CV="489" default="0" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT30 Var1 Mode</label>
</variable>
<variable item="LT30 Var2 Mode" CV="489" default="0" mask="XXXXVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT30 Var2 Mode</label>
</variable>
<variable CV="489" default="0" item="LT30 Opcode" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
<label>LT30 Opcode</label>
</variable>
<variable item="LT30 Function" CV="489" default="0" mask="XXXXXXXV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
<label>LT30 Function</label>
</variable>
<variable item="LT30 Reset" CV="490" default="0" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
<label>LT30 Reset</label>
</variable>
<variable item="LT30 Multiplier" CV="490" default="0" mask="XVVVVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiple.xml"/>
<label>LT30 Multiplier</label>
</variable>
<variable item="LT30 Interval" CV="490" default="0" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceIntervalt.xml"/>
<label>LT30 Interval</label>
</variable>
<variable item="LT30 Output Address" CV="491" mask="VVVVVVVV">
<qualifier>
<variableref>LT30 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="492" upperMask="XXXXVVVV" offset="1"/><label>LT30 Output Address</label></variable>
<variable item="LT30 Output Mast" CV="491" mask="VVVVVVVV">
<qualifier>
<variableref>LT30 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="492" upperMask="XXXXXVVV" offset="1"/><label>LT30 Output Mast</label></variable>
<variable item="LT30 Output Send" CV="492" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT30 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/><label>LT30 Output Send</label></variable>
<variable item="LT30 Output CT" CV="492" mask="XVXXXXXX">
<qualifier>
<variableref>LT30 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT30 Output CT</label></variable>
<variable item="LT30 Output Type" CV="492" mask="XXVVXXXX">
<qualifier>
<variableref>LT30 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/><label>LT30 Output Type</label></variable>
<variable item="LT30 Output Aspect" CV="492" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT30 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT30 Output Aspect</label></variable>
<variable item="LT30 Var1 Address" CV="493" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT30 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="494" upperMask="XXXXVVVV" offset="1"/><label>LT30 Var1 Address</label></variable>
<variable item="LT30 Var1 Mast" CV="493" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT30 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="494" upperMask="XXXXXVVV" offset="1"/><label>LT30 Var1 Mast</label></variable>
<variable item="LT30 Var1 Evaluate" CV="494" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT30 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT30 Var1 Evaluate</label></variable>
<variable item="LT30 Var1 CT" CV="494" mask="XVXXXXXX">
<qualifier>
<variableref>LT30 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT30 Var1 CT</label></variable>
<variable item="LT30 Var1 Type" CV="494" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT30 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT30 Var1 Type</label></variable>
<variable item="LT30 Var1 Event" CV="494" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT30 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT30 Var1 Event</label></variable>
<variable item="LT30 Var1 Aspect" CV="494" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT30 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT30 Var1 Aspect</label></variable>
<variable item="LT30 Var2 Address" CV="495" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT30 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="496" upperMask="XXXXVVVV" offset="1"/><label>LT30 Var2 Address</label></variable>
<variable item="LT30 Var2 Mast" CV="495" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT30 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="496" upperMask="XXXXXVVV" offset="1"/><label>LT30 Var2 Mast</label></variable>
<variable item="LT30 Var2 Evaluate" CV="496" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT30 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT30 Var2 Evaluate</label></variable>
<variable item="LT30 Var2 CT" CV="496" mask="XVXXXXXX">
<qualifier>
<variableref>LT30 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT30 Var2 CT</label></variable>
<variable item="LT30 Var2 Type" CV="496" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT30 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT30 Var2 Type</label></variable>
<variable item="LT30 Var2 Event" CV="496" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT30 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT30 Var2 Event</label></variable>
<variable item="LT30 Var2 Aspect" CV="496" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT30 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT30 Var2 Aspect</label></variable>
<!-- Logic Table entry #31 -->
<variable item="LT31 Block End" CV="497" mask="XVXXXXXX" default="1">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
<label>LT31 Block End</label>
</variable>
<variable item="LT31 Statement Enable" CV="497" mask="VXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
<label>LT31 Statement Enable</label>
</variable>
<variable CV="497" default="0" item="LT31 Output Mode" mask="XXVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT31 Output Mode</label>
</variable>
<variable item="LT31 Var1 Mode" CV="497" default="0" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT31 Var1 Mode</label>
</variable>
<variable item="LT31 Var2 Mode" CV="497" default="0" mask="XXXXVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT31 Var2 Mode</label>
</variable>
<variable CV="497" default="0" item="LT31 Opcode" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
<label>LT31 Opcode</label>
</variable>
<variable item="LT31 Function" CV="497" default="0" mask="XXXXXXXV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
<label>LT31 Function</label>
</variable>
<variable item="LT31 Reset" CV="498" default="0" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
<label>LT31 Reset</label>
</variable>
<variable item="LT31 Multiplier" CV="498" default="0" mask="XVVVVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiple.xml"/>
<label>LT31 Multiplier</label>
</variable>
<variable item="LT31 Interval" CV="498" default="0" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceIntervalt.xml"/>
<label>LT31 Interval</label>
</variable>
<variable item="LT31 Output Address" CV="499" mask="VVVVVVVV">
<qualifier>
<variableref>LT31 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="500" upperMask="XXXXVVVV" offset="1"/><label>LT31 Output Address</label></variable>
<variable item="LT31 Output Mast" CV="499" mask="VVVVVVVV">
<qualifier>
<variableref>LT31 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="500" upperMask="XXXXXVVV" offset="1"/><label>LT31 Output Mast</label></variable>
<variable item="LT31 Output Send" CV="500" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT31 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/><label>LT31 Output Send</label></variable>
<variable item="LT31 Output CT" CV="500" mask="XVXXXXXX">
<qualifier>
<variableref>LT31 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT31 Output CT</label></variable>
<variable item="LT31 Output Type" CV="500" mask="XXVVXXXX">
<qualifier>
<variableref>LT31 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/><label>LT31 Output Type</label></variable>
<variable item="LT31 Output Aspect" CV="500" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT31 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT31 Output Aspect</label></variable>
<variable item="LT31 Var1 Address" CV="501" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT31 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="502" upperMask="XXXXVVVV" offset="1"/><label>LT31 Var1 Address</label></variable>
<variable item="LT31 Var1 Mast" CV="501" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT31 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="502" upperMask="XXXXXVVV" offset="1"/><label>LT31 Var1 Mast</label></variable>
<variable item="LT31 Var1 Evaluate" CV="502" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT31 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT31 Var1 Evaluate</label></variable>
<variable item="LT31 Var1 CT" CV="502" mask="XVXXXXXX">
<qualifier>
<variableref>LT31 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT31 Var1 CT</label></variable>
<variable item="LT31 Var1 Type" CV="502" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT31 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT31 Var1 Type</label></variable>
<variable item="LT31 Var1 Event" CV="502" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT31 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT31 Var1 Event</label></variable>
<variable item="LT31 Var1 Aspect" CV="502" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT31 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT31 Var1 Aspect</label></variable>
<variable item="LT31 Var2 Address" CV="503" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT31 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="504" upperMask="XXXXVVVV" offset="1"/><label>LT31 Var2 Address</label></variable>
<variable item="LT31 Var2 Mast" CV="503" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT31 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="504" upperMask="XXXXXVVV" offset="1"/><label>LT31 Var2 Mast</label></variable>
<variable item="LT31 Var2 Evaluate" CV="504" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT31 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT31 Var2 Evaluate</label></variable>
<variable item="LT31 Var2 CT" CV="504" mask="XVXXXXXX">
<qualifier>
<variableref>LT31 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT31 Var2 CT</label></variable>
<variable item="LT31 Var2 Type" CV="504" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT31 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT31 Var2 Type</label></variable>
<variable item="LT31 Var2 Event" CV="504" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT31 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT31 Var2 Event</label></variable>
<variable item="LT31 Var2 Aspect" CV="504" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT31 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT31 Var2 Aspect</label></variable>
<!-- Logic Table entry #32 -->
<variable item="LT32 Block End" CV="505" mask="XVXXXXXX" default="1">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
<label>LT32 Block End</label>
</variable>
<variable item="LT32 Statement Enable" CV="505" mask="VXXXXXXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
<label>LT32 Statement Enable</label>
</variable>
<variable CV="505" default="0" item="LT32 Output Mode" mask="XXVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT32 Output Mode</label>
</variable>
<variable item="LT32 Var1 Mode" CV="505" default="0" mask="XXXVXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT32 Var1 Mode</label>
</variable>
<variable item="LT32 Var2 Mode" CV="505" default="0" mask="XXXXVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
<label>LT32 Var2 Mode</label>
</variable>
<variable CV="505" default="0" item="LT32 Opcode" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
<label>LT32 Opcode</label>
</variable>
<variable item="LT32 Function" CV="505" default="0" mask="XXXXXXXV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
<label>LT32 Function</label>
</variable>
<variable item="LT32 Reset" CV="506" default="0" mask="VXXXXXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
<label>LT32 Reset</label>
</variable>
<variable item="LT32 Multiplier" CV="506" default="0" mask="XVVVVXXX">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiple.xml"/>
<label>LT32 Multiplier</label>
</variable>
<variable item="LT32 Interval" CV="506" default="0" mask="XXXXXVVV">
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceIntervalt.xml"/>
<label>LT32 Interval</label>
</variable>
<variable item="LT32 Output Address" CV="507" mask="VVVVVVVV">
<qualifier>
<variableref>LT32 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="508" upperMask="XXXXVVVV" offset="1"/><label>LT32 Output Address</label></variable>
<variable item="LT32 Output Mast" CV="507" mask="VVVVVVVV">
<qualifier>
<variableref>LT32 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="508" upperMask="XXXXXVVV" offset="1"/><label>LT32 Output Mast</label></variable>
<variable item="LT32 Output Send" CV="508" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT32 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/><label>LT32 Output Send</label></variable>
<variable item="LT32 Output CT" CV="508" mask="XVXXXXXX">
<qualifier>
<variableref>LT32 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT32 Output CT</label></variable>
<variable item="LT32 Output Type" CV="508" mask="XXVVXXXX">
<qualifier>
<variableref>LT32 Output Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/><label>LT32 Output Type</label></variable>
<variable item="LT32 Output Aspect" CV="508" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT32 Output Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT32 Output Aspect</label></variable>
<variable item="LT32 Var1 Address" CV="509" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT32 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="510" upperMask="XXXXVVVV" offset="1"/><label>LT32 Var1 Address</label></variable>
<variable item="LT32 Var1 Mast" CV="509" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT32 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="510" upperMask="XXXXXVVV" offset="1"/><label>LT32 Var1 Mast</label></variable>
<variable item="LT32 Var1 Evaluate" CV="510" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT32 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT32 Var1 Evaluate</label></variable>
<variable item="LT32 Var1 CT" CV="510" mask="XVXXXXXX">
<qualifier>
<variableref>LT32 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT32 Var1 CT</label></variable>
<variable item="LT32 Var1 Type" CV="510" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT32 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT32 Var1 Type</label></variable>
<variable item="LT32 Var1 Event" CV="510" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT32 Var1 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT32 Var1 Event</label></variable>
<variable item="LT32 Var1 Aspect" CV="510" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT32 Var1 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT32 Var1 Aspect</label></variable>
<variable item="LT32 Var2 Address" CV="511" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT32 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<splitVal highCV="512" upperMask="XXXXVVVV" offset="1"/><label>LT32 Var2 Address</label></variable>
<variable item="LT32 Var2 Mast" CV="511" mask="VVVVVVVV" default="0">
<qualifier>
<variableref>LT32 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<splitVal highCV="512" upperMask="XXXXXVVV" offset="1"/><label>LT32 Var2 Mast</label></variable>
<variable item="LT32 Var2 Evaluate" CV="512" mask="VXXXXXXX" default="1">
<qualifier>
<variableref>LT32 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/><label>LT32 Var2 Evaluate</label></variable>
<variable item="LT32 Var2 CT" CV="512" mask="XVXXXXXX">
<qualifier>
<variableref>LT32 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/><label>LT32 Var2 CT</label></variable>
<variable item="LT32 Var2 Type" CV="512" mask="XXVXXXXX" default="0">
<qualifier>
<variableref>LT32 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT32 Var2 Type</label></variable>
<variable item="LT32 Var2 Event" CV="512" mask="XXXVXXXX" default="0">
<qualifier>
<variableref>LT32 Var2 Mode</variableref>
<relation>eq</relation>
<value>0</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLMode.xml"/><label>LT32 Var2 Event</label></variable>
<variable item="LT32 Var2 Aspect" CV="512" mask="VVVVVXXX" default="0">
<qualifier>
<variableref>LT32 Var2 Mode</variableref>
<relation>eq</relation>
<value>1</value>
</qualifier>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/><label>LT32 Var2 Aspect</label></variable>
<!-- End of Indexed Variables -->
<variable item="MAA Type">
<compositeVal>
<compositeChoice choice="LocoNet">
<compositeSetting label="MA1 Address Mode" value="0"/>
<compositeSetting label="MA2 Address Mode" value="0"/>
<compositeSetting label="MA3 Address Mode" value="0"/>
<compositeSetting label="MA4 Address Mode" value="0"/>
<compositeSetting label="MA5 Address Mode" value="0"/>
<compositeSetting label="MA6 Address Mode" value="0"/>
<compositeSetting label="MA7 Address Mode" value="0"/>
<compositeSetting label="MA8 Address Mode" value="0"/>
</compositeChoice>
<compositeChoice choice="Mast">
<compositeSetting label="MA1 Address Mode" value="1"/>
<compositeSetting label="MA2 Address Mode" value="1"/>
<compositeSetting label="MA3 Address Mode" value="1"/>
<compositeSetting label="MA4 Address Mode" value="1"/>
<compositeSetting label="MA5 Address Mode" value="1"/>
<compositeSetting label="MA6 Address Mode" value="1"/>
<compositeSetting label="MA7 Address Mode" value="1"/>
<compositeSetting label="MA8 Address Mode" value="1"/>
</compositeChoice>
<compositeChoice choice="(Custom)" comment="If no other choice matches"/>
</compositeVal>
<label>Mast A Type</label>
</variable>
<variable item="MAB Type">
<compositeVal>
<compositeChoice choice="LocoNet">
<compositeSetting label="MA9 Address Mode" value="0"/>
<compositeSetting label="MA10 Address Mode" value="0"/>
<compositeSetting label="MA11 Address Mode" value="0"/>
<compositeSetting label="MA12 Address Mode" value="0"/>
<compositeSetting label="MA13 Address Mode" value="0"/>
<compositeSetting label="MA14 Address Mode" value="0"/>
<compositeSetting label="MA15 Address Mode" value="0"/>
<compositeSetting label="MA16 Address Mode" value="0"/>
</compositeChoice>
<compositeChoice choice="Mast">
<compositeSetting label="MA9 Address Mode" value="1"/>
<compositeSetting label="MA10 Address Mode" value="1"/>
<compositeSetting label="MA11 Address Mode" value="1"/>
<compositeSetting label="MA12 Address Mode" value="1"/>
<compositeSetting label="MA13 Address Mode" value="1"/>
<compositeSetting label="MA14 Address Mode" value="1"/>
<compositeSetting label="MA15 Address Mode" value="1"/>
<compositeSetting label="MA16 Address Mode" value="1"/>
</compositeChoice>
<compositeChoice choice="(Custom)" comment="If no other choice matches"/>
</compositeVal>
<label>Mast B Type</label>
</variable>
<variable item="MAC Type">
<compositeVal>
<compositeChoice choice="LocoNet">
<compositeSetting label="MA17 Address Mode" value="0"/>
<compositeSetting label="MA18 Address Mode" value="0"/>
<compositeSetting label="MA19 Address Mode" value="0"/>
<compositeSetting label="MA20 Address Mode" value="0"/>
<compositeSetting label="MA21 Address Mode" value="0"/>
<compositeSetting label="MA22 Address Mode" value="0"/>
<compositeSetting label="MA23 Address Mode" value="0"/>
<compositeSetting label="MA24 Address Mode" value="0"/>
</compositeChoice>
<compositeChoice choice="Mast">
<compositeSetting label="MA17 Address Mode" value="1"/>
<compositeSetting label="MA18 Address Mode" value="1"/>
<compositeSetting label="MA19 Address Mode" value="1"/>
<compositeSetting label="MA20 Address Mode" value="1"/>
<compositeSetting label="MA21 Address Mode" value="1"/>
<compositeSetting label="MA22 Address Mode" value="1"/>
<compositeSetting label="MA23 Address Mode" value="1"/>
<compositeSetting label="MA24 Address Mode" value="1"/>
</compositeChoice>
<compositeChoice choice="(Custom)" comment="If no other choice matches"/>
</compositeVal>
<label>Mast C Type</label>
</variable>
<variable item="MAD Type">
<compositeVal>
<compositeChoice choice="LocoNet">
<compositeSetting label="MA25 Address Mode" value="0"/>
<compositeSetting label="MA26 Address Mode" value="0"/>
<compositeSetting label="MA27 Address Mode" value="0"/>
<compositeSetting label="MA28 Address Mode" value="0"/>
<compositeSetting label="MA29 Address Mode" value="0"/>
<compositeSetting label="MA30 Address Mode" value="0"/>
<compositeSetting label="MA31 Address Mode" value="0"/>
<compositeSetting label="MA32 Address Mode" value="0"/>
</compositeChoice>
<compositeChoice choice="Mast">
<compositeSetting label="MA25 Address Mode" value="1"/>
<compositeSetting label="MA26 Address Mode" value="1"/>
<compositeSetting label="MA27 Address Mode" value="1"/>
<compositeSetting label="MA28 Address Mode" value="1"/>
<compositeSetting label="MA29 Address Mode" value="1"/>
<compositeSetting label="MA30 Address Mode" value="1"/>
<compositeSetting label="MA31 Address Mode" value="1"/>
<compositeSetting label="MA32 Address Mode" value="1"/>
</compositeChoice>
<compositeChoice choice="(Custom)" comment="If no other choice matches"/>
</compositeVal>
<label>Mast D Type</label>
</variable>
<!-- End of Composite Variables -->
</variables>
</decoder>
<pane>
<name>SignalMan</name>
<column>
<row>
<column>
<label>
<text> </text>
</label>
<label>
<text>&lt;html&gt;&lt;span style="color: red;"&gt;&lt;strong&gt;JMRI 3.7.2 or later is required to use this definition.&lt;/span&gt;&lt;/strong&gt;&lt;/html&gt;</text>
<qualifier>
<variableref>Hardware ID</variableref>
<relation>ne</relation>
<value>21</value>
</qualifier>
</label>
<label>
<text> </text>
</label>
<label>
<text>&lt;html&gt;&lt;h1&gt;SignalMan&lt;/h1&gt;&lt;/html&gt;</text>
</label>
<label>
<text> </text>
</label>
</column>
</row>
<row>
<column>
<display item="Long Address" tooltip="Use a 5 digit address from 10000-16383" label="Long Address">
<label>Long Address</label>
</display>
</column>
<column>
<label>
<text> A changed unit address will only activate after a power cycle.</text>
</label>
</column>
</row>
<row>
<column>
<display item="Master Mode" tooltip="Not required if there is a command station attached" label=" Master Mode">
<label> Master Mode</label>
</display>
</column>
<column>
<display item="OPS Mode Programing" tooltip="Default, must be enabled"/>
</column>
</row>
<row>
<column>
<label>
<text> </text>
</label>
</column>
</row>
<row>
<column>
<display item="Flash Write MSB" tooltip="Most Significant Bits" label=" Power Cycles"/>
</column>
<column>
<display item="Flash Write Value" tooltip="Number of Power Cycles" label=""/>
</column>
</row>
<row>
<column>
<label>
<text> </text>
</label>
</column>
</row>
<row>
<column>
<display item="Manufacturer ID" tooltip="RR-CirKits, Inc."/>
</column>
<column>
<display item="Hardware ID" tooltip="SignalMan HW ID=21"/>
</column>
<column>
<display item="Firmware Version" tooltip="Firmware version number"/>
</column>
</row>
<row>
<column>
<label>
<text> </text>
</label>
<label>
<text>&lt;html&gt;&lt;span style="color: red;"&gt;&lt;strong&gt;Warning! Bad Hardware ID! (21 required) Read full sheet to update.&lt;/span&gt;&lt;/strong&gt;&lt;/html&gt;</text>
<qualifier>
<variableref>Hardware ID</variableref>
<relation>ne</relation>
<value>21</value>
</qualifier>
</label>
<label>
<text>&lt;html&gt;&lt;span style="color: red;"&gt;&lt;strong&gt;Warning! This unit may not be a SignalMan!&lt;/span&gt;&lt;/strong&gt;&lt;/html&gt;</text>
<qualifier>
<variableref>Hardware ID</variableref>
<relation>ne</relation>
<value>21</value>
</qualifier>
</label>
<label>
<text>&lt;html&gt;&lt;span style="color: red;"&gt;&lt;strong&gt;Check for a firmware upgrade.&lt;/span&gt;&lt;/strong&gt;&lt;/html&gt;</text>
<qualifier>
<variableref>Firmware Version</variableref>
<relation>lt</relation>
<value>18</value>
</qualifier>
</label>
</column>
</row>
<row>
<column>
<label>
<text> </text>
</label>
<label>
<text>Use DecoderPro Version 4.0 or later.</text>
</label>
<label>
<text>Decoder File Version: 1.2</text>
</label>
</column>
</row>
</column>
</pane>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/PaneLampBrightness.xml"/>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/PaneSignalManMastsA.xml"/>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/PaneSignalManMastsB.xml"/>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/PaneSignalManMastsC.xml"/>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/PaneSignalManMastsD.xml"/>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/PaneLogicA.xml"/>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/PaneLogicB.xml"/>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/PaneLogicC.xml"/>
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/PaneLogicD.xml"/>
<!--</programmer>-->
</decoder-config>