<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
<!-- Copyright (C) JMRI 2004 All rights reserved -->
<!-- $Id: Umelec_ATL2064.xml 17977 2011-07-18 17:23:46Z zoo $ -->
<!--                                                                        -->
<!-- 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.xsd">
  <version author="jefflaw@datamasta.co.nz" version="1.00" lastUpdated="20040809"/>
<!-- version 1.00 - initial version             -->
  <decoder>
    <family name="Umelec ATLPlus Engine Module" mfg="Umelec Ing Buero">
      <model model="ATL2064" lowVersionID="12" highVersionID="12" maxInputVolts="12V" maxMotorCurrent="1A" maxTotalCurrent="1A" formFactor="HO" numOuts="9" numFns="8">
        <output name="3" label="Pad C"/>
        <output name="4" label="Pad D"/>
        <output name="5" label="Whistle"/>
        <output name="6" label="Sound"/>
        <output name="7" label="Signal"/>
        <output name="8" label="Main Sw"/>
        <output name="9" label="Vmid"/>
      </model>
    </family>
    <programming direct="yes" paged="yes" register="yes" ops="yes"/>
    <variables>
      <variable label="Primary Address" CV="1" comment="Short address" item="Short Address" default="03">
        <shortAddressVal/>
        <label>Primary Address</label>
        <comment>Short address</comment>
      </variable>
      <variable label="Vstart" CV="2" default="15" comment="Range 0-127" item="Vstart">
        <decVal max="127"/>
        <label>Vstart</label>
        <comment>Range 0-127</comment>
      </variable>
      <variable label="Acceleration" CV="3" default="15" comment="Range 0-255" item="Accel">
        <decVal max="255"/>
        <label>Acceleration</label>
        <comment>Range 0-255</comment>
      </variable>
      <variable label="Deceleration" CV="4" default="15" comment="Range 0-255" item="Decel">
        <decVal max="255"/>
        <label>Deceleration</label>
        <comment>Range 0-255</comment>
      </variable>
      <variable label="Vhigh" CV="5" default="50" comment="Range 0-100" item="Vhigh">
        <decVal max="100"/>
        <label>Vhigh</label>
        <comment>Range 0-100</comment>
      </variable>
      <variable label="Vmid" CV="6" default="0" comment="Range 0-100" item="Vmid">
        <decVal max="100"/>
        <label>Vmid</label>
        <comment>Range 0-100</comment>
      </variable>
      <variable label="Decoder Version No" CV="7" readOnly="yes" item="Decoder Version" default="12">
        <decVal/>
        <label>Decoder Version No</label>
      </variable>
      <variable label="Manufacturer ID" CV="8" readOnly="yes" item="Manufacturer" default="147">
        <decVal/>
        <label>Manufacturer ID</label>
      </variable>
      <variable label="Total PWM Period" CV="9" default="63" comment="Range 40-63">
        <decVal/>
        <label>Total PWM Period</label>
        <comment>Range 40-63</comment>
      </variable>
      <variable label="Long Address" CV="17" item="Long Address" comment="4 digit address (Range 0001-9999)">
        <longAddressVal/>
        <label>Long Address</label>
        <comment>4 digit address (Range 0001-9999)</comment>
      </variable>
      <variable label="Consist Address" CV="19" default="0" item="Consist Address" comment="Allows permanent storage of consist address. Range 0-255">
        <decVal/>
        <label>Consist Address</label>
        <comment>Allows permanent storage of consist address. Range 0-255</comment>
      </variable>
      <variable label="Normal direction of motion" CV="29" mask="XXXXXXXV" item="Locomotive Direction">
        <enumVal>
          <enumChoice choice="Forward">
            <choice>Forward</choice>
          </enumChoice>
          <enumChoice choice="Reverse">
            <choice>Reverse</choice>
          </enumChoice>
        </enumVal>
        <label>Normal direction of motion</label>
      </variable>
      <variable label="Speed Steps" CV="29" mask="XXXXXXVX" item="Speed Step Mode" default="1">
        <enumVal>
          <enumChoice choice="14">
            <choice>14</choice>
          </enumChoice>
          <enumChoice choice="28/128 (recommended)">
            <choice>28/128 (recommended)</choice>
          </enumChoice>
        </enumVal>
        <label>Speed Steps</label>
      </variable>
      <variable label="Analog conversion mode" CV="29" mask="XXXXXVXX" default="0" item="Analog (DC) Operation">
        <enumVal>
          <enumChoice choice="Off">
            <choice>Off</choice>
          </enumChoice>
          <enumChoice choice="On">
            <choice>On</choice>
          </enumChoice>
        </enumVal>
        <label>Analog conversion mode</label>
      </variable>
      <variable label="Use Speed Table" CV="29" mask="XXXVXXXX" item="Speed Table Definition">
        <enumVal>
          <enumChoice choice="Use Vstart, Vmid, Vhigh (CV29, bit 4)">
            <choice>Use Vstart, Vmid, Vhigh (CV29, bit 4)</choice>
          </enumChoice>
          <enumChoice choice="Use Table (CV's 67-94)">
            <choice>Use Table (CV's 67-94)</choice>
          </enumChoice>
        </enumVal>
        <label>Use Speed Table</label>
      </variable>
      <variable label="Addressing Mode" CV="29" mask="XXVXXXXX" item="Address Format">
        <enumVal>
          <enumChoice choice="2 digit addressing">
            <choice>2 digit addressing</choice>
          </enumChoice>
          <enumChoice choice="4 digit addressing">
            <choice>4 digit addressing</choice>
          </enumChoice>
        </enumVal>
        <label>Addressing Mode</label>
      </variable>
      <variable label="FL(f) controls output A" CV="33" default="1" mask="XXXXXXXV" minOut="1" item="FL(f) controls output 1">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>FL(f) controls output A</label>
      </variable>
      <variable label="FL(f) controls output B" CV="33" mask="XXXXXXVX" minOut="2" item="FL(f) controls output 2">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>FL(f) controls output B</label>
      </variable>
      <variable label="FL(f) controls output C" CV="33" mask="XXXXXVXX" minOut="3" item="FL(f) controls output 3">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>FL(f) controls output C</label>
      </variable>
      <variable label="FL(f) controls output D" CV="33" mask="XXXXVXXX" minOut="4" item="FL(f) controls output 4">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>FL(f) controls output D</label>
      </variable>
      <variable label="FL(f) sounds Whistle" CV="33" mask="XXXVXXXX" minOut="5" item="FL(f) controls output 5">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>FL(f) sounds Whistle</label>
      </variable>
      <variable label="FL(f) disables Sound" CV="33" mask="XXVXXXXX" minOut="6" item="FL(f) controls output 6">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>FL(f) disables Sound</label>
      </variable>
      <variable label="FL(f) enables Signal Op." CV="33" mask="XVXXXXXX" minOut="7" item="FL(f) controls output 7">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>FL(f) enables Signal Op.</label>
      </variable>
      <variable label="FL(f) is Main Switch" CV="33" mask="VXXXXXXX" minOut="8" item="FL(f) controls output 8">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>FL(f) is Main Switch</label>
      </variable>
      <variable label="FL(r) controls output A" CV="34" mask="XXXXXXXV" minOut="1" item="FL(r) controls output 1">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>FL(r) controls output A</label>
      </variable>
      <variable label="FL(r) controls output B" CV="34" default="1" mask="XXXXXXVX" minOut="2" item="FL(r) controls output 2">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>FL(r) controls output B</label>
      </variable>
      <variable label="FL(r) controls output C" CV="34" mask="XXXXXVXX" minOut="3" item="FL(r) controls output 3">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>FL(r) controls output C</label>
      </variable>
      <variable label="FL(r) controls output D" CV="34" mask="XXXXVXXX" minOut="4" item="FL(r) controls output 4">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>FL(r) controls output D</label>
      </variable>
      <variable label="FL(r) sounds Whistle" CV="34" mask="XXXVXXXX" minOut="5" item="FL(r) controls output 5">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>FL(r) sounds Whistle</label>
      </variable>
      <variable label="FL(r) disables Sound" CV="34" mask="XXVXXXXX" minOut="6" item="FL(r) controls output 6">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>FL(r) disables Sound</label>
      </variable>
      <variable label="FL(r) enables Signal Op." CV="34" mask="XVXXXXXX" minOut="7" item="FL(r) controls output 7">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>FL(r) enables Signal Op.</label>
      </variable>
      <variable label="FL(r) is Main Switch" CV="34" mask="VXXXXXXX" minOut="8" item="FL(r) controls output 8">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>FL(r) is Main Switch</label>
      </variable>
      <variable label="F1 controls output A" CV="35" mask="XXXXXXXV" minOut="1" minFn="1" item="F1 controls output 1">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F1 controls output A</label>
      </variable>
      <variable label="F1 controls output B" CV="35" mask="XXXXXXVX" minOut="2" minFn="1" item="F1 controls output 2">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F1 controls output B</label>
      </variable>
      <variable label="F1 controls output C" CV="35" default="1" mask="XXXXXVXX" minOut="3" minFn="1" item="F1 controls output 3">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F1 controls output C</label>
      </variable>
      <variable label="F1 controls output D" CV="35" mask="XXXXVXXX" minOut="4" minFn="1" item="F1 controls output 4">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F1 controls output D</label>
      </variable>
      <variable label="F1 sounds Whistle" CV="35" mask="XXXVXXXX" minOut="5" minFn="1" item="F1 controls output 5">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F1 sounds Whistle</label>
      </variable>
      <variable label="F1 disables Sound" CV="35" mask="XXVXXXXX" minOut="6" minFn="1" item="F1 controls output 6">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F1 disables Sound</label>
      </variable>
      <variable label="F1 enables Signal Op." CV="35" mask="XVXXXXXX" minOut="7" minFn="1" item="F1 controls output 7">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F1 enables Signal Op.</label>
      </variable>
      <variable label="F1 is Main Switch" CV="35" mask="VXXXXXXX" minOut="8" minFn="1" item="F1 controls output 8">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F1 is Main Switch</label>
      </variable>
      <variable label="F2 controls output A" CV="36" mask="XXXXXXXV" minOut="1" minFn="2" item="F2 controls output 1">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F2 controls output A</label>
      </variable>
      <variable label="F2 controls output B" CV="36" mask="XXXXXXVX" minOut="2" minFn="2" item="F2 controls output 2">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F2 controls output B</label>
      </variable>
      <variable label="F2 controls output C" CV="36" mask="XXXXXVXX" minOut="3" minFn="2" item="F2 controls output 3">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F2 controls output C</label>
      </variable>
      <variable label="F2 controls output D" CV="36" default="1" mask="XXXXVXXX" minOut="4" minFn="2" item="F2 controls output 4">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F2 controls output D</label>
      </variable>
      <variable label="F2 sounds Whistle" CV="36" mask="XXXVXXXX" minOut="5" minFn="2" item="F2 controls output 5">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F2 sounds Whistle</label>
      </variable>
      <variable label="F2 disables Sound" CV="36" mask="XXVXXXXX" minOut="6" minFn="2" item="F2 controls output 6">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F2 disables Sound</label>
      </variable>
      <variable label="F2 enables Signal Op." CV="36" mask="XVXXXXXX" minOut="7" minFn="2" item="F2 controls output 7">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F2 enables Signal Op.</label>
      </variable>
      <variable label="F2 is Main Switch" CV="36" mask="VXXXXXXX" minOut="8" minFn="2" item="F2 controls output 8">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F2 is Main Switch</label>
      </variable>
      <variable label="F3 controls output C" CV="37" mask="XXXXXXXV" minOut="3" minFn="3" item="F3 controls output 3">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F3 controls output C</label>
      </variable>
      <variable label="F3 controls output D" CV="37" mask="XXXXXXVX" minOut="4" minFn="3" item="F3 controls output 4">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F3 controls output D</label>
      </variable>
      <variable label="F3 sounds Whistle" CV="37" default="1" mask="XXXXXVXX" minOut="5" minFn="3" item="F3 controls output 5">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F3 sounds Whistle</label>
      </variable>
      <variable label="F3 disables Sound" CV="37" mask="XXXXVXXX" minOut="6" minFn="3" item="F3 controls output 6">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F3 disables Sound</label>
      </variable>
      <variable label="F3 enables Signal Op." CV="37" mask="XXXVXXXX" minOut="7" minFn="3" item="F3 controls output 7">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F3 enables Signal Op.</label>
      </variable>
      <variable label="F3 is Main Switch" CV="37" mask="XXVXXXXX" minOut="8" minFn="3" item="F3 controls output 8">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F3 is Main Switch</label>
      </variable>
      <variable label="F3 sets vMid" CV="37" mask="XVXXXXXX" minOut="9" minFn="3" item="F3 controls output 9">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F3 sets vMid</label>
      </variable>
      <variable label="F4 controls output C" CV="38" mask="XXXXXXXV" minOut="3" minFn="4" item="F4 controls output 3">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F4 controls output C</label>
      </variable>
      <variable label="F4 controls output D" CV="38" mask="XXXXXXVX" minOut="4" minFn="4" item="F4 controls output 4">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F4 controls output D</label>
      </variable>
      <variable label="F4 sounds Whistle" CV="38" mask="XXXXXVXX" minOut="5" minFn="4" item="F4 controls output 5">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F4 sounds Whistle</label>
      </variable>
      <variable label="F4 disables Sound" CV="38" default="1" mask="XXXXVXXX" minOut="6" minFn="4" item="F4 controls output 6">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F4 disables Sound</label>
      </variable>
      <variable label="F4 enables Signal Op." CV="38" mask="XXXVXXXX" minOut="7" minFn="4" item="F4 controls output 7">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F4 enables Signal Op.</label>
      </variable>
      <variable label="F4 is Main Switch" CV="38" mask="XXVXXXXX" minOut="8" minFn="4" item="F4 controls output 8">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F4 is Main Switch</label>
      </variable>
      <variable label="F4 sets vMid" CV="38" mask="XVXXXXXX" minOut="9" minFn="4" item="F4 controls output 9">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F4 sets vMid</label>
      </variable>
      <variable label="F5 controls output C" CV="39" mask="XXXXXXXV" minOut="3" minFn="5" item="F5 controls output 3">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F5 controls output C</label>
      </variable>
      <variable label="F5 controls output D" CV="39" mask="XXXXXXVX" minOut="4" minFn="5" item="F5 controls output 4">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F5 controls output D</label>
      </variable>
      <variable label="F5 sounds Whistle" CV="39" mask="XXXXXVXX" minOut="5" minFn="5" item="F5 controls output 5">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F5 sounds Whistle</label>
      </variable>
      <variable label="F5 disables Sound" CV="39" mask="XXXXVXXX" minOut="6" minFn="5" item="F5 controls output 6">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F5 disables Sound</label>
      </variable>
      <variable label="F5 enables Signal Op." CV="39" mask="XXXVXXXX" minOut="7" minFn="5" item="F5 controls output 7">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F5 enables Signal Op.</label>
      </variable>
      <variable label="F5 is Main Switch" CV="39" mask="XXVXXXXX" minOut="8" minFn="5" item="F5 controls output 8">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F5 is Main Switch</label>
      </variable>
      <variable label="F5 sets vMid" CV="39" mask="XVXXXXXX" minOut="9" minFn="5" item="F5 controls output 9">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F5 sets vMid</label>
      </variable>
      <variable label="F6 controls output C" CV="40" mask="XXXXXXXV" minOut="3" minFn="6" item="F6 controls output 3">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F6 controls output C</label>
      </variable>
      <variable label="F6 controls output D" CV="40" mask="XXXXXXVX" minOut="4" minFn="6" item="F6 controls output 4">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F6 controls output D</label>
      </variable>
      <variable label="F6 sounds Whistle" CV="40" mask="XXXXXVXX" minOut="5" minFn="6" item="F6 controls output 5">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F6 sounds Whistle</label>
      </variable>
      <variable label="F6 disables Sound" CV="40" mask="XXXXVXXX" minOut="6" minFn="6" item="F6 controls output 6">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F6 disables Sound</label>
      </variable>
      <variable label="F6 enables Signal Op." CV="40" mask="XXXVXXXX" minOut="7" minFn="6" item="F6 controls output 7">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F6 enables Signal Op.</label>
      </variable>
      <variable label="F6 is Main Switch" CV="40" mask="XXVXXXXX" minOut="8" minFn="6" item="F6 controls output 8">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F6 is Main Switch</label>
      </variable>
      <variable label="F6 sets vMid" CV="40" default="1" mask="XVXXXXXX" minOut="9" minFn="6" item="F6 controls output 9">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F6 sets vMid</label>
      </variable>
      <variable label="F7 enables Signal Op." CV="41" mask="XXXXXXXV" minOut="7" minFn="7" item="F7 controls output 7">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F7 enables Signal Op.</label>
      </variable>
      <variable label="F7 is Main Switch" CV="41" mask="XXXXXXVX" minOut="8" minFn="7" item="F7 controls output 8">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F7 is Main Switch</label>
      </variable>
      <variable label="F7 sets vMid" CV="41" mask="XXXXXVXX" minOut="9" minFn="7" item="F7 controls output 9">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F7 sets vMid</label>
      </variable>
      <variable label="F8 enables Signal Op." CV="42" mask="XXXXXXXV" minOut="7" minFn="8" item="F8 controls output 7">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F8 enables Signal Op.</label>
      </variable>
      <variable label="F8 is Main Switch" CV="42" mask="XXXXXXVX" minOut="8" minFn="8" item="F8 controls output 8">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F8 is Main Switch</label>
      </variable>
      <variable label="F8 sets vMid" CV="42" mask="XXXXXVXX" minOut="9" minFn="8" item="F8 controls output 9">
        <enumVal>
          <enumChoice choice="No">
            <choice>No</choice>
          </enumChoice>
          <enumChoice choice="Yes">
            <choice>Yes</choice>
          </enumChoice>
        </enumVal>
        <label>F8 sets vMid</label>
      </variable>
      <variable label="Speed Control Mode" CV="49" mask="XXXXXXXV" item="ATL1-A">
        <enumVal>
          <enumChoice choice="Speed Step Mode">
            <choice>Speed Step Mode</choice>
          </enumChoice>
          <enumChoice choice="++Mode">
            <choice>++Mode</choice>
          </enumChoice>
        </enumVal>
        <label>Speed Control Mode</label>
      </variable>
      <variable label="Shuttle Operation" CV="49" mask="XXXXXXVX" item="ATL1-B">
        <enumVal>
          <enumChoice choice="No Shuttle">
            <choice>No Shuttle</choice>
          </enumChoice>
          <enumChoice choice="Shuttle Operation">
            <choice>Shuttle Operation</choice>
          </enumChoice>
        </enumVal>
        <label>Shuttle Operation</label>
      </variable>
      <variable label="Speed Control" CV="49" mask="XXXXXVXX" item="ATL1-C">
        <enumVal>
          <enumChoice choice="On">
            <choice>On</choice>
          </enumChoice>
          <enumChoice choice="Off">
            <choice>Off</choice>
          </enumChoice>
        </enumVal>
        <label>Speed Control</label>
      </variable>
      <variable label="Braking By Steps" CV="49" mask="XXXXVXXX" item="ATL1-D">
        <enumVal>
          <enumChoice choice="Off">
            <choice>Off</choice>
          </enumChoice>
          <enumChoice choice="On">
            <choice>On</choice>
          </enumChoice>
        </enumVal>
        <label>Braking By Steps</label>
      </variable>
      <variable label="Polarity Braking" CV="49" mask="XXXVXXXX" item="ATL1-E">
        <enumVal>
          <enumChoice choice="Normal">
            <choice>Normal</choice>
          </enumChoice>
          <enumChoice choice="Reverse">
            <choice>Reverse</choice>
          </enumChoice>
        </enumVal>
        <label>Polarity Braking</label>
      </variable>
      <variable label="Headlights when Stationary" CV="49" mask="XXVXXXXX" item="ATL1-F">
        <enumVal>
          <enumChoice choice="Normal">
            <choice>Normal</choice>
          </enumChoice>
          <enumChoice choice="Dimmed">
            <choice>Dimmed</choice>
          </enumChoice>
        </enumVal>
        <label>Headlights when Stationary</label>
      </variable>
      <variable label="Programming on Main" CV="49" mask="XVXXXXXX" item="ATL1-G">
        <enumVal>
          <enumChoice choice="Off">
            <choice>Off</choice>
          </enumChoice>
          <enumChoice choice="On">
            <choice>On</choice>
          </enumChoice>
        </enumVal>
        <label>Programming on Main</label>
      </variable>
      <variable label="Signal Mode Direction Change" CV="49" mask="VXXXXXXX" item="ATL1-H">
        <enumVal>
          <enumChoice choice="Brake">
            <choice>Brake</choice>
          </enumChoice>
          <enumChoice choice="Stop">
            <choice>Stop</choice>
          </enumChoice>
        </enumVal>
        <label>Signal Mode Direction Change</label>
      </variable>
      <variable label="Sound Functions" CV="50" mask="XXXXXXXV" item="ATL2-A">
        <enumVal>
          <enumChoice choice="Off">
            <choice>Off</choice>
          </enumChoice>
          <enumChoice choice="On">
            <choice>On</choice>
          </enumChoice>
        </enumVal>
        <label>Sound Functions</label>
      </variable>
      <variable label="Sound Style" CV="50" mask="XXXXXXVX" item="ATL2-B">
        <enumVal>
          <enumChoice choice="Steam">
            <choice>Steam</choice>
          </enumChoice>
          <enumChoice choice="Diesel">
            <choice>Diesel</choice>
          </enumChoice>
        </enumVal>
        <label>Sound Style</label>
      </variable>
      <variable label="Exhaust Beat Control" CV="50" mask="XXXXXVXX" item="ATL2-C">
        <enumVal>
          <enumChoice choice="Internal">
            <choice>Internal</choice>
          </enumChoice>
          <enumChoice choice="External e.g. Cam">
            <choice>External e.g. Cam</choice>
          </enumChoice>
        </enumVal>
        <label>Exhaust Beat Control</label>
      </variable>
      <variable label="Steam Engine" CV="50" mask="XXXXVXXX" item="ATL2-D">
        <enumVal>
          <enumChoice choice="4-Cylinder">
            <choice>4-Cylinder</choice>
          </enumChoice>
          <enumChoice choice="6-Cylinder/Trigger on F Output">
            <choice>6-Cylinder/Trigger on F Output</choice>
          </enumChoice>
        </enumVal>
        <label>Steam Engine</label>
      </variable>
      <variable label="Whistle Type" CV="50" mask="XXXVXXXX" item="ATL2-E">
        <enumVal>
          <enumChoice choice="Whistle">
            <choice>Whistle</choice>
          </enumChoice>
          <enumChoice choice="Horn">
            <choice>Horn</choice>
          </enumChoice>
        </enumVal>
        <label>Whistle Type</label>
      </variable>
      <variable label="Whistle/Horn Variant" CV="50" mask="XXVXXXXX" item="ATL2-F">
        <enumVal>
          <enumChoice choice="Style 1">
            <choice>Style 1</choice>
          </enumChoice>
          <enumChoice choice="Style 2">
            <choice>Style 2</choice>
          </enumChoice>
        </enumVal>
        <label>Whistle/Horn Variant</label>
      </variable>
      <variable label="Whistle Activation" CV="50" mask="XVXXXXXX" item="ATL2-G">
        <enumVal>
          <enumChoice choice="Remote Only">
            <choice>Remote Only</choice>
          </enumChoice>
          <enumChoice choice="Remote and Reed Switch">
            <choice>Remote and Reed Switch</choice>
          </enumChoice>
        </enumVal>
        <label>Whistle Activation</label>
      </variable>
      <variable label="Sound Dependency" CV="50" mask="VXXXXXXX" item="ATL2-H">
        <enumVal>
          <enumChoice choice="Load Independent">
            <choice>Load Independent</choice>
          </enumChoice>
          <enumChoice choice="Load Dependent">
            <choice>Load Dependent</choice>
          </enumChoice>
        </enumVal>
        <label>Sound Dependency</label>
      </variable>
      <variable label="Direction Change Delay" CV="51" default="250" comment="Range 0-250" item="Signal-A">
        <decVal max="250"/>
        <label>Direction Change Delay</label>
        <comment>Range 0-250</comment>
      </variable>
      <variable label="Departure Delay" CV="52" default="50" comment="Range 0-250" item="Signal-B">
        <decVal max="250"/>
        <label>Departure Delay</label>
        <comment>Range 0-250</comment>
      </variable>
      <variable label="Acceleration" CV="53" default="1" comment="Range 0-250" item="Signal-C">
        <decVal max="250"/>
        <label>Acceleration</label>
        <comment>Range 0-250</comment>
      </variable>
      <variable label="Deceleration" CV="54" default="1" comment="Range 0-250" item="Signal-D">
        <decVal max="250"/>
        <label>Deceleration</label>
        <comment>Range 0-250</comment>
      </variable>
      <variable label="Run Speed" CV="55" default="64" comment="Range 30-127" item="Signal-E">
        <decVal min="30" max="127"/>
        <label>Run Speed</label>
        <comment>Range 30-127</comment>
      </variable>
      <variable label="Slow Speed" CV="56" default="32" comment="Range 20-127" item="Signal-F">
        <decVal min="20" max="127"/>
        <label>Slow Speed</label>
        <comment>Range 20-127</comment>
      </variable>
<!-- Lights section -->
      <variable label="Headlights A/B" CV="57" mask="XXXXXXVV" item="Output 1 effect generated">
        <enumVal>
          <enumChoice choice="Normal">
            <choice>Normal</choice>
          </enumChoice>
          <enumChoice choice="Blinking/Flashing">
            <choice>Blinking/Flashing</choice>
          </enumChoice>
          <enumChoice choice="Dimmed/Gyro/Mars">
            <choice>Dimmed/Gyro/Mars</choice>
          </enumChoice>
        </enumVal>
        <label>Headlights A/B</label>
      </variable>
      <variable label="Output C" CV="57" mask="XXXXVVXX" item="Output 3 effect generated">
        <enumVal>
          <enumChoice choice="Normal">
            <choice>Normal</choice>
          </enumChoice>
          <enumChoice choice="Blinking/Flashing">
            <choice>Blinking/Flashing</choice>
          </enumChoice>
          <enumChoice choice="Dimmed/Gyro/Mars">
            <choice>Dimmed/Gyro/Mars</choice>
          </enumChoice>
        </enumVal>
        <label>Output C</label>
      </variable>
      <variable label="Output D" CV="57" mask="XXVVXXXX" item="Output 4 effect generated">
        <enumVal>
          <enumChoice choice="Normal">
            <choice>Normal</choice>
          </enumChoice>
          <enumChoice choice="Blinking/Flashing">
            <choice>Blinking/Flashing</choice>
          </enumChoice>
          <enumChoice choice="Dimmed/Gyro/Mars">
            <choice>Dimmed/Gyro/Mars</choice>
          </enumChoice>
        </enumVal>
        <label>Output D</label>
      </variable>
      <variable label="Effect 1" CV="57" mask="XVXXXXXX" item="Output 7 options">
        <enumVal>
          <enumChoice choice="Dimming, No Gyro nor Mars">
            <choice>Dimming, No Gyro nor Mars</choice>
          </enumChoice>
          <enumChoice choice="Gyro or Mars, no Dimming">
            <choice>Gyro or Mars, no Dimming</choice>
          </enumChoice>
        </enumVal>
        <label>Effect 1</label>
      </variable>
      <variable label="Effect 2" CV="57" mask="VXXXXXXX" item="Output 8 options">
        <enumVal>
          <enumChoice choice="Single Strobe or Gyro Light">
            <choice>Single Strobe or Gyro Light</choice>
          </enumChoice>
          <enumChoice choice="Double Strobe or Mars Light">
            <choice>Double Strobe or Mars Light</choice>
          </enumChoice>
        </enumVal>
        <label>Effect 2</label>
      </variable>
      <variable label="Blink/Flash Generator" CV="58" default="130" comment="Range 8-255" item="Global lighting option 1">
        <decVal min="8" max="255"/>
        <label>Blink/Flash Generator</label>
        <comment>Range 8-255</comment>
      </variable>
      <variable label="Dimming Generator" CV="59" default="161" comment="Range 0-255" item="Global lighting option 2">
        <decVal min="0" max="255"/>
        <label>Dimming Generator</label>
        <comment>Range 0-255</comment>
      </variable>
      <variable label="Gyrolight Generator" CV="60" default="28" comment="Range 0-63" item="Global lighting option 3">
        <decVal min="0" max="63"/>
        <label>Gyrolight Generator</label>
        <comment>Range 0-63</comment>
      </variable>
<!-- Sound section -->
      <variable label="Exhaust Divider - High" CV="61" default="50" comment="Range 0-100" item="Sound Group 1 Option 1">
        <decVal min="0" max="100"/>
        <label>Exhaust Divider - High</label>
        <comment>Range 0-100</comment>
      </variable>
      <variable label="Exhaust Divider - Low" CV="62" default="128" comment="Range 0-255" item="Sound Group 1 Option 2">
        <decVal min="0" max="255"/>
        <label>Exhaust Divider - Low</label>
        <comment>Range 0-255</comment>
      </variable>
      <variable label="Overpressure Exhaust" CV="63" default="6" comment="Range 0-63" item="Sound Group 1 Option 3">
        <decVal min="0" max="63"/>
        <label>Overpressure Exhaust</label>
        <comment>Range 0-63</comment>
      </variable>
      <variable label="Whistle Period" CV="64" default="150" comment="Range 50-255" item="Sound Group 1 Option 4">
        <decVal min="50" max="255"/>
        <label>Whistle Period</label>
        <comment>Range 50-255</comment>
      </variable>
      <variable label="Speed Table" CV="67">
        <speedTableVal/>
        <label>Speed Table</label>
      </variable>
      <variable label="Motor Regulation Rate" CV="107" default="3" comment="Range 1-20" item="EMF Static Config">
        <decVal min="1" max="20"/>
        <label>Motor Regulation Rate</label>
        <comment>Range 1-20</comment>
      </variable>
      <variable label="Motor Pulse Length" CV="108" default="9" comment="Range 3-20" item="EMF Dynamic Config">
        <decVal min="3" max="20"/>
        <label>Motor Pulse Length</label>
        <comment>Range 3-20</comment>
      </variable>
      <variable label="Output C Pulse Length Limit" CV="109" default="0" comment="Range 0-255" item="ATL_Other-A" tooltip="Sets length of pulse when Output C triggered">
        <decVal min="0" max="255"/>
        <label>Output C Pulse Length Limit</label>
        <comment>Range 0-255</comment>
      </variable>
      <variable label="Output D Pulse Length Limit" CV="110" default="0" comment="Range 0-255" item="ATL_Other-B" tooltip="Sets length of pulse when Output D triggered">
        <decVal min="0" max="255"/>
        <label>Output D Pulse Length Limit</label>
        <comment>Range 0-255</comment>
      </variable>
      <variable label="Diesel Sound A" CV="111" default="198" comment="Range 0-255" item="Sound Group 2 Option 1">
        <decVal min="0" max="255"/>
        <label>Diesel Sound A</label>
        <comment>Range 0-255</comment>
      </variable>
      <variable label="Diesel Sound B" CV="112" default="3" comment="Range 0-255" item="Sound Group 2 Option 2">
        <decVal min="0" max="255"/>
        <label>Diesel Sound B</label>
        <comment>Range 0-255</comment>
      </variable>
      <variable label="Diesel Sound C" CV="113" default="57" comment="Range 0-255" item="Sound Group 2 Option 3">
        <decVal min="0" max="255"/>
        <label>Diesel Sound C</label>
        <comment>Range 0-255</comment>
      </variable>
      <variable label="Diesel Sound D" CV="114" default="252" comment="Range 0-255" item="Sound Group 2 Option 4">
        <decVal min="0" max="255"/>
        <label>Diesel Sound D</label>
        <comment>Range 0-255</comment>
      </variable>
      <variable label="Steam Beat Length" CV="115" default="0" comment="Range 0-60">
        <decVal min="0" max="60"/>
        <label>Steam Beat Length</label>
        <comment>Range 0-60</comment>
      </variable>
      <variable label="Steam Beat Main/Diesel Running" CV="116" default="19" comment="Range 0-21" item="Sound Setting 1">
        <decVal min="0" max="21"/>
        <label>Steam Beat Main/Diesel Running</label>
        <comment>Range 0-21</comment>
      </variable>
      <variable label="Steam Beat Other" CV="117" default="16" comment="Range 0-21" item="Sound Setting 2">
        <decVal min="0" max="21"/>
        <label>Steam Beat Other</label>
        <comment>Range 0-21</comment>
      </variable>
      <variable label="Steam Beat Braking" CV="118" default="6" comment="Range 0-21" item="Sound Setting 3">
        <decVal min="0" max="21"/>
        <label>Steam Beat Braking</label>
        <comment>Range 0-21</comment>
      </variable>
      <variable label="Steam Idle" CV="119" default="2" comment="Range 0-21" item="Sound Setting 4">
        <decVal min="0" max="21"/>
        <label>Steam Idle</label>
        <comment>Range 0-21</comment>
      </variable>
      <variable label="Whistle" CV="120" default="21" comment="Range 0-21" item="Sound Setting 5">
        <decVal min="0" max="21"/>
        <label>Whistle</label>
        <comment>Range 0-21</comment>
      </variable>
    </variables>
  </decoder>
  <pane name="ATLPlus" nameFmt="label">
    <column>
      <display item="ATL1-A" layout="left" format="default"/>
      <display item="ATL1-B" layout="left" format="default"/>
      <display item="ATL1-C" layout="left" format="default"/>
      <display item="ATL1-D" layout="left" format="default"/>
      <display item="ATL1-E" layout="left" format="default"/>
      <display item="ATL1-F" layout="left" format="default"/>
      <display item="ATL1-G" layout="left" format="default"/>
      <display item="ATL1-H" layout="left" format="default"/>
      <display item="ATL2-A" layout="left" format="default"/>
      <display item="ATL2-B" layout="left" format="default"/>
      <display item="ATL2-C" layout="left" format="default"/>
      <display item="ATL2-D" layout="left" format="default"/>
      <display item="ATL2-E" layout="left" format="default"/>
      <display item="ATL2-F" layout="left" format="default"/>
      <display item="ATL2-G" layout="left" format="default"/>
      <display item="ATL2-H" layout="left" format="default"/>
    </column>
    <name>ATLPlus</name>
  </pane>
  <pane name="Signal Mode" nameFmt="label">
    <column>
      <label label="Parameters employed in Signal Mode only">
        <label>Parameters employed in Signal Mode only</label>
      </label>
      <separator/>
      <label label="">
        <label/>
      </label>
      <display item="Signal-A" layout="left" format="default"/>
      <display item="Signal-B" layout="left" format="default"/>
      <display item="Signal-C" layout="left" format="default"/>
      <display item="Signal-D" layout="left" format="default"/>
      <display item="Signal-E" layout="left" format="default"/>
      <display item="Signal-F" layout="left" format="default"/>
      <display item="Signal-G" layout="left" format="default"/>
      <display item="Signal-H" layout="left" format="default"/>
    </column>
    <name>Signal Mode</name>
  </pane>
  <pane name="ATL Other" nameFmt="label">
    <column>
      <label label="Output C and D Pulse Length Limits">
        <label>Output C and D Pulse Length Limits</label>
      </label>
      <separator/>
      <label label="">
        <label/>
      </label>
      <display item="ATL_Other-A" layout="left" format="default"/>
      <display item="ATL_Other-B" layout="left" format="default"/>
      <display item="ATL_Other-C" layout="left" format="default"/>
    </column>
    <name>ATL Other</name>
  </pane>
</decoder-config>

