16983 lines
751 KiB
XML
16983 lines
751 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.09" lastUpdated="20120930"/>
|
|
<!-- Version 0.01 Working version modified from TC-64 -->
|
|
<!-- Version 0.04 Added presets for input lines -->
|
|
<!-- Version 0.05 Added logic table entries -->
|
|
<!-- Version 0.06 Corrected output port for signal mode -->
|
|
<!-- Version 0.07 Switched to xi:include for many items to control file size. -->
|
|
<!-- Version 0.08 Limits address writes to Service Mode only to reduce accidental errors. (done in firmware) -->
|
|
<!-- Version 0.09 Correct Master Mode CV. -->
|
|
<version author="jacobsen@mac.com" version="1.00" lastUpdated="20150628"/>
|
|
<!-- Version 1.00 Using regular variable elements intead of ivariables -->
|
|
<decoder>
|
|
<family name="Control Point" mfg="RR-CirKits" type="stationary" comment="The Control Point is normally programmed in OPs mode">
|
|
<model model="LNCP" comment="LocoNet Control Point" lowVersionID="01"/>
|
|
</family>
|
|
<programming direct="no" paged="yes" register="no" ops="no">
|
|
<capability>
|
|
<name>Indexed CV access</name>
|
|
<parameter name="PI">32</parameter>
|
|
<parameter name="SI">00</parameter> <!-- not used, but needs to be specified -->
|
|
<parameter name="cvFirst">true</parameter> <!-- 257.1 is write 1 to PICV, then access CV 257 -->
|
|
</capability>
|
|
<mode>LOCONETOPSBOARD</mode>
|
|
</programming>
|
|
<variables>
|
|
<!-- <variable item="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="12000" 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="Signal Polarity" CV="112" mask="XXVXXXXX" default="0">
|
|
<enumVal>
|
|
<enumChoice choice="Common Anode "/>
|
|
<enumChoice choice="Common Cathode"/>
|
|
</enumVal>
|
|
<label>Signal Polarity</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 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="7" item="Reset" comment="Writing a value of 170 will reset decoder to factory defaults">
|
|
<decVal/>
|
|
<label>Manufacturer ID - Reset</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="29" mask="XXVXXXXX" readOnly="yes" item="Address Format">
|
|
<enumVal>
|
|
<enumChoice choice="1 Byte (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 Effect" CV="33" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampEffect.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 Effect" CV="34" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampEffect.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 Effect" CV="35" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampEffect.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 Effect" CV="36" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampEffect.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 Effect" CV="37" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampEffect.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 Effect" CV="38" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampEffect.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 Effect" CV="39" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampEffect.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 Effect" CV="40" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampEffect.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 Effect" CV="41" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampEffect.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 Effect" CV="42" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampEffect.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 Effect" CV="43" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampEffect.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 Effect" CV="44" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampEffect.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 Effect" CV="45" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampEffect.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 Effect" CV="46" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampEffect.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 Effect" CV="47" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampEffect.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 Effect" CV="48" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampEffect.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 Effect" CV="49" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampEffect.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 Effect" CV="50" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampEffect.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 Effect" CV="51" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampEffect.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 Effect" CV="52" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampEffect.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 Effect" CV="53" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampEffect.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 Effect" CV="54" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampEffect.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 Effect" CV="55" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampEffect.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 Effect" CV="56" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampEffect.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 Effect" CV="57" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampEffect.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 Effect" CV="58" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampEffect.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 Effect" CV="59" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampEffect.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 Effect" CV="60" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampEffect.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 Effect" CV="61" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampEffect.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 Effect" CV="62" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampEffect.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 Effect" CV="63" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampEffect.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 Effect" CV="64" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLampEffect.xml"/>
|
|
<label>MA32 Effect</label>
|
|
</variable>
|
|
<!-- Bi-polar hue value -->
|
|
<variable CV="121" mask="XXXXVVVV" default="8" item="Bi-Polar 1 Hue" comment="2 digit hue (Range 1-32)">
|
|
<decVal min="1" max="32"/>
|
|
<label>BP1</label>
|
|
</variable>
|
|
<variable CV="122" mask="XXXXVVVV" default="8" item="Bi-Polar 2 Hue" comment="2 digit hue (Range 1-32)">
|
|
<decVal min="1" max="32"/>
|
|
<label>BP2</label>
|
|
</variable>
|
|
<variable CV="123" mask="XXXXVVVV" default="8" item="Bi-Polar 3 Hue" comment="2 digit hue (Range 1-32)">
|
|
<decVal min="1" max="32"/>
|
|
<label>BP3</label>
|
|
</variable>
|
|
<variable CV="124" mask="XXXXVVVV" default="8" item="Bi-Polar 4 Hue" comment="2 digit hue (Range 1-32)">
|
|
<decVal min="1" max="32"/>
|
|
<label>BP4</label>
|
|
</variable>
|
|
<variable CV="125" mask="XXXXVVVV" default="8" item="Bi-Polar 5 Hue" comment="2 digit hue (Range 1-32)">
|
|
<decVal min="1" max="32"/>
|
|
<label>BP5</label>
|
|
</variable>
|
|
<variable CV="126" mask="XXXXVVVV" default="8" item="Bi-Polar 6 Hue" comment="2 digit hue (Range 1-32)">
|
|
<decVal min="1" max="32"/>
|
|
<label>BP6</label>
|
|
</variable>
|
|
<variable CV="127" mask="XXXXVVVV" default="16" item="Bi-Polar 7 Hue" comment="2 digit hue (Range 1-32)">
|
|
<decVal min="1" max="32"/>
|
|
<label>BP7</label>
|
|
</variable>
|
|
<variable CV="128" mask="XXXXVVVV" default="16" item="Bi-Polar 8 Hue" comment="2 digit hue (Range 1-32)">
|
|
<decVal min="1" max="32"/>
|
|
<label>BP8</label>
|
|
</variable>
|
|
<!-- Input #1 -->
|
|
<variable item="In1 Base Address" CV="129" mask="VVVVVVVV" default="0">
|
|
<splitVal highCV="130" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>In1 Base Address</label>
|
|
</variable>
|
|
<variable item="In1 Paired" CV="130" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePaired.xml"/>
|
|
<label>In1 Paired</label>
|
|
</variable>
|
|
<variable item="In1 Mode" CV="130" mask="XXVVXXXX" default="2">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>In1 Mode</label>
|
|
</variable>
|
|
<variable item="In1 Input Direction" CV="131" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInputPolarity.xml"/>
|
|
<label>In1 Input Direction</label>
|
|
</variable>
|
|
<variable item="In1 Secondary 1" CV="131" mask="XXXXVVXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
|
|
<label>In1 Secondary 1</label>
|
|
</variable>
|
|
<variable item="In1 Secondary 2" CV="131" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice3Transition.xml"/>
|
|
<label>In1 Secondary 2</label>
|
|
</variable>
|
|
<variable item="In1 Transition" CV="131" mask="XXXXXXVV" default="3">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice1Transition.xml"/>
|
|
<label>In1 Transition</label>
|
|
</variable>
|
|
<variable item="In1 Effect" CV="132" mask="XVVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInputEffect.xml"/>
|
|
<label>In1 Effect</label>
|
|
</variable>
|
|
<variable item="In1 Timing" CV="132" mask="XXXXVVVV">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTimingA.xml"/>
|
|
<label>In1 Timing</label>
|
|
</variable>
|
|
<variable item="In1 Secondary 1 Address" CV="133" mask="VVVVVVVV">
|
|
<splitVal highCV="134" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>In1 Secondary 1 Address</label>
|
|
</variable>
|
|
<variable item="In1 Secondary 1 Polarity" CV="134" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOutputPolarity.xml"/>
|
|
<label>In1 Secondary 1 Polarity</label>
|
|
</variable>
|
|
<variable item="In1 Secondary 1 Type" CV="134" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>In1 Secondary 1 Type</label>
|
|
</variable>
|
|
<variable item="In1 Secondary 2 Address" CV="135" mask="VVVVVVVV">
|
|
<splitVal highCV="136" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>In1 Secondary 2 Address</label>
|
|
</variable>
|
|
<variable item="In1 Secondary 2 Polarity" CV="136" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOutputPolarity.xml"/>
|
|
<label>In1 Secondary 2 Polarity</label>
|
|
</variable>
|
|
<variable item="In1 Secondary 2 Type" CV="136" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>In1 Secondary 2 Type</label>
|
|
</variable>
|
|
<!-- Input #2 -->
|
|
<variable item="In2 Base Address" CV="137" mask="VVVVVVVV" default="0">
|
|
<splitVal highCV="138" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>In2 Base Address</label>
|
|
</variable>
|
|
<variable item="In2 Paired" CV="138" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePairedEven.xml"/>
|
|
<label>In2 Paired</label>
|
|
</variable>
|
|
<variable item="In2 Mode" CV="138" mask="XXVVXXXX" default="2">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>In2 Mode</label>
|
|
</variable>
|
|
<variable item="In2 Input Direction" CV="139" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInputPolarity.xml"/>
|
|
<label>In2 Input Direction</label>
|
|
</variable>
|
|
<variable item="In2 Secondary 1" CV="139" mask="XXXXVVXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
|
|
<label>In2 Secondary 1</label>
|
|
</variable>
|
|
<variable item="In2 Secondary 2" CV="139" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice3Transition.xml"/>
|
|
<label>In2 Secondary 2</label>
|
|
</variable>
|
|
<variable item="In2 Transition" CV="139" mask="XXXXXXVV" default="3">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice1Transition.xml"/>
|
|
<label>In2 Transition</label>
|
|
</variable>
|
|
<variable item="In2 Effect" CV="140" mask="XVVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInputEffect.xml"/>
|
|
<label>In2 Effect</label>
|
|
</variable>
|
|
<variable item="In2 Timing" CV="140" mask="XXXXVVVV">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTimingA.xml"/>
|
|
<label>In2 Timing</label>
|
|
</variable>
|
|
<variable item="In2 Secondary 1 Address" CV="141" mask="VVVVVVVV">
|
|
<splitVal highCV="142" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>In2 Secondary 1 Address</label>
|
|
</variable>
|
|
<variable item="In2 Secondary 1 Polarity" CV="142" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOutputPolarity.xml"/>
|
|
<label>In2 Secondary 1 Polarity</label>
|
|
</variable>
|
|
<variable item="In2 Secondary 1 Type" CV="142" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>In2 Secondary 1 Type</label>
|
|
</variable>
|
|
<variable item="In2 Secondary 2 Address" CV="143" mask="VVVVVVVV">
|
|
<splitVal highCV="144" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>In2 Secondary 2 Address</label>
|
|
</variable>
|
|
<variable item="In2 Secondary 2 Polarity" CV="144" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOutputPolarity.xml"/>
|
|
<label>In2 Secondary 2 Polarity</label>
|
|
</variable>
|
|
<variable item="In2 Secondary 2 Type" CV="144" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>In2 Secondary 2 Type</label>
|
|
</variable>
|
|
<!-- Input #3 -->
|
|
<variable item="In3 Base Address" CV="145" mask="VVVVVVVV" default="0">
|
|
<splitVal highCV="146" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>In3 Base Address</label>
|
|
</variable>
|
|
<variable item="In3 Paired" CV="146" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePaired.xml"/>
|
|
<label>In3 Paired</label>
|
|
</variable>
|
|
<variable item="In3 Mode" CV="146" mask="XXVVXXXX" default="2">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>In3 Mode</label>
|
|
</variable>
|
|
<variable item="In3 Input Direction" CV="147" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInputPolarity.xml"/>
|
|
<label>In3 Input Direction</label>
|
|
</variable>
|
|
<variable item="In3 Secondary 1" CV="147" mask="XXXXVVXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
|
|
<label>In3 Secondary 1</label>
|
|
</variable>
|
|
<variable item="In3 Secondary 2" CV="147" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice3Transition.xml"/>
|
|
<label>In3 Secondary 2</label>
|
|
</variable>
|
|
<variable item="In3 Transition" CV="147" mask="XXXXXXVV" default="3">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice1Transition.xml"/>
|
|
<label>In3 Transition</label>
|
|
</variable>
|
|
<variable item="In3 Effect" CV="148" mask="XVVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInputEffect.xml"/>
|
|
<label>In3 Effect</label>
|
|
</variable>
|
|
<variable item="In3 Timing" CV="148" mask="XXXXVVVV">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTimingA.xml"/>
|
|
<label>In3 Timing</label>
|
|
</variable>
|
|
<variable item="In3 Secondary 1 Address" CV="149" mask="VVVVVVVV">
|
|
<splitVal highCV="150" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>In3 Secondary 1 Address</label>
|
|
</variable>
|
|
<variable item="In3 Secondary 1 Polarity" CV="150" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOutputPolarity.xml"/>
|
|
<label>In3 Secondary 1 Polarity</label>
|
|
</variable>
|
|
<variable item="In3 Secondary 1 Type" CV="150" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>In3 Secondary 1 Type</label>
|
|
</variable>
|
|
<variable item="In3 Secondary 2 Address" CV="151" mask="VVVVVVVV">
|
|
<splitVal highCV="152" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>In3 Secondary 2 Address</label>
|
|
</variable>
|
|
<variable item="In3 Secondary 2 Polarity" CV="152" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOutputPolarity.xml"/>
|
|
<label>In3 Secondary 2 Polarity</label>
|
|
</variable>
|
|
<variable item="In3 Secondary 2 Type" CV="152" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>In3 Secondary 2 Type</label>
|
|
</variable>
|
|
<!-- Input #4 -->
|
|
<variable item="In4 Base Address" CV="153" mask="VVVVVVVV" default="0">
|
|
<splitVal highCV="154" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>In4 Base Address</label>
|
|
</variable>
|
|
<variable item="In4 Paired" CV="154" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePairedEven.xml"/>
|
|
<label>In4 Paired</label>
|
|
</variable>
|
|
<variable item="In4 Mode" CV="154" mask="XXVVXXXX" default="2">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>In4 Mode</label>
|
|
</variable>
|
|
<variable item="In4 Input Direction" CV="155" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInputPolarity.xml"/>
|
|
<label>In4 Input Direction</label>
|
|
</variable>
|
|
<variable item="In4 Secondary 1" CV="155" mask="XXXXVVXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
|
|
<label>In4 Secondary 1</label>
|
|
</variable>
|
|
<variable item="In4 Secondary 2" CV="155" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice3Transition.xml"/>
|
|
<label>In4 Secondary 2</label>
|
|
</variable>
|
|
<variable item="In4 Transition" CV="155" mask="XXXXXXVV" default="3">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice1Transition.xml"/>
|
|
<label>In4 Transition</label>
|
|
</variable>
|
|
<variable item="In4 Effect" CV="156" mask="XVVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInputEffect.xml"/>
|
|
<label>In4 Effect</label>
|
|
</variable>
|
|
<variable item="In4 Timing" CV="156" mask="XXXXVVVV">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTimingA.xml"/>
|
|
<label>In4 Timing</label>
|
|
</variable>
|
|
<variable item="In4 Secondary 1 Address" CV="157" mask="VVVVVVVV">
|
|
<splitVal highCV="158" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>In4 Secondary 1 Address</label>
|
|
</variable>
|
|
<variable item="In4 Secondary 1 Polarity" CV="158" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOutputPolarity.xml"/>
|
|
<label>In4 Secondary 1 Polarity</label>
|
|
</variable>
|
|
<variable item="In4 Secondary 1 Type" CV="158" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>In4 Secondary 1 Type</label>
|
|
</variable>
|
|
<variable item="In4 Secondary 2 Address" CV="159" mask="VVVVVVVV">
|
|
<splitVal highCV="160" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>In4 Secondary 2 Address</label>
|
|
</variable>
|
|
<variable item="In4 Secondary 2 Polarity" CV="160" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOutputPolarity.xml"/>
|
|
<label>In4 Secondary 2 Polarity</label>
|
|
</variable>
|
|
<variable item="In4 Secondary 2 Type" CV="160" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>In4 Secondary 2 Type</label>
|
|
</variable>
|
|
<!-- Input #5 -->
|
|
<variable item="In5 Base Address" CV="161" mask="VVVVVVVV" default="0">
|
|
<splitVal highCV="162" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>In5 Base Address</label>
|
|
</variable>
|
|
<variable item="In5 Paired" CV="162" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePaired.xml"/>
|
|
<label>In5 Paired</label>
|
|
</variable>
|
|
<variable item="In5 Mode" CV="162" mask="XXVVXXXX" default="2">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>In5 Mode</label>
|
|
</variable>
|
|
<variable item="In5 Input Direction" CV="163" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInputPolarity.xml"/>
|
|
<label>In5 Input Direction</label>
|
|
</variable>
|
|
<variable item="In5 Secondary 1" CV="163" mask="XXXXVVXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
|
|
<label>In5 Secondary 1</label>
|
|
</variable>
|
|
<variable item="In5 Secondary 2" CV="163" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice3Transition.xml"/>
|
|
<label>In5 Secondary 2</label>
|
|
</variable>
|
|
<variable item="In5 Transition" CV="163" mask="XXXXXXVV" default="3">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice1Transition.xml"/>
|
|
<label>In5 Transition</label>
|
|
</variable>
|
|
<variable item="In5 Effect" CV="164" mask="XVVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInputEffect.xml"/>
|
|
<label>In5 Effect</label>
|
|
</variable>
|
|
<variable item="In5 Timing" CV="164" mask="XXXXVVVV">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTimingA.xml"/>
|
|
<label>In5 Timing</label>
|
|
</variable>
|
|
<variable item="In5 Secondary 1 Address" CV="165" mask="VVVVVVVV">
|
|
<splitVal highCV="166" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>In5 Secondary 1 Address</label>
|
|
</variable>
|
|
<variable item="In5 Secondary 1 Polarity" CV="166" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOutputPolarity.xml"/>
|
|
<label>In5 Secondary 1 Polarity</label>
|
|
</variable>
|
|
<variable item="In5 Secondary 1 Type" CV="166" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>In5 Secondary 1 Type</label>
|
|
</variable>
|
|
<variable item="In5 Secondary 2 Address" CV="167" mask="VVVVVVVV">
|
|
<splitVal highCV="168" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>In5 Secondary 2 Address</label>
|
|
</variable>
|
|
<variable item="In5 Secondary 2 Polarity" CV="168" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOutputPolarity.xml"/>
|
|
<label>In5 Secondary 2 Polarity</label>
|
|
</variable>
|
|
<variable item="In5 Secondary 2 Type" CV="168" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>In5 Secondary 2 Type</label>
|
|
</variable>
|
|
<!-- Input #6 -->
|
|
<variable item="In6 Base Address" CV="169" mask="VVVVVVVV" default="0">
|
|
<splitVal highCV="170" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>In6 Base Address</label>
|
|
</variable>
|
|
<variable item="In6 Paired" CV="170" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePairedEven.xml"/>
|
|
<label>In6 Paired</label>
|
|
</variable>
|
|
<variable item="In6 Mode" CV="170" mask="XXVVXXXX" default="2">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>In6 Mode</label>
|
|
</variable>
|
|
<variable item="In6 Input Direction" CV="171" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInputPolarity.xml"/>
|
|
<label>In6 Input Direction</label>
|
|
</variable>
|
|
<variable item="In6 Secondary 1" CV="171" mask="XXXXVVXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
|
|
<label>In6 Secondary 1</label>
|
|
</variable>
|
|
<variable item="In6 Secondary 2" CV="171" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice3Transition.xml"/>
|
|
<label>In6 Secondary 2</label>
|
|
</variable>
|
|
<variable item="In6 Transition" CV="171" mask="XXXXXXVV" default="3">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice1Transition.xml"/>
|
|
<label>In6 Transition</label>
|
|
</variable>
|
|
<variable item="In6 Effect" CV="172" mask="XVVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInputEffect.xml"/>
|
|
<label>In6 Effect</label>
|
|
</variable>
|
|
<variable item="In6 Timing" CV="172" mask="XXXXVVVV">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTimingA.xml"/>
|
|
<label>In6 Timing</label>
|
|
</variable>
|
|
<variable item="In6 Secondary 1 Address" CV="173" mask="VVVVVVVV">
|
|
<splitVal highCV="174" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>In6 Secondary 1 Address</label>
|
|
</variable>
|
|
<variable item="In6 Secondary 1 Polarity" CV="174" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOutputPolarity.xml"/>
|
|
<label>In6 Secondary 1 Polarity</label>
|
|
</variable>
|
|
<variable item="In6 Secondary 1 Type" CV="174" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>In6 Secondary 1 Type</label>
|
|
</variable>
|
|
<variable item="In6 Secondary 2 Address" CV="175" mask="VVVVVVVV">
|
|
<splitVal highCV="176" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>In6 Secondary 2 Address</label>
|
|
</variable>
|
|
<variable item="In6 Secondary 2 Polarity" CV="176" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOutputPolarity.xml"/>
|
|
<label>In6 Secondary 2 Polarity</label>
|
|
</variable>
|
|
<variable item="In6 Secondary 2 Type" CV="176" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>In6 Secondary 2 Type</label>
|
|
</variable>
|
|
<!-- Input #7 -->
|
|
<variable item="In7 Base Address" CV="177" mask="VVVVVVVV" default="0">
|
|
<splitVal highCV="178" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>In7 Base Address</label>
|
|
</variable>
|
|
<variable item="In7 Paired" CV="178" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePaired.xml"/>
|
|
<label>In7 Paired</label>
|
|
</variable>
|
|
<variable item="In7 Mode" CV="178" mask="XXVVXXXX" default="2">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>In7 Mode</label>
|
|
</variable>
|
|
<variable item="In7 Input Direction" CV="179" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInputPolarity.xml"/>
|
|
<label>In7 Input Direction</label>
|
|
</variable>
|
|
<variable item="In7 Secondary 1" CV="179" mask="XXXXVVXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
|
|
<label>In7 Secondary 1</label>
|
|
</variable>
|
|
<variable item="In7 Secondary 2" CV="179" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice3Transition.xml"/>
|
|
<label>In7 Secondary 2</label>
|
|
</variable>
|
|
<variable item="In7 Transition" CV="179" mask="XXXXXXVV" default="3">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice1Transition.xml"/>
|
|
<label>In7 Transition</label>
|
|
</variable>
|
|
<variable item="In7 Effect" CV="180" mask="XVVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInputEffect.xml"/>
|
|
<label>In7 Effect</label>
|
|
</variable>
|
|
<variable item="In7 Timing" CV="180" mask="XXXXVVVV">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTimingA.xml"/>
|
|
<label>In7 Timing</label>
|
|
</variable>
|
|
<variable item="In7 Secondary 1 Address" CV="181" mask="VVVVVVVV">
|
|
<splitVal highCV="182" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>In7 Secondary 1 Address</label>
|
|
</variable>
|
|
<variable item="In7 Secondary 1 Polarity" CV="182" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOutputPolarity.xml"/>
|
|
<label>In7 Secondary 1 Polarity</label>
|
|
</variable>
|
|
<variable item="In7 Secondary 1 Type" CV="182" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>In7 Secondary 1 Type</label>
|
|
</variable>
|
|
<variable item="In7 Secondary 2 Address" CV="183" mask="VVVVVVVV">
|
|
<splitVal highCV="184" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>In7 Secondary 2 Address</label>
|
|
</variable>
|
|
<variable item="In7 Secondary 2 Polarity" CV="184" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOutputPolarity.xml"/>
|
|
<label>In7 Secondary 2 Polarity</label>
|
|
</variable>
|
|
<variable item="In7 Secondary 2 Type" CV="184" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>In7 Secondary 2 Type</label>
|
|
</variable>
|
|
<!-- Input #8 -->
|
|
<variable item="In8 Base Address" CV="185" mask="VVVVVVVV" default="0">
|
|
<splitVal highCV="186" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>In8 Base Address</label>
|
|
</variable>
|
|
<variable item="In8 Paired" CV="186" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePairedEven.xml"/>
|
|
<label>In8 Paired</label>
|
|
</variable>
|
|
<variable item="In8 Mode" CV="186" mask="XXVVXXXX" default="2">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>In8 Mode</label>
|
|
</variable>
|
|
<variable item="In8 Input Direction" CV="187" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInputPolarity.xml"/>
|
|
<label>In8 Input Direction</label>
|
|
</variable>
|
|
<variable item="In8 Secondary 1" CV="187" mask="XXXXVVXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
|
|
<label>In8 Secondary 1</label>
|
|
</variable>
|
|
<variable item="In8 Secondary 2" CV="187" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice3Transition.xml"/>
|
|
<label>In8 Secondary 2</label>
|
|
</variable>
|
|
<variable item="In8 Transition" CV="187" mask="XXXXXXVV" default="3">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice1Transition.xml"/>
|
|
<label>In8 Transition</label>
|
|
</variable>
|
|
<variable item="In8 Effect" CV="188" mask="XVVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInputEffect.xml"/>
|
|
<label>In8 Effect</label>
|
|
</variable>
|
|
<variable item="In8 Timing" CV="188" mask="XXXXVVVV">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTimingA.xml"/>
|
|
<label>In8 Timing</label>
|
|
</variable>
|
|
<variable item="In8 Secondary 1 Address" CV="189" mask="VVVVVVVV">
|
|
<splitVal highCV="190" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>In8 Secondary 1 Address</label>
|
|
</variable>
|
|
<variable item="In8 Secondary 1 Polarity" CV="190" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOutputPolarity.xml"/>
|
|
<label>In8 Secondary 1 Polarity</label>
|
|
</variable>
|
|
<variable item="In8 Secondary 1 Type" CV="190" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>In8 Secondary 1 Type</label>
|
|
</variable>
|
|
<variable item="In8 Secondary 2 Address" CV="191" mask="VVVVVVVV">
|
|
<splitVal highCV="192" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>In8 Secondary 2 Address</label>
|
|
</variable>
|
|
<variable item="In8 Secondary 2 Polarity" CV="192" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOutputPolarity.xml"/>
|
|
<label>In8 Secondary 2 Polarity</label>
|
|
</variable>
|
|
<variable item="In8 Secondary 2 Type" CV="192" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>In8 Secondary 2 Type</label>
|
|
</variable>
|
|
<!-- BOD #1 -->
|
|
<variable item="BOD1 Base Address" CV="193" mask="VVVVVVVV" default="0">
|
|
<splitVal highCV="194" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>BOD1 Base Address</label>
|
|
</variable>
|
|
<variable item="BOD1 Paired" CV="194" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePaired.xml"/>
|
|
<label>BOD1 Paired</label>
|
|
</variable>
|
|
<variable item="BOD1 Mode" CV="194" mask="XXVVXXXX" default="2">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>BOD1 Mode</label>
|
|
</variable>
|
|
<variable item="BOD1 Input Direction" CV="195" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInputPolarity.xml"/>
|
|
<label>BOD1 Input Direction</label>
|
|
</variable>
|
|
<variable item="BOD1 Secondary 1" CV="195" mask="XXXXVVXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
|
|
<label>BOD1 Secondary 1</label>
|
|
</variable>
|
|
<variable item="BOD1 Secondary 2" CV="195" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice3Transition.xml"/>
|
|
<label>BOD1 Secondary 2</label>
|
|
</variable>
|
|
<variable item="BOD1 Transition" CV="195" mask="XXXXXXVV" default="3">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice1Transition.xml"/>
|
|
<label>BOD1 Transition</label>
|
|
</variable>
|
|
<variable item="BOD1 Effect" CV="196" mask="XVVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInputEffect.xml"/>
|
|
<label>BOD1 Effect</label>
|
|
</variable>
|
|
<variable item="BOD1 Timing" CV="196" mask="XXXXVVVV">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTimingA.xml"/>
|
|
<label>BOD1 Timing</label>
|
|
</variable>
|
|
<variable item="BOD1 Secondary 1 Address" CV="197" mask="VVVVVVVV">
|
|
<splitVal highCV="198" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>BOD1 Secondary 1 Address</label>
|
|
</variable>
|
|
<variable item="BOD1 Secondary 1 Polarity" CV="198" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOutputPolarity.xml"/>
|
|
<label>BOD1 Secondary 1 Polarity</label>
|
|
</variable>
|
|
<variable item="BOD1 Secondary 1 Type" CV="198" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>BOD1 Secondary 1 Type</label>
|
|
</variable>
|
|
<variable item="BOD1 Secondary 2 Address" CV="199" mask="VVVVVVVV">
|
|
<splitVal highCV="200" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>BOD1 Secondary 2 Address</label>
|
|
</variable>
|
|
<variable item="BOD1 Secondary 2 Polarity" CV="200" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOutputPolarity.xml"/>
|
|
<label>BOD1 Secondary 2 Polarity</label>
|
|
</variable>
|
|
<variable item="BOD1 Secondary 2 Type" CV="200" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>BOD1 Secondary 2 Type</label>
|
|
</variable>
|
|
<!-- BOD #2 -->
|
|
<variable item="BOD2 Base Address" CV="201" mask="VVVVVVVV" default="0">
|
|
<splitVal highCV="202" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>BOD2 Base Address</label>
|
|
</variable>
|
|
<variable item="BOD2 Paired" CV="202" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePairedEven.xml"/>
|
|
<label>BOD2 Paired</label>
|
|
</variable>
|
|
<variable item="BOD2 Mode" CV="202" mask="XXVVXXXX" default="2">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>BOD2 Mode</label>
|
|
</variable>
|
|
<variable item="BOD2 Input Direction" CV="203" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInputPolarity.xml"/>
|
|
<label>BOD2 Input Direction</label>
|
|
</variable>
|
|
<variable item="BOD2 Secondary 1" CV="203" mask="XXXXVVXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
|
|
<label>BOD2 Secondary 1</label>
|
|
</variable>
|
|
<variable item="BOD2 Secondary 2" CV="203" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice3Transition.xml"/>
|
|
<label>BOD2 Secondary 2</label>
|
|
</variable>
|
|
<variable item="BOD2 Transition" CV="203" mask="XXXXXXVV" default="3">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice1Transition.xml"/>
|
|
<label>BOD2 Transition</label>
|
|
</variable>
|
|
<variable item="BOD2 Effect" CV="204" mask="XVVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInputEffect.xml"/>
|
|
<label>BOD2 Effect</label>
|
|
</variable>
|
|
<variable item="BOD2 Timing" CV="204" mask="XXXXVVVV">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTimingA.xml"/>
|
|
<label>BOD2 Timing</label>
|
|
</variable>
|
|
<variable item="BOD2 Secondary 1 Address" CV="205" mask="VVVVVVVV">
|
|
<splitVal highCV="206" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>BOD2 Secondary 1 Address</label>
|
|
</variable>
|
|
<variable item="BOD2 Secondary 1 Polarity" CV="206" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOutputPolarity.xml"/>
|
|
<label>BOD2 Secondary 1 Polarity</label>
|
|
</variable>
|
|
<variable item="BOD2 Secondary 1 Type" CV="206" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>BOD2 Secondary 1 Type</label>
|
|
</variable>
|
|
<variable item="BOD2 Secondary 2 Address" CV="207" mask="VVVVVVVV">
|
|
<splitVal highCV="208" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>BOD2 Secondary 2 Address</label>
|
|
</variable>
|
|
<variable item="BOD2 Secondary 2 Polarity" CV="208" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOutputPolarity.xml"/>
|
|
<label>BOD2 Secondary 2 Polarity</label>
|
|
</variable>
|
|
<variable item="BOD2 Secondary 2 Type" CV="208" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>BOD2 Secondary 2 Type</label>
|
|
</variable>
|
|
<!-- BOD #3 -->
|
|
<variable item="BOD3 Base Address" CV="209" mask="VVVVVVVV" default="0">
|
|
<splitVal highCV="210" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>BOD3 Base Address</label>
|
|
</variable>
|
|
<variable item="BOD3 Paired" CV="210" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePaired.xml"/>
|
|
<label>BOD3 Paired</label>
|
|
</variable>
|
|
<variable item="BOD3 Mode" CV="210" mask="XXVVXXXX" default="2">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>BOD3 Mode</label>
|
|
</variable>
|
|
<variable item="BOD3 Input Direction" CV="211" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInputPolarity.xml"/>
|
|
<label>BOD3 Input Direction</label>
|
|
</variable>
|
|
<variable item="BOD3 Secondary 1" CV="211" mask="XXXXVVXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
|
|
<label>BOD3 Secondary 1</label>
|
|
</variable>
|
|
<variable item="BOD3 Secondary 2" CV="211" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice3Transition.xml"/>
|
|
<label>BOD3 Secondary 2</label>
|
|
</variable>
|
|
<variable item="BOD3 Transition" CV="211" mask="XXXXXXVV" default="3">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice1Transition.xml"/>
|
|
<label>BOD3 Transition</label>
|
|
</variable>
|
|
<variable item="BOD3 Effect" CV="212" mask="XVVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInputEffect.xml"/>
|
|
<label>BOD3 Effect</label>
|
|
</variable>
|
|
<variable item="BOD3 Timing" CV="212" mask="XXXXVVVV">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTimingA.xml"/>
|
|
<label>BOD3 Timing</label>
|
|
</variable>
|
|
<variable item="BOD3 Secondary 1 Address" CV="213" mask="VVVVVVVV">
|
|
<splitVal highCV="214" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>BOD3 Secondary 1 Address</label>
|
|
</variable>
|
|
<variable item="BOD3 Secondary 1 Polarity" CV="214" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOutputPolarity.xml"/>
|
|
<label>BOD3 Secondary 1 Polarity</label>
|
|
</variable>
|
|
<variable item="BOD3 Secondary 1 Type" CV="214" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>BOD3 Secondary 1 Type</label>
|
|
</variable>
|
|
<variable item="BOD3 Secondary 2 Address" CV="215" mask="VVVVVVVV">
|
|
<splitVal highCV="216" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>BOD3 Secondary 2 Address</label>
|
|
</variable>
|
|
<variable item="BOD3 Secondary 2 Polarity" CV="216" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOutputPolarity.xml"/>
|
|
<label>BOD3 Secondary 2 Polarity</label>
|
|
</variable>
|
|
<variable item="BOD3 Secondary 2 Type" CV="216" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>BOD3 Secondary 2 Type</label>
|
|
</variable>
|
|
<!-- BOD #4 -->
|
|
<variable item="BOD4 Base Address" CV="217" mask="VVVVVVVV" default="0">
|
|
<splitVal highCV="218" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>BOD4 Base Address</label>
|
|
</variable>
|
|
<variable item="BOD4 Paired" CV="218" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePairedEven.xml"/>
|
|
<label>BOD4 Paired</label>
|
|
</variable>
|
|
<variable item="BOD4 Mode" CV="218" mask="XXVVXXXX" default="2">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>BOD4 Mode</label>
|
|
</variable>
|
|
<variable item="BOD4 Input Direction" CV="219" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInputPolarity.xml"/>
|
|
<label>BOD4 Input Direction</label>
|
|
</variable>
|
|
<variable item="BOD4 Secondary 1" CV="219" mask="XXXXVVXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
|
|
<label>BOD4 Secondary 1</label>
|
|
</variable>
|
|
<variable item="BOD4 Secondary 2" CV="219" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice3Transition.xml"/>
|
|
<label>BOD4 Secondary 2</label>
|
|
</variable>
|
|
<variable item="BOD4 Transition" CV="219" mask="XXXXXXVV" default="3">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice1Transition.xml"/>
|
|
<label>BOD4 Transition</label>
|
|
</variable>
|
|
<variable item="BOD4 Effect" CV="220" mask="XVVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInputEffect.xml"/>
|
|
<label>BOD4 Effect</label>
|
|
</variable>
|
|
<variable item="BOD4 Timing" CV="220" mask="XXXXVVVV">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTimingA.xml"/>
|
|
<label>BOD4 Timing</label>
|
|
</variable>
|
|
<variable item="BOD4 Secondary 1 Address" CV="221" mask="VVVVVVVV">
|
|
<splitVal highCV="222" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>BOD4 Secondary 1 Address</label>
|
|
</variable>
|
|
<variable item="BOD4 Secondary 1 Polarity" CV="222" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOutputPolarity.xml"/>
|
|
<label>BOD4 Secondary 1 Polarity</label>
|
|
</variable>
|
|
<variable item="BOD4 Secondary 1 Type" CV="222" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>BOD4 Secondary 1 Type</label>
|
|
</variable>
|
|
<variable item="BOD4 Secondary 2 Address" CV="223" mask="VVVVVVVV">
|
|
<splitVal highCV="224" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>BOD4 Secondary 2 Address</label>
|
|
</variable>
|
|
<variable item="BOD4 Secondary 2 Polarity" CV="224" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOutputPolarity.xml"/>
|
|
<label>BOD4 Secondary 2 Polarity</label>
|
|
</variable>
|
|
<variable item="BOD4 Secondary 2 Type" CV="224" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>BOD4 Secondary 2 Type</label>
|
|
</variable>
|
|
<!-- BOD #5 -->
|
|
<variable item="BOD5 Base Address" CV="225" mask="VVVVVVVV" default="0">
|
|
<splitVal highCV="226" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>BOD5 Base Address</label>
|
|
</variable>
|
|
<variable item="BOD5 Paired" CV="226" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePaired.xml"/>
|
|
<label>BOD5 Paired</label>
|
|
</variable>
|
|
<variable item="BOD5 Mode" CV="226" mask="XXVVXXXX" default="2">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>BOD5 Mode</label>
|
|
</variable>
|
|
<variable item="BOD5 Input Direction" CV="227" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInputPolarity.xml"/>
|
|
<label>BOD5 Input Direction</label>
|
|
</variable>
|
|
<variable item="BOD5 Secondary 1" CV="227" mask="XXXXVVXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
|
|
<label>BOD5 Secondary 1</label>
|
|
</variable>
|
|
<variable item="BOD5 Secondary 2" CV="227" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice3Transition.xml"/>
|
|
<label>BOD5 Secondary 2</label>
|
|
</variable>
|
|
<variable item="BOD5 Transition" CV="227" mask="XXXXXXVV" default="3">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice1Transition.xml"/>
|
|
<label>BOD5 Transition</label>
|
|
</variable>
|
|
<variable item="BOD5 Effect" CV="228" mask="XVVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInputEffect.xml"/>
|
|
<label>BOD5 Effect</label>
|
|
</variable>
|
|
<variable item="BOD5 Timing" CV="228" mask="XXXXVVVV">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTimingA.xml"/>
|
|
<label>BOD5 Timing</label>
|
|
</variable>
|
|
<variable item="BOD5 Secondary 1 Address" CV="229" mask="VVVVVVVV">
|
|
<splitVal highCV="230" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>BOD5 Secondary 1 Address</label>
|
|
</variable>
|
|
<variable item="BOD5 Secondary 1 Polarity" CV="230" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOutputPolarity.xml"/>
|
|
<label>BOD5 Secondary 1 Polarity</label>
|
|
</variable>
|
|
<variable item="BOD5 Secondary 1 Type" CV="230" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>BOD5 Secondary 1 Type</label>
|
|
</variable>
|
|
<variable item="BOD5 Secondary 2 Address" CV="231" mask="VVVVVVVV">
|
|
<splitVal highCV="232" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>BOD5 Secondary 2 Address</label>
|
|
</variable>
|
|
<variable item="BOD5 Secondary 2 Polarity" CV="232" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOutputPolarity.xml"/>
|
|
<label>BOD5 Secondary 2 Polarity</label>
|
|
</variable>
|
|
<variable item="BOD5 Secondary 2 Type" CV="232" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>BOD5 Secondary 2 Type</label>
|
|
</variable>
|
|
<!-- BOD #5 -->
|
|
<variable item="BOD6 Base Address" CV="233" mask="VVVVVVVV" default="0">
|
|
<splitVal highCV="234" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>BOD6 Base Address</label>
|
|
</variable>
|
|
<variable item="BOD6 Paired" CV="234" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePaired.xml"/>
|
|
<label>BOD6 Paired</label>
|
|
</variable>
|
|
<variable item="BOD6 Mode" CV="234" mask="XXVVXXXX" default="2">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>BOD6 Mode</label>
|
|
</variable>
|
|
<variable item="BOD6 Input Direction" CV="235" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInputPolarity.xml"/>
|
|
<label>BOD6 Input Direction</label>
|
|
</variable>
|
|
<variable item="BOD6 Secondary 1" CV="235" mask="XXXXVVXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
|
|
<label>BOD6 Secondary 1</label>
|
|
</variable>
|
|
<variable item="BOD6 Secondary 2" CV="235" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice3Transition.xml"/>
|
|
<label>BOD6 Secondary 2</label>
|
|
</variable>
|
|
<variable item="BOD6 Transition" CV="235" mask="XXXXXXVV" default="3">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice1Transition.xml"/>
|
|
<label>BOD6 Transition</label>
|
|
</variable>
|
|
<variable item="BOD6 Effect" CV="236" mask="XVVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInputEffect.xml"/>
|
|
<label>BOD6 Effect</label>
|
|
</variable>
|
|
<variable item="BOD6 Timing" CV="236" mask="XXXXVVVV">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTimingA.xml"/>
|
|
<label>BOD6 Timing</label>
|
|
</variable>
|
|
<variable item="BOD6 Secondary 1 Address" CV="237" mask="VVVVVVVV">
|
|
<splitVal highCV="238" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>BOD6 Secondary 1 Address</label>
|
|
</variable>
|
|
<variable item="BOD6 Secondary 1 Polarity" CV="238" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOutputPolarity.xml"/>
|
|
<label>BOD6 Secondary 1 Polarity</label>
|
|
</variable>
|
|
<variable item="BOD6 Secondary 1 Type" CV="238" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>BOD6 Secondary 1 Type</label>
|
|
</variable>
|
|
<variable item="BOD6 Secondary 2 Address" CV="239" mask="VVVVVVVV">
|
|
<splitVal highCV="240" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>BOD6 Secondary 2 Address</label>
|
|
</variable>
|
|
<variable item="BOD6 Secondary 2 Polarity" CV="240" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOutputPolarity.xml"/>
|
|
<label>BOD6 Secondary 2 Polarity</label>
|
|
</variable>
|
|
<variable item="BOD6 Secondary 2 Type" CV="240" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>BOD6 Secondary 2 Type</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="XXXVVVVV" default="8" item="MA1 A">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp A</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="XXXVVVVV" default="8" item="MA1 B">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp B</label>
|
|
</variable>
|
|
<variable item="MA1 B PR" CV="516" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA1 B PR</label>
|
|
</variable>
|
|
<variable CV="517" mask="XXXVVVVV" default="8" item="MA1 C">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp C</label>
|
|
</variable>
|
|
<variable item="MA1 C PR" CV="517" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA1 C PR</label>
|
|
</variable>
|
|
<variable CV="518" mask="XXXVVVVV" default="8" item="MA1 D">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp D</label>
|
|
</variable>
|
|
<variable item="MA1 D PR" CV="518" mask="VVVXXXXX" default="0">
|
|
<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="XXXVVVVV" default="8" item="MA2 A">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp A</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="XXXVVVVV" default="8" item="MA2 B">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp B</label>
|
|
</variable>
|
|
<variable item="MA2 B PR" CV="524" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA2 B PR</label>
|
|
</variable>
|
|
<variable CV="525" mask="XXXVVVVV" default="8" item="MA2 C">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp C</label>
|
|
</variable>
|
|
<variable item="MA2 C PR" CV="525" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA2 C PR</label>
|
|
</variable>
|
|
<variable CV="526" mask="XXXVVVVV" default="8" item="MA2 D">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp D</label>
|
|
</variable>
|
|
<variable item="MA2 D PR" CV="526" mask="VVVXXXXX" default="0">
|
|
<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="XXXVVVVV" default="8" item="MA3 A">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp A</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="XXXVVVVV" default="8" item="MA3 B">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp B</label>
|
|
</variable>
|
|
<variable item="MA3 B PR" CV="532" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA3 B PR</label>
|
|
</variable>
|
|
<variable CV="533" mask="XXXVVVVV" default="8" item="MA3 C">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp C</label>
|
|
</variable>
|
|
<variable item="MA3 C PR" CV="533" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA3 C PR</label>
|
|
</variable>
|
|
<variable CV="534" mask="XXXVVVVV" default="8" item="MA3 D">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp D</label>
|
|
</variable>
|
|
<variable item="MA3 D PR" CV="534" mask="VVVXXXXX" default="0">
|
|
<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="XXXVVVVV" default="8" item="MA4 A">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp A</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="XXXVVVVV" default="8" item="MA4 B">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp B</label>
|
|
</variable>
|
|
<variable item="MA4 B PR" CV="540" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA4 B PR</label>
|
|
</variable>
|
|
<variable CV="541" mask="XXXVVVVV" default="8" item="MA4 C">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp C</label>
|
|
</variable>
|
|
<variable item="MA4 C PR" CV="541" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA4 C PR</label>
|
|
</variable>
|
|
<variable CV="542" mask="XXXVVVVV" default="8" item="MA4 D">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp D</label>
|
|
</variable>
|
|
<variable item="MA4 D PR" CV="542" mask="VVVXXXXX" default="0">
|
|
<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="XXXVVVVV" default="8" item="MA5 A">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp A</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="XXXVVVVV" default="8" item="MA5 B">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp B</label>
|
|
</variable>
|
|
<variable item="MA5 B PR" CV="548" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA5 B PR</label>
|
|
</variable>
|
|
<variable CV="549" mask="XXXVVVVV" default="8" item="MA5 C">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp C</label>
|
|
</variable>
|
|
<variable item="MA5 C PR" CV="549" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA5 C PR</label>
|
|
</variable>
|
|
<variable CV="550" mask="XXXVVVVV" default="8" item="MA5 D">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp D</label>
|
|
</variable>
|
|
<variable item="MA5 D PR" CV="550" mask="VVVXXXXX" default="0">
|
|
<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="XXXVVVVV" default="8" item="MA6 A">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp A</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="XXXVVVVV" default="8" item="MA6 B">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp B</label>
|
|
</variable>
|
|
<variable item="MA6 B PR" CV="556" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA6 B PR</label>
|
|
</variable>
|
|
<variable CV="557" mask="XXXVVVVV" default="8" item="MA6 C">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp C</label>
|
|
</variable>
|
|
<variable item="MA6 C PR" CV="557" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA6 C PR</label>
|
|
</variable>
|
|
<variable CV="558" mask="XXXVVVVV" default="8" item="MA6 D">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp D</label>
|
|
</variable>
|
|
<variable item="MA6 D PR" CV="558" mask="VVVXXXXX" default="0">
|
|
<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="XXXVVVVV" default="8" item="MA7 A">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp A</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="XXXVVVVV" default="8" item="MA7 B">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp B</label>
|
|
</variable>
|
|
<variable item="MA7 B PR" CV="564" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA7 B PR</label>
|
|
</variable>
|
|
<variable CV="565" mask="XXXVVVVV" default="8" item="MA7 C">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp C</label>
|
|
</variable>
|
|
<variable item="MA7 C PR" CV="565" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA7 C PR</label>
|
|
</variable>
|
|
<variable CV="566" mask="XXXVVVVV" default="8" item="MA7 D">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp D</label>
|
|
</variable>
|
|
<variable item="MA7 D PR" CV="566" mask="VVVXXXXX" default="0">
|
|
<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="XXXVVVVV" default="8" item="MA8 A">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp A</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="XXXVVVVV" default="8" item="MA8 B">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp B</label>
|
|
</variable>
|
|
<variable item="MA8 B PR" CV="572" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA8 B PR</label>
|
|
</variable>
|
|
<variable CV="573" mask="XXXVVVVV" default="8" item="MA8 C">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp C</label>
|
|
</variable>
|
|
<variable item="MA8 C PR" CV="573" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA8 C PR</label>
|
|
</variable>
|
|
<variable CV="574" mask="XXXVVVVV" default="8" item="MA8 D">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp D</label>
|
|
</variable>
|
|
<variable item="MA8 D PR" CV="574" mask="VVVXXXXX" default="0">
|
|
<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="XXXVVVVV" default="8" item="MA9 A">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp A</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="XXXVVVVV" default="8" item="MA9 B">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp B</label>
|
|
</variable>
|
|
<variable item="MA9 B PR" CV="580" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA9 B PR</label>
|
|
</variable>
|
|
<variable CV="581" mask="XXXVVVVV" default="8" item="MA9 C">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp C</label>
|
|
</variable>
|
|
<variable item="MA9 C PR" CV="581" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA9 C PR</label>
|
|
</variable>
|
|
<variable CV="582" mask="XXXVVVVV" default="8" item="MA9 D">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp D</label>
|
|
</variable>
|
|
<variable item="MA9 D PR" CV="582" mask="VVVXXXXX" default="0">
|
|
<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="XXXVVVVV" default="8" item="MA10 A">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp A</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="XXXVVVVV" default="8" item="MA10 B">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp B</label>
|
|
</variable>
|
|
<variable item="MA10 B PR" CV="588" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA10 B PR</label>
|
|
</variable>
|
|
<variable CV="589" mask="XXXVVVVV" default="8" item="MA10 C">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp C</label>
|
|
</variable>
|
|
<variable item="MA10 C PR" CV="589" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA10 C PR</label>
|
|
</variable>
|
|
<variable CV="590" mask="XXXVVVVV" default="8" item="MA10 D">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp D</label>
|
|
</variable>
|
|
<variable item="MA10 D PR" CV="590" mask="VVVXXXXX" default="0">
|
|
<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="XXXVVVVV" default="8" item="MA11 A">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp A</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="XXXVVVVV" default="8" item="MA11 B">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp B</label>
|
|
</variable>
|
|
<variable item="MA11 B PR" CV="596" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA11 B PR</label>
|
|
</variable>
|
|
<variable CV="597" mask="XXXVVVVV" default="8" item="MA11 C">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp C</label>
|
|
</variable>
|
|
<variable item="MA11 C PR" CV="597" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA11 C PR</label>
|
|
</variable>
|
|
<variable CV="598" mask="XXXVVVVV" default="8" item="MA11 D">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp D</label>
|
|
</variable>
|
|
<variable item="MA11 D PR" CV="598" mask="VVVXXXXX" default="0">
|
|
<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="XXXVVVVV" default="8" item="MA12 A">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp A</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="XXXVVVVV" default="8" item="MA12 B">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp B</label>
|
|
</variable>
|
|
<variable item="MA12 B PR" CV="604" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA12 B PR</label>
|
|
</variable>
|
|
<variable CV="605" mask="XXXVVVVV" default="8" item="MA12 C">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp C</label>
|
|
</variable>
|
|
<variable item="MA12 C PR" CV="605" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA12 C PR</label>
|
|
</variable>
|
|
<variable CV="606" mask="XXXVVVVV" default="8" item="MA12 D">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp D</label>
|
|
</variable>
|
|
<variable item="MA12 D PR" CV="606" mask="VVVXXXXX" default="0">
|
|
<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="XXXVVVVV" default="8" item="MA13 A">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp A</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="XXXVVVVV" default="8" item="MA13 B">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp B</label>
|
|
</variable>
|
|
<variable item="MA13 B PR" CV="612" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA13 B PR</label>
|
|
</variable>
|
|
<variable CV="613" mask="XXXVVVVV" default="8" item="MA13 C">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp C</label>
|
|
</variable>
|
|
<variable item="MA13 C PR" CV="613" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA13 C PR</label>
|
|
</variable>
|
|
<variable CV="614" mask="XXXVVVVV" default="8" item="MA13 D">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp D</label>
|
|
</variable>
|
|
<variable item="MA13 D PR" CV="614" mask="VVVXXXXX" default="0">
|
|
<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="XXXVVVVV" default="8" item="MA14 A">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp A</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="XXXVVVVV" default="8" item="MA14 B">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp B</label>
|
|
</variable>
|
|
<variable item="MA14 B PR" CV="620" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA14 B PR</label>
|
|
</variable>
|
|
<variable CV="621" mask="XXXVVVVV" default="8" item="MA14 C">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp C</label>
|
|
</variable>
|
|
<variable item="MA14 C PR" CV="621" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA14 C PR</label>
|
|
</variable>
|
|
<variable CV="622" mask="XXXVVVVV" default="8" item="MA14 D">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp D</label>
|
|
</variable>
|
|
<variable item="MA14 D PR" CV="622" mask="VVVXXXXX" default="0">
|
|
<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="XXXVVVVV" default="8" item="MA15 A">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp A</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="XXXVVVVV" default="8" item="MA15 B">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp B</label>
|
|
</variable>
|
|
<variable item="MA15 B PR" CV="628" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA15 B PR</label>
|
|
</variable>
|
|
<variable CV="629" mask="XXXVVVVV" default="8" item="MA15 C">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp C</label>
|
|
</variable>
|
|
<variable item="MA15 C PR" CV="629" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA15 C PR</label>
|
|
</variable>
|
|
<variable CV="630" mask="XXXVVVVV" default="8" item="MA15 D">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp D</label>
|
|
</variable>
|
|
<variable item="MA15 D PR" CV="630" mask="VVVXXXXX" default="0">
|
|
<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="XXXVVVVV" default="8" item="MA16 A">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp A</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="XXXVVVVV" default="8" item="MA16 B">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp B</label>
|
|
</variable>
|
|
<variable item="MA16 B PR" CV="636" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA16 B PR</label>
|
|
</variable>
|
|
<variable CV="637" mask="XXXVVVVV" default="8" item="MA16 C">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp C</label>
|
|
</variable>
|
|
<variable item="MA16 C PR" CV="637" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA16 C PR</label>
|
|
</variable>
|
|
<variable CV="638" mask="XXXVVVVV" default="8" item="MA16 D">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp D</label>
|
|
</variable>
|
|
<variable item="MA16 D PR" CV="638" mask="VVVXXXXX" default="0">
|
|
<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="XXXVVVVV" default="8" item="MA17 A">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp A</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="XXXVVVVV" default="8" item="MA17 B">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp B</label>
|
|
</variable>
|
|
<variable item="MA17 B PR" CV="644" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA17 B PR</label>
|
|
</variable>
|
|
<variable CV="645" mask="XXXVVVVV" default="8" item="MA17 C">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp C</label>
|
|
</variable>
|
|
<variable item="MA17 C PR" CV="645" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA17 C PR</label>
|
|
</variable>
|
|
<variable CV="646" mask="XXXVVVVV" default="8" item="MA17 D">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp D</label>
|
|
</variable>
|
|
<variable item="MA17 D PR" CV="646" mask="VVVXXXXX" default="0">
|
|
<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="XXXVVVVV" default="8" item="MA18 A">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp A</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="XXXVVVVV" default="8" item="MA18 B">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp B</label>
|
|
</variable>
|
|
<variable item="MA18 B PR" CV="652" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA18 B PR</label>
|
|
</variable>
|
|
<variable CV="653" mask="XXXVVVVV" default="8" item="MA18 C">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp C</label>
|
|
</variable>
|
|
<variable item="MA18 C PR" CV="653" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA18 C PR</label>
|
|
</variable>
|
|
<variable CV="654" mask="XXXVVVVV" default="8" item="MA18 D">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp D</label>
|
|
</variable>
|
|
<variable item="MA18 D PR" CV="654" mask="VVVXXXXX" default="0">
|
|
<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="XXXVVVVV" default="8" item="MA19 A">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp A</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="XXXVVVVV" default="8" item="MA19 B">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp B</label>
|
|
</variable>
|
|
<variable item="MA19 B PR" CV="660" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA19 B PR</label>
|
|
</variable>
|
|
<variable CV="661" mask="XXXVVVVV" default="8" item="MA19 C">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp C</label>
|
|
</variable>
|
|
<variable item="MA19 C PR" CV="661" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA19 C PR</label>
|
|
</variable>
|
|
<variable CV="662" mask="XXXVVVVV" default="8" item="MA19 D">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp D</label>
|
|
</variable>
|
|
<variable item="MA19 D PR" CV="662" mask="VVVXXXXX" default="0">
|
|
<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="XXXVVVVV" default="8" item="MA20 A">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp A</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="XXXVVVVV" default="8" item="MA20 B">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp B</label>
|
|
</variable>
|
|
<variable item="MA20 B PR" CV="668" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA20 B PR</label>
|
|
</variable>
|
|
<variable CV="669" mask="XXXVVVVV" default="8" item="MA20 C">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp C</label>
|
|
</variable>
|
|
<variable item="MA20 C PR" CV="669" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA20 C PR</label>
|
|
</variable>
|
|
<variable CV="670" mask="XXXVVVVV" default="8" item="MA20 D">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp D</label>
|
|
</variable>
|
|
<variable item="MA20 D PR" CV="670" mask="VVVXXXXX" default="0">
|
|
<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="XXXVVVVV" default="8" item="MA21 A">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp A</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="XXXVVVVV" default="8" item="MA21 B">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp B</label>
|
|
</variable>
|
|
<variable item="MA21 B PR" CV="676" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA21 B PR</label>
|
|
</variable>
|
|
<variable CV="677" mask="XXXVVVVV" default="8" item="MA21 C">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp C</label>
|
|
</variable>
|
|
<variable item="MA21 C PR" CV="677" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA21 C PR</label>
|
|
</variable>
|
|
<variable CV="678" mask="XXXVVVVV" default="8" item="MA21 D">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp D</label>
|
|
</variable>
|
|
<variable item="MA21 D PR" CV="678" mask="VVVXXXXX" default="0">
|
|
<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="XXXVVVVV" default="8" item="MA22 A">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp A</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="XXXVVVVV" default="8" item="MA22 B">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp B</label>
|
|
</variable>
|
|
<variable item="MA22 B PR" CV="684" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA22 B PR</label>
|
|
</variable>
|
|
<variable CV="685" mask="XXXVVVVV" default="8" item="MA22 C">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp C</label>
|
|
</variable>
|
|
<variable item="MA22 C PR" CV="685" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA22 C PR</label>
|
|
</variable>
|
|
<variable CV="686" mask="XXXVVVVV" default="8" item="MA22 D">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp D</label>
|
|
</variable>
|
|
<variable item="MA22 D PR" CV="686" mask="VVVXXXXX" default="0">
|
|
<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="XXXVVVVV" default="8" item="MA23 A">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp A</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="XXXVVVVV" default="8" item="MA23 B">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp B</label>
|
|
</variable>
|
|
<variable item="MA23 B PR" CV="692" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA23 B PR</label>
|
|
</variable>
|
|
<variable CV="693" mask="XXXVVVVV" default="8" item="MA23 C">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp C</label>
|
|
</variable>
|
|
<variable item="MA23 C PR" CV="693" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA23 C PR</label>
|
|
</variable>
|
|
<variable CV="694" mask="XXXVVVVV" default="8" item="MA23 D">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp D</label>
|
|
</variable>
|
|
<variable item="MA23 D PR" CV="694" mask="VVVXXXXX" default="0">
|
|
<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="XXXVVVVV" default="8" item="MA24 A">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp A</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="XXXVVVVV" default="8" item="MA24 B">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp B</label>
|
|
</variable>
|
|
<variable item="MA24 B PR" CV="700" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA24 B PR</label>
|
|
</variable>
|
|
<variable CV="701" mask="XXXVVVVV" default="8" item="MA24 C">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp C</label>
|
|
</variable>
|
|
<variable item="MA24 C PR" CV="701" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA24 C PR</label>
|
|
</variable>
|
|
<variable CV="702" mask="XXXVVVVV" default="8" item="MA24 D">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp D</label>
|
|
</variable>
|
|
<variable item="MA24 D PR" CV="702" mask="VVVXXXXX" default="0">
|
|
<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="XXXVVVVV" default="8" item="MA25 A">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp A</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="XXXVVVVV" default="8" item="MA25 B">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp B</label>
|
|
</variable>
|
|
<variable item="MA25 B PR" CV="708" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA25 B PR</label>
|
|
</variable>
|
|
<variable CV="709" mask="XXXVVVVV" default="8" item="MA25 C">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp C</label>
|
|
</variable>
|
|
<variable item="MA25 C PR" CV="709" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA25 C PR</label>
|
|
</variable>
|
|
<variable CV="710" mask="XXXVVVVV" default="8" item="MA25 D">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp D</label>
|
|
</variable>
|
|
<variable item="MA25 D PR" CV="710" mask="VVVXXXXX" default="0">
|
|
<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="XXXVVVVV" default="8" item="MA26 A">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp A</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="XXXVVVVV" default="8" item="MA26 B">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp B</label>
|
|
</variable>
|
|
<variable item="MA26 B PR" CV="716" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA26 B PR</label>
|
|
</variable>
|
|
<variable CV="717" mask="XXXVVVVV" default="8" item="MA26 C">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp C</label>
|
|
</variable>
|
|
<variable item="MA26 C PR" CV="717" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA26 C PR</label>
|
|
</variable>
|
|
<variable CV="718" mask="XXXVVVVV" default="8" item="MA26 D">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp D</label>
|
|
</variable>
|
|
<variable item="MA26 D PR" CV="718" mask="VVVXXXXX" default="0">
|
|
<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="XXXVVVVV" default="8" item="MA27 A">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp A</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="XXXVVVVV" default="8" item="MA27 B">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp B</label>
|
|
</variable>
|
|
<variable item="MA27 B PR" CV="724" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA27 B PR</label>
|
|
</variable>
|
|
<variable CV="725" mask="XXXVVVVV" default="8" item="MA27 C">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp C</label>
|
|
</variable>
|
|
<variable item="MA27 C PR" CV="725" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA27 C PR</label>
|
|
</variable>
|
|
<variable CV="726" mask="XXXVVVVV" default="8" item="MA27 D">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp D</label>
|
|
</variable>
|
|
<variable item="MA27 D PR" CV="726" mask="VVVXXXXX" default="0">
|
|
<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="XXXVVVVV" default="8" item="MA28 A">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp A</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="XXXVVVVV" default="8" item="MA28 B">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp B</label>
|
|
</variable>
|
|
<variable item="MA28 B PR" CV="732" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA28 B PR</label>
|
|
</variable>
|
|
<variable CV="733" mask="XXXVVVVV" default="8" item="MA28 C">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp C</label>
|
|
</variable>
|
|
<variable item="MA28 C PR" CV="733" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA28 C PR</label>
|
|
</variable>
|
|
<variable CV="734" mask="XXXVVVVV" default="8" item="MA28 D">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp D</label>
|
|
</variable>
|
|
<variable item="MA28 D PR" CV="734" mask="VVVXXXXX" default="0">
|
|
<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="XXXVVVVV" default="8" item="MA29 A">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp A</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="XXXVVVVV" default="8" item="MA29 B">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp B</label>
|
|
</variable>
|
|
<variable item="MA29 B PR" CV="740" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA29 B PR</label>
|
|
</variable>
|
|
<variable CV="741" mask="XXXVVVVV" default="8" item="MA29 C">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp C</label>
|
|
</variable>
|
|
<variable item="MA29 C PR" CV="741" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA29 C PR</label>
|
|
</variable>
|
|
<variable CV="742" mask="XXXVVVVV" default="8" item="MA29 D">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp D</label>
|
|
</variable>
|
|
<variable item="MA29 D PR" CV="742" mask="VVVXXXXX" default="0">
|
|
<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="XXXVVVVV" default="8" item="MA30 A">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp A</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="XXXVVVVV" default="8" item="MA30 B">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp B</label>
|
|
</variable>
|
|
<variable item="MA30 B PR" CV="748" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA30 B PR</label>
|
|
</variable>
|
|
<variable CV="749" mask="XXXVVVVV" default="8" item="MA30 C">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp C</label>
|
|
</variable>
|
|
<variable item="MA30 C PR" CV="749" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA30 C PR</label>
|
|
</variable>
|
|
<variable CV="750" mask="XXXVVVVV" default="8" item="MA30 D">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp D</label>
|
|
</variable>
|
|
<variable item="MA30 D PR" CV="750" mask="VVVXXXXX" default="0">
|
|
<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="XXXVVVVV" default="8" item="MA31 A">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp A</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="XXXVVVVV" default="8" item="MA31 B">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp B</label>
|
|
</variable>
|
|
<variable item="MA31 B PR" CV="756" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA31 B PR</label>
|
|
</variable>
|
|
<variable CV="757" mask="XXXVVVVV" default="8" item="MA31 C">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp C</label>
|
|
</variable>
|
|
<variable item="MA31 C PR" CV="757" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA31 C PR</label>
|
|
</variable>
|
|
<variable CV="758" mask="XXXVVVVV" default="8" item="MA31 D">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp D</label>
|
|
</variable>
|
|
<variable item="MA31 D PR" CV="758" mask="VVVXXXXX" default="0">
|
|
<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="XXXVVVVV" default="8" item="MA32 A">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp A</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="XXXVVVVV" default="8" item="MA32 B">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp B</label>
|
|
</variable>
|
|
<variable item="MA32 B PR" CV="764" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA32 B PR</label>
|
|
</variable>
|
|
<variable CV="765" mask="XXXVVVVV" default="8" item="MA32 C">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp C</label>
|
|
</variable>
|
|
<variable item="MA32 C PR" CV="765" mask="VVVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceRate.xml"/>
|
|
<label>MA32 C PR</label>
|
|
</variable>
|
|
<variable CV="766" mask="XXXVVVVV" default="8" item="MA32 D">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLamp.xml"/>
|
|
<label>Lamp D</label>
|
|
</variable>
|
|
<variable item="MA32 D PR" CV="766" mask="VVVXXXXX" default="0">
|
|
<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>
|
|
<!-- Out #1 -->
|
|
<variable item="OUT1 Base Address" CV="769" mask="VVVVVVVV">
|
|
<splitVal highCV="770" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>OUT1 Base Address</label>
|
|
</variable>
|
|
<variable item="OUT1 Paired" CV="770" mask="VVXXXXXX" default="2">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePairedOutA.xml"/>
|
|
<label>OUT1 Paired</label>
|
|
</variable>
|
|
<variable item="OUT1 Mode" CV="770" mask="XXVVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>OUT1 Mode</label>
|
|
</variable>
|
|
<variable item="OUT1 Output Direction" CV="771" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceDirection.xml"/>
|
|
<label>OUT1 Output Direction</label>
|
|
</variable>
|
|
<variable item="OUT1 Secondary 1" CV="771" mask="XXXXVVXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
|
|
<label>OUT1 Secondary 1</label>
|
|
</variable>
|
|
<variable item="OUT1 Secondary 2" CV="771" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice3Transition.xml"/>
|
|
<label>OUT1 Secondary 2</label>
|
|
</variable>
|
|
<variable item="OUT1 Transition" CV="771" mask="XXXXXXVV" default="3">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice1Transition.xml"/>
|
|
<label>OUT1 Transition</label>
|
|
</variable>
|
|
<variable item="OUT1 Length" CV="772" mask="XXXVXXXX">
|
|
<enumVal>
|
|
<enumChoice choice="short"/>
|
|
<enumChoice choice="long"/>
|
|
</enumVal>
|
|
<label>OUT1 Length</label>
|
|
</variable>
|
|
<variable item="OUT1 Type" CV="772" mask="XVVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOutputType.xml"/>
|
|
<label>OUT1 Type</label>
|
|
</variable>
|
|
<variable item="OUT1 Timing" CV="772" mask="XXXXVVVV">
|
|
<qualifier>
|
|
<variableref>OUT1 Length</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTimingA.xml"/>
|
|
<label>OUT1 Timing</label>
|
|
</variable>
|
|
<variable item="OUT1 Timing1" CV="772" mask="XXXXVVVV">
|
|
<qualifier>
|
|
<variableref>OUT1 Length</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTimingB.xml"/>
|
|
<label>OUT1 Timing1</label>
|
|
</variable>
|
|
<variable item="OUT1 Secondary 1 Address" CV="773" mask="VVVVVVVV">
|
|
<splitVal highCV="774" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>OUT1 Secondary 1 Address</label>
|
|
</variable>
|
|
<variable item="OUT1 Secondary 1 Polarity" CV="774" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
|
|
<label>OUT1 Secondary 1 Polarity</label>
|
|
</variable>
|
|
<variable item="OUT1 Secondary 1 Type" CV="774" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>OUT1 Secondary 1 Type</label>
|
|
</variable>
|
|
<variable item="OUT1 Secondary 2 Address" CV="775" mask="VVVVVVVV">
|
|
<splitVal highCV="776" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>OUT1 Secondary 2 Address</label>
|
|
</variable>
|
|
<variable item="OUT1 Secondary 2 Polarity" CV="776" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
|
|
<label>OUT1 Secondary 2 Polarity</label>
|
|
</variable>
|
|
<variable item="OUT1 Secondary 2 Type" CV="776" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>OUT1 Secondary 2 Type</label>
|
|
</variable>
|
|
<!-- OUT #2 -->
|
|
<variable item="OUT2 Base Address" CV="777" mask="VVVVVVVV" default="0">
|
|
<splitVal highCV="778" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>OUT2 Base Address</label>
|
|
</variable>
|
|
<variable item="OUT2 Paired" CV="778" mask="VVXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePairedOutB.xml"/>
|
|
<label>OUT2 Paired</label>
|
|
</variable>
|
|
<variable item="OUT2 Mode" CV="778" mask="XXVVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>OUT2 Mode</label>
|
|
</variable>
|
|
<variable item="OUT2 Output Direction" CV="779" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceDirection.xml"/>
|
|
<label>OUT2 Output Direction</label>
|
|
</variable>
|
|
<variable item="OUT2 Secondary 1" CV="779" mask="XXXXVVXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
|
|
<label>OUT2 Secondary 1</label>
|
|
</variable>
|
|
<variable item="OUT2 Secondary 2" CV="779" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice3Transition.xml"/>
|
|
<label>OUT2 Secondary 2</label>
|
|
</variable>
|
|
<variable item="OUT2 Transition" CV="779" mask="XXXXXXVV" default="3">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice1Transition.xml"/>
|
|
<label>OUT2 Transition</label>
|
|
</variable>
|
|
<variable item="OUT2 Length" CV="780" mask="XXXVXXXX">
|
|
<enumVal>
|
|
<enumChoice choice="short"/>
|
|
<enumChoice choice="long"/>
|
|
</enumVal>
|
|
<label>OUT2 Length</label>
|
|
</variable>
|
|
<variable item="OUT2 Type" CV="780" mask="XVVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOutputType.xml"/>
|
|
<label>OUT2 Type</label>
|
|
</variable>
|
|
<variable item="OUT2 Timing" CV="780" mask="XXXXVVVV">
|
|
<qualifier>
|
|
<variableref>OUT2 Length</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier><qualifier>
|
|
<variableref>OUT2 Paired</variableref>
|
|
<relation>ne</relation>
|
|
<value>3</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTimingA.xml"/>
|
|
<label>OUT2 Timing</label>
|
|
</variable>
|
|
<variable item="OUT2 Timing1" CV="780" mask="XXXXVVVV">
|
|
<qualifier>
|
|
<variableref>OUT2 Length</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier><qualifier>
|
|
<variableref>OUT2 Paired</variableref>
|
|
<relation>ne</relation>
|
|
<value>3</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTimingB.xml"/>
|
|
<label>OUT2 Timing1</label>
|
|
</variable>
|
|
<variable item="OUT2 Color" CV="780" mask="XXXXVVVV">
|
|
<qualifier>
|
|
<variableref>OUT2 Paired</variableref>
|
|
<relation>eq</relation>
|
|
<value>3</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceColor.xml"/>
|
|
<label>OUT2 Color</label>
|
|
</variable>
|
|
<variable item="OUT2 Secondary 1 Address" CV="781" mask="VVVVVVVV">
|
|
<splitVal highCV="782" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>OUT2 Secondary 1 Address</label>
|
|
</variable>
|
|
<variable item="OUT2 Secondary 1 Polarity" CV="782" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
|
|
<label>OUT2 Secondary 1 Polarity</label>
|
|
</variable>
|
|
<variable item="OUT2 Secondary 1 Type" CV="782" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>OUT2 Secondary 1 Type</label>
|
|
</variable>
|
|
<variable item="OUT2 Secondary 2 Address" CV="783" mask="VVVVVVVV">
|
|
<splitVal highCV="784" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>OUT2 Secondary 2 Address</label>
|
|
</variable>
|
|
<variable item="OUT2 Secondary 2 Polarity" CV="784" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
|
|
<label>OUT2 Secondary 2 Polarity</label>
|
|
</variable>
|
|
<variable item="OUT2 Secondary 2 Type" CV="784" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>OUT2 Secondary 2 Type</label>
|
|
</variable>
|
|
<!-- OUT #3 -->
|
|
<variable item="OUT3 Base Address" CV="785" mask="VVVVVVVV" default="0">
|
|
<splitVal highCV="786" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>OUT3 Base Address</label>
|
|
</variable>
|
|
<variable item="OUT3 Paired" CV="786" mask="VVXXXXXX" default="2">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePairedOutA.xml"/>
|
|
<label>OUT3 Paired</label>
|
|
</variable>
|
|
<variable item="OUT3 Mode" CV="786" mask="XXVVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>OUT3 Mode</label>
|
|
</variable>
|
|
<variable item="OUT3 Output Direction" CV="787" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceDirection.xml"/>
|
|
<label>OUT3 Output Direction</label>
|
|
</variable>
|
|
<variable item="OUT3 Secondary 1" CV="787" mask="XXXXVVXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
|
|
<label>OUT3 Secondary 1</label>
|
|
</variable>
|
|
<variable item="OUT3 Secondary 2" CV="787" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice3Transition.xml"/>
|
|
<label>OUT3 Secondary 2</label>
|
|
</variable>
|
|
<variable item="OUT3 Transition" CV="787" mask="XXXXXXVV" default="3">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice1Transition.xml"/>
|
|
<label>OUT3 Transition</label>
|
|
</variable>
|
|
<variable item="OUT3 Length" CV="788" mask="XXXVXXXX">
|
|
<enumVal>
|
|
<enumChoice choice="short"/>
|
|
<enumChoice choice="long"/>
|
|
</enumVal>
|
|
<label>OUT3 Length</label>
|
|
</variable>
|
|
<variable item="OUT3 Type" CV="788" mask="XVVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOutputType.xml"/>
|
|
<label>OUT3 Type</label>
|
|
</variable>
|
|
<variable item="OUT3 Timing" CV="788" mask="XXXXVVVV">
|
|
<qualifier>
|
|
<variableref>OUT3 Length</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTimingA.xml"/>
|
|
<label>OUT3 Timing</label>
|
|
</variable>
|
|
<variable item="OUT3 Timing1" CV="788" mask="XXXXVVVV">
|
|
<qualifier>
|
|
<variableref>OUT3 Length</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTimingB.xml"/>
|
|
<label>OUT3 Timing1</label>
|
|
</variable>
|
|
<variable item="OUT3 Secondary 1 Address" CV="789" mask="VVVVVVVV">
|
|
<splitVal highCV="790" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>OUT3 Secondary 1 Address</label>
|
|
</variable>
|
|
<variable item="OUT3 Secondary 1 Polarity" CV="790" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
|
|
<label>OUT3 Secondary 1 Polarity</label>
|
|
</variable>
|
|
<variable item="OUT3 Secondary 1 Type" CV="790" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>OUT3 Secondary 1 Type</label>
|
|
</variable>
|
|
<variable item="OUT3 Secondary 2 Address" CV="791" mask="VVVVVVVV">
|
|
<splitVal highCV="792" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>OUT3 Secondary 2 Address</label>
|
|
</variable>
|
|
<variable item="OUT3 Secondary 2 Polarity" CV="792" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
|
|
<label>OUT3 Secondary 2 Polarity</label>
|
|
</variable>
|
|
<variable item="OUT3 Secondary 2 Type" CV="792" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>OUT3 Secondary 2 Type</label>
|
|
</variable>
|
|
<!-- Output #4 -->
|
|
<variable item="OUT4 Base Address" CV="793" mask="VVVVVVVV" default="0">
|
|
<splitVal highCV="794" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>OUT4 Base Address</label>
|
|
</variable>
|
|
<variable item="OUT4 Paired" CV="794" mask="VVXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePairedOutB.xml"/>
|
|
<label>OUT4 Paired</label>
|
|
</variable>
|
|
<variable item="OUT4 Mode" CV="794" mask="XXVVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>OUT4 Mode</label>
|
|
</variable>
|
|
<variable item="OUT4 Output Direction" CV="795" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceDirection.xml"/>
|
|
<label>OUT4 Output Direction</label>
|
|
</variable>
|
|
<variable item="OUT4 Secondary 1" CV="795" mask="XXXXVVXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
|
|
<label>OUT4 Secondary 1</label>
|
|
</variable>
|
|
<variable item="OUT4 Secondary 2" CV="795" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice3Transition.xml"/>
|
|
<label>OUT4 Secondary 2</label>
|
|
</variable>
|
|
<variable item="OUT4 Transition" CV="795" mask="XXXXXXVV" default="3">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice1Transition.xml"/>
|
|
<label>OUT4 Transition</label>
|
|
</variable>
|
|
<variable item="OUT4 Length" CV="796" mask="XXXVXXXX">
|
|
<enumVal>
|
|
<enumChoice choice="short"/>
|
|
<enumChoice choice="long"/>
|
|
</enumVal>
|
|
<label>OUT4 Length</label>
|
|
</variable>
|
|
<variable item="OUT4 Type" CV="796" mask="XVVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOutputType.xml"/>
|
|
<label>OUT4 Type</label>
|
|
</variable>
|
|
<variable item="OUT4 Timing" CV="796" mask="XXXXVVVV">
|
|
<qualifier>
|
|
<variableref>OUT4 Length</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier><qualifier>
|
|
<variableref>OUT4 Paired</variableref>
|
|
<relation>ne</relation>
|
|
<value>3</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTimingA.xml"/>
|
|
<label>OUT4 Timing</label>
|
|
</variable>
|
|
<variable item="OUT4 Timing1" CV="796" mask="XXXXVVVV">
|
|
<qualifier>
|
|
<variableref>OUT4 Length</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier><qualifier>
|
|
<variableref>OUT4 Paired</variableref>
|
|
<relation>ne</relation>
|
|
<value>3</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTimingB.xml"/>
|
|
<label>OUT4 Timing1</label>
|
|
</variable>
|
|
<variable item="OUT4 Color" CV="796" mask="XXXXVVVV">
|
|
<qualifier>
|
|
<variableref>OUT4 Paired</variableref>
|
|
<relation>eq</relation>
|
|
<value>3</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceColor.xml"/>
|
|
<label>OUT4 Color</label>
|
|
</variable>
|
|
<variable item="OUT4 Secondary 1 Address" CV="797" mask="VVVVVVVV">
|
|
<splitVal highCV="798" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>OUT4 Secondary 1 Address</label>
|
|
</variable>
|
|
<variable item="OUT4 Secondary 1 Polarity" CV="798" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
|
|
<label>OUT4 Secondary 1 Polarity</label>
|
|
</variable>
|
|
<variable item="OUT4 Secondary 1 Type" CV="798" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>OUT4 Secondary 1 Type</label>
|
|
</variable>
|
|
<variable item="OUT4 Secondary 2 Address" CV="799" mask="VVVVVVVV">
|
|
<splitVal highCV="800" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>OUT4 Secondary 2 Address</label>
|
|
</variable>
|
|
<variable item="OUT4 Secondary 2 Polarity" CV="800" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
|
|
<label>OUT4 Secondary 2 Polarity</label>
|
|
</variable>
|
|
<variable item="OUT4 Secondary 2 Type" CV="800" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>OUT4 Secondary 2 Type</label>
|
|
</variable>
|
|
<!-- Output #5 -->
|
|
<variable item="OUT5 Base Address" CV="801" mask="VVVVVVVV" default="0">
|
|
<splitVal highCV="802" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>OUT5 Base Address</label>
|
|
</variable>
|
|
<variable item="OUT5 Paired" CV="802" mask="VVXXXXXX" default="2">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePairedOutA.xml"/>
|
|
<label>OUT5 Paired</label>
|
|
</variable>
|
|
<variable item="OUT5 Mode" CV="802" mask="XXVVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>OUT5 Mode</label>
|
|
</variable>
|
|
<variable item="OUT5 Output Direction" CV="803" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceDirection.xml"/>
|
|
<label>OUT5 Output Direction</label>
|
|
</variable>
|
|
<variable item="OUT5 Secondary 1" CV="803" mask="XXXXVVXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
|
|
<label>OUT5 Secondary 1</label>
|
|
</variable>
|
|
<variable item="OUT5 Secondary 2" CV="803" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice3Transition.xml"/>
|
|
<label>OUT5 Secondary 2</label>
|
|
</variable>
|
|
<variable item="OUT5 Transition" CV="803" mask="XXXXXXVV" default="3">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice1Transition.xml"/>
|
|
<label>OUT5 Transition</label>
|
|
</variable>
|
|
<variable item="OUT5 Length" CV="804" mask="XXXVXXXX">
|
|
<enumVal>
|
|
<enumChoice choice="short"/>
|
|
<enumChoice choice="long"/>
|
|
</enumVal>
|
|
<label>OUT5 Length</label>
|
|
</variable>
|
|
<variable item="OUT5 Type" CV="804" mask="XVVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOutputType.xml"/>
|
|
<label>OUT5 Type</label>
|
|
</variable>
|
|
<variable item="OUT5 Timing" CV="804" mask="XXXXVVVV">
|
|
<qualifier>
|
|
<variableref>OUT5 Length</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTimingA.xml"/>
|
|
<label>OUT5 Timing</label>
|
|
</variable>
|
|
<variable item="OUT5 Timing1" CV="804" mask="XXXXVVVV">
|
|
<qualifier>
|
|
<variableref>OUT5 Length</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTimingB.xml"/>
|
|
<label>OUT5 Timing1</label>
|
|
</variable>
|
|
<variable item="OUT5 Secondary 1 Address" CV="805" mask="VVVVVVVV">
|
|
<splitVal highCV="806" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>OUT5 Secondary 1 Address</label>
|
|
</variable>
|
|
<variable item="OUT5 Secondary 1 Polarity" CV="806" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
|
|
<label>OUT5 Secondary 1 Polarity</label>
|
|
</variable>
|
|
<variable item="OUT5 Secondary 1 Type" CV="806" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>OUT5 Secondary 1 Type</label>
|
|
</variable>
|
|
<variable item="OUT5 Secondary 2 Address" CV="807" mask="VVVVVVVV">
|
|
<splitVal highCV="808" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>OUT5 Secondary 2 Address</label>
|
|
</variable>
|
|
<variable item="OUT5 Secondary 2 Polarity" CV="808" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
|
|
<label>OUT5 Secondary 2 Polarity</label>
|
|
</variable>
|
|
<variable item="OUT5 Secondary 2 Type" CV="808" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>OUT5 Secondary 2 Type</label>
|
|
</variable>
|
|
<!-- Output #6 -->
|
|
<variable item="OUT6 Base Address" CV="809" mask="VVVVVVVV" default="0">
|
|
<splitVal highCV="810" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>OUT6 Base Address</label>
|
|
</variable>
|
|
<variable item="OUT6 Paired" CV="810" mask="VVXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePairedOutB.xml"/>
|
|
<label>OUT6 Paired</label>
|
|
</variable>
|
|
<variable item="OUT6 Mode" CV="810" mask="XXVVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>OUT6 Mode</label>
|
|
</variable>
|
|
<variable item="OUT6 Output Direction" CV="811" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceDirection.xml"/>
|
|
<label>OUT6 Output Direction</label>
|
|
</variable>
|
|
<variable item="OUT6 Secondary 1" CV="811" mask="XXXXVVXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
|
|
<label>OUT6 Secondary 1</label>
|
|
</variable>
|
|
<variable item="OUT6 Secondary 2" CV="811" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice3Transition.xml"/>
|
|
<label>OUT6 Secondary 2</label>
|
|
</variable>
|
|
<variable item="OUT6 Transition" CV="811" mask="XXXXXXVV" default="3">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice1Transition.xml"/>
|
|
<label>OUT6 Transition</label>
|
|
</variable>
|
|
<variable item="OUT6 Length" CV="812" mask="XXXVXXXX">
|
|
<enumVal>
|
|
<enumChoice choice="short"/>
|
|
<enumChoice choice="long"/>
|
|
</enumVal>
|
|
<label>OUT6 Length</label>
|
|
</variable>
|
|
<variable item="OUT6 Type" CV="812" mask="XVVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOutputType.xml"/>
|
|
<label>OUT6 Type</label>
|
|
</variable>
|
|
<variable item="OUT6 Timing" CV="812" mask="XXXXVVVV">
|
|
<qualifier>
|
|
<variableref>OUT6 Length</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier><qualifier>
|
|
<variableref>OUT6 Paired</variableref>
|
|
<relation>ne</relation>
|
|
<value>3</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTimingA.xml"/>
|
|
<label>OUT6 Timing</label>
|
|
</variable>
|
|
<variable item="OUT6 Timing1" CV="812" mask="XXXXVVVV">
|
|
<qualifier>
|
|
<variableref>OUT6 Length</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier><qualifier>
|
|
<variableref>OUT6 Paired</variableref>
|
|
<relation>ne</relation>
|
|
<value>3</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTimingB.xml"/>
|
|
<label>OUT6 Timing1</label>
|
|
</variable>
|
|
<variable item="OUT6 Color" CV="812" mask="XXXXVVVV">
|
|
<qualifier>
|
|
<variableref>OUT6 Paired</variableref>
|
|
<relation>eq</relation>
|
|
<value>3</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceColor.xml"/>
|
|
<label>OUT6 Color</label>
|
|
</variable>
|
|
<variable item="OUT6 Secondary 1 Address" CV="813" mask="VVVVVVVV">
|
|
<splitVal highCV="814" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>OUT6 Secondary 1 Address</label>
|
|
</variable>
|
|
<variable item="OUT6 Secondary 1 Polarity" CV="814" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
|
|
<label>OUT6 Secondary 1 Polarity</label>
|
|
</variable>
|
|
<variable item="OUT6 Secondary 1 Type" CV="814" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>OUT6 Secondary 1 Type</label>
|
|
</variable>
|
|
<variable item="OUT6 Secondary 2 Address" CV="815" mask="VVVVVVVV">
|
|
<splitVal highCV="816" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>OUT6 Secondary 2 Address</label>
|
|
</variable>
|
|
<variable item="OUT6 Secondary 2 Polarity" CV="816" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
|
|
<label>OUT6 Secondary 2 Polarity</label>
|
|
</variable>
|
|
<variable item="OUT6 Secondary 2 Type" CV="816" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>OUT6 Secondary 2 Type</label>
|
|
</variable>
|
|
<!-- Output #7 -->
|
|
<variable item="OUT7 Base Address" CV="817" mask="VVVVVVVV" default="0">
|
|
<splitVal highCV="818" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>OUT7 Base Address</label>
|
|
</variable>
|
|
<variable item="OUT7 Paired" CV="818" mask="VVXXXXXX" default="2">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePairedOutA.xml"/>
|
|
<label>OUT7 Paired</label>
|
|
</variable>
|
|
<variable item="OUT7 Mode" CV="818" mask="XXVVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>OUT7 Mode</label>
|
|
</variable>
|
|
<variable item="OUT7 Output Direction" CV="819" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceDirection.xml"/>
|
|
<label>OUT7 Output Direction</label>
|
|
</variable>
|
|
<variable item="OUT7 Secondary 1" CV="819" mask="XXXXVVXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
|
|
<label>OUT7 Secondary 1</label>
|
|
</variable>
|
|
<variable item="OUT7 Secondary 2" CV="819" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice3Transition.xml"/>
|
|
<label>OUT7 Secondary 2</label>
|
|
</variable>
|
|
<variable item="OUT7 Transition" CV="819" mask="XXXXXXVV" default="3">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice1Transition.xml"/>
|
|
<label>OUT7 Transition</label>
|
|
</variable>
|
|
<variable item="OUT7 Length" CV="820" mask="XXXVXXXX">
|
|
<enumVal>
|
|
<enumChoice choice="short"/>
|
|
<enumChoice choice="long"/>
|
|
</enumVal>
|
|
<label>OUT7 Length</label>
|
|
</variable>
|
|
<variable item="OUT7 Type" CV="820" mask="XVVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOutputType.xml"/>
|
|
<label>OUT7 Type</label>
|
|
</variable>
|
|
<variable item="OUT7 Timing" CV="820" mask="XXXXVVVV">
|
|
<qualifier>
|
|
<variableref>OUT7 Length</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTimingA.xml"/>
|
|
<label>OUT7 Timing</label>
|
|
</variable>
|
|
<variable item="OUT7 Timing1" CV="820" mask="XXXXVVVV">
|
|
<qualifier>
|
|
<variableref>OUT7 Length</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTimingB.xml"/>
|
|
<label>OUT7 Timing1</label>
|
|
</variable>
|
|
<variable item="OUT7 Secondary 1 Address" CV="821" mask="VVVVVVVV">
|
|
<splitVal highCV="822" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>OUT7 Secondary 1 Address</label>
|
|
</variable>
|
|
<variable item="OUT7 Secondary 1 Polarity" CV="822" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
|
|
<label>OUT7 Secondary 1 Polarity</label>
|
|
</variable>
|
|
<variable item="OUT7 Secondary 1 Type" CV="822" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>OUT7 Secondary 1 Type</label>
|
|
</variable>
|
|
<variable item="OUT7 Secondary 2 Address" CV="823" mask="VVVVVVVV">
|
|
<splitVal highCV="824" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>OUT7 Secondary 2 Address</label>
|
|
</variable>
|
|
<variable item="OUT7 Secondary 2 Polarity" CV="824" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
|
|
<label>OUT7 Secondary 2 Polarity</label>
|
|
</variable>
|
|
<variable item="OUT7 Secondary 2 Type" CV="824" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>OUT7 Secondary 2 Type</label>
|
|
</variable>
|
|
<!-- Output #8 -->
|
|
<variable item="OUT8 Base Address" CV="825" mask="VVVVVVVV" default="0">
|
|
<splitVal highCV="826" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>OUT8 Base Address</label>
|
|
</variable>
|
|
<variable item="OUT8 Paired" CV="826" mask="VVXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePairedOutB.xml"/>
|
|
<label>OUT8 Paired</label>
|
|
</variable>
|
|
<variable item="OUT8 Mode" CV="826" mask="XXVVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>OUT8 Mode</label>
|
|
</variable>
|
|
<variable item="OUT8 Output Direction" CV="827" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceDirection.xml"/>
|
|
<label>OUT8 Output Direction</label>
|
|
</variable>
|
|
<variable item="OUT8 Secondary 1" CV="827" mask="XXXXVVXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice2Transition.xml"/>
|
|
<label>OUT8 Secondary 1</label>
|
|
</variable>
|
|
<variable item="OUT8 Secondary 2" CV="827" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice3Transition.xml"/>
|
|
<label>OUT8 Secondary 2</label>
|
|
</variable>
|
|
<variable item="OUT8 Transition" CV="827" mask="XXXXXXVV" default="3">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/Choice1Transition.xml"/>
|
|
<label>OUT8 Transition</label>
|
|
</variable>
|
|
<variable item="OUT8 Trigger" CV="828" mask="VXXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceDirection.xml"/>
|
|
<label>OUT8 Trigger</label>
|
|
</variable>
|
|
<variable item="OUT8 Length" CV="828" mask="XXXVXXXX">
|
|
<enumVal>
|
|
<enumChoice choice="short"/>
|
|
<enumChoice choice="long"/>
|
|
</enumVal>
|
|
<label>OUT8 Length</label>
|
|
</variable>
|
|
<variable item="OUT8 Type" CV="828" mask="XVVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOutputType.xml"/>
|
|
<label>OUT8 Type</label>
|
|
</variable>
|
|
<variable item="OUT8 Timing" CV="828" mask="XXXXVVVV">
|
|
<qualifier>
|
|
<variableref>OUT8 Length</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier><qualifier>
|
|
<variableref>OUT8 Paired</variableref>
|
|
<relation>ne</relation>
|
|
<value>3</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTimingA.xml"/>
|
|
<label>OUT8 Timing</label>
|
|
</variable>
|
|
<variable item="OUT8 Timing1" CV="828" mask="XXXXVVVV">
|
|
<qualifier>
|
|
<variableref>OUT8 Length</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier><qualifier>
|
|
<variableref>OUT8 Paired</variableref>
|
|
<relation>ne</relation>
|
|
<value>3</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceTimingB.xml"/>
|
|
<label>OUT8 Timing1</label>
|
|
</variable>
|
|
<variable item="OUT8 Color" CV="828" mask="XXXXVVVV">
|
|
<qualifier>
|
|
<variableref>OUT8 Paired</variableref>
|
|
<relation>eq</relation>
|
|
<value>3</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceColor.xml"/>
|
|
<label>OUT8 Color</label>
|
|
</variable>
|
|
<variable item="OUT8 Secondary 1 Address" CV="829" mask="VVVVVVVV">
|
|
<splitVal highCV="830" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>OUT8 Secondary 1 Address</label>
|
|
</variable>
|
|
<variable item="OUT8 Secondary 1 Polarity" CV="830" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
|
|
<label>OUT8 Secondary 1 Polarity</label>
|
|
</variable>
|
|
<variable item="OUT8 Secondary 1 Type" CV="830" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>OUT8 Secondary 1 Type</label>
|
|
</variable>
|
|
<variable item="OUT8 Secondary 2 Address" CV="831" mask="VVVVVVVV">
|
|
<splitVal highCV="832" upperMask="XXXXVVVV" offset="1"/>
|
|
<label>OUT8 Secondary 2 Address</label>
|
|
</variable>
|
|
<variable item="OUT8 Secondary 2 Polarity" CV="832" mask="VVXXXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoicePolarity.xml"/>
|
|
<label>OUT8 Secondary 2 Polarity</label>
|
|
</variable>
|
|
<variable item="OUT8 Secondary 2 Type" CV="832" mask="XXVVXXXX">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
<label>OUT8 Secondary 2 Type</label>
|
|
</variable>
|
|
<!-- End Outputs -->
|
|
|
|
<constant item="PICV" default="32" comment="CV used for Primary Index"/>
|
|
<!-- NMRA CV.PI formatted items -->
|
|
<!-- Index 0 items -->
|
|
|
|
<!-- Logic Table entry #1 -->
|
|
<variable item="LT1 Block End" CV="257.0" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT1 Statement Enable" CV="257.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT1 Output Mode" CV="257.0" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT1 Var1 Mode" CV="257.0" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT1 Var2 Mode" CV="257.0" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT1 Opcode" CV="257.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT1 Function" CV="257.0" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT1 Re-trigger" CV="258.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT1 Multiplier" CV="258.0" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT1 Interval" CV="258.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT1 Output Address" CV="259.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT1 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="260.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT1 Output Mast" CV="259.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT1 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="260.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT1 Output Send" CV="260.0" 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"/>
|
|
</variable>
|
|
<variable item="LT1 Output CT" CV="260.0" 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"/>
|
|
</variable>
|
|
<variable item="LT1 Output Type" CV="260.0" 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"/>
|
|
</variable>
|
|
<variable item="LT1 Output Aspect" CV="260.0" 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"/>
|
|
</variable>
|
|
<variable item="LT1 Var1 Address" CV="261.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT1 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="262.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT1 Var1 Mast" CV="261.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT1 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="262.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT1 Var1 Evaluate" CV="262.0" 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"/>
|
|
</variable>
|
|
<variable item="LT1 Var1 CT" CV="262.0" 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"/>
|
|
</variable>
|
|
<variable item="LT1 Var1 Type" CV="262.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT1 Var1 Aspect" CV="262.0" 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"/>
|
|
</variable>
|
|
<variable item="LT1 Var2 Address" CV="263.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT1 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="264.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT1 Var2 Mast" CV="263.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT1 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="264.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT1 Var2 Evaluate" CV="264.0" 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"/>
|
|
</variable>
|
|
<variable item="LT1 Var2 CT" CV="264.0" 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"/>
|
|
</variable>
|
|
<variable item="LT1 Var2 Type" CV="264.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT1 Var2 Aspect" CV="264.0" 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"/>
|
|
</variable>
|
|
<!-- Logic Table entry #2 -->
|
|
<variable item="LT2 Block End" CV="265.0" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT2 Statement Enable" CV="265.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT2 Output Mode" CV="265.0" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT2 Var1 Mode" CV="265.0" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT2 Var2 Mode" CV="265.0" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT2 Opcode" CV="265.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT2 Function" CV="265.0" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT2 Re-trigger" CV="266.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT2 Multiplier" CV="266.0" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT2 Interval" CV="266.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT2 Output Address" CV="267.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT2 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="268.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT2 Output Mast" CV="267.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT2 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="268.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT2 Output Send" CV="268.0" 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"/>
|
|
</variable>
|
|
<variable item="LT2 Output CT" CV="268.0" 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"/>
|
|
</variable>
|
|
<variable item="LT2 Output Type" CV="268.0" 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"/>
|
|
</variable>
|
|
<variable item="LT2 Output Aspect" CV="268.0" 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"/>
|
|
</variable>
|
|
<variable item="LT2 Var1 Address" CV="269.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT2 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="270.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT2 Var1 Mast" CV="269.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT2 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="270.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT2 Var1 Evaluate" CV="270.0" 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"/>
|
|
</variable>
|
|
<variable item="LT2 Var1 CT" CV="270.0" 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"/>
|
|
</variable>
|
|
<variable item="LT2 Var1 Type" CV="270.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT2 Var1 Aspect" CV="270.0" 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"/>
|
|
</variable>
|
|
<variable item="LT2 Var2 Address" CV="271.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT2 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="272.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT2 Var2 Mast" CV="271.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT2 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="272.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT2 Var2 Evaluate" CV="272.0" 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"/>
|
|
</variable>
|
|
<variable item="LT2 Var2 CT" CV="272.0" 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"/>
|
|
</variable>
|
|
<variable item="LT2 Var2 Type" CV="272.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT2 Var2 Aspect" CV="272.0" 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"/>
|
|
</variable>
|
|
<!-- Logic Table entry #3 -->
|
|
<variable item="LT3 Block End" CV="273.0" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT3 Statement Enable" CV="273.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT3 Output Mode" CV="273.0" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT3 Var1 Mode" CV="273.0" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT3 Var2 Mode" CV="273.0" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT3 Opcode" CV="273.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT3 Function" CV="273.0" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT3 Re-trigger" CV="274.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT3 Multiplier" CV="274.0" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT3 Interval" CV="274.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT3 Output Address" CV="275.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT3 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="276.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT3 Output Mast" CV="275.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT3 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="276.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT3 Output Send" CV="276.0" 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"/>
|
|
</variable>
|
|
<variable item="LT3 Output CT" CV="276.0" 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"/>
|
|
</variable>
|
|
<variable item="LT3 Output Type" CV="276.0" 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"/>
|
|
</variable>
|
|
<variable item="LT3 Output Aspect" CV="276.0" 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"/>
|
|
</variable>
|
|
<variable item="LT3 Var1 Address" CV="277.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT3 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="278.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT3 Var1 Mast" CV="277.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT3 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="278.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT3 Var1 Evaluate" CV="278.0" 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"/>
|
|
</variable>
|
|
<variable item="LT3 Var1 CT" CV="278.0" 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"/>
|
|
</variable>
|
|
<variable item="LT3 Var1 Type" CV="278.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT3 Var1 Aspect" CV="278.0" 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"/>
|
|
</variable>
|
|
<variable item="LT3 Var2 Address" CV="279.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT3 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="280.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT3 Var2 Mast" CV="279.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT3 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="280.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT3 Var2 Evaluate" CV="280.0" 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"/>
|
|
</variable>
|
|
<variable item="LT3 Var2 CT" CV="280.0" 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"/>
|
|
</variable>
|
|
<variable item="LT3 Var2 Type" CV="280.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT3 Var2 Aspect" CV="280.0" 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"/>
|
|
</variable>
|
|
<!-- Logic Table entry #4 -->
|
|
<variable item="LT4 Block End" CV="281.0" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT4 Statement Enable" CV="281.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT4 Output Mode" CV="281.0" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT4 Var1 Mode" CV="281.0" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT4 Var2 Mode" CV="281.0" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT4 Opcode" CV="281.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT4 Function" CV="281.0" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT4 Re-trigger" CV="282.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT4 Multiplier" CV="282.0" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT4 Interval" CV="282.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT4 Output Address" CV="283.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT4 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="284.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT4 Output Mast" CV="283.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT4 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="284.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT4 Output Send" CV="284.0" 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"/>
|
|
</variable>
|
|
<variable item="LT4 Output CT" CV="284.0" 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"/>
|
|
</variable>
|
|
<variable item="LT4 Output Type" CV="284.0" 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"/>
|
|
</variable>
|
|
<variable item="LT4 Output Aspect" CV="284.0" 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"/>
|
|
</variable>
|
|
<variable item="LT4 Var1 Address" CV="285.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT4 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="286.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT4 Var1 Mast" CV="285.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT4 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="286.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT4 Var1 Evaluate" CV="286.0" 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"/>
|
|
</variable>
|
|
<variable item="LT4 Var1 CT" CV="286.0" 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"/>
|
|
</variable>
|
|
<variable item="LT4 Var1 Type" CV="286.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT4 Var1 Aspect" CV="286.0" 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"/>
|
|
</variable>
|
|
<variable item="LT4 Var2 Address" CV="287.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT4 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="288.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT4 Var2 Mast" CV="287.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT4 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="288.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT4 Var2 Evaluate" CV="288.0" 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"/>
|
|
</variable>
|
|
<variable item="LT4 Var2 CT" CV="288.0" 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"/>
|
|
</variable>
|
|
<variable item="LT4 Var2 Type" CV="288.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT4 Var2 Aspect" CV="288.0" 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"/>
|
|
</variable>
|
|
<!-- Logic Table entry #5 -->
|
|
<variable item="LT5 Block End" CV="289.0" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT5 Statement Enable" CV="289.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT5 Output Mode" CV="289.0" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT5 Var1 Mode" CV="289.0" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT5 Var2 Mode" CV="289.0" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT5 Opcode" CV="289.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT5 Function" CV="289.0" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT5 Re-trigger" CV="290.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT5 Multiplier" CV="290.0" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT5 Interval" CV="290.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT5 Output Address" CV="291.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT5 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="292.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT5 Output Mast" CV="291.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT5 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="292.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT5 Output Send" CV="292.0" 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"/>
|
|
</variable>
|
|
<variable item="LT5 Output CT" CV="292.0" 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"/>
|
|
</variable>
|
|
<variable item="LT5 Output Type" CV="292.0" 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"/>
|
|
</variable>
|
|
<variable item="LT5 Output Aspect" CV="292.0" 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"/>
|
|
</variable>
|
|
<variable item="LT5 Var1 Address" CV="293.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT5 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="294.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT5 Var1 Mast" CV="293.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT5 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="294.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT5 Var1 Evaluate" CV="294.0" 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"/>
|
|
</variable>
|
|
<variable item="LT5 Var1 CT" CV="294.0" 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"/>
|
|
</variable>
|
|
<variable item="LT5 Var1 Type" CV="294.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT5 Var1 Aspect" CV="294.0" 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"/>
|
|
</variable>
|
|
<variable item="LT5 Var2 Address" CV="295.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT5 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="296.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT5 Var2 Mast" CV="295.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT5 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="296.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT5 Var2 Evaluate" CV="296.0" 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"/>
|
|
</variable>
|
|
<variable item="LT5 Var2 CT" CV="296.0" 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"/>
|
|
</variable>
|
|
<variable item="LT5 Var2 Type" CV="296.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT5 Var2 Aspect" CV="296.0" 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"/>
|
|
</variable>
|
|
<!-- Logic Table entry #6 -->
|
|
<variable item="LT6 Block End" CV="297.0" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT6 Statement Enable" CV="297.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT6 Output Mode" CV="297.0" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT6 Var1 Mode" CV="297.0" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT6 Var2 Mode" CV="297.0" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT6 Opcode" CV="297.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT6 Function" CV="297.0" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT6 Re-trigger" CV="298.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT6 Multiplier" CV="298.0" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT6 Interval" CV="298.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT6 Output Address" CV="299.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT6 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="300.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT6 Output Mast" CV="299.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT6 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="300.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT6 Output Send" CV="300.0" 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"/>
|
|
</variable>
|
|
<variable item="LT6 Output CT" CV="300.0" 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"/>
|
|
</variable>
|
|
<variable item="LT6 Output Type" CV="300.0" 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"/>
|
|
</variable>
|
|
<variable item="LT6 Output Aspect" CV="300.0" 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"/>
|
|
</variable>
|
|
<variable item="LT6 Var1 Address" CV="301.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT6 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="302.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT6 Var1 Mast" CV="301.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT6 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="302.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT6 Var1 Evaluate" CV="302.0" 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"/>
|
|
</variable>
|
|
<variable item="LT6 Var1 CT" CV="302.0" 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"/>
|
|
</variable>
|
|
<variable item="LT6 Var1 Type" CV="302.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT6 Var1 Aspect" CV="302.0" 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"/>
|
|
</variable>
|
|
<variable item="LT6 Var2 Address" CV="303.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT6 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="304.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT6 Var2 Mast" CV="303.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT6 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="304.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT6 Var2 Evaluate" CV="304.0" 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"/>
|
|
</variable>
|
|
<variable item="LT6 Var2 CT" CV="304.0" 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"/>
|
|
</variable>
|
|
<variable item="LT6 Var2 Type" CV="304.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT6 Var2 Aspect" CV="304.0" 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"/>
|
|
</variable>
|
|
<!-- Logic Table entry #7 -->
|
|
<variable item="LT7 Block End" CV="305.0" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT7 Statement Enable" CV="305.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable CV="305.0" mask="XXVXXXXX" default="0" item="LT7 Output Mode">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT7 Var1 Mode" CV="305.0" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT7 Var2 Mode" CV="305.0" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable CV="305.0" mask="XXXXXVVV" default="0" item="LT7 Opcode">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT7 Function" CV="305.0" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT7 Re-trigger" CV="306.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT7 Multiplier" CV="306.0" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT7 Interval" CV="306.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT7 Output Address" CV="307.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT7 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="308.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT7 Output Mast" CV="307.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT7 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="308.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT7 Output Send" CV="308.0" 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"/>
|
|
</variable>
|
|
<variable item="LT7 Output CT" CV="308.0" 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"/>
|
|
</variable>
|
|
<variable item="LT7 Output Type" CV="308.0" 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"/>
|
|
</variable>
|
|
<variable item="LT7 Output Aspect" CV="308.0" 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"/>
|
|
</variable>
|
|
<variable item="LT7 Var1 Address" CV="309.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT7 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="310.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT7 Var1 Mast" CV="309.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT7 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="310.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT7 Var1 Evaluate" CV="310.0" 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"/>
|
|
</variable>
|
|
<variable item="LT7 Var1 CT" CV="310.0" 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"/>
|
|
</variable>
|
|
<variable item="LT7 Var1 Type" CV="310.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT7 Var1 Aspect" CV="310.0" 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"/>
|
|
</variable>
|
|
<variable item="LT7 Var2 Address" CV="311.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT7 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="312.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT7 Var2 Mast" CV="311.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT7 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="312.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT7 Var2 Evaluate" CV="312.0" 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"/>
|
|
</variable>
|
|
<variable item="LT7 Var2 CT" CV="312.0" 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"/>
|
|
</variable>
|
|
<variable item="LT7 Var2 Type" CV="312.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT7 Var2 Aspect" CV="312.0" 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"/>
|
|
</variable>
|
|
<!-- Logic Table entry #8 -->
|
|
<variable item="LT8 Block End" CV="313.0" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT8 Statement Enable" CV="313.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT8 Output Mode" CV="313.0" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT8 Var1 Mode" CV="313.0" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT8 Var2 Mode" CV="313.0" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT8 Opcode" CV="313.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT8 Function" CV="313.0" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT8 Re-trigger" CV="314.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT8 Multiplier" CV="314.0" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT8 Interval" CV="314.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT8 Output Address" CV="315.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT8 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="316.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT8 Output Mast" CV="315.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT8 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="316.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT8 Output Send" CV="316.0" 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"/>
|
|
</variable>
|
|
<variable item="LT8 Output CT" CV="316.0" 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"/>
|
|
</variable>
|
|
<variable item="LT8 Output Type" CV="316.0" 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"/>
|
|
</variable>
|
|
<variable item="LT8 Output Aspect" CV="316.0" 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"/>
|
|
</variable>
|
|
<variable item="LT8 Var1 Address" CV="317.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT8 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="318.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT8 Var1 Mast" CV="317.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT8 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="318.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT8 Var1 Evaluate" CV="318.0" 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"/>
|
|
</variable>
|
|
<variable item="LT8 Var1 CT" CV="318.0" 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"/>
|
|
</variable>
|
|
<variable item="LT8 Var1 Type" CV="318.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT8 Var1 Aspect" CV="318.0" 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"/>
|
|
</variable>
|
|
<variable item="LT8 Var2 Address" CV="319.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT8 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="320.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT8 Var2 Mast" CV="319.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT8 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="320.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT8 Var2 Evaluate" CV="320.0" 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"/>
|
|
</variable>
|
|
<variable item="LT8 Var2 CT" CV="320.0" 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"/>
|
|
</variable>
|
|
<variable item="LT8 Var2 Type" CV="320.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT8 Var2 Aspect" CV="320.0" 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"/>
|
|
</variable>
|
|
<!-- Logic Table entry #9 -->
|
|
<variable item="LT9 Block End" CV="321.0" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT9 Statement Enable" CV="321.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT9 Output Mode" CV="321.0" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT9 Var1 Mode" CV="321.0" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT9 Var2 Mode" CV="321.0" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT9 Opcode" CV="321.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT9 Function" CV="321.0" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT9 Re-trigger" CV="322.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT9 Multiplier" CV="322.0" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT9 Interval" CV="322.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT9 Output Address" CV="323.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT9 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="324.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT9 Output Mast" CV="323.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT9 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="324.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT9 Output Send" CV="324.0" 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"/>
|
|
</variable>
|
|
<variable item="LT9 Output CT" CV="324.0" 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"/>
|
|
</variable>
|
|
<variable item="LT9 Output Type" CV="324.0" 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"/>
|
|
</variable>
|
|
<variable item="LT9 Output Aspect" CV="324.0" 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"/>
|
|
</variable>
|
|
<variable item="LT9 Var1 Address" CV="325.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT9 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="326.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT9 Var1 Mast" CV="325.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT9 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="326.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT9 Var1 Evaluate" CV="326.0" 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"/>
|
|
</variable>
|
|
<variable item="LT9 Var1 CT" CV="326.0" 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"/>
|
|
</variable>
|
|
<variable item="LT9 Var1 Type" CV="326.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT9 Var1 Aspect" CV="326.0" 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"/>
|
|
</variable>
|
|
<variable item="LT9 Var2 Address" CV="327.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT9 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="328.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT9 Var2 Mast" CV="327.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT9 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="328.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT9 Var2 Evaluate" CV="328.0" 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"/>
|
|
</variable>
|
|
<variable item="LT9 Var2 CT" CV="328.0" 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"/>
|
|
</variable>
|
|
<variable item="LT9 Var2 Type" CV="328.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT9 Var2 Aspect" CV="328.0" 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"/>
|
|
</variable>
|
|
<!-- Logic Table entry #10 -->
|
|
<variable item="LT10 Block End" CV="329.0" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT10 Statement Enable" CV="329.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT10 Output Mode" CV="329.0" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT10 Var1 Mode" CV="329.0" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT10 Var2 Mode" CV="329.0" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT10 Opcode" CV="329.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT10 Function" CV="329.0" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT10 Re-trigger" CV="330.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT10 Multiplier" CV="330.0" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT10 Interval" CV="330.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT10 Output Address" CV="331.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT10 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="332.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT10 Output Mast" CV="331.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT10 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="332.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT10 Output Send" CV="332.0" 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"/>
|
|
</variable>
|
|
<variable item="LT10 Output CT" CV="332.0" 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"/>
|
|
</variable>
|
|
<variable item="LT10 Output Type" CV="332.0" 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"/>
|
|
</variable>
|
|
<variable item="LT10 Output Aspect" CV="332.0" 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"/>
|
|
</variable>
|
|
<variable item="LT10 Var1 Address" CV="333.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT10 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="334.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT10 Var1 Mast" CV="333.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT10 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="334.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT10 Var1 Evaluate" CV="334.0" 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"/>
|
|
</variable>
|
|
<variable item="LT10 Var1 CT" CV="334.0" 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"/>
|
|
</variable>
|
|
<variable item="LT10 Var1 Type" CV="334.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT10 Var1 Aspect" CV="334.0" 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"/>
|
|
</variable>
|
|
<variable item="LT10 Var2 Address" CV="335.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT10 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="336.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT10 Var2 Mast" CV="335.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT10 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="336.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT10 Var2 Evaluate" CV="336.0" 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"/>
|
|
</variable>
|
|
<variable item="LT10 Var2 CT" CV="336.0" 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"/>
|
|
</variable>
|
|
<variable item="LT10 Var2 Type" CV="336.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT10 Var2 Aspect" CV="336.0" 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"/>
|
|
</variable>
|
|
<!-- Logic Table entry #11 -->
|
|
<variable item="LT11 Block End" CV="337.0" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT11 Statement Enable" CV="337.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT11 Output Mode" CV="337.0" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT11 Var1 Mode" CV="337.0" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT11 Var2 Mode" CV="337.0" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT11 Opcode" CV="337.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT11 Function" CV="337.0" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT11 Re-trigger" CV="338.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT11 Multiplier" CV="338.0" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT11 Interval" CV="338.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT11 Output Address" CV="339.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT11 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="340.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT11 Output Mast" CV="339.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT11 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="340.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT11 Output Send" CV="340.0" 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"/>
|
|
</variable>
|
|
<variable item="LT11 Output CT" CV="340.0" 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"/>
|
|
</variable>
|
|
<variable item="LT11 Output Type" CV="340.0" 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"/>
|
|
</variable>
|
|
<variable item="LT11 Output Aspect" CV="340.0" 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"/>
|
|
</variable>
|
|
<variable item="LT11 Var1 Address" CV="341.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT11 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="342.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT11 Var1 Mast" CV="341.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT11 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="342.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT11 Var1 Evaluate" CV="342.0" 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"/>
|
|
</variable>
|
|
<variable item="LT11 Var1 CT" CV="342.0" 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"/>
|
|
</variable>
|
|
<variable item="LT11 Var1 Type" CV="342.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT11 Var1 Aspect" CV="342.0" 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"/>
|
|
</variable>
|
|
<variable item="LT11 Var2 Address" CV="343.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT11 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="344.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT11 Var2 Mast" CV="343.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT11 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="344.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT11 Var2 Evaluate" CV="344.0" 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"/>
|
|
</variable>
|
|
<variable item="LT11 Var2 CT" CV="344.0" 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"/>
|
|
</variable>
|
|
<variable item="LT11 Var2 Type" CV="344.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT11 Var2 Aspect" CV="344.0" 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"/>
|
|
</variable>
|
|
<!-- Logic Table entry #12 -->
|
|
<variable item="LT12 Block End" CV="345.0" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT12 Statement Enable" CV="345.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT12 Output Mode" CV="345.0" mask="XXVXXXXX" default="0">
|
|
<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.0" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT12 Var2 Mode" CV="345.0" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT12 Opcode" CV="345.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT12 Function" CV="345.0" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT12 Re-trigger" CV="346.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT12 Multiplier" CV="346.0" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT12 Interval" CV="346.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT12 Output Address" CV="347.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT12 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="348.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT12 Output Mast" CV="347.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT12 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="348.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT12 Output Send" CV="348.0" 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"/>
|
|
</variable>
|
|
<variable item="LT12 Output CT" CV="348.0" 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"/>
|
|
</variable>
|
|
<variable item="LT12 Output Type" CV="348.0" 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"/>
|
|
</variable>
|
|
<variable item="LT12 Output Aspect" CV="348.0" 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"/>
|
|
</variable>
|
|
<variable item="LT12 Var1 Address" CV="349.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT12 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="350.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT12 Var1 Mast" CV="349.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT12 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="350.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT12 Var1 Evaluate" CV="350.0" 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"/>
|
|
</variable>
|
|
<variable item="LT12 Var1 CT" CV="350.0" 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"/>
|
|
</variable>
|
|
<variable item="LT12 Var1 Type" CV="350.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT12 Var1 Aspect" CV="350.0" 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"/>
|
|
</variable>
|
|
<variable item="LT12 Var2 Address" CV="351.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT12 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="352.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT12 Var2 Mast" CV="351.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT12 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="352.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT12 Var2 Evaluate" CV="352.0" 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"/>
|
|
</variable>
|
|
<variable item="LT12 Var2 CT" CV="352.0" 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"/>
|
|
</variable>
|
|
<variable item="LT12 Var2 Type" CV="352.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT12 Var2 Aspect" CV="352.0" 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"/>
|
|
</variable>
|
|
<!-- Logic Table entry #13 -->
|
|
<variable item="LT13 Block End" CV="353.0" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT13 Statement Enable" CV="353.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT13 Output Mode" CV="353.0" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT13 Var1 Mode" CV="353.0" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT13 Var2 Mode" CV="353.0" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT13 Opcode" CV="353.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT13 Function" CV="353.0" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT13 Re-trigger" CV="354.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT13 Multiplier" CV="354.0" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT13 Interval" CV="354.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT13 Output Address" CV="355.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT13 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="356.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT13 Output Mast" CV="355.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT13 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="356.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT13 Output Send" CV="356.0" 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"/>
|
|
</variable>
|
|
<variable item="LT13 Output CT" CV="356.0" 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"/>
|
|
</variable>
|
|
<variable item="LT13 Output Type" CV="356.0" 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"/>
|
|
</variable>
|
|
<variable item="LT13 Output Aspect" CV="356.0" 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"/>
|
|
</variable>
|
|
<variable item="LT13 Var1 Address" CV="357.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT13 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="358.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT13 Var1 Mast" CV="357.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT13 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="358.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT13 Var1 Evaluate" CV="358.0" 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"/>
|
|
</variable>
|
|
<variable item="LT13 Var1 CT" CV="358.0" 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"/>
|
|
</variable>
|
|
<variable item="LT13 Var1 Type" CV="358.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT13 Var1 Aspect" CV="358.0" 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"/>
|
|
</variable>
|
|
<variable item="LT13 Var2 Address" CV="359.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT13 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="360.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT13 Var2 Mast" CV="359.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT13 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="360.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT13 Var2 Evaluate" CV="360.0" 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"/>
|
|
</variable>
|
|
<variable item="LT13 Var2 CT" CV="360.0" 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"/>
|
|
</variable>
|
|
<variable item="LT13 Var2 Type" CV="360.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT13 Var2 Aspect" CV="360.0" 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"/>
|
|
</variable>
|
|
<!-- Logic Table entry #14 -->
|
|
<variable item="LT14 Block End" CV="361.0" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT14 Statement Enable" CV="361.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT14 Output Mode" CV="361.0" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT14 Var1 Mode" CV="361.0" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT14 Var2 Mode" CV="361.0" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT14 Opcode" CV="361.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT14 Function" CV="361.0" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT14 Re-trigger" CV="362.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT14 Multiplier" CV="362.0" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT14 Interval" CV="362.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT14 Output Address" CV="363.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT14 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="364.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT14 Output Mast" CV="363.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT14 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="364.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT14 Output Send" CV="364.0" 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"/>
|
|
</variable>
|
|
<variable item="LT14 Output CT" CV="364.0" 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"/>
|
|
</variable>
|
|
<variable item="LT14 Output Type" CV="364.0" 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"/>
|
|
</variable>
|
|
<variable item="LT14 Output Aspect" CV="364.0" 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"/>
|
|
</variable>
|
|
<variable item="LT14 Var1 Address" CV="365.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT14 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="366.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT14 Var1 Mast" CV="365.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT14 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="366.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT14 Var1 Evaluate" CV="366.0" 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"/>
|
|
</variable>
|
|
<variable item="LT14 Var1 CT" CV="366.0" 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"/>
|
|
</variable>
|
|
<variable item="LT14 Var1 Type" CV="366.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT14 Var1 Aspect" CV="366.0" 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"/>
|
|
</variable>
|
|
<variable item="LT14 Var2 Address" CV="367.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT14 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="368.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT14 Var2 Mast" CV="367.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT14 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="368.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT14 Var2 Evaluate" CV="368.0" 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"/>
|
|
</variable>
|
|
<variable item="LT14 Var2 CT" CV="368.0" 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"/>
|
|
</variable>
|
|
<variable item="LT14 Var2 Type" CV="368.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT14 Var2 Aspect" CV="368.0" 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"/>
|
|
</variable>
|
|
<!-- Logic Table entry #15 -->
|
|
<variable item="LT15 Block End" CV="369.0" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT15 Statement Enable" CV="369.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT15 Output Mode" CV="369.0" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT15 Var1 Mode" CV="369.0" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT15 Var2 Mode" CV="369.0" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT15 Opcode" CV="369.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT15 Function" CV="369.0" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT15 Re-trigger" CV="370.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT15 Multiplier" CV="370.0" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT15 Interval" CV="370.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT15 Output Address" CV="371.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT15 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="372.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT15 Output Mast" CV="371.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT15 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="372.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT15 Output Send" CV="372.0" 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"/>
|
|
</variable>
|
|
<variable item="LT15 Output CT" CV="372.0" 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"/>
|
|
</variable>
|
|
<variable item="LT15 Output Type" CV="372.0" 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"/>
|
|
</variable>
|
|
<variable item="LT15 Output Aspect" CV="372.0" 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"/>
|
|
</variable>
|
|
<variable item="LT15 Var1 Address" CV="373.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT15 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="374.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT15 Var1 Mast" CV="373.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT15 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="374.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT15 Var1 Evaluate" CV="374.0" 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"/>
|
|
</variable>
|
|
<variable item="LT15 Var1 CT" CV="374.0" 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"/>
|
|
</variable>
|
|
<variable item="LT15 Var1 Type" CV="374.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT15 Var1 Aspect" CV="374.0" 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"/>
|
|
</variable>
|
|
<variable item="LT15 Var2 Address" CV="375.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT15 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="376.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT15 Var2 Mast" CV="375.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT15 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="376.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT15 Var2 Evaluate" CV="376.0" 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"/>
|
|
</variable>
|
|
<variable item="LT15 Var2 CT" CV="376.0" 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"/>
|
|
</variable>
|
|
<variable item="LT15 Var2 Type" CV="376.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT15 Var2 Aspect" CV="376.0" 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"/>
|
|
</variable>
|
|
<!-- Logic Table entry #16 -->
|
|
<variable item="LT16 Block End" CV="377.0" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT16 Statement Enable" CV="377.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT16 Output Mode" CV="377.0" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT16 Var1 Mode" CV="377.0" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT16 Var2 Mode" CV="377.0" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT16 Opcode" CV="377.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT16 Function" CV="377.0" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT16 Re-trigger" CV="378.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT16 Multiplier" CV="378.0" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT16 Interval" CV="378.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT16 Output Address" CV="379.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT16 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="380.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT16 Output Mast" CV="379.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT16 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="380.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT16 Output Send" CV="380.0" 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"/>
|
|
</variable>
|
|
<variable item="LT16 Output CT" CV="380.0" 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"/>
|
|
</variable>
|
|
<variable item="LT16 Output Type" CV="380.0" 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"/>
|
|
</variable>
|
|
<variable item="LT16 Output Aspect" CV="380.0" 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"/>
|
|
</variable>
|
|
<variable item="LT16 Var1 Address" CV="381.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT16 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="382.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT16 Var1 Mast" CV="381.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT16 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="382.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT16 Var1 Evaluate" CV="382.0" 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"/>
|
|
</variable>
|
|
<variable item="LT16 Var1 CT" CV="382.0" 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"/>
|
|
</variable>
|
|
<variable item="LT16 Var1 Type" CV="382.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT16 Var1 Aspect" CV="382.0" 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"/>
|
|
</variable>
|
|
<variable item="LT16 Var2 Address" CV="383.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT16 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="384.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT16 Var2 Mast" CV="383.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT16 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="384.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT16 Var2 Evaluate" CV="384.0" 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"/>
|
|
</variable>
|
|
<variable item="LT16 Var2 CT" CV="384.0" 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"/>
|
|
</variable>
|
|
<variable item="LT16 Var2 Type" CV="384.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT16 Var2 Aspect" CV="384.0" 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"/>
|
|
</variable>
|
|
<!-- Logic Table entry #17 -->
|
|
<variable item="LT17 Block End" CV="385.0" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT17 Statement Enable" CV="385.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT17 Output Mode" CV="385.0" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT17 Var1 Mode" CV="385.0" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT17 Var2 Mode" CV="385.0" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT17 Opcode" CV="385.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT17 Function" CV="385.0" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT17 Re-trigger" CV="386.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT17 Multiplier" CV="386.0" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT17 Interval" CV="386.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT17 Output Address" CV="387.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT17 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="388.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT17 Output Mast" CV="387.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT17 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="388.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT17 Output Send" CV="388.0" 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"/>
|
|
</variable>
|
|
<variable item="LT17 Output CT" CV="388.0" 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"/>
|
|
</variable>
|
|
<variable item="LT17 Output Type" CV="388.0" 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"/>
|
|
</variable>
|
|
<variable item="LT17 Output Aspect" CV="388.0" 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"/>
|
|
</variable>
|
|
<variable item="LT17 Var1 Address" CV="389.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT17 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="390.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT17 Var1 Mast" CV="389.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT17 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="390.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT17 Var1 Evaluate" CV="390.0" 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"/>
|
|
</variable>
|
|
<variable item="LT17 Var1 CT" CV="390.0" 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"/>
|
|
</variable>
|
|
<variable item="LT17 Var1 Type" CV="390.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT17 Var1 Aspect" CV="390.0" 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"/>
|
|
</variable>
|
|
<variable item="LT17 Var2 Address" CV="391.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT17 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="392.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT17 Var2 Mast" CV="391.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT17 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="392.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT17 Var2 Evaluate" CV="392.0" 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"/>
|
|
</variable>
|
|
<variable item="LT17 Var2 CT" CV="392.0" 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"/>
|
|
</variable>
|
|
<variable item="LT17 Var2 Type" CV="392.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT17 Var2 Aspect" CV="392.0" 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"/>
|
|
</variable>
|
|
<!-- Logic Table entry #18 -->
|
|
<variable item="LT18 Block End" CV="393.0" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT18 Statement Enable" CV="393.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT18 Output Mode" CV="393.0" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT18 Var1 Mode" CV="393.0" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT18 Var2 Mode" CV="393.0" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT18 Opcode" CV="393.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT18 Function" CV="393.0" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT18 Re-trigger" CV="394.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT18 Multiplier" CV="394.0" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT18 Interval" CV="394.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT18 Output Address" CV="395.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT18 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="396.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT18 Output Mast" CV="395.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT18 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="396.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT18 Output Send" CV="396.0" 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"/>
|
|
</variable>
|
|
<variable item="LT18 Output CT" CV="396.0" 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"/>
|
|
</variable>
|
|
<variable item="LT18 Output Type" CV="396.0" 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"/>
|
|
</variable>
|
|
<variable item="LT18 Output Aspect" CV="396.0" 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"/>
|
|
</variable>
|
|
<variable item="LT18 Var1 Address" CV="397.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT18 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="398.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT18 Var1 Mast" CV="397.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT18 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="398.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT18 Var1 Evaluate" CV="398.0" 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"/>
|
|
</variable>
|
|
<variable item="LT18 Var1 CT" CV="398.0" 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"/>
|
|
</variable>
|
|
<variable item="LT18 Var1 Type" CV="398.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT18 Var1 Aspect" CV="398.0" 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"/>
|
|
</variable>
|
|
<variable item="LT18 Var2 Address" CV="399.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT18 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="400.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT18 Var2 Mast" CV="399.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT18 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="400.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT18 Var2 Evaluate" CV="400.0" 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"/>
|
|
</variable>
|
|
<variable item="LT18 Var2 CT" CV="400.0" 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"/>
|
|
</variable>
|
|
<variable item="LT18 Var2 Type" CV="400.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT18 Var2 Aspect" CV="400.0" 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"/>
|
|
</variable>
|
|
<!-- Logic Table entry #19 -->
|
|
<variable item="LT19 Block End" CV="401.0" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT19 Statement Enable" CV="401.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT19 Output Mode" CV="401.0" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT19 Var1 Mode" CV="401.0" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT19 Var2 Mode" CV="401.0" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT19 Opcode" CV="401.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT19 Function" CV="401.0" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT19 Re-trigger" CV="402.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT19 Multiplier" CV="402.0" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT19 Interval" CV="402.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT19 Output Address" CV="403.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT19 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="404.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT19 Output Mast" CV="403.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT19 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="404.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT19 Output Send" CV="404.0" 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"/>
|
|
</variable>
|
|
<variable item="LT19 Output CT" CV="404.0" 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"/>
|
|
</variable>
|
|
<variable item="LT19 Output Type" CV="404.0" 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"/>
|
|
</variable>
|
|
<variable item="LT19 Output Aspect" CV="404.0" 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"/>
|
|
</variable>
|
|
<variable item="LT19 Var1 Address" CV="405.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT19 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="406.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT19 Var1 Mast" CV="405.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT19 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="406.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT19 Var1 Evaluate" CV="406.0" 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"/>
|
|
</variable>
|
|
<variable item="LT19 Var1 CT" CV="406.0" 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"/>
|
|
</variable>
|
|
<variable item="LT19 Var1 Type" CV="406.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT19 Var1 Aspect" CV="406.0" 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"/>
|
|
</variable>
|
|
<variable item="LT19 Var2 Address" CV="407.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT19 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="408.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT19 Var2 Mast" CV="407.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT19 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="408.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT19 Var2 Evaluate" CV="408.0" 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"/>
|
|
</variable>
|
|
<variable item="LT19 Var2 CT" CV="408.0" 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"/>
|
|
</variable>
|
|
<variable item="LT19 Var2 Type" CV="408.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT19 Var2 Aspect" CV="408.0" 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"/>
|
|
</variable>
|
|
<!-- Logic Table entry #20 -->
|
|
<variable item="LT20 Block End" CV="409.0" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT20 Statement Enable" CV="409.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT20 Output Mode" CV="409.0" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT20 Var1 Mode" CV="409.0" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT20 Var2 Mode" CV="409.0" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT20 Opcode" CV="409.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT20 Function" CV="409.0" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT20 Re-trigger" CV="410.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT20 Multiplier" CV="410.0" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT20 Interval" CV="410.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT20 Output Address" CV="411.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT20 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="412.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT20 Output Mast" CV="411.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT20 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="412.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT20 Output Send" CV="412.0" 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"/>
|
|
</variable>
|
|
<variable item="LT20 Output CT" CV="412.0" 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"/>
|
|
</variable>
|
|
<variable item="LT20 Output Type" CV="412.0" 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"/>
|
|
</variable>
|
|
<variable item="LT20 Output Aspect" CV="412.0" 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"/>
|
|
</variable>
|
|
<variable item="LT20 Var1 Address" CV="413.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT20 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="414.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT20 Var1 Mast" CV="413.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT20 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="414.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT20 Var1 Evaluate" CV="414.0" 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"/>
|
|
</variable>
|
|
<variable item="LT20 Var1 CT" CV="414.0" 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"/>
|
|
</variable>
|
|
<variable item="LT20 Var1 Type" CV="414.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT20 Var1 Aspect" CV="414.0" 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"/>
|
|
</variable>
|
|
<variable item="LT20 Var2 Address" CV="415.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT20 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="416.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT20 Var2 Mast" CV="415.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT20 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="416.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT20 Var2 Evaluate" CV="416.0" 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"/>
|
|
</variable>
|
|
<variable item="LT20 Var2 CT" CV="416.0" 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"/>
|
|
</variable>
|
|
<variable item="LT20 Var2 Type" CV="416.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT20 Var2 Aspect" CV="416.0" 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"/>
|
|
</variable>
|
|
<!-- Logic Table entry #21 -->
|
|
<variable item="LT21 Block End" CV="417.0" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT21 Statement Enable" CV="417.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT21 Output Mode" CV="417.0" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT21 Var1 Mode" CV="417.0" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT21 Var2 Mode" CV="417.0" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT21 Opcode" CV="417.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT21 Function" CV="417.0" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT21 Re-trigger" CV="418.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT21 Multiplier" CV="418.0" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT21 Interval" CV="418.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT21 Output Address" CV="419.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT21 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="420.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT21 Output Mast" CV="419.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT21 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="420.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT21 Output Send" CV="420.0" 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"/>
|
|
</variable>
|
|
<variable item="LT21 Output CT" CV="420.0" 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"/>
|
|
</variable>
|
|
<variable item="LT21 Output Type" CV="420.0" 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"/>
|
|
</variable>
|
|
<variable item="LT21 Output Aspect" CV="420.0" 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"/>
|
|
</variable>
|
|
<variable item="LT21 Var1 Address" CV="421.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT21 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="422.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT21 Var1 Mast" CV="421.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT21 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="422.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT21 Var1 Evaluate" CV="422.0" 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"/>
|
|
</variable>
|
|
<variable item="LT21 Var1 CT" CV="422.0" 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"/>
|
|
</variable>
|
|
<variable item="LT21 Var1 Type" CV="422.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT21 Var1 Aspect" CV="422.0" 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"/>
|
|
</variable>
|
|
<variable item="LT21 Var2 Address" CV="423.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT21 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="424.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT21 Var2 Mast" CV="423.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT21 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="424.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT21 Var2 Evaluate" CV="424.0" 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"/>
|
|
</variable>
|
|
<variable item="LT21 Var2 CT" CV="424.0" 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"/>
|
|
</variable>
|
|
<variable item="LT21 Var2 Type" CV="424.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT21 Var2 Aspect" CV="424.0" 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"/>
|
|
</variable>
|
|
<!-- Logic Table entry #22 -->
|
|
<variable item="LT22 Block End" CV="425.0" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT22 Statement Enable" CV="425.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT22 Output Mode" CV="425.0" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT22 Var1 Mode" CV="425.0" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT22 Var2 Mode" CV="425.0" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT22 Opcode" CV="425.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT22 Function" CV="425.0" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT22 Re-trigger" CV="426.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT22 Multiplier" CV="426.0" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT22 Interval" CV="426.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT22 Output Address" CV="427.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT22 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="428.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT22 Output Mast" CV="427.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT22 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="428.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT22 Output Send" CV="428.0" 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"/>
|
|
</variable>
|
|
<variable item="LT22 Output CT" CV="428.0" 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"/>
|
|
</variable>
|
|
<variable item="LT22 Output Type" CV="428.0" 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"/>
|
|
</variable>
|
|
<variable item="LT22 Output Aspect" CV="428.0" 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"/>
|
|
</variable>
|
|
<variable item="LT22 Var1 Address" CV="429.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT22 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="430.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT22 Var1 Mast" CV="429.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT22 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="430.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT22 Var1 Evaluate" CV="430.0" 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"/>
|
|
</variable>
|
|
<variable item="LT22 Var1 CT" CV="430.0" 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"/>
|
|
</variable>
|
|
<variable item="LT22 Var1 Type" CV="430.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT22 Var1 Aspect" CV="430.0" 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"/>
|
|
</variable>
|
|
<variable item="LT22 Var2 Address" CV="431.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT22 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="432.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT22 Var2 Mast" CV="431.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT22 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="432.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT22 Var2 Evaluate" CV="432.0" 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"/>
|
|
</variable>
|
|
<variable item="LT22 Var2 CT" CV="432.0" 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"/>
|
|
</variable>
|
|
<variable item="LT22 Var2 Type" CV="432.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT22 Var2 Aspect" CV="432.0" 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"/>
|
|
</variable>
|
|
<!-- Logic Table entry #23 -->
|
|
<variable item="LT23 Block End" CV="433.0" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT23 Statement Enable" CV="433.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT23 Output Mode" CV="433.0" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT23 Var1 Mode" CV="433.0" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT23 Var2 Mode" CV="433.0" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT23 Opcode" CV="433.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT23 Function" CV="433.0" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT23 Re-trigger" CV="434.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT23 Multiplier" CV="434.0" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT23 Interval" CV="434.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT23 Output Address" CV="435.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT23 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="436.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT23 Output Mast" CV="435.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT23 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="436.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT23 Output Send" CV="436.0" 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"/>
|
|
</variable>
|
|
<variable item="LT23 Output CT" CV="436.0" 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"/>
|
|
</variable>
|
|
<variable item="LT23 Output Type" CV="436.0" 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"/>
|
|
</variable>
|
|
<variable item="LT23 Output Aspect" CV="436.0" 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"/>
|
|
</variable>
|
|
<variable item="LT23 Var1 Address" CV="437.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT23 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="438.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT23 Var1 Mast" CV="437.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT23 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="438.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT23 Var1 Evaluate" CV="438.0" 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"/>
|
|
</variable>
|
|
<variable item="LT23 Var1 CT" CV="438.0" 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"/>
|
|
</variable>
|
|
<variable item="LT23 Var1 Type" CV="438.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT23 Var1 Aspect" CV="438.0" 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"/>
|
|
</variable>
|
|
<variable item="LT23 Var2 Address" CV="439.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT23 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="440.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT23 Var2 Mast" CV="439.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT23 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="440.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT23 Var2 Evaluate" CV="440.0" 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"/>
|
|
</variable>
|
|
<variable item="LT23 Var2 CT" CV="440.0" 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"/>
|
|
</variable>
|
|
<variable item="LT23 Var2 Type" CV="440.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT23 Var2 Aspect" CV="440.0" 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"/>
|
|
</variable>
|
|
<!-- Logic Table entry #24 -->
|
|
<variable item="LT24 Block End" CV="441.0" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT24 Statement Enable" CV="441.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT24 Output Mode" CV="441.0" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT24 Var1 Mode" CV="441.0" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT24 Var2 Mode" CV="441.0" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT24 Opcode" CV="441.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT24 Function" CV="441.0" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT24 Re-trigger" CV="442.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT24 Multiplier" CV="442.0" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT24 Interval" CV="442.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT24 Output Address" CV="443.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT24 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="444.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT24 Output Mast" CV="443.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT24 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="444.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT24 Output Send" CV="444.0" 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"/>
|
|
</variable>
|
|
<variable item="LT24 Output CT" CV="444.0" 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"/>
|
|
</variable>
|
|
<variable item="LT24 Output Type" CV="444.0" 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"/>
|
|
</variable>
|
|
<variable item="LT24 Output Aspect" CV="444.0" 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"/>
|
|
</variable>
|
|
<variable item="LT24 Var1 Address" CV="445.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT24 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="446.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT24 Var1 Mast" CV="445.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT24 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="446.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT24 Var1 Evaluate" CV="446.0" 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"/>
|
|
</variable>
|
|
<variable item="LT24 Var1 CT" CV="446.0" 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"/>
|
|
</variable>
|
|
<variable item="LT24 Var1 Type" CV="446.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT24 Var1 Aspect" CV="446.0" 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"/>
|
|
</variable>
|
|
<variable item="LT24 Var2 Address" CV="447.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT24 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="448.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT24 Var2 Mast" CV="447.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT24 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="448.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT24 Var2 Evaluate" CV="448.0" 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"/>
|
|
</variable>
|
|
<variable item="LT24 Var2 CT" CV="448.0" 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"/>
|
|
</variable>
|
|
<variable item="LT24 Var2 Type" CV="448.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT24 Var2 Aspect" CV="448.0" 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"/>
|
|
</variable>
|
|
<!-- Logic Table entry #25 -->
|
|
<variable item="LT25 Block End" CV="449.0" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT25 Statement Enable" CV="449.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT25 Output Mode" CV="449.0" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT25 Var1 Mode" CV="449.0" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT25 Var2 Mode" CV="449.0" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT25 Opcode" CV="449.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT25 Function" CV="449.0" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT25 Re-trigger" CV="450.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT25 Multiplier" CV="450.0" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT25 Interval" CV="450.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT25 Output Address" CV="451.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT25 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="452.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT25 Output Mast" CV="451.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT25 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="452.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT25 Output Send" CV="452.0" 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"/>
|
|
</variable>
|
|
<variable item="LT25 Output CT" CV="452.0" 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"/>
|
|
</variable>
|
|
<variable item="LT25 Output Type" CV="452.0" 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"/>
|
|
</variable>
|
|
<variable item="LT25 Output Aspect" CV="452.0" 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"/>
|
|
</variable>
|
|
<variable item="LT25 Var1 Address" CV="453.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT25 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="454.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT25 Var1 Mast" CV="453.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT25 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="454.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT25 Var1 Evaluate" CV="454.0" 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"/>
|
|
</variable>
|
|
<variable item="LT25 Var1 CT" CV="454.0" 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"/>
|
|
</variable>
|
|
<variable item="LT25 Var1 Type" CV="454.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT25 Var1 Aspect" CV="454.0" 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"/>
|
|
</variable>
|
|
<variable item="LT25 Var2 Address" CV="455.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT25 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="456.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT25 Var2 Mast" CV="455.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT25 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="456.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT25 Var2 Evaluate" CV="456.0" 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"/>
|
|
</variable>
|
|
<variable item="LT25 Var2 CT" CV="456.0" 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"/>
|
|
</variable>
|
|
<variable item="LT25 Var2 Type" CV="456.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT25 Var2 Aspect" CV="456.0" 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"/>
|
|
</variable>
|
|
<!-- Logic Table entry #26 -->
|
|
<variable item="LT26 Block End" CV="457.0" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT26 Statement Enable" CV="457.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT26 Output Mode" CV="457.0" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT26 Var1 Mode" CV="457.0" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT26 Var2 Mode" CV="457.0" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT26 Opcode" CV="457.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT26 Function" CV="457.0" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT26 Re-trigger" CV="458.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT26 Multiplier" CV="458.0" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT26 Interval" CV="458.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT26 Output Address" CV="459.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT26 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="460.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT26 Output Mast" CV="459.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT26 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="460.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT26 Output Send" CV="460.0" 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"/>
|
|
</variable>
|
|
<variable item="LT26 Output CT" CV="460.0" 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"/>
|
|
</variable>
|
|
<variable item="LT26 Output Type" CV="460.0" 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"/>
|
|
</variable>
|
|
<variable item="LT26 Output Aspect" CV="460.0" 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"/>
|
|
</variable>
|
|
<variable item="LT26 Var1 Address" CV="461.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT26 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="462.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT26 Var1 Mast" CV="461.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT26 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="462.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT26 Var1 Evaluate" CV="462.0" 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"/>
|
|
</variable>
|
|
<variable item="LT26 Var1 CT" CV="462.0" 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"/>
|
|
</variable>
|
|
<variable item="LT26 Var1 Type" CV="462.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT26 Var1 Aspect" CV="462.0" 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"/>
|
|
</variable>
|
|
<variable item="LT26 Var2 Address" CV="463.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT26 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="464.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT26 Var2 Mast" CV="463.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT26 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="464.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT26 Var2 Evaluate" CV="464.0" 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"/>
|
|
</variable>
|
|
<variable item="LT26 Var2 CT" CV="464.0" 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"/>
|
|
</variable>
|
|
<variable item="LT26 Var2 Type" CV="464.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT26 Var2 Aspect" CV="464.0" 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"/>
|
|
</variable>
|
|
<!-- Logic Table entry #27 -->
|
|
<variable item="LT27 Block End" CV="465.0" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT27 Statement Enable" CV="465.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT27 Output Mode" CV="465.0" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT27 Var1 Mode" CV="465.0" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT27 Var2 Mode" CV="465.0" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT27 Opcode" CV="465.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT27 Function" CV="465.0" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT27 Re-trigger" CV="466.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT27 Multiplier" CV="466.0" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT27 Interval" CV="466.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT27 Output Address" CV="467.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT27 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="468.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT27 Output Mast" CV="467.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT27 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="468.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT27 Output Send" CV="468.0" 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"/>
|
|
</variable>
|
|
<variable item="LT27 Output CT" CV="468.0" 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"/>
|
|
</variable>
|
|
<variable item="LT27 Output Type" CV="468.0" 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"/>
|
|
</variable>
|
|
<variable item="LT27 Output Aspect" CV="468.0" 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"/>
|
|
</variable>
|
|
<variable item="LT27 Var1 Address" CV="469.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT27 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="470.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT27 Var1 Mast" CV="469.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT27 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="470.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT27 Var1 Evaluate" CV="470.0" 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"/>
|
|
</variable>
|
|
<variable item="LT27 Var1 CT" CV="470.0" 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"/>
|
|
</variable>
|
|
<variable item="LT27 Var1 Type" CV="470.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT27 Var1 Aspect" CV="470.0" 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"/>
|
|
</variable>
|
|
<variable item="LT27 Var2 Address" CV="471.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT27 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="472.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT27 Var2 Mast" CV="471.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT27 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="472.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT27 Var2 Evaluate" CV="472.0" 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"/>
|
|
</variable>
|
|
<variable item="LT27 Var2 CT" CV="472.0" 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"/>
|
|
</variable>
|
|
<variable item="LT27 Var2 Type" CV="472.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT27 Var2 Aspect" CV="472.0" 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"/>
|
|
</variable>
|
|
<!-- Logic Table entry #28 -->
|
|
<variable item="LT28 Block End" CV="473.0" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT28 Statement Enable" CV="473.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT28 Output Mode" CV="473.0" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT28 Var1 Mode" CV="473.0" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT28 Var2 Mode" CV="473.0" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT28 Opcode" CV="473.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT28 Function" CV="473.0" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT28 Re-trigger" CV="474.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT28 Multiplier" CV="474.0" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT28 Interval" CV="474.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT28 Output Address" CV="475.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT28 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="476.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT28 Output Mast" CV="475.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT28 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="476.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT28 Output Send" CV="476.0" 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"/>
|
|
</variable>
|
|
<variable item="LT28 Output CT" CV="476.0" 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"/>
|
|
</variable>
|
|
<variable item="LT28 Output Type" CV="476.0" 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"/>
|
|
</variable>
|
|
<variable item="LT28 Output Aspect" CV="476.0" 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"/>
|
|
</variable>
|
|
<variable item="LT28 Var1 Address" CV="477.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT28 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="478.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT28 Var1 Mast" CV="477.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT28 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="478.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT28 Var1 Evaluate" CV="478.0" 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"/>
|
|
</variable>
|
|
<variable item="LT28 Var1 CT" CV="478.0" 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"/>
|
|
</variable>
|
|
<variable item="LT28 Var1 Type" CV="478.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT28 Var1 Aspect" CV="478.0" 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"/>
|
|
</variable>
|
|
<variable item="LT28 Var2 Address" CV="479.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT28 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="480.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT28 Var2 Mast" CV="479.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT28 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="480.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT28 Var2 Evaluate" CV="480.0" 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"/>
|
|
</variable>
|
|
<variable item="LT28 Var2 CT" CV="480.0" 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"/>
|
|
</variable>
|
|
<variable item="LT28 Var2 Type" CV="480.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT28 Var2 Aspect" CV="480.0" 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"/>
|
|
</variable>
|
|
<!-- Logic Table entry #29 -->
|
|
<variable item="LT29 Block End" CV="481.0" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT29 Statement Enable" CV="481.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT29 Output Mode" CV="481.0" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT29 Var1 Mode" CV="481.0" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT29 Var2 Mode" CV="481.0" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT29 Opcode" CV="481.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT29 Function" CV="481.0" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT29 Re-trigger" CV="482.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT29 Multiplier" CV="482.0" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT29 Interval" CV="482.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT29 Output Address" CV="483.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT29 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="484.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT29 Output Mast" CV="483.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT29 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="484.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT29 Output Send" CV="484.0" 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"/>
|
|
</variable>
|
|
<variable item="LT29 Output CT" CV="484.0" 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"/>
|
|
</variable>
|
|
<variable item="LT29 Output Type" CV="484.0" 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"/>
|
|
</variable>
|
|
<variable item="LT29 Output Aspect" CV="484.0" 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"/>
|
|
</variable>
|
|
<variable item="LT29 Var1 Address" CV="485.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT29 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="486.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT29 Var1 Mast" CV="485.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT29 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="486.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT29 Var1 Evaluate" CV="486.0" 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"/>
|
|
</variable>
|
|
<variable item="LT29 Var1 CT" CV="486.0" 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"/>
|
|
</variable>
|
|
<variable item="LT29 Var1 Type" CV="486.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT29 Var1 Aspect" CV="486.0" 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"/>
|
|
</variable>
|
|
<variable item="LT29 Var2 Address" CV="487.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT29 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="488.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT29 Var2 Mast" CV="487.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT29 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="488.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT29 Var2 Evaluate" CV="488.0" 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"/>
|
|
</variable>
|
|
<variable item="LT29 Var2 CT" CV="488.0" 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"/>
|
|
</variable>
|
|
<variable item="LT29 Var2 Type" CV="488.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT29 Var2 Aspect" CV="488.0" 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"/>
|
|
</variable>
|
|
<!-- Logic Table entry #30 -->
|
|
<variable item="LT30 Block End" CV="489.0" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT30 Statement Enable" CV="489.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT30 Output Mode" CV="489.0" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT30 Var1 Mode" CV="489.0" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT30 Var2 Mode" CV="489.0" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT30 Opcode" CV="489.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT30 Function" CV="489.0" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT30 Re-trigger" CV="490.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT30 Multiplier" CV="490.0" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT30 Interval" CV="490.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT30 Output Address" CV="491.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT30 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="492.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT30 Output Mast" CV="491.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT30 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="492.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT30 Output Send" CV="492.0" 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"/>
|
|
</variable>
|
|
<variable item="LT30 Output CT" CV="492.0" 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"/>
|
|
</variable>
|
|
<variable item="LT30 Output Type" CV="492.0" 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"/>
|
|
</variable>
|
|
<variable item="LT30 Output Aspect" CV="492.0" 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"/>
|
|
</variable>
|
|
<variable item="LT30 Var1 Address" CV="493.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT30 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="494.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT30 Var1 Mast" CV="493.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT30 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="494.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT30 Var1 Evaluate" CV="494.0" 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"/>
|
|
</variable>
|
|
<variable item="LT30 Var1 CT" CV="494.0" 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"/>
|
|
</variable>
|
|
<variable item="LT30 Var1 Type" CV="494.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT30 Var1 Aspect" CV="494.0" 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"/>
|
|
</variable>
|
|
<variable item="LT30 Var2 Address" CV="495.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT30 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="496.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT30 Var2 Mast" CV="495.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT30 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="496.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT30 Var2 Evaluate" CV="496.0" 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"/>
|
|
</variable>
|
|
<variable item="LT30 Var2 CT" CV="496.0" 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"/>
|
|
</variable>
|
|
<variable item="LT30 Var2 Type" CV="496.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT30 Var2 Aspect" CV="496.0" 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"/>
|
|
</variable>
|
|
<!-- Logic Table entry #31 -->
|
|
<variable item="LT31 Block End" CV="497.0" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT31 Statement Enable" CV="497.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT31 Output Mode" CV="497.0" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT31 Var1 Mode" CV="497.0" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT31 Var2 Mode" CV="497.0" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT31 Opcode" CV="497.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT31 Function" CV="497.0" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT31 Re-trigger" CV="498.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT31 Multiplier" CV="498.0" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT31 Interval" CV="498.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT31 Output Address" CV="499.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT31 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="500.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT31 Output Mast" CV="499.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT31 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="500.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT31 Output Send" CV="500.0" 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"/>
|
|
</variable>
|
|
<variable item="LT31 Output CT" CV="500.0" 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"/>
|
|
</variable>
|
|
<variable item="LT31 Output Type" CV="500.0" 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"/>
|
|
</variable>
|
|
<variable item="LT31 Output Aspect" CV="500.0" 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"/>
|
|
</variable>
|
|
<variable item="LT31 Var1 Address" CV="501.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT31 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="502.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT31 Var1 Mast" CV="501.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT31 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="502.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT31 Var1 Evaluate" CV="502.0" 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"/>
|
|
</variable>
|
|
<variable item="LT31 Var1 CT" CV="502.0" 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"/>
|
|
</variable>
|
|
<variable item="LT31 Var1 Type" CV="502.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT31 Var1 Aspect" CV="502.0" 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"/>
|
|
</variable>
|
|
<variable item="LT31 Var2 Address" CV="503.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT31 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="504.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT31 Var2 Mast" CV="503.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT31 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="504.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT31 Var2 Evaluate" CV="504.0" 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"/>
|
|
</variable>
|
|
<variable item="LT31 Var2 CT" CV="504.0" 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"/>
|
|
</variable>
|
|
<variable item="LT31 Var2 Type" CV="504.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT31 Var2 Aspect" CV="504.0" 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"/>
|
|
</variable>
|
|
<!-- Logic Table entry #32 -->
|
|
<variable item="LT32 Block End" CV="505.0" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT32 Statement Enable" CV="505.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT32 Output Mode" CV="505.0" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT32 Var1 Mode" CV="505.0" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT32 Var2 Mode" CV="505.0" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT32 Opcode" CV="505.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT32 Function" CV="505.0" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT32 Re-trigger" CV="506.0" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT32 Multiplier" CV="506.0" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT32 Interval" CV="506.0" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT32 Output Address" CV="507.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT32 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="508.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT32 Output Mast" CV="507.0" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT32 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="508.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT32 Output Send" CV="508.0" 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"/>
|
|
</variable>
|
|
<variable item="LT32 Output CT" CV="508.0" 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"/>
|
|
</variable>
|
|
<variable item="LT32 Output Type" CV="508.0" 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"/>
|
|
</variable>
|
|
<variable item="LT32 Output Aspect" CV="508.0" 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"/>
|
|
</variable>
|
|
<variable item="LT32 Var1 Address" CV="509.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT32 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="510.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT32 Var1 Mast" CV="509.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT32 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="510.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT32 Var1 Evaluate" CV="510.0" 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"/>
|
|
</variable>
|
|
<variable item="LT32 Var1 CT" CV="510.0" 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"/>
|
|
</variable>
|
|
<variable item="LT32 Var1 Type" CV="510.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT32 Var1 Aspect" CV="510.0" 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"/>
|
|
</variable>
|
|
<variable item="LT32 Var2 Address" CV="511.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT32 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="512.0" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT32 Var2 Mast" CV="511.0" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT32 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="512.0" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT32 Var2 Evaluate" CV="512.0" 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"/>
|
|
</variable>
|
|
<variable item="LT32 Var2 CT" CV="512.0" 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"/>
|
|
</variable>
|
|
<variable item="LT32 Var2 Type" CV="512.0" mask="XXVVXXXX" 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/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT32 Var2 Aspect" CV="512.0" 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"/>
|
|
</variable>
|
|
<!-- Begin Index 1 -->
|
|
<!-- Logic Table entry #33 -->
|
|
<variable item="LT33 Block End" CV="257.1" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT33 Statement Enable" CV="257.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT33 Output Mode" CV="257.1" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT33 Var1 Mode" CV="257.1" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT33 Var2 Mode" CV="257.1" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT33 Opcode" CV="257.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT33 Function" CV="257.1" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT33 Re-trigger" CV="258.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT33 Multiplier" CV="258.1" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT33 Interval" CV="258.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT33 Output Address" CV="259.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT33 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="260.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT33 Output Mast" CV="259.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT33 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="260.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT33 Output Send" CV="260.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT33 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT33 Output CT" CV="260.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT33 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT33 Output Type" CV="260.1" mask="XXVVXXXX">
|
|
<qualifier>
|
|
<variableref>LT33 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT33 Output Aspect" CV="260.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT33 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT33 Var1 Address" CV="261.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT33 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="262.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT33 Var1 Mast" CV="261.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT33 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="262.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT33 Var1 Evaluate" CV="262.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT33 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT33 Var1 CT" CV="262.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT33 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT33 Var1 Type" CV="262.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT33 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT33 Var1 Aspect" CV="262.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT33 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT33 Var2 Address" CV="263.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT33 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="264.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT33 Var2 Mast" CV="263.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT33 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="264.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT33 Var2 Evaluate" CV="264.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT33 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT33 Var2 CT" CV="264.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT33 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT33 Var2 Type" CV="264.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT33 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT33 Var2 Aspect" CV="264.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT33 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<!-- Logic Table entry #34 -->
|
|
<variable item="LT34 Block End" CV="265.1" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT34 Statement Enable" CV="265.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT34 Output Mode" CV="265.1" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT34 Var1 Mode" CV="265.1" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT34 Var2 Mode" CV="265.1" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT34 Opcode" CV="265.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT34 Function" CV="265.1" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT34 Re-trigger" CV="266.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT34 Multiplier" CV="266.1" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT34 Interval" CV="266.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT34 Output Address" CV="267.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT34 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="268.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT34 Output Mast" CV="267.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT34 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="268.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT34 Output Send" CV="268.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT34 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT34 Output CT" CV="268.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT34 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT34 Output Type" CV="268.1" mask="XXVVXXXX">
|
|
<qualifier>
|
|
<variableref>LT34 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT34 Output Aspect" CV="268.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT34 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT34 Var1 Address" CV="269.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT34 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="270.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT34 Var1 Mast" CV="269.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT34 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="270.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT34 Var1 Evaluate" CV="270.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT34 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT34 Var1 CT" CV="270.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT34 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT34 Var1 Type" CV="270.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT34 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT34 Var1 Aspect" CV="270.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT34 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT34 Var2 Address" CV="271.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT34 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="272.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT34 Var2 Mast" CV="271.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT34 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="272.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT34 Var2 Evaluate" CV="272.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT34 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT34 Var2 CT" CV="272.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT34 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT34 Var2 Type" CV="272.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT34 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT34 Var2 Aspect" CV="272.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT34 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<!-- Logic Table entry #35 -->
|
|
<variable item="LT35 Block End" CV="273.1" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT35 Statement Enable" CV="273.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT35 Output Mode" CV="273.1" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT35 Var1 Mode" CV="273.1" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT35 Var2 Mode" CV="273.1" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT35 Opcode" CV="273.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT35 Function" CV="273.1" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT35 Re-trigger" CV="274.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT35 Multiplier" CV="274.1" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT35 Interval" CV="274.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT35 Output Address" CV="275.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT35 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="276.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT35 Output Mast" CV="275.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT35 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="276.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT35 Output Send" CV="276.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT35 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT35 Output CT" CV="276.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT35 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT35 Output Type" CV="276.1" mask="XXVVXXXX">
|
|
<qualifier>
|
|
<variableref>LT35 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT35 Output Aspect" CV="276.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT35 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT35 Var1 Address" CV="277.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT35 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="278.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT35 Var1 Mast" CV="277.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT35 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="278.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT35 Var1 Evaluate" CV="278.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT35 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT35 Var1 CT" CV="278.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT35 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT35 Var1 Type" CV="278.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT35 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT35 Var1 Aspect" CV="278.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT35 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT35 Var2 Address" CV="279.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT35 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="280.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT35 Var2 Mast" CV="279.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT35 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="280.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT35 Var2 Evaluate" CV="280.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT35 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT35 Var2 CT" CV="280.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT35 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT35 Var2 Type" CV="280.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT35 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT35 Var2 Aspect" CV="280.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT35 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<!-- Logic Table entry #36 -->
|
|
<variable item="LT36 Block End" CV="281.1" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT36 Statement Enable" CV="281.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT36 Output Mode" CV="281.1" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT36 Var1 Mode" CV="281.1" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT36 Var2 Mode" CV="281.1" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT36 Opcode" CV="281.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT36 Function" CV="281.1" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT36 Re-trigger" CV="282.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT36 Multiplier" CV="282.1" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT36 Interval" CV="282.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT36 Output Address" CV="283.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT36 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="284.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT36 Output Mast" CV="283.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT36 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="284.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT36 Output Send" CV="284.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT36 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT36 Output CT" CV="284.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT36 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT36 Output Type" CV="284.1" mask="XXVVXXXX">
|
|
<qualifier>
|
|
<variableref>LT36 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT36 Output Aspect" CV="284.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT36 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT36 Var1 Address" CV="285.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT36 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="286.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT36 Var1 Mast" CV="285.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT36 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="286.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT36 Var1 Evaluate" CV="286.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT36 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT36 Var1 CT" CV="286.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT36 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT36 Var1 Type" CV="286.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT36 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT36 Var1 Aspect" CV="286.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT36 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT36 Var2 Address" CV="287.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT36 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="288.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT36 Var2 Mast" CV="287.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT36 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="288.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT36 Var2 Evaluate" CV="288.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT36 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT36 Var2 CT" CV="288.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT36 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT36 Var2 Type" CV="288.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT36 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT36 Var2 Aspect" CV="288.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT36 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<!-- Logic Table entry #37 -->
|
|
<variable item="LT37 Block End" CV="289.1" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT37 Statement Enable" CV="289.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT37 Output Mode" CV="289.1" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT37 Var1 Mode" CV="289.1" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT37 Var2 Mode" CV="289.1" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT37 Opcode" CV="289.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT37 Function" CV="289.1" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT37 Re-trigger" CV="290.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT37 Multiplier" CV="290.1" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT37 Interval" CV="290.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT37 Output Address" CV="291.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT37 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="292.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT37 Output Mast" CV="291.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT37 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="292.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT37 Output Send" CV="292.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT37 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT37 Output CT" CV="292.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT37 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT37 Output Type" CV="292.1" mask="XXVVXXXX">
|
|
<qualifier>
|
|
<variableref>LT37 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT37 Output Aspect" CV="292.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT37 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT37 Var1 Address" CV="293.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT37 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="294.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT37 Var1 Mast" CV="293.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT37 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="294.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT37 Var1 Evaluate" CV="294.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT37 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT37 Var1 CT" CV="294.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT37 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT37 Var1 Type" CV="294.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT37 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT37 Var1 Aspect" CV="294.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT37 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT37 Var2 Address" CV="295.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT37 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="296.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT37 Var2 Mast" CV="295.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT37 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="296.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT37 Var2 Evaluate" CV="296.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT37 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT37 Var2 CT" CV="296.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT37 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT37 Var2 Type" CV="296.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT37 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT37 Var2 Aspect" CV="296.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT37 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<!-- Logic Table entry #38 -->
|
|
<variable item="LT38 Block End" CV="297.1" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT38 Statement Enable" CV="297.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT38 Output Mode" CV="297.1" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT38 Var1 Mode" CV="297.1" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT38 Var2 Mode" CV="297.1" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT38 Opcode" CV="297.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT38 Function" CV="297.1" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT38 Re-trigger" CV="298.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT38 Multiplier" CV="298.1" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT38 Interval" CV="298.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT38 Output Address" CV="299.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT38 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="300.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT38 Output Mast" CV="299.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT38 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="300.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT38 Output Send" CV="300.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT38 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT38 Output CT" CV="300.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT38 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT38 Output Type" CV="300.1" mask="XXVVXXXX">
|
|
<qualifier>
|
|
<variableref>LT38 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT38 Output Aspect" CV="300.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT38 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT38 Var1 Address" CV="301.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT38 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="302.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT38 Var1 Mast" CV="301.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT38 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="302.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT38 Var1 Evaluate" CV="302.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT38 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT38 Var1 CT" CV="302.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT38 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT38 Var1 Type" CV="302.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT38 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT38 Var1 Aspect" CV="302.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT38 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT38 Var2 Address" CV="303.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT38 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="304.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT38 Var2 Mast" CV="303.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT38 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="304.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT38 Var2 Evaluate" CV="304.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT38 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT38 Var2 CT" CV="304.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT38 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT38 Var2 Type" CV="304.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT38 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT38 Var2 Aspect" CV="304.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT38 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<!-- Logic Table entry #39 -->
|
|
<variable item="LT39 Block End" CV="305.1" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT39 Statement Enable" CV="305.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT39 Output Mode" CV="305.1" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT39 Var1 Mode" CV="305.1" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT39 Var2 Mode" CV="305.1" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT39 Opcode" CV="305.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT39 Function" CV="305.1" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT39 Re-trigger" CV="306.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT39 Multiplier" CV="306.1" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT39 Interval" CV="306.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT39 Output Address" CV="307.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT39 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="308.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT39 Output Mast" CV="307.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT39 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="308.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT39 Output Send" CV="308.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT39 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT39 Output CT" CV="308.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT39 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT39 Output Type" CV="308.1" mask="XXVVXXXX">
|
|
<qualifier>
|
|
<variableref>LT39 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT39 Output Aspect" CV="308.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT39 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT39 Var1 Address" CV="309.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT39 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="310.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT39 Var1 Mast" CV="309.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT39 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="310.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT39 Var1 Evaluate" CV="310.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT39 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT39 Var1 CT" CV="310.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT39 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT39 Var1 Type" CV="310.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT39 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT39 Var1 Aspect" CV="310.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT39 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT39 Var2 Address" CV="311.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT39 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="312.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT39 Var2 Mast" CV="311.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT39 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="312.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT39 Var2 Evaluate" CV="312.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT39 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT39 Var2 CT" CV="312.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT39 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT39 Var2 Type" CV="312.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT39 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT39 Var2 Aspect" CV="312.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT39 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<!-- Logic Table entry #40 -->
|
|
<variable item="LT40 Block End" CV="313.1" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT40 Statement Enable" CV="313.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT40 Output Mode" CV="313.1" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT40 Var1 Mode" CV="313.1" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT40 Var2 Mode" CV="313.1" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT40 Opcode" CV="313.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT40 Function" CV="313.1" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT40 Re-trigger" CV="314.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT40 Multiplier" CV="314.1" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT40 Interval" CV="314.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT40 Output Address" CV="315.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT40 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="316.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT40 Output Mast" CV="315.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT40 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="316.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT40 Output Send" CV="316.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT40 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT40 Output CT" CV="316.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT40 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT40 Output Type" CV="316.1" mask="XXVVXXXX">
|
|
<qualifier>
|
|
<variableref>LT40 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT40 Output Aspect" CV="316.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT40 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT40 Var1 Address" CV="317.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT40 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="318.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT40 Var1 Mast" CV="317.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT40 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="318.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT40 Var1 Evaluate" CV="318.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT40 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT40 Var1 CT" CV="318.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT40 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT40 Var1 Type" CV="318.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT40 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT40 Var1 Aspect" CV="318.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT40 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT40 Var2 Address" CV="319.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT40 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="320.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT40 Var2 Mast" CV="319.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT40 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="320.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT40 Var2 Evaluate" CV="320.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT40 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT40 Var2 CT" CV="320.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT40 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT40 Var2 Type" CV="320.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT40 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT40 Var2 Aspect" CV="320.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT40 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<!-- Logic Table entry #41 -->
|
|
<variable item="LT41 Block End" CV="321.1" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT41 Statement Enable" CV="321.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT41 Output Mode" CV="321.1" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT41 Var1 Mode" CV="321.1" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT41 Var2 Mode" CV="321.1" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT41 Opcode" CV="321.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT41 Function" CV="321.1" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT41 Re-trigger" CV="322.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT41 Multiplier" CV="322.1" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT41 Interval" CV="322.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT41 Output Address" CV="323.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT41 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="324.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT41 Output Mast" CV="323.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT41 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="324.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT41 Output Send" CV="324.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT41 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT41 Output CT" CV="324.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT41 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT41 Output Type" CV="324.1" mask="XXVVXXXX">
|
|
<qualifier>
|
|
<variableref>LT41 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT41 Output Aspect" CV="324.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT41 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT41 Var1 Address" CV="325.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT41 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="326.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT41 Var1 Mast" CV="325.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT41 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="326.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT41 Var1 Evaluate" CV="326.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT41 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT41 Var1 CT" CV="326.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT41 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT41 Var1 Type" CV="326.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT41 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT41 Var1 Aspect" CV="326.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT41 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT41 Var2 Address" CV="327.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT41 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="328.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT41 Var2 Mast" CV="327.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT41 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="328.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT41 Var2 Evaluate" CV="328.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT41 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT41 Var2 CT" CV="328.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT41 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT41 Var2 Type" CV="328.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT41 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT41 Var2 Aspect" CV="328.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT41 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<!-- Logic Table entry #42 -->
|
|
<variable item="LT42 Block End" CV="329.1" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT42 Statement Enable" CV="329.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT42 Output Mode" CV="329.1" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT42 Var1 Mode" CV="329.1" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT42 Var2 Mode" CV="329.1" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT42 Opcode" CV="329.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT42 Function" CV="329.1" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT42 Re-trigger" CV="330.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT42 Multiplier" CV="330.1" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT42 Interval" CV="330.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT42 Output Address" CV="331.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT42 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="332.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT42 Output Mast" CV="331.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT42 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="332.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT42 Output Send" CV="332.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT42 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT42 Output CT" CV="332.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT42 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT42 Output Type" CV="332.1" mask="XXVVXXXX">
|
|
<qualifier>
|
|
<variableref>LT42 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT42 Output Aspect" CV="332.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT42 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT42 Var1 Address" CV="333.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT42 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="334.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT42 Var1 Mast" CV="333.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT42 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="334.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT42 Var1 Evaluate" CV="334.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT42 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT42 Var1 CT" CV="334.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT42 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT42 Var1 Type" CV="334.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT42 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT42 Var1 Aspect" CV="334.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT42 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT42 Var2 Address" CV="335.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT42 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="336.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT42 Var2 Mast" CV="335.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT42 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="336.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT42 Var2 Evaluate" CV="336.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT42 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT42 Var2 CT" CV="336.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT42 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT42 Var2 Type" CV="336.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT42 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT42 Var2 Aspect" CV="336.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT42 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<!-- Logic Table entry #43 -->
|
|
<variable item="LT43 Block End" CV="337.1" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT43 Statement Enable" CV="337.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT43 Output Mode" CV="337.1" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT43 Var1 Mode" CV="337.1" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT43 Var2 Mode" CV="337.1" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT43 Opcode" CV="337.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT43 Function" CV="337.1" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT43 Re-trigger" CV="338.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT43 Multiplier" CV="338.1" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT43 Interval" CV="338.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT43 Output Address" CV="339.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT43 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="340.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT43 Output Mast" CV="339.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT43 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="340.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT43 Output Send" CV="340.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT43 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT43 Output CT" CV="340.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT43 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT43 Output Type" CV="340.1" mask="XXVVXXXX">
|
|
<qualifier>
|
|
<variableref>LT43 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT43 Output Aspect" CV="340.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT43 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT43 Var1 Address" CV="341.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT43 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="342.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT43 Var1 Mast" CV="341.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT43 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="342.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT43 Var1 Evaluate" CV="342.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT43 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT43 Var1 CT" CV="342.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT43 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT43 Var1 Type" CV="342.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT43 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT43 Var1 Aspect" CV="342.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT43 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT43 Var2 Address" CV="343.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT43 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="344.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT43 Var2 Mast" CV="343.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT43 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="344.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT43 Var2 Evaluate" CV="344.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT43 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT43 Var2 CT" CV="344.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT43 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT43 Var2 Type" CV="344.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT43 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT43 Var2 Aspect" CV="344.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT43 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<!-- Logic Table entry #44 -->
|
|
<variable item="LT44 Block End" CV="345.1" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT44 Statement Enable" CV="345.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT44 Output Mode" CV="345.1" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT44 Var1 Mode" CV="345.1" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT44 Var2 Mode" CV="345.1" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT44 Opcode" CV="345.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT44 Function" CV="345.1" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT44 Re-trigger" CV="346.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT44 Multiplier" CV="346.1" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT44 Interval" CV="346.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT44 Output Address" CV="347.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT44 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="348.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT44 Output Mast" CV="347.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT44 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="348.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT44 Output Send" CV="348.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT44 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT44 Output CT" CV="348.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT44 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT44 Output Type" CV="348.1" mask="XXVVXXXX">
|
|
<qualifier>
|
|
<variableref>LT44 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT44 Output Aspect" CV="348.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT44 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT44 Var1 Address" CV="349.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT44 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="350.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT44 Var1 Mast" CV="349.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT44 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="350.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT44 Var1 Evaluate" CV="350.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT44 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT44 Var1 CT" CV="350.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT44 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT44 Var1 Type" CV="350.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT44 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT44 Var1 Aspect" CV="350.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT44 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT44 Var2 Address" CV="351.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT44 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="352.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT44 Var2 Mast" CV="351.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT44 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="352.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT44 Var2 Evaluate" CV="352.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT44 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT44 Var2 CT" CV="352.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT44 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT44 Var2 Type" CV="352.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT44 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT44 Var2 Aspect" CV="352.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT44 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<!-- Logic Table entry #45 -->
|
|
<variable item="LT45 Block End" CV="353.1" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT45 Statement Enable" CV="353.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT45 Output Mode" CV="353.1" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT45 Var1 Mode" CV="353.1" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT45 Var2 Mode" CV="353.1" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT45 Opcode" CV="353.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT45 Function" CV="353.1" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT45 Re-trigger" CV="354.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT45 Multiplier" CV="354.1" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT45 Interval" CV="354.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT45 Output Address" CV="355.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT45 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="356.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT45 Output Mast" CV="355.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT45 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="356.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT45 Output Send" CV="356.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT45 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT45 Output CT" CV="356.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT45 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT45 Output Type" CV="356.1" mask="XXVVXXXX">
|
|
<qualifier>
|
|
<variableref>LT45 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT45 Output Aspect" CV="356.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT45 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT45 Var1 Address" CV="357.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT45 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="358.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT45 Var1 Mast" CV="357.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT45 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="358.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT45 Var1 Evaluate" CV="358.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT45 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT45 Var1 CT" CV="358.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT45 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT45 Var1 Type" CV="358.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT45 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT45 Var1 Aspect" CV="358.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT45 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT45 Var2 Address" CV="359.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT45 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="360.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT45 Var2 Mast" CV="359.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT45 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="360.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT45 Var2 Evaluate" CV="360.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT45 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT45 Var2 CT" CV="360.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT45 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT45 Var2 Type" CV="360.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT45 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT45 Var2 Aspect" CV="360.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT45 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<!-- Logic Table entry #46 -->
|
|
<variable item="LT46 Block End" CV="361.1" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT46 Statement Enable" CV="361.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT46 Output Mode" CV="361.1" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT46 Var1 Mode" CV="361.1" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT46 Var2 Mode" CV="361.1" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT46 Opcode" CV="361.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT46 Function" CV="361.1" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT46 Re-trigger" CV="362.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT46 Multiplier" CV="362.1" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT46 Interval" CV="362.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT46 Output Address" CV="363.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT46 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="364.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT46 Output Mast" CV="363.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT46 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="364.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT46 Output Send" CV="364.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT46 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT46 Output CT" CV="364.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT46 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT46 Output Type" CV="364.1" mask="XXVVXXXX">
|
|
<qualifier>
|
|
<variableref>LT46 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT46 Output Aspect" CV="364.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT46 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT46 Var1 Address" CV="365.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT46 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="366.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT46 Var1 Mast" CV="365.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT46 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="366.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT46 Var1 Evaluate" CV="366.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT46 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT46 Var1 CT" CV="366.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT46 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT46 Var1 Type" CV="366.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT46 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT46 Var1 Aspect" CV="366.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT46 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT46 Var2 Address" CV="367.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT46 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="368.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT46 Var2 Mast" CV="367.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT46 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="368.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT46 Var2 Evaluate" CV="368.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT46 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT46 Var2 CT" CV="368.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT46 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT46 Var2 Type" CV="368.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT46 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT46 Var2 Aspect" CV="368.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT46 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<!-- Logic Table entry #47 -->
|
|
<variable item="LT47 Block End" CV="369.1" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT47 Statement Enable" CV="369.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT47 Output Mode" CV="369.1" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT47 Var1 Mode" CV="369.1" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT47 Var2 Mode" CV="369.1" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT47 Opcode" CV="369.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT47 Function" CV="369.1" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT47 Re-trigger" CV="370.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT47 Multiplier" CV="370.1" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT47 Interval" CV="370.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT47 Output Address" CV="371.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT47 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="372.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT47 Output Mast" CV="371.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT47 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="372.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT47 Output Send" CV="372.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT47 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT47 Output CT" CV="372.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT47 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT47 Output Type" CV="372.1" mask="XXVVXXXX">
|
|
<qualifier>
|
|
<variableref>LT47 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT47 Output Aspect" CV="372.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT47 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT47 Var1 Address" CV="373.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT47 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="374.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT47 Var1 Mast" CV="373.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT47 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="374.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT47 Var1 Evaluate" CV="374.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT47 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT47 Var1 CT" CV="374.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT47 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT47 Var1 Type" CV="374.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT47 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT47 Var1 Aspect" CV="374.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT47 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT47 Var2 Address" CV="375.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT47 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="376.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT47 Var2 Mast" CV="375.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT47 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="376.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT47 Var2 Evaluate" CV="376.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT47 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT47 Var2 CT" CV="376.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT47 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT47 Var2 Type" CV="376.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT47 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT47 Var2 Aspect" CV="376.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT47 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<!-- Logic Table entry #48 -->
|
|
<variable item="LT48 Block End" CV="377.1" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT48 Statement Enable" CV="377.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT48 Output Mode" CV="377.1" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT48 Var1 Mode" CV="377.1" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT48 Var2 Mode" CV="377.1" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT48 Opcode" CV="377.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT48 Function" CV="377.1" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT48 Re-trigger" CV="378.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT48 Multiplier" CV="378.1" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT48 Interval" CV="378.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT48 Output Address" CV="379.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT48 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="380.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT48 Output Mast" CV="379.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT48 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="380.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT48 Output Send" CV="380.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT48 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT48 Output CT" CV="380.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT48 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT48 Output Type" CV="380.1" mask="XXVVXXXX">
|
|
<qualifier>
|
|
<variableref>LT48 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT48 Output Aspect" CV="380.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT48 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT48 Var1 Address" CV="381.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT48 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="382.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT48 Var1 Mast" CV="381.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT48 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="382.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT48 Var1 Evaluate" CV="382.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT48 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT48 Var1 CT" CV="382.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT48 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT48 Var1 Type" CV="382.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT48 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT48 Var1 Aspect" CV="382.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT48 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT48 Var2 Address" CV="383.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT48 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="384.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT48 Var2 Mast" CV="383.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT48 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="384.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT48 Var2 Evaluate" CV="384.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT48 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT48 Var2 CT" CV="384.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT48 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT48 Var2 Type" CV="384.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT48 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT48 Var2 Aspect" CV="384.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT48 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<!-- Logic Table entry #49 -->
|
|
<variable item="LT49 Block End" CV="385.1" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT49 Statement Enable" CV="385.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT49 Output Mode" CV="385.1" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT49 Var1 Mode" CV="385.1" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT49 Var2 Mode" CV="385.1" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT49 Opcode" CV="385.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT49 Function" CV="385.1" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT49 Re-trigger" CV="386.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT49 Multiplier" CV="386.1" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT49 Interval" CV="386.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT49 Output Address" CV="387.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT49 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="388.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT49 Output Mast" CV="387.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT49 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="388.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT49 Output Send" CV="388.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT49 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT49 Output CT" CV="388.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT49 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT49 Output Type" CV="388.1" mask="XXVVXXXX">
|
|
<qualifier>
|
|
<variableref>LT49 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT49 Output Aspect" CV="388.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT49 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT49 Var1 Address" CV="389.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT49 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="390.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT49 Var1 Mast" CV="389.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT49 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="390.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT49 Var1 Evaluate" CV="390.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT49 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT49 Var1 CT" CV="390.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT49 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT49 Var1 Type" CV="390.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT49 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT49 Var1 Aspect" CV="390.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT49 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT49 Var2 Address" CV="391.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT49 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="392.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT49 Var2 Mast" CV="391.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT49 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="392.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT49 Var2 Evaluate" CV="392.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT49 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT49 Var2 CT" CV="392.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT49 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT49 Var2 Type" CV="392.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT49 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT49 Var2 Aspect" CV="392.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT49 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<!-- Logic Table entry #50 -->
|
|
<variable item="LT50 Block End" CV="393.1" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT50 Statement Enable" CV="393.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT50 Output Mode" CV="393.1" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT50 Var1 Mode" CV="393.1" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT50 Var2 Mode" CV="393.1" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT50 Opcode" CV="393.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT50 Function" CV="393.1" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT50 Re-trigger" CV="394.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT50 Multiplier" CV="394.1" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT50 Interval" CV="394.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT50 Output Address" CV="395.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT50 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="396.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT50 Output Mast" CV="395.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT50 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="396.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT50 Output Send" CV="396.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT50 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT50 Output CT" CV="396.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT50 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT50 Output Type" CV="396.1" mask="XXVVXXXX">
|
|
<qualifier>
|
|
<variableref>LT50 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT50 Output Aspect" CV="396.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT50 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT50 Var1 Address" CV="397.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT50 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="398.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT50 Var1 Mast" CV="397.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT50 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="398.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT50 Var1 Evaluate" CV="398.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT50 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT50 Var1 CT" CV="398.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT50 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT50 Var1 Type" CV="398.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT50 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT50 Var1 Aspect" CV="398.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT50 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT50 Var2 Address" CV="399.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT50 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="400.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT50 Var2 Mast" CV="399.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT50 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="400.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT50 Var2 Evaluate" CV="400.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT50 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT50 Var2 CT" CV="400.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT50 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT50 Var2 Type" CV="400.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT50 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT50 Var2 Aspect" CV="400.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT50 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<!-- Logic Table entry #51 -->
|
|
<variable item="LT51 Block End" CV="401.1" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT51 Statement Enable" CV="401.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT51 Output Mode" CV="401.1" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT51 Var1 Mode" CV="401.1" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT51 Var2 Mode" CV="401.1" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT51 Opcode" CV="401.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT51 Function" CV="401.1" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT51 Re-trigger" CV="402.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT51 Multiplier" CV="402.1" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT51 Interval" CV="402.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT51 Output Address" CV="403.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT51 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="404.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT51 Output Mast" CV="403.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT51 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="404.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT51 Output Send" CV="404.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT51 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT51 Output CT" CV="404.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT51 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT51 Output Type" CV="404.1" mask="XXVVXXXX">
|
|
<qualifier>
|
|
<variableref>LT51 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT51 Output Aspect" CV="404.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT51 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT51 Var1 Address" CV="405.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT51 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="406.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT51 Var1 Mast" CV="405.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT51 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="406.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT51 Var1 Evaluate" CV="406.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT51 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT51 Var1 CT" CV="406.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT51 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT51 Var1 Type" CV="406.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT51 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT51 Var1 Aspect" CV="406.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT51 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT51 Var2 Address" CV="407.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT51 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="408.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT51 Var2 Mast" CV="407.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT51 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="408.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT51 Var2 Evaluate" CV="408.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT51 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT51 Var2 CT" CV="408.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT51 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT51 Var2 Type" CV="408.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT51 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT51 Var2 Aspect" CV="408.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT51 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<!-- Logic Table entry #52 -->
|
|
<variable item="LT52 Block End" CV="409.1" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT52 Statement Enable" CV="409.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT52 Output Mode" CV="409.1" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT52 Var1 Mode" CV="409.1" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT52 Var2 Mode" CV="409.1" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT52 Opcode" CV="409.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT52 Function" CV="409.1" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT52 Re-trigger" CV="410.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT52 Multiplier" CV="410.1" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT52 Interval" CV="410.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT52 Output Address" CV="411.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT52 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="412.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT52 Output Mast" CV="411.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT52 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="412.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT52 Output Send" CV="412.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT52 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT52 Output CT" CV="412.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT52 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT52 Output Type" CV="412.1" mask="XXVVXXXX">
|
|
<qualifier>
|
|
<variableref>LT52 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT52 Output Aspect" CV="412.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT52 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT52 Var1 Address" CV="413.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT52 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="414.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT52 Var1 Mast" CV="413.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT52 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="414.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT52 Var1 Evaluate" CV="414.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT52 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT52 Var1 CT" CV="414.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT52 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT52 Var1 Type" CV="414.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT52 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT52 Var1 Aspect" CV="414.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT52 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT52 Var2 Address" CV="415.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT52 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="416.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT52 Var2 Mast" CV="415.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT52 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="416.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT52 Var2 Evaluate" CV="416.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT52 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT52 Var2 CT" CV="416.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT52 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT52 Var2 Type" CV="416.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT52 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT52 Var2 Aspect" CV="416.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT52 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<!-- Logic Table entry #53 -->
|
|
<variable item="LT53 Block End" CV="417.1" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT53 Statement Enable" CV="417.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT53 Output Mode" CV="417.1" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT53 Var1 Mode" CV="417.1" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT53 Var2 Mode" CV="417.1" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT53 Opcode" CV="417.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT53 Function" CV="417.1" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT53 Re-trigger" CV="418.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT53 Multiplier" CV="418.1" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT53 Interval" CV="418.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT53 Output Address" CV="419.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT53 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="420.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT53 Output Mast" CV="419.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT53 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="420.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT53 Output Send" CV="420.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT53 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT53 Output CT" CV="420.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT53 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT53 Output Type" CV="420.1" mask="XXVVXXXX">
|
|
<qualifier>
|
|
<variableref>LT53 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT53 Output Aspect" CV="420.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT53 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT53 Var1 Address" CV="421.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT53 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="422.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT53 Var1 Mast" CV="421.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT53 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="422.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT53 Var1 Evaluate" CV="422.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT53 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT53 Var1 CT" CV="422.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT53 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT53 Var1 Type" CV="422.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT53 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT53 Var1 Aspect" CV="422.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT53 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT53 Var2 Address" CV="423.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT53 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="424.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT53 Var2 Mast" CV="423.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT53 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="424.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT53 Var2 Evaluate" CV="424.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT53 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT53 Var2 CT" CV="424.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT53 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT53 Var2 Type" CV="424.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT53 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT53 Var2 Aspect" CV="424.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT53 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<!-- Logic Table entry #54 -->
|
|
<variable item="LT54 Block End" CV="425.1" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT54 Statement Enable" CV="425.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT54 Output Mode" CV="425.1" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT54 Var1 Mode" CV="425.1" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT54 Var2 Mode" CV="425.1" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT54 Opcode" CV="425.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT54 Function" CV="425.1" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT54 Re-trigger" CV="426.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT54 Multiplier" CV="426.1" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT54 Interval" CV="426.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT54 Output Address" CV="427.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT54 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="428.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT54 Output Mast" CV="427.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT54 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="428.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT54 Output Send" CV="428.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT54 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT54 Output CT" CV="428.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT54 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT54 Output Type" CV="428.1" mask="XXVVXXXX">
|
|
<qualifier>
|
|
<variableref>LT54 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT54 Output Aspect" CV="428.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT54 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT54 Var1 Address" CV="429.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT54 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="430.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT54 Var1 Mast" CV="429.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT54 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="430.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT54 Var1 Evaluate" CV="430.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT54 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT54 Var1 CT" CV="430.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT54 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT54 Var1 Type" CV="430.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT54 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT54 Var1 Aspect" CV="430.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT54 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT54 Var2 Address" CV="431.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT54 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="432.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT54 Var2 Mast" CV="431.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT54 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="432.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT54 Var2 Evaluate" CV="432.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT54 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT54 Var2 CT" CV="432.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT54 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT54 Var2 Type" CV="432.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT54 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT54 Var2 Aspect" CV="432.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT54 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<!-- Logic Table entry #55 -->
|
|
<variable item="LT55 Block End" CV="433.1" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT55 Statement Enable" CV="433.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT55 Output Mode" CV="433.1" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT55 Var1 Mode" CV="433.1" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT55 Var2 Mode" CV="433.1" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT55 Opcode" CV="433.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT55 Function" CV="433.1" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT55 Re-trigger" CV="434.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT55 Multiplier" CV="434.1" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT55 Interval" CV="434.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT55 Output Address" CV="435.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT55 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="436.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT55 Output Mast" CV="435.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT55 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="436.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT55 Output Send" CV="436.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT55 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT55 Output CT" CV="436.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT55 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT55 Output Type" CV="436.1" mask="XXVVXXXX">
|
|
<qualifier>
|
|
<variableref>LT55 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT55 Output Aspect" CV="436.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT55 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT55 Var1 Address" CV="437.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT55 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="438.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT55 Var1 Mast" CV="437.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT55 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="438.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT55 Var1 Evaluate" CV="438.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT55 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT55 Var1 CT" CV="438.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT55 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT55 Var1 Type" CV="438.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT55 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT55 Var1 Aspect" CV="438.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT55 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT55 Var2 Address" CV="439.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT55 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="440.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT55 Var2 Mast" CV="439.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT55 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="440.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT55 Var2 Evaluate" CV="440.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT55 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT55 Var2 CT" CV="440.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT55 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT55 Var2 Type" CV="440.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT55 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT55 Var2 Aspect" CV="440.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT55 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<!-- Logic Table entry #56 -->
|
|
<variable item="LT56 Block End" CV="441.1" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT56 Statement Enable" CV="441.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT56 Output Mode" CV="441.1" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT56 Var1 Mode" CV="441.1" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT56 Var2 Mode" CV="441.1" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT56 Opcode" CV="441.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT56 Function" CV="441.1" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT56 Re-trigger" CV="442.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT56 Multiplier" CV="442.1" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT56 Interval" CV="442.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT56 Output Address" CV="443.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT56 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="444.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT56 Output Mast" CV="443.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT56 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="444.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT56 Output Send" CV="444.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT56 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT56 Output CT" CV="444.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT56 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT56 Output Type" CV="444.1" mask="XXVVXXXX">
|
|
<qualifier>
|
|
<variableref>LT56 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT56 Output Aspect" CV="444.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT56 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT56 Var1 Address" CV="445.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT56 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="446.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT56 Var1 Mast" CV="445.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT56 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="446.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT56 Var1 Evaluate" CV="446.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT56 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT56 Var1 CT" CV="446.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT56 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT56 Var1 Type" CV="446.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT56 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT56 Var1 Aspect" CV="446.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT56 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT56 Var2 Address" CV="447.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT56 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="448.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT56 Var2 Mast" CV="447.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT56 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="448.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT56 Var2 Evaluate" CV="448.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT56 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT56 Var2 CT" CV="448.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT56 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT56 Var2 Type" CV="448.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT56 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT56 Var2 Aspect" CV="448.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT56 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<!-- Logic Table entry #57 -->
|
|
<variable item="LT57 Block End" CV="449.1" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT57 Statement Enable" CV="449.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT57 Output Mode" CV="449.1" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT57 Var1 Mode" CV="449.1" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT57 Var2 Mode" CV="449.1" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT57 Opcode" CV="449.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT57 Function" CV="449.1" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT57 Re-trigger" CV="450.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT57 Multiplier" CV="450.1" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT57 Interval" CV="450.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT57 Output Address" CV="451.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT57 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="452.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT57 Output Mast" CV="451.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT57 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="452.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT57 Output Send" CV="452.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT57 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT57 Output CT" CV="452.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT57 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT57 Output Type" CV="452.1" mask="XXVVXXXX">
|
|
<qualifier>
|
|
<variableref>LT57 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT57 Output Aspect" CV="452.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT57 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT57 Var1 Address" CV="453.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT57 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="454.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT57 Var1 Mast" CV="453.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT57 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="454.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT57 Var1 Evaluate" CV="454.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT57 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT57 Var1 CT" CV="454.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT57 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT57 Var1 Type" CV="454.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT57 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT57 Var1 Aspect" CV="454.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT57 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT57 Var2 Address" CV="455.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT57 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="456.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT57 Var2 Mast" CV="455.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT57 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="456.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT57 Var2 Evaluate" CV="456.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT57 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT57 Var2 CT" CV="456.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT57 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT57 Var2 Type" CV="456.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT57 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT57 Var2 Aspect" CV="456.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT57 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<!-- Logic Table entry #58 -->
|
|
<variable item="LT58 Block End" CV="457.1" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT58 Statement Enable" CV="457.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT58 Output Mode" CV="457.1" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT58 Var1 Mode" CV="457.1" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT58 Var2 Mode" CV="457.1" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT58 Opcode" CV="457.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT58 Function" CV="457.1" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT58 Re-trigger" CV="458.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT58 Multiplier" CV="458.1" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT58 Interval" CV="458.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT58 Output Address" CV="459.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT58 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="460.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT58 Output Mast" CV="459.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT58 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="460.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT58 Output Send" CV="460.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT58 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT58 Output CT" CV="460.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT58 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT58 Output Type" CV="460.1" mask="XXVVXXXX">
|
|
<qualifier>
|
|
<variableref>LT58 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT58 Output Aspect" CV="460.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT58 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT58 Var1 Address" CV="461.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT58 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="462.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT58 Var1 Mast" CV="461.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT58 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="462.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT58 Var1 Evaluate" CV="462.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT58 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT58 Var1 CT" CV="462.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT58 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT58 Var1 Type" CV="462.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT58 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT58 Var1 Aspect" CV="462.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT58 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT58 Var2 Address" CV="463.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT58 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="464.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT58 Var2 Mast" CV="463.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT58 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="464.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT58 Var2 Evaluate" CV="464.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT58 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT58 Var2 CT" CV="464.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT58 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT58 Var2 Type" CV="464.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT58 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT58 Var2 Aspect" CV="464.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT58 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<!-- Logic Table entry #59 -->
|
|
<variable item="LT59 Block End" CV="465.1" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT59 Statement Enable" CV="465.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT59 Output Mode" CV="465.1" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT59 Var1 Mode" CV="465.1" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT59 Var2 Mode" CV="465.1" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT59 Opcode" CV="465.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT59 Function" CV="465.1" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT59 Re-trigger" CV="466.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT59 Multiplier" CV="466.1" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT59 Interval" CV="466.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT59 Output Address" CV="467.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT59 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="468.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT59 Output Mast" CV="467.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT59 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="468.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT59 Output Send" CV="468.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT59 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT59 Output CT" CV="468.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT59 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT59 Output Type" CV="468.1" mask="XXVVXXXX">
|
|
<qualifier>
|
|
<variableref>LT59 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT59 Output Aspect" CV="468.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT59 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT59 Var1 Address" CV="469.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT59 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="470.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT59 Var1 Mast" CV="469.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT59 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="470.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT59 Var1 Evaluate" CV="470.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT59 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT59 Var1 CT" CV="470.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT59 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT59 Var1 Type" CV="470.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT59 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT59 Var1 Aspect" CV="470.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT59 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT59 Var2 Address" CV="471.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT59 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="472.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT59 Var2 Mast" CV="471.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT59 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="472.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT59 Var2 Evaluate" CV="472.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT59 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT59 Var2 CT" CV="472.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT59 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT59 Var2 Type" CV="472.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT59 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT59 Var2 Aspect" CV="472.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT59 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<!-- Logic Table entry #60 -->
|
|
<variable item="LT60 Block End" CV="473.1" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT60 Statement Enable" CV="473.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT60 Output Mode" CV="473.1" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT60 Var1 Mode" CV="473.1" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT60 Var2 Mode" CV="473.1" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT60 Opcode" CV="473.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT60 Function" CV="473.1" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT60 Re-trigger" CV="474.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT60 Multiplier" CV="474.1" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT60 Interval" CV="474.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT60 Output Address" CV="475.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT60 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="476.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT60 Output Mast" CV="475.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT60 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="476.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT60 Output Send" CV="476.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT60 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT60 Output CT" CV="476.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT60 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT60 Output Type" CV="476.1" mask="XXVVXXXX">
|
|
<qualifier>
|
|
<variableref>LT60 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT60 Output Aspect" CV="476.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT60 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT60 Var1 Address" CV="477.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT60 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="478.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT60 Var1 Mast" CV="477.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT60 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="478.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT60 Var1 Evaluate" CV="478.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT60 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT60 Var1 CT" CV="478.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT60 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT60 Var1 Type" CV="478.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT60 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT60 Var1 Aspect" CV="478.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT60 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT60 Var2 Address" CV="479.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT60 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="480.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT60 Var2 Mast" CV="479.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT60 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="480.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT60 Var2 Evaluate" CV="480.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT60 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT60 Var2 CT" CV="480.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT60 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT60 Var2 Type" CV="480.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT60 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT60 Var2 Aspect" CV="480.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT60 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<!-- Logic Table entry #61 -->
|
|
<variable item="LT61 Block End" CV="481.1" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT61 Statement Enable" CV="481.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT61 Output Mode" CV="481.1" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT61 Var1 Mode" CV="481.1" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT61 Var2 Mode" CV="481.1" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT61 Opcode" CV="481.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT61 Function" CV="481.1" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT61 Re-trigger" CV="482.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT61 Multiplier" CV="482.1" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT61 Interval" CV="482.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT61 Output Address" CV="483.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT61 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="484.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT61 Output Mast" CV="483.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT61 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="484.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT61 Output Send" CV="484.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT61 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT61 Output CT" CV="484.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT61 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT61 Output Type" CV="484.1" mask="XXVVXXXX">
|
|
<qualifier>
|
|
<variableref>LT61 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT61 Output Aspect" CV="484.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT61 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT61 Var1 Address" CV="485.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT61 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="486.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT61 Var1 Mast" CV="485.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT61 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="486.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT61 Var1 Evaluate" CV="486.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT61 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT61 Var1 CT" CV="486.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT61 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT61 Var1 Type" CV="486.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT61 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT61 Var1 Aspect" CV="486.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT61 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT61 Var2 Address" CV="487.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT61 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="488.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT61 Var2 Mast" CV="487.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT61 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="488.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT61 Var2 Evaluate" CV="488.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT61 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT61 Var2 CT" CV="488.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT61 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT61 Var2 Type" CV="488.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT61 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT61 Var2 Aspect" CV="488.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT61 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<!-- Logic Table entry #62 -->
|
|
<variable item="LT62 Block End" CV="489.1" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT62 Statement Enable" CV="489.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT62 Output Mode" CV="489.1" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT62 Var1 Mode" CV="489.1" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT62 Var2 Mode" CV="489.1" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT62 Opcode" CV="489.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT62 Function" CV="489.1" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT62 Re-trigger" CV="490.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT62 Multiplier" CV="490.1" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT62 Interval" CV="490.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT62 Output Address" CV="491.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT62 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="492.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT62 Output Mast" CV="491.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT62 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="492.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT62 Output Send" CV="492.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT62 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT62 Output CT" CV="492.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT62 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT62 Output Type" CV="492.1" mask="XXVVXXXX">
|
|
<qualifier>
|
|
<variableref>LT62 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT62 Output Aspect" CV="492.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT62 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT62 Var1 Address" CV="493.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT62 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="494.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT62 Var1 Mast" CV="493.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT62 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="494.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT62 Var1 Evaluate" CV="494.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT62 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT62 Var1 CT" CV="494.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT62 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT62 Var1 Type" CV="494.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT62 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT62 Var1 Aspect" CV="494.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT62 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT62 Var2 Address" CV="495.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT62 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="496.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT62 Var2 Mast" CV="495.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT62 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="496.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT62 Var2 Evaluate" CV="496.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT62 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT62 Var2 CT" CV="496.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT62 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT62 Var2 Type" CV="496.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT62 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT62 Var2 Aspect" CV="496.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT62 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<!-- Logic Table entry #63 -->
|
|
<variable item="LT63 Block End" CV="497.1" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT63 Statement Enable" CV="497.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT63 Output Mode" CV="497.1" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT63 Var1 Mode" CV="497.1" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT63 Var2 Mode" CV="497.1" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT63 Opcode" CV="497.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT63 Function" CV="497.1" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT63 Re-trigger" CV="498.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT63 Multiplier" CV="498.1" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT63 Interval" CV="498.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT63 Output Address" CV="499.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT63 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="500.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT63 Output Mast" CV="499.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT63 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="500.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT63 Output Send" CV="500.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT63 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT63 Output CT" CV="500.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT63 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT63 Output Type" CV="500.1" mask="XXVVXXXX">
|
|
<qualifier>
|
|
<variableref>LT63 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT63 Output Aspect" CV="500.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT63 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT63 Var1 Address" CV="501.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT63 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="502.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT63 Var1 Mast" CV="501.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT63 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="502.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT63 Var1 Evaluate" CV="502.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT63 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT63 Var1 CT" CV="502.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT63 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT63 Var1 Type" CV="502.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT63 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT63 Var1 Aspect" CV="502.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT63 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT63 Var2 Address" CV="503.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT63 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="504.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT63 Var2 Mast" CV="503.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT63 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="504.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT63 Var2 Evaluate" CV="504.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT63 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT63 Var2 CT" CV="504.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT63 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT63 Var2 Type" CV="504.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT63 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT63 Var2 Aspect" CV="504.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT63 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<!-- Logic Table entry #64 -->
|
|
<variable item="LT64 Block End" CV="505.1" mask="XVXXXXXX" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEnd.xml"/>
|
|
</variable>
|
|
<variable item="LT64 Statement Enable" CV="505.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT64 Output Mode" CV="505.1" mask="XXVXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT64 Var1 Mode" CV="505.1" mask="XXXVXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT64 Var2 Mode" CV="505.1" mask="XXXXVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceLD.xml"/>
|
|
</variable>
|
|
<variable item="LT64 Opcode" CV="505.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOpcode.xml"/>
|
|
</variable>
|
|
<variable item="LT64 Function" CV="505.1" mask="XXXXXXXV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceOp.xml"/>
|
|
</variable>
|
|
<variable item="LT64 Re-trigger" CV="506.1" mask="VXXXXXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSS.xml"/>
|
|
</variable>
|
|
<variable item="LT64 Multiplier" CV="506.1" mask="XVVVVXXX" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMultiplier.xml"/>
|
|
</variable>
|
|
<variable item="LT64 Interval" CV="506.1" mask="XXXXXVVV" default="0">
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceInterval.xml"/>
|
|
</variable>
|
|
<variable item="LT64 Output Address" CV="507.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT64 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="508.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT64 Output Mast" CV="507.1" mask="VVVVVVVV">
|
|
<qualifier>
|
|
<variableref>LT64 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="508.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT64 Output Send" CV="508.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT64 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceSkip.xml"/>
|
|
</variable>
|
|
<variable item="LT64 Output CT" CV="508.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT64 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT64 Output Type" CV="508.1" mask="XXVVXXXX">
|
|
<qualifier>
|
|
<variableref>LT64 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT64 Output Aspect" CV="508.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT64 Output Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT64 Var1 Address" CV="509.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT64 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="510.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT64 Var1 Mast" CV="509.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT64 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="510.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT64 Var1 Evaluate" CV="510.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT64 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT64 Var1 CT" CV="510.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT64 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT64 Var1 Type" CV="510.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT64 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT64 Var1 Aspect" CV="510.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT64 Var1 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<variable item="LT64 Var2 Address" CV="511.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT64 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<splitVal highCV="512.1" offset="1" upperMask="XXXXVVVV"/>
|
|
</variable>
|
|
<variable item="LT64 Var2 Mast" CV="511.1" mask="VVVVVVVV" default="0">
|
|
<qualifier>
|
|
<variableref>LT64 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<splitVal highCV="512.1" offset="1" upperMask="XXXXXVVV"/>
|
|
</variable>
|
|
<variable item="LT64 Var2 Evaluate" CV="512.1" mask="VXXXXXXX" default="1">
|
|
<qualifier>
|
|
<variableref>LT64 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceEvaluate.xml"/>
|
|
</variable>
|
|
<variable item="LT64 Var2 CT" CV="512.1" mask="XVXXXXXX">
|
|
<qualifier>
|
|
<variableref>LT64 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceCT.xml"/>
|
|
</variable>
|
|
<variable item="LT64 Var2 Type" CV="512.1" mask="XXVVXXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT64 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>0</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceMode.xml"/>
|
|
</variable>
|
|
<variable item="LT64 Var2 Aspect" CV="512.1" mask="VVVVVXXX" default="0">
|
|
<qualifier>
|
|
<variableref>LT64 Var2 Mode</variableref>
|
|
<relation>eq</relation>
|
|
<value>1</value>
|
|
</qualifier>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/ChoiceAspect.xml"/>
|
|
</variable>
|
|
<!-- End of Indexed Variables -->
|
|
<!-- Presets for Composite Variables -->
|
|
<variable item="IP1 Type">
|
|
<compositeVal>
|
|
<compositeChoice choice="SPST On-Off Sensor">
|
|
<compositeSetting label="In1 Paired" value="0"/>
|
|
<compositeSetting label="In2 Paired" value="0"/>
|
|
<compositeSetting label="In1 Effect" value="0"/>
|
|
<compositeSetting label="In2 Effect" value="0"/>
|
|
<compositeSetting label="In1 Mode" value="2"/>
|
|
<compositeSetting label="In2 Mode" value="2"/>
|
|
<compositeSetting label="In1 Transition" value="3"/>
|
|
<compositeSetting label="In2 Transition" value="3"/>
|
|
</compositeChoice>
|
|
<compositeChoice choice="SPST Alt Output">
|
|
<compositeSetting label="In1 Paired" value="0"/>
|
|
<compositeSetting label="In2 Paired" value="0"/>
|
|
<compositeSetting label="In1 Effect" value="2"/>
|
|
<compositeSetting label="In2 Effect" value="2"/>
|
|
<compositeSetting label="In1 Mode" value="0"/>
|
|
<compositeSetting label="In2 Mode" value="0"/>
|
|
<compositeSetting label="In1 Transition" value="2"/>
|
|
<compositeSetting label="In2 Transition" value="2"/>
|
|
</compositeChoice>
|
|
<compositeChoice choice="Paired SPST Outputs">
|
|
<compositeSetting label="In1 Paired" value="1"/>
|
|
<compositeSetting label="In2 Paired" value="1"/>
|
|
<compositeSetting label="In1 Effect" value="0"/>
|
|
<compositeSetting label="In2 Effect" value="0"/>
|
|
<compositeSetting label="In1 Mode" value="0"/>
|
|
<compositeSetting label="In2 Mode" value="0"/>
|
|
<compositeSetting label="In1 Transition" value="2"/>
|
|
<compositeSetting label="In2 Transition" value="2"/>
|
|
</compositeChoice>
|
|
<compositeChoice choice="(Custom)" comment="If no other choice matches"/>
|
|
</compositeVal>
|
|
<label>Input 1 Type</label>
|
|
</variable>
|
|
<variable item="IP3 Type">
|
|
<compositeVal>
|
|
<compositeChoice choice="SPST On-Off Sensor">
|
|
<compositeSetting label="In3 Paired" value="0"/>
|
|
<compositeSetting label="In4 Paired" value="0"/>
|
|
<compositeSetting label="In3 Effect" value="0"/>
|
|
<compositeSetting label="In4 Effect" value="0"/>
|
|
<compositeSetting label="In3 Mode" value="2"/>
|
|
<compositeSetting label="In4 Mode" value="2"/>
|
|
<compositeSetting label="In3 Transition" value="3"/>
|
|
<compositeSetting label="In4 Transition" value="3"/>
|
|
</compositeChoice>
|
|
<compositeChoice choice="SPST Alt Output">
|
|
<compositeSetting label="In3 Paired" value="0"/>
|
|
<compositeSetting label="In4 Paired" value="0"/>
|
|
<compositeSetting label="In3 Effect" value="2"/>
|
|
<compositeSetting label="In4 Effect" value="2"/>
|
|
<compositeSetting label="In3 Mode" value="0"/>
|
|
<compositeSetting label="In4 Mode" value="0"/>
|
|
<compositeSetting label="In3 Transition" value="2"/>
|
|
<compositeSetting label="In4 Transition" value="2"/>
|
|
</compositeChoice>
|
|
<compositeChoice choice="Paired SPST Outputs">
|
|
<compositeSetting label="In3 Paired" value="1"/>
|
|
<compositeSetting label="In4 Paired" value="1"/>
|
|
<compositeSetting label="In3 Effect" value="0"/>
|
|
<compositeSetting label="In4 Effect" value="0"/>
|
|
<compositeSetting label="In3 Mode" value="0"/>
|
|
<compositeSetting label="In4 Mode" value="0"/>
|
|
<compositeSetting label="In3 Transition" value="2"/>
|
|
<compositeSetting label="In4 Transition" value="2"/>
|
|
</compositeChoice>
|
|
<compositeChoice choice="(Custom)" comment="If no other choice matches"/>
|
|
</compositeVal>
|
|
<label>Input 3 Type</label>
|
|
</variable>
|
|
<variable item="IP5 Type">
|
|
<compositeVal>
|
|
<compositeChoice choice="SPST On-Off Sensor">
|
|
<compositeSetting label="In5 Paired" value="0"/>
|
|
<compositeSetting label="In6 Paired" value="0"/>
|
|
<compositeSetting label="In5 Effect" value="0"/>
|
|
<compositeSetting label="In6 Effect" value="0"/>
|
|
<compositeSetting label="In5 Mode" value="2"/>
|
|
<compositeSetting label="In6 Mode" value="2"/>
|
|
<compositeSetting label="In5 Transition" value="3"/>
|
|
<compositeSetting label="In6 Transition" value="3"/>
|
|
</compositeChoice>
|
|
<compositeChoice choice="SPST Alt Output">
|
|
<compositeSetting label="In5 Paired" value="0"/>
|
|
<compositeSetting label="In6 Paired" value="0"/>
|
|
<compositeSetting label="In5 Effect" value="2"/>
|
|
<compositeSetting label="In6 Effect" value="2"/>
|
|
<compositeSetting label="In5 Mode" value="0"/>
|
|
<compositeSetting label="In6 Mode" value="0"/>
|
|
<compositeSetting label="In5 Transition" value="2"/>
|
|
<compositeSetting label="In6 Transition" value="2"/>
|
|
</compositeChoice>
|
|
<compositeChoice choice="Paired SPST Outputs">
|
|
<compositeSetting label="In5 Paired" value="1"/>
|
|
<compositeSetting label="In6 Paired" value="1"/>
|
|
<compositeSetting label="In5 Effect" value="0"/>
|
|
<compositeSetting label="In6 Effect" value="0"/>
|
|
<compositeSetting label="In5 Mode" value="0"/>
|
|
<compositeSetting label="In6 Mode" value="0"/>
|
|
<compositeSetting label="In5 Transition" value="2"/>
|
|
<compositeSetting label="In6 Transition" value="2"/>
|
|
</compositeChoice>
|
|
<compositeChoice choice="(Custom)" comment="If no other choice matches"/>
|
|
</compositeVal>
|
|
<label>Input 5 Type</label>
|
|
</variable>
|
|
<variable item="IP7 Type">
|
|
<compositeVal>
|
|
<compositeChoice choice="SPST On-Off Sensor">
|
|
<compositeSetting label="In7 Paired" value="0"/>
|
|
<compositeSetting label="In8 Paired" value="0"/>
|
|
<compositeSetting label="In7 Effect" value="0"/>
|
|
<compositeSetting label="In8 Effect" value="0"/>
|
|
<compositeSetting label="In7 Mode" value="2"/>
|
|
<compositeSetting label="In8 Mode" value="2"/>
|
|
<compositeSetting label="In7 Transition" value="3"/>
|
|
<compositeSetting label="In8 Transition" value="3"/>
|
|
</compositeChoice>
|
|
<compositeChoice choice="SPST Alt Output">
|
|
<compositeSetting label="In7 Paired" value="0"/>
|
|
<compositeSetting label="In8 Paired" value="0"/>
|
|
<compositeSetting label="In7 Effect" value="2"/>
|
|
<compositeSetting label="In8 Effect" value="2"/>
|
|
<compositeSetting label="In7 Mode" value="0"/>
|
|
<compositeSetting label="In8 Mode" value="0"/>
|
|
<compositeSetting label="In7 Transition" value="2"/>
|
|
<compositeSetting label="In8 Transition" value="2"/>
|
|
</compositeChoice>
|
|
<compositeChoice choice="Paired SPST Outputs">
|
|
<compositeSetting label="In7 Paired" value="1"/>
|
|
<compositeSetting label="In8 Paired" value="1"/>
|
|
<compositeSetting label="In7 Effect" value="0"/>
|
|
<compositeSetting label="In8 Effect" value="0"/>
|
|
<compositeSetting label="In7 Mode" value="0"/>
|
|
<compositeSetting label="In8 Mode" value="0"/>
|
|
<compositeSetting label="In7 Transition" value="2"/>
|
|
<compositeSetting label="In8 Transition" value="2"/>
|
|
</compositeChoice>
|
|
<compositeChoice choice="(Custom)" comment="If no other choice matches"/>
|
|
</compositeVal>
|
|
<label>Input 7 Type</label>
|
|
</variable>
|
|
<variable item="OP1 Type">
|
|
<compositeVal>
|
|
<compositeChoice choice="Driver">
|
|
<compositeSetting label="OUT1 Paired" value="0"/>
|
|
<compositeSetting label="OUT2 Paired" value="0"/>
|
|
<compositeSetting label="OUT1 Mode" value="0"/>
|
|
<compositeSetting label="OUT2 Mode" value="0"/>
|
|
</compositeChoice>
|
|
<compositeChoice choice="Dual Coil">
|
|
<compositeSetting label="OUT1 Paired" value="2"/>
|
|
<compositeSetting label="OUT2 Paired" value="0"/>
|
|
<compositeSetting label="OUT1 Mode" value="0"/>
|
|
<compositeSetting label="OUT2 Mode" value="0"/>
|
|
<compositeSetting label="OUT1 Output Direction" value="0"/>
|
|
<compositeSetting label="OUT2 Output Direction" value="1"/>
|
|
<compositeSetting label="OUT1 Type" value="0"/>
|
|
<compositeSetting label="OUT1 Timing" value="1"/>
|
|
<compositeSetting label="OUT2 Type" value="0"/>
|
|
<compositeSetting label="OUT2 Timing" value="1"/>
|
|
</compositeChoice>
|
|
<compositeChoice choice="Dual Inverted">
|
|
<compositeSetting label="OUT1 Paired" value="2"/>
|
|
<compositeSetting label="OUT2 Paired" value="0"/>
|
|
<compositeSetting label="OUT1 Mode" value="0"/>
|
|
<compositeSetting label="OUT2 Mode" value="0"/>
|
|
<compositeSetting label="OUT1 Output Direction" value="1"/>
|
|
<compositeSetting label="OUT2 Output Direction" value="0"/>
|
|
<compositeSetting label="OUT1 Type" value="0"/>
|
|
<compositeSetting label="OUT1 Timing" value="1"/>
|
|
<compositeSetting label="OUT2 Type" value="0"/>
|
|
<compositeSetting label="OUT2 Timing" value="1"/>
|
|
</compositeChoice>
|
|
<compositeChoice choice="Stall Motor">
|
|
<compositeSetting label="OUT1 Paired" value="2"/>
|
|
<compositeSetting label="OUT2 Paired" value="0"/>
|
|
<compositeSetting label="OUT1 Mode" value="0"/>
|
|
<compositeSetting label="OUT2 Mode" value="0"/>
|
|
<compositeSetting label="OUT1 Output Direction" value="0"/>
|
|
<compositeSetting label="OUT2 Output Direction" value="1"/>
|
|
<compositeSetting label="OUT1 Type" value="0"/>
|
|
<compositeSetting label="OUT1 Timing" value="0"/>
|
|
<compositeSetting label="OUT2 Type" value="0"/>
|
|
<compositeSetting label="OUT2 Timing" value="0"/>
|
|
</compositeChoice>
|
|
<compositeChoice choice="Stall Inverted">
|
|
<compositeSetting label="OUT1 Paired" value="2"/>
|
|
<compositeSetting label="OUT2 Paired" value="0"/>
|
|
<compositeSetting label="OUT1 Mode" value="0"/>
|
|
<compositeSetting label="OUT2 Mode" value="0"/>
|
|
<compositeSetting label="OUT1 Output Direction" value="1"/>
|
|
<compositeSetting label="OUT2 Output Direction" value="0"/>
|
|
<compositeSetting label="OUT1 Type" value="0"/>
|
|
<compositeSetting label="OUT1 Timing" value="0"/>
|
|
<compositeSetting label="OUT2 Type" value="0"/>
|
|
<compositeSetting label="OUT2 Timing" value="0"/>
|
|
</compositeChoice>
|
|
<compositeChoice choice="Signal">
|
|
<compositeSetting label="OUT1 Paired" value="3"/>
|
|
<compositeSetting label="OUT2 Paired" value="3"/>
|
|
<compositeSetting label="OUT1 Mode" value="0"/>
|
|
<compositeSetting label="OUT2 Mode" value="0"/>
|
|
<compositeSetting label="OUT1 Output Direction" value="1"/>
|
|
<compositeSetting label="OUT2 Output Direction" value="1"/>
|
|
<compositeSetting label="OUT1 Type" value="2"/>
|
|
<compositeSetting label="OUT2 Type" value="2"/>
|
|
<compositeSetting label="OUT1 Timing" value="0"/>
|
|
<compositeSetting label="OUT2 Timing" value="15"/>
|
|
</compositeChoice>
|
|
<compositeChoice choice="(Custom)" comment="If no other choice matches"/>
|
|
</compositeVal>
|
|
<label>Output 1 Type</label>
|
|
</variable>
|
|
<variable item="OP3 Type">
|
|
<compositeVal>
|
|
<compositeChoice choice="Driver">
|
|
<compositeSetting label="OUT3 Paired" value="0"/>
|
|
<compositeSetting label="OUT4 Paired" value="0"/>
|
|
<compositeSetting label="OUT3 Mode" value="0"/>
|
|
<compositeSetting label="OUT4 Mode" value="0"/>
|
|
</compositeChoice>
|
|
<compositeChoice choice="Dual Coil">
|
|
<compositeSetting label="OUT3 Paired" value="2"/>
|
|
<compositeSetting label="OUT4 Paired" value="0"/>
|
|
<compositeSetting label="OUT3 Mode" value="0"/>
|
|
<compositeSetting label="OUT4 Mode" value="0"/>
|
|
<compositeSetting label="OUT3 Output Direction" value="0"/>
|
|
<compositeSetting label="OUT4 Output Direction" value="1"/>
|
|
<compositeSetting label="OUT3 Type" value="0"/>
|
|
<compositeSetting label="OUT3 Timing" value="1"/>
|
|
<compositeSetting label="OUT4 Type" value="0"/>
|
|
<compositeSetting label="OUT4 Timing" value="1"/>
|
|
</compositeChoice>
|
|
<compositeChoice choice="Dual Inverted">
|
|
<compositeSetting label="OUT3 Paired" value="2"/>
|
|
<compositeSetting label="OUT4 Paired" value="0"/>
|
|
<compositeSetting label="OUT3 Mode" value="0"/>
|
|
<compositeSetting label="OUT4 Mode" value="0"/>
|
|
<compositeSetting label="OUT3 Output Direction" value="1"/>
|
|
<compositeSetting label="OUT4 Output Direction" value="0"/>
|
|
<compositeSetting label="OUT3 Type" value="0"/>
|
|
<compositeSetting label="OUT3 Timing" value="1"/>
|
|
<compositeSetting label="OUT4 Type" value="0"/>
|
|
<compositeSetting label="OUT4 Timing" value="1"/>
|
|
</compositeChoice>
|
|
<compositeChoice choice="Stall Motor">
|
|
<compositeSetting label="OUT3 Paired" value="2"/>
|
|
<compositeSetting label="OUT4 Paired" value="0"/>
|
|
<compositeSetting label="OUT3 Mode" value="0"/>
|
|
<compositeSetting label="OUT4 Mode" value="0"/>
|
|
<compositeSetting label="OUT3 Output Direction" value="0"/>
|
|
<compositeSetting label="OUT4 Output Direction" value="1"/>
|
|
<compositeSetting label="OUT3 Type" value="0"/>
|
|
<compositeSetting label="OUT3 Timing" value="0"/>
|
|
<compositeSetting label="OUT4 Type" value="0"/>
|
|
<compositeSetting label="OUT4 Timing" value="0"/>
|
|
</compositeChoice>
|
|
<compositeChoice choice="Stall Inverted">
|
|
<compositeSetting label="OUT3 Paired" value="2"/>
|
|
<compositeSetting label="OUT4 Paired" value="0"/>
|
|
<compositeSetting label="OUT3 Mode" value="0"/>
|
|
<compositeSetting label="OUT4 Mode" value="0"/>
|
|
<compositeSetting label="OUT3 Output Direction" value="1"/>
|
|
<compositeSetting label="OUT4 Output Direction" value="0"/>
|
|
<compositeSetting label="OUT3 Type" value="0"/>
|
|
<compositeSetting label="OUT3 Timing" value="0"/>
|
|
<compositeSetting label="OUT4 Type" value="0"/>
|
|
<compositeSetting label="OUT4 Timing" value="0"/>
|
|
</compositeChoice>
|
|
<compositeChoice choice="Signal">
|
|
<compositeSetting label="OUT3 Paired" value="3"/>
|
|
<compositeSetting label="OUT4 Paired" value="3"/>
|
|
<compositeSetting label="OUT3 Mode" value="0"/>
|
|
<compositeSetting label="OUT4 Mode" value="0"/>
|
|
<compositeSetting label="OUT3 Output Direction" value="1"/>
|
|
<compositeSetting label="OUT4 Output Direction" value="1"/>
|
|
<compositeSetting label="OUT3 Type" value="2"/>
|
|
<compositeSetting label="OUT4 Type" value="2"/>
|
|
<compositeSetting label="OUT3 Timing" value="0"/>
|
|
<compositeSetting label="OUT4 Timing" value="15"/>
|
|
</compositeChoice>
|
|
<compositeChoice choice="(Custom)" comment="If no other choice matches"/>
|
|
</compositeVal>
|
|
<label>Output 3 Type</label>
|
|
</variable>
|
|
<variable item="OP5 Type">
|
|
<compositeVal>
|
|
<compositeChoice choice="Driver">
|
|
<compositeSetting label="OUT5 Paired" value="0"/>
|
|
<compositeSetting label="OUT6 Paired" value="0"/>
|
|
<compositeSetting label="OUT5 Mode" value="0"/>
|
|
<compositeSetting label="OUT6 Mode" value="0"/>
|
|
</compositeChoice>
|
|
<compositeChoice choice="Dual Coil">
|
|
<compositeSetting label="OUT5 Paired" value="2"/>
|
|
<compositeSetting label="OUT6 Paired" value="0"/>
|
|
<compositeSetting label="OUT5 Mode" value="0"/>
|
|
<compositeSetting label="OUT6 Mode" value="0"/>
|
|
<compositeSetting label="OUT5 Output Direction" value="0"/>
|
|
<compositeSetting label="OUT6 Output Direction" value="1"/>
|
|
<compositeSetting label="OUT5 Type" value="0"/>
|
|
<compositeSetting label="OUT5 Timing" value="1"/>
|
|
<compositeSetting label="OUT6 Type" value="0"/>
|
|
<compositeSetting label="OUT6 Timing" value="1"/>
|
|
</compositeChoice>
|
|
<compositeChoice choice="Dual Inverted">
|
|
<compositeSetting label="OUT5 Paired" value="2"/>
|
|
<compositeSetting label="OUT6 Paired" value="0"/>
|
|
<compositeSetting label="OUT5 Mode" value="0"/>
|
|
<compositeSetting label="OUT6 Mode" value="0"/>
|
|
<compositeSetting label="OUT5 Output Direction" value="1"/>
|
|
<compositeSetting label="OUT6 Output Direction" value="0"/>
|
|
<compositeSetting label="OUT5 Type" value="0"/>
|
|
<compositeSetting label="OUT5 Timing" value="1"/>
|
|
<compositeSetting label="OUT6 Type" value="0"/>
|
|
<compositeSetting label="OUT6 Timing" value="1"/>
|
|
</compositeChoice>
|
|
<compositeChoice choice="Stall Motor">
|
|
<compositeSetting label="OUT5 Paired" value="2"/>
|
|
<compositeSetting label="OUT6 Paired" value="0"/>
|
|
<compositeSetting label="OUT5 Mode" value="0"/>
|
|
<compositeSetting label="OUT6 Mode" value="0"/>
|
|
<compositeSetting label="OUT5 Output Direction" value="0"/>
|
|
<compositeSetting label="OUT6 Output Direction" value="1"/>
|
|
<compositeSetting label="OUT5 Type" value="0"/>
|
|
<compositeSetting label="OUT5 Timing" value="0"/>
|
|
<compositeSetting label="OUT6 Type" value="0"/>
|
|
<compositeSetting label="OUT6 Timing" value="0"/>
|
|
</compositeChoice>
|
|
<compositeChoice choice="Stall Inverted">
|
|
<compositeSetting label="OUT5 Paired" value="2"/>
|
|
<compositeSetting label="OUT6 Paired" value="0"/>
|
|
<compositeSetting label="OUT5 Mode" value="0"/>
|
|
<compositeSetting label="OUT6 Mode" value="0"/>
|
|
<compositeSetting label="OUT5 Output Direction" value="1"/>
|
|
<compositeSetting label="OUT6 Output Direction" value="0"/>
|
|
<compositeSetting label="OUT5 Type" value="0"/>
|
|
<compositeSetting label="OUT5 Timing" value="0"/>
|
|
<compositeSetting label="OUT6 Type" value="0"/>
|
|
<compositeSetting label="OUT6 Timing" value="0"/>
|
|
</compositeChoice>
|
|
<compositeChoice choice="Signal">
|
|
<compositeSetting label="OUT5 Paired" value="3"/>
|
|
<compositeSetting label="OUT6 Paired" value="3"/>
|
|
<compositeSetting label="OUT5 Mode" value="0"/>
|
|
<compositeSetting label="OUT6 Mode" value="0"/>
|
|
<compositeSetting label="OUT5 Output Direction" value="1"/>
|
|
<compositeSetting label="OUT6 Output Direction" value="1"/>
|
|
<compositeSetting label="OUT5 Type" value="2"/>
|
|
<compositeSetting label="OUT6 Type" value="2"/>
|
|
<compositeSetting label="OUT5 Timing" value="0"/>
|
|
<compositeSetting label="OUT6 Timing" value="15"/>
|
|
</compositeChoice>
|
|
<compositeChoice choice="(Custom)" comment="If no other choice matches"/>
|
|
</compositeVal>
|
|
<label>Output 5 Type</label>
|
|
</variable>
|
|
<variable item="OP7 Type">
|
|
<compositeVal>
|
|
<compositeChoice choice="Driver">
|
|
<compositeSetting label="OUT7 Paired" value="0"/>
|
|
<compositeSetting label="OUT8 Paired" value="0"/>
|
|
<compositeSetting label="OUT7 Mode" value="0"/>
|
|
<compositeSetting label="OUT8 Mode" value="0"/>
|
|
</compositeChoice>
|
|
<compositeChoice choice="Dual Coil">
|
|
<compositeSetting label="OUT7 Paired" value="2"/>
|
|
<compositeSetting label="OUT8 Paired" value="0"/>
|
|
<compositeSetting label="OUT7 Mode" value="0"/>
|
|
<compositeSetting label="OUT8 Mode" value="0"/>
|
|
<compositeSetting label="OUT7 Output Direction" value="0"/>
|
|
<compositeSetting label="OUT8 Output Direction" value="1"/>
|
|
<compositeSetting label="OUT7 Type" value="0"/>
|
|
<compositeSetting label="OUT7 Timing" value="1"/>
|
|
<compositeSetting label="OUT8 Type" value="0"/>
|
|
<compositeSetting label="OUT8 Timing" value="1"/>
|
|
</compositeChoice>
|
|
<compositeChoice choice="Dual Inverted">
|
|
<compositeSetting label="OUT7 Paired" value="2"/>
|
|
<compositeSetting label="OUT8 Paired" value="0"/>
|
|
<compositeSetting label="OUT7 Mode" value="0"/>
|
|
<compositeSetting label="OUT8 Mode" value="0"/>
|
|
<compositeSetting label="OUT7 Output Direction" value="1"/>
|
|
<compositeSetting label="OUT8 Output Direction" value="0"/>
|
|
<compositeSetting label="OUT7 Type" value="0"/>
|
|
<compositeSetting label="OUT7 Timing" value="1"/>
|
|
<compositeSetting label="OUT8 Type" value="0"/>
|
|
<compositeSetting label="OUT8 Timing" value="1"/>
|
|
</compositeChoice>
|
|
<compositeChoice choice="Stall Motor">
|
|
<compositeSetting label="OUT7 Paired" value="2"/>
|
|
<compositeSetting label="OUT8 Paired" value="0"/>
|
|
<compositeSetting label="OUT7 Mode" value="0"/>
|
|
<compositeSetting label="OUT8 Mode" value="0"/>
|
|
<compositeSetting label="OUT7 Output Direction" value="0"/>
|
|
<compositeSetting label="OUT8 Output Direction" value="1"/>
|
|
<compositeSetting label="OUT7 Type" value="0"/>
|
|
<compositeSetting label="OUT7 Timing" value="0"/>
|
|
<compositeSetting label="OUT8 Type" value="0"/>
|
|
<compositeSetting label="OUT8 Timing" value="0"/>
|
|
</compositeChoice>
|
|
<compositeChoice choice="Stall Inverted">
|
|
<compositeSetting label="OUT7 Paired" value="2"/>
|
|
<compositeSetting label="OUT8 Paired" value="0"/>
|
|
<compositeSetting label="OUT7 Mode" value="0"/>
|
|
<compositeSetting label="OUT8 Mode" value="0"/>
|
|
<compositeSetting label="OUT7 Output Direction" value="1"/>
|
|
<compositeSetting label="OUT8 Output Direction" value="0"/>
|
|
<compositeSetting label="OUT7 Type" value="0"/>
|
|
<compositeSetting label="OUT7 Timing" value="0"/>
|
|
<compositeSetting label="OUT8 Type" value="0"/>
|
|
<compositeSetting label="OUT8 Timing" value="0"/>
|
|
</compositeChoice>
|
|
<compositeChoice choice="Signal">
|
|
<compositeSetting label="OUT7 Paired" value="3"/>
|
|
<compositeSetting label="OUT8 Paired" value="3"/>
|
|
<compositeSetting label="OUT7 Mode" value="0"/>
|
|
<compositeSetting label="OUT8 Mode" value="0"/>
|
|
<compositeSetting label="OUT7 Output Direction" value="1"/>
|
|
<compositeSetting label="OUT8 Output Direction" value="1"/>
|
|
<compositeSetting label="OUT7 Type" value="2"/>
|
|
<compositeSetting label="OUT8 Type" value="2"/>
|
|
<compositeSetting label="OUT7 Timing" value="0"/>
|
|
<compositeSetting label="OUT8 Timing" value="15"/>
|
|
</compositeChoice>
|
|
<compositeChoice choice="(Custom)" comment="If no other choice matches"/>
|
|
</compositeVal>
|
|
<label>Output 7 Type</label>
|
|
</variable>
|
|
<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="DCC">
|
|
<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="DCC">
|
|
<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="DCC">
|
|
<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="DCC">
|
|
<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>
|
|
<resets>
|
|
<factReset label="Restore to Factory Defaults. Address = 12000" CV="7" default="170"/>
|
|
</resets>
|
|
</decoder>
|
|
<pane>
|
|
<name>LNCP</name>
|
|
<column>
|
|
<row>
|
|
<column>
|
|
<display item="Long Address" tooltip="Only change the unit address in Service Mode. Use a 5 digit address from 12000-16383" label="Long Address">
|
|
<label>Long Address</label>
|
|
</display>
|
|
</column>
|
|
<column>
|
|
<label>
|
|
<text> You may only change the unit address in Service Mode.</text>
|
|
</label>
|
|
</column>
|
|
</row>
|
|
<row>
|
|
<column>
|
|
<display item="Master Mode" tooltip="Do not enable if there is a command station attached" label=" Master Mode">
|
|
<label> Master Mode</label>
|
|
</display>
|
|
</column>
|
|
<column>
|
|
<display item="Port State Memory" tooltip="Remembers state of layout during power down"/>
|
|
</column>
|
|
<column>
|
|
<display item="OPS Mode Programing" tooltip="Default, must be enabled"/>
|
|
</column>
|
|
</row>
|
|
<row>
|
|
<column>
|
|
<display item="GPON Interrogate" tooltip="Reports sensor and output states at GPON"/>
|
|
</column>
|
|
<column>
|
|
<display item="Input Interrogate" tooltip="Allows input status readout" label=" Input Interrogate"/>
|
|
</column>
|
|
<column>
|
|
<display item="Output Interrogate" tooltip="Allows output state readout" label=" Output Interrogate"/>
|
|
</column>
|
|
</row>
|
|
<row>
|
|
<column>
|
|
<display item="Signal Polarity" tooltip="Sets Common Anode or Common Cathode Signals" label=" Signal Head Polarity"/>
|
|
</column>
|
|
<column>
|
|
<display item="Bi-polar Mode" tooltip="Allows for Bi-polar LEDs" label=" LED Type"/>
|
|
</column>
|
|
</row>
|
|
<row>
|
|
<column>
|
|
<label>
|
|
<text> </text>
|
|
</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="Firmware Version" tooltip="Firmware version number"/>
|
|
</column>
|
|
</row>
|
|
<row>
|
|
<column>
|
|
<label>
|
|
<text>* Note: Firmware Version 1 or later is required.</text>
|
|
</label>
|
|
<label>
|
|
<text>Use DecoderPro Version 2.3.2 or later to upgrade.</text>
|
|
</label>
|
|
<label>
|
|
<text>Decoder File Version: 0.08.</text>
|
|
</label>
|
|
</column>
|
|
</row>
|
|
</column>
|
|
</pane>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/PaneLNCPDetectors.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/PaneLNCPInputA.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/PaneLNCPInputB.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/PaneLNCPOutputA.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/PaneLNCPOutputB.xml"/>
|
|
<pane>
|
|
<name>Bi-Polar</name>
|
|
<column>
|
|
<row>
|
|
<column>
|
|
<display item="Bi-polar Mode" tooltip="Allows for Bi-polar LEDs" label=" LED Type"/>
|
|
</column>
|
|
</row>
|
|
<row>
|
|
<column>
|
|
<display item="BP1" tooltip="Bi-Polar hue value. CV=121" label="BP1 Hue">
|
|
<label>BP1 Hue</label>
|
|
</display>
|
|
</column>
|
|
<column>
|
|
<label>
|
|
<text> Lamp Numbers 0,1,2 (R,Y,G)</text>
|
|
</label>
|
|
</column>
|
|
</row>
|
|
<row>
|
|
<column>
|
|
<display item="BP2" tooltip="Bi-Polar hue value. CV=122" label="BP2 Hue">
|
|
<label>BP2 Hue</label>
|
|
</display>
|
|
</column>
|
|
<column>
|
|
<label>
|
|
<text> Lamp Numbers 4,5,6 (R,Y,G)</text>
|
|
</label>
|
|
</column>
|
|
</row>
|
|
<row>
|
|
<column>
|
|
<display item="BP3" tooltip="Bi-Polar hue value. CV=123" label="BP3 Hue">
|
|
<label>BP3 Hue</label>
|
|
</display>
|
|
</column>
|
|
<column>
|
|
<label>
|
|
<text> Lamp Numbers 8,9,10 (R,Y,G)</text>
|
|
</label>
|
|
</column>
|
|
</row>
|
|
<row>
|
|
<column>
|
|
<display item="BP4" tooltip="Bi-Polar hue value. CV=124" label="BP4 Hue">
|
|
<label>BP4 Hue</label>
|
|
</display>
|
|
</column>
|
|
<column>
|
|
<label>
|
|
<text> Lamp Numbers 12,13,14 (R,Y,G)</text>
|
|
</label>
|
|
</column>
|
|
</row>
|
|
<row>
|
|
<column>
|
|
<display item="BP5" tooltip="Bi-Polar hue value. CV=125" label="BP5 Hue">
|
|
<label>BP5 Hue</label>
|
|
</display>
|
|
</column>
|
|
<column>
|
|
<label>
|
|
<text> Lamp Numbers 16.17.18 (R,Y,G)</text>
|
|
</label>
|
|
</column>
|
|
</row>
|
|
<row>
|
|
<column>
|
|
<display item="BP6" tooltip="Bi-Polar hue value. CV=126" label="BP6 Hue">
|
|
<label>BP6 Hue</label>
|
|
</display>
|
|
</column>
|
|
<column>
|
|
<label>
|
|
<text> Lamp Numbers 20,21,22 (R,Y,G)</text>
|
|
</label>
|
|
</column>
|
|
</row>
|
|
<row>
|
|
<column>
|
|
<display item="BP7" tooltip="Bi-Polar hue value. CV=127" label="BP7 Hue">
|
|
<label>BP7 Hue</label>
|
|
</display>
|
|
</column>
|
|
<column>
|
|
<label>
|
|
<text> Lamp Numbers 24,25,26 (R,Y,G)</text>
|
|
</label>
|
|
</column>
|
|
</row>
|
|
<row>
|
|
<column>
|
|
<display item="BP8" tooltip="Bi-Polar hue value. CV=128" label="BP8 Hue">
|
|
<label>BP8 Hue</label>
|
|
</display>
|
|
</column>
|
|
<column>
|
|
<label>
|
|
<text> Lamp Numbers 28.29,30 (R,Y,G)</text>
|
|
</label>
|
|
</column>
|
|
</row>
|
|
<row>
|
|
<column>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
</column>
|
|
</row>
|
|
<row>
|
|
<column>
|
|
<label>
|
|
<text>Hue Values range from 1-32</text>
|
|
</label>
|
|
</column>
|
|
</row>
|
|
</column>
|
|
</pane>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/PaneLNCPMastsA.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/PaneLNCPMastsB.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/PaneLNCPMastsC.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/PaneLNCPMastsD.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/PaneLNCPLogicA.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/PaneLNCPLogicB.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/PaneLNCPLogicC.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/PaneLNCPLogicD.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/PaneLNCPLogicE.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/PaneLNCPLogicF.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/PaneLNCPLogicG.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/rr-cirkits/PaneLNCPLogicH.xml"/>
|
|
<!--</programmer>-->
|
|
</decoder-config>
|