<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>

<!-- Copyright (C) JMRI 2001, 2005, 2007, 2-009, 2010 All rights reserved -->
<!-- $Id: BLI_Blueline_Paragon2_Steam.xml,v 1.2 2010/02/15 02:32:33 jacobsen Exp $ -->
<!--                                                                        -->
<!-- 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="Bob Jacobsen" version="1" lastUpdated="200090407"/>
        
        <!-- Version 1 New file from 0.4 manual and BLI_Blueline_diesel v5 -->
        
        <!-- for JMRI 2.5.2 use, the max functions is set to 27 instead of 28 -->
        
<decoder>
    <family name="Paragon 2" mfg="Broadway Limited Imports, LLC">
        <model model="Steam" numOuts="3" numFns="27" connector="9pin" >
            <versionCV lowVersionID="32" highVersionID="63"/>
            <output name="1" label="headlight"/>              
            <output name="2" label="rearlight"/>              
            </model>                                           
        <functionlabels>
          <functionlabel num="1" lockable="true">Bell</functionlabel>
          <functionlabel num="2" lockable="false">Horn</functionlabel>
          <functionlabel num="3" lockable="true">Coupler</functionlabel>
          <functionlabel num="4" lockable="true">Air Pump</functionlabel>
          <functionlabel num="5" lockable="true">Blow Down/Chuff Up</functionlabel>
          <functionlabel num="6" lockable="true">Water Fill/Chuff Dn</functionlabel>
          <functionlabel num="7" lockable="true">Smoke Control</functionlabel>
          <functionlabel num="8" lockable="true">Mute/Master Volume</functionlabel>
          <functionlabel num="9" lockable="true">Shutdown and Startup</functionlabel>
          <functionlabel num="10" lockable="true">Shovel Coal</functionlabel>
          <functionlabel num="11" lockable="true">Water Injector</functionlabel>
          <functionlabel num="12" lockable="true">Brake Set/Release/Squeal</functionlabel>
          <functionlabel num="13" lockable="true">Horn Grade Crossing</functionlabel>
          <functionlabel num="14" lockable="true">Passenger Sounds</functionlabel>
          <functionlabel num="15" lockable="true">Freight Sounds</functionlabel>
          <functionlabel num="16" lockable="true">Maintenance Sounds</functionlabel>
          <functionlabel num="17" lockable="true">Radio Chatter</functionlabel>
          <functionlabel num="18" lockable="true">City Sounds</functionlabel>
          <functionlabel num="19" lockable="true">Farm Sounds</functionlabel>
          <functionlabel num="20" lockable="true">Industrial Sounds</functionlabel>
          <functionlabel num="21" lockable="true">Lumber Sounds</functionlabel>
          <functionlabel num="22" lockable="true">Horn2</functionlabel>
          <functionlabel num="26" lockable="true">Play Macro</functionlabel>
          <functionlabel num="27" lockable="true">Record Macro</functionlabel>
          <functionlabel num="28" lockable="true">Brake Squeal</functionlabel>
        </functionlabels>
    </family>                                                   
                                                               
    <programming direct="yes" paged="no" 
                         register="yes" ops="yes"></programming>

    <variables>
        <variable label="Primary Address" CV="1" comment="Short address"
                        item="Short Address"  default="03">
            <shortAddressVal/></variable>

		<variable label="Vstart" CV="2" default="1"
						comment="A value of 255 corresponds to 100%">
			<decVal/></variable>
		<variable label="Acceleration Rate" CV="3" default="5"
						item="Accel" >
			<decVal max="31"/></variable>
		<variable label="Deceleration Rate" CV="4" default="5"
						item="Decel">
			<decVal max="31"/></variable>
		<variable label="Vhigh" CV="5" default="250" >					
		    <decVal/></variable>
		<variable label="Vmid" CV="6" default="50" >		
		    <decVal/></variable>

        <variable label="Manufacturer Version No" CV="7" readOnly="yes"
                        item="Decoder Version"><decVal/>
            </variable>
                        
        <variable label="Manufacturer ID" CV="8" readOnly="yes"
                        item="Manufacturer">            <decVal/>
            </variable>

		<variable label="EMF Feedback Cutout" CV="10">	<decVal/></variable>

		<variable label="Packet Time-out Value" CV="11">	<decVal/></variable>

        <variable label="Decoder Lock ID number" CV="16" mask="XXXXXVVV" default="0">
            <decVal/>
            </variable>

        <variable label="Extended Address" CV="17"
                        item="Long Address" default="128">
            <longAddressVal/></variable>

        <variable label="Consist Address" CV="19" mask="XVVVVVVV" item="Consist Address" default="0">
            <decVal/></variable>
        
        <variable label="Consist Direction" CV="19" mask="VXXXXXXX" default="0">
            <enumVal>
                <enumChoice choice="Normal"></enumChoice>
                <enumChoice choice="Reversed"></enumChoice>
                </enumVal></variable>

        <variable label="Consist Address Active For F1" CV="21" mask="XXXXXXXV" default="0" minFn="1">
            <enumVal>
                <enumChoice choice="Locomotive Address Only"/>
                <enumChoice choice="Respond to Consist Address"/>
                </enumVal></variable>
        <variable label="Consist Address Active For F2" CV="21" mask="XXXXXXVX" default="0" minFn="2">
            <enumVal>
                <enumChoice choice="Locomotive Address Only"/>
                <enumChoice choice="Respond to Consist Address"/>
                </enumVal></variable>
        <variable label="Consist Address Active For F3" CV="21" mask="XXXXXVXX" default="0" minFn="3">
            <enumVal>
                <enumChoice choice="Locomotive Address Only"/>
                <enumChoice choice="Respond to Consist Address"/>
                </enumVal></variable>
        <variable label="Consist Address Active For F4" CV="21" mask="XXXXVXXX" default="0" minFn="4">
            <enumVal>
                <enumChoice choice="Locomotive Address Only"/>
                <enumChoice choice="Respond to Consist Address"/>
                </enumVal></variable>
        <variable label="Consist Address Active For F5" CV="21" mask="XXXVXXXX" default="0" minFn="5">
            <enumVal>
                <enumChoice choice="Locomotive Address Only"/>
                <enumChoice choice="Respond to Consist Address"/>
                </enumVal></variable>
        <variable label="Consist Address Active For F6" CV="21" mask="XXVXXXXX" default="0" minFn="6">
            <enumVal>
                <enumChoice choice="Locomotive Address Only"/>
                <enumChoice choice="Respond to Consist Address"/>
                </enumVal></variable>
        <variable label="Consist Address Active For F7" CV="21" mask="XVXXXXXX" default="0" minFn="7">
            <enumVal>
                <enumChoice choice="Locomotive Address Only"/>
                <enumChoice choice="Respond to Consist Address"/>
                </enumVal></variable>
        <variable label="Consist Address Active For F8" CV="21" mask="VXXXXXXX" default="0" minFn="8">
            <enumVal>
                <enumChoice choice="Locomotive Address Only"/>
                <enumChoice choice="Respond to Consist Address"/>
                </enumVal></variable>
                
        <variable label="Consist Address Active For F0" CV="22" mask="XXXXXXXV" default="0"
                item="Consist Address Active For FL in Reverse">
            <enumVal>
                <enumChoice choice="Locomotive Address Only"/>
                <enumChoice choice="Respond to Consist Address"/>
                </enumVal></variable>
        <variable label="Consist Address Active For F9" CV="22" mask="XXXXXVXX" default="0" minFn="9">
            <enumVal>
                <enumChoice choice="Locomotive Address Only"/>
                <enumChoice choice="Respond to Consist Address"/>
                </enumVal></variable>
        <variable label="Consist Address Active For F10" CV="22" mask="XXXXVXXX" default="0" minFn="10">
            <enumVal>
                <enumChoice choice="Locomotive Address Only"/>
                <enumChoice choice="Respond to Consist Address"/>
                </enumVal></variable>
        <variable label="Consist Address Active For F11" CV="22" mask="XXXVXXXX" default="0" minFn="11">
            <enumVal>
                <enumChoice choice="Locomotive Address Only"/>
                <enumChoice choice="Respond to Consist Address"/>
                </enumVal></variable>
        <variable label="Consist Address Active For F12" CV="22" mask="XXVXXXXX" default="0" minFn="12">
            <enumVal>
                <enumChoice choice="Locomotive Address Only"/>
                <enumChoice choice="Respond to Consist Address"/>
                </enumVal></variable>

		<variable label="Consist Acceleration Adjustment" CV="23" mask="XVVVVVVV">
				<decVal max="127"/>
			</variable>
		<variable label="Consist Acceleration Adjustment Sign" CV="23" mask="VXXXXXXX">
			<enumVal>
				<enumChoice choice="Adjustment Added"/>
				<enumChoice choice="Adjustment Subtracted"/>
				</enumVal></variable>
		<variable label="Consist Deceleration Adjustment" CV="24" mask="XVVVVVVV">
				<decVal max="127"/>
			</variable>
		<variable label="Consist Deceleration Adjustment Sign" CV="24" mask="VXXXXXXX">
			<enumVal>
				<enumChoice choice="Adjustment Added"/>
				<enumChoice choice="Adjustment Subtracted"/>
				</enumVal></variable>


		<variable label="Locomotive Direction" CV="29" mask="XXXXXXXV">
			<enumVal>
				<enumChoice choice="Normal lighting for front and rear lights"/>
				<enumChoice choice="Reversed lighting for front and rear lights"/>
				</enumVal></variable>
		<variable label="FL Location" CV="29" mask="XXXXXXVX"
					item="Speed Step Mode">
			<enumVal>
				<enumChoice choice="14 speed step format"/>
				<enumChoice choice="28 speed step format"/>
				</enumVal></variable>
		<variable label="Power Source Conversion" CV="29" mask="XXXXXVXX"
					item="Analog (DC) Operation" >
			<enumVal>
				<enumChoice choice="DCC only"/>
				<enumChoice choice="DC enabled"/>
				</enumVal></variable>
		<variable label="Speed Table Definition" CV="29" mask="XXXVXXXX">
			<enumVal>
				<enumChoice choice="Use Vstart, Vmid, Vhigh"/>
				<enumChoice choice="Use table in CVs 66 through 95"/>
				</enumVal></variable>
		<variable label="Address Format" CV="29" mask="XXVXXXXX">
			<enumVal>
				<enumChoice choice="One byte (short) address"/>
				<enumChoice choice="Two byte (extended) address"/>
				</enumVal></variable>

        <!-- This decoder doesn't do the bit-wise NMRA method of -->
        <!-- assigning functions to outputs. Instead, it has -->
        <!-- a much more civilized system of one CV per function -->

        <variable label="F0 Output Function Definition" CV="33" default="1" minFn="1"
                    item="Function F0F effect generated">
            <enumVal>
                <enumChoice choice="Nothing" value="0"/>
                <enumChoice choice="Front/Rear Lights"/>
                <enumChoice choice="Bell Sound"/>
                <enumChoice choice="Horn Sound"/>
                <enumChoice choice="Couple/Uncouple Sound"/>
                <enumChoice choice="Air Pump sound"/>
                <enumChoice choice="Blow Down/Chuff Increase"/>
                <enumChoice choice="Water Fill/Chuff Increase/Startup"/>
                <enumChoice choice="L1 Function"/>
                <enumChoice choice="Mute/Volume Control"/>
                <enumChoice choice="Startup/Shutdown Sounds"/>
                <enumChoice choice="Shoveling Coal Sound"/>
                <enumChoice choice="Water Injector Sound"/>
                <enumChoice choice="Brake Set/Release/Squeal Sound"/>
                <enumChoice choice="Steam Cock"/>
                <enumChoice choice="Pop-Off Sound"/>
                <enumChoice choice="Wheel Flange Sound"/>
                <enumChoice choice="Coupler Slack/Couple Sound "/>
                <enumChoice choice="Brake Squeal Sound"/>
                <enumChoice choice="Horn2 Toggle"/>
                <enumChoice choice="Smoke Control"/>
                <enumChoice choice="Horn Grade Crossing Sound" value="30"/>
                <enumChoice choice="Play Macro" value="40"/>
                <enumChoice choice="Record Macro"/>
                <enumChoice choice="Passenger Sounds" value="50"/>
                <enumChoice choice="Freight Sounds"/>
                <enumChoice choice="Maintenance Sounds"/>
                <enumChoice choice="Radio Chatter Sounds"/>
                <enumChoice choice="City Sounds"/>
                <enumChoice choice="Farm Sounds"/>
                <enumChoice choice="Industrial Sounds"/>
                <enumChoice choice="Lumber Yard Sounds"/>
                <enumChoice choice="Cab Light Toggle" value="60"/>
                <enumChoice choice="Rule 17 Dimming Toggle"/>
                 </enumVal></variable>

        <variable label="F1 Output Function Definition" CV="34" default="2" minFn="1"
                    item="Function 1 effect generated">
            <enumVal>
                <enumChoice choice="Nothing" value="0"/>
                <enumChoice choice="Front/Rear Lights"/>
                <enumChoice choice="Bell Sound"/>
                <enumChoice choice="Horn Sound"/>
                <enumChoice choice="Couple/Uncouple Sound"/>
                <enumChoice choice="Air Pump sound"/>
                <enumChoice choice="Blow Down/Chuff Increase"/>
                <enumChoice choice="Water Fill/Chuff Increase/Startup"/>
                <enumChoice choice="L1 Function"/>
                <enumChoice choice="Mute/Volume Control"/>
                <enumChoice choice="Startup/Shutdown Sounds"/>
                <enumChoice choice="Shoveling Coal Sound"/>
                <enumChoice choice="Water Injector Sound"/>
                <enumChoice choice="Brake Set/Release/Squeal Sound"/>
                <enumChoice choice="Steam Cock"/>
                <enumChoice choice="Pop-Off Sound"/>
                <enumChoice choice="Wheel Flange Sound"/>
                <enumChoice choice="Coupler Slack/Couple Sound "/>
                <enumChoice choice="Brake Squeal Sound"/>
                <enumChoice choice="Horn2 Toggle"/>
                <enumChoice choice="Smoke Control"/>
                <enumChoice choice="Horn Grade Crossing Sound" value="30"/>
                <enumChoice choice="Play Macro" value="40"/>
                <enumChoice choice="Record Macro"/>
                <enumChoice choice="Passenger Sounds" value="50"/>
                <enumChoice choice="Freight Sounds"/>
                <enumChoice choice="Maintenance Sounds"/>
                <enumChoice choice="Radio Chatter Sounds"/>
                <enumChoice choice="City Sounds"/>
                <enumChoice choice="Farm Sounds"/>
                <enumChoice choice="Industrial Sounds"/>
                <enumChoice choice="Lumber Yard Sounds"/>
                <enumChoice choice="Cab Light Toggle" value="60"/>
                <enumChoice choice="Rule 17 Dimming Toggle"/>
                 </enumVal></variable>

        <variable label="F2 Output Function Definition" CV="35" default="3" minFn="2"
                    item="Function 2 effect generated">
            <enumVal>
                <enumChoice choice="Nothing" value="0"/>
                <enumChoice choice="Front/Rear Lights"/>
                <enumChoice choice="Bell Sound"/>
                <enumChoice choice="Horn Sound"/>
                <enumChoice choice="Couple/Uncouple Sound"/>
                <enumChoice choice="Air Pump sound"/>
                <enumChoice choice="Blow Down/Chuff Increase"/>
                <enumChoice choice="Water Fill/Chuff Increase/Startup"/>
                <enumChoice choice="L1 Function"/>
                <enumChoice choice="Mute/Volume Control"/>
                <enumChoice choice="Startup/Shutdown Sounds"/>
                <enumChoice choice="Shoveling Coal Sound"/>
                <enumChoice choice="Water Injector Sound"/>
                <enumChoice choice="Brake Set/Release/Squeal Sound"/>
                <enumChoice choice="Steam Cock"/>
                <enumChoice choice="Pop-Off Sound"/>
                <enumChoice choice="Wheel Flange Sound"/>
                <enumChoice choice="Coupler Slack/Couple Sound "/>
                <enumChoice choice="Brake Squeal Sound"/>
                <enumChoice choice="Horn2 Toggle"/>
                <enumChoice choice="Smoke Control"/>
                <enumChoice choice="Horn Grade Crossing Sound" value="30"/>
                <enumChoice choice="Play Macro" value="40"/>
                <enumChoice choice="Record Macro"/>
                <enumChoice choice="Passenger Sounds" value="50"/>
                <enumChoice choice="Freight Sounds"/>
                <enumChoice choice="Maintenance Sounds"/>
                <enumChoice choice="Radio Chatter Sounds"/>
                <enumChoice choice="City Sounds"/>
                <enumChoice choice="Farm Sounds"/>
                <enumChoice choice="Industrial Sounds"/>
                <enumChoice choice="Lumber Yard Sounds"/>
                <enumChoice choice="Cab Light Toggle" value="60"/>
                <enumChoice choice="Rule 17 Dimming Toggle"/>
                 </enumVal></variable>

        <variable label="F3 Output Function Definition" CV="36" default="17" minFn="3"
                    item="Function 3 effect generated">
            <enumVal>
                <enumChoice choice="Nothing" value="0"/>
                <enumChoice choice="Front/Rear Lights"/>
                <enumChoice choice="Bell Sound"/>
                <enumChoice choice="Horn Sound"/>
                <enumChoice choice="Couple/Uncouple Sound"/>
                <enumChoice choice="Air Pump sound"/>
                <enumChoice choice="Blow Down/Chuff Increase"/>
                <enumChoice choice="Water Fill/Chuff Increase/Startup"/>
                <enumChoice choice="L1 Function"/>
                <enumChoice choice="Mute/Volume Control"/>
                <enumChoice choice="Startup/Shutdown Sounds"/>
                <enumChoice choice="Shoveling Coal Sound"/>
                <enumChoice choice="Water Injector Sound"/>
                <enumChoice choice="Brake Set/Release/Squeal Sound"/>
                <enumChoice choice="Steam Cock"/>
                <enumChoice choice="Pop-Off Sound"/>
                <enumChoice choice="Wheel Flange Sound"/>
                <enumChoice choice="Coupler Slack/Couple Sound "/>
                <enumChoice choice="Brake Squeal Sound"/>
                <enumChoice choice="Horn2 Toggle"/>
                <enumChoice choice="Smoke Control"/>
                <enumChoice choice="Horn Grade Crossing Sound" value="30"/>
                <enumChoice choice="Play Macro" value="40"/>
                <enumChoice choice="Record Macro"/>
                <enumChoice choice="Passenger Sounds" value="50"/>
                <enumChoice choice="Freight Sounds"/>
                <enumChoice choice="Maintenance Sounds"/>
                <enumChoice choice="Radio Chatter Sounds"/>
                <enumChoice choice="City Sounds"/>
                <enumChoice choice="Farm Sounds"/>
                <enumChoice choice="Industrial Sounds"/>
                <enumChoice choice="Lumber Yard Sounds"/>
                <enumChoice choice="Cab Light Toggle" value="60"/>
                <enumChoice choice="Rule 17 Dimming Toggle"/>
                 </enumVal></variable>

        <variable label="F4 Output Function Definition" CV="37" default="5" minFn="4"
                    item="Function 4 effect generated">
            <enumVal>
                <enumChoice choice="Nothing" value="0"/>
                <enumChoice choice="Front/Rear Lights"/>
                <enumChoice choice="Bell Sound"/>
                <enumChoice choice="Horn Sound"/>
                <enumChoice choice="Couple/Uncouple Sound"/>
                <enumChoice choice="Air Pump sound"/>
                <enumChoice choice="Blow Down/Chuff Increase"/>
                <enumChoice choice="Water Fill/Chuff Increase/Startup"/>
                <enumChoice choice="L1 Function"/>
                <enumChoice choice="Mute/Volume Control"/>
                <enumChoice choice="Startup/Shutdown Sounds"/>
                <enumChoice choice="Shoveling Coal Sound"/>
                <enumChoice choice="Water Injector Sound"/>
                <enumChoice choice="Brake Set/Release/Squeal Sound"/>
                <enumChoice choice="Steam Cock"/>
                <enumChoice choice="Pop-Off Sound"/>
                <enumChoice choice="Wheel Flange Sound"/>
                <enumChoice choice="Coupler Slack/Couple Sound "/>
                <enumChoice choice="Brake Squeal Sound"/>
                <enumChoice choice="Horn2 Toggle"/>
                <enumChoice choice="Smoke Control"/>
                <enumChoice choice="Horn Grade Crossing Sound" value="30"/>
                <enumChoice choice="Play Macro" value="40"/>
                <enumChoice choice="Record Macro"/>
                <enumChoice choice="Passenger Sounds" value="50"/>
                <enumChoice choice="Freight Sounds"/>
                <enumChoice choice="Maintenance Sounds"/>
                <enumChoice choice="Radio Chatter Sounds"/>
                <enumChoice choice="City Sounds"/>
                <enumChoice choice="Farm Sounds"/>
                <enumChoice choice="Industrial Sounds"/>
                <enumChoice choice="Lumber Yard Sounds"/>
                <enumChoice choice="Cab Light Toggle" value="60"/>
                <enumChoice choice="Rule 17 Dimming Toggle"/>
                 </enumVal></variable>

        <variable label="F5 Output Function Definition" CV="38" default="6" minFn="5"
                    item="Function 5 effect generated">
            <enumVal>
                <enumChoice choice="Nothing" value="0"/>
                <enumChoice choice="Front/Rear Lights"/>
                <enumChoice choice="Bell Sound"/>
                <enumChoice choice="Horn Sound"/>
                <enumChoice choice="Couple/Uncouple Sound"/>
                <enumChoice choice="Air Pump sound"/>
                <enumChoice choice="Blow Down/Chuff Increase"/>
                <enumChoice choice="Water Fill/Chuff Increase/Startup"/>
                <enumChoice choice="L1 Function"/>
                <enumChoice choice="Mute/Volume Control"/>
                <enumChoice choice="Startup/Shutdown Sounds"/>
                <enumChoice choice="Shoveling Coal Sound"/>
                <enumChoice choice="Water Injector Sound"/>
                <enumChoice choice="Brake Set/Release/Squeal Sound"/>
                <enumChoice choice="Steam Cock"/>
                <enumChoice choice="Pop-Off Sound"/>
                <enumChoice choice="Wheel Flange Sound"/>
                <enumChoice choice="Coupler Slack/Couple Sound "/>
                <enumChoice choice="Brake Squeal Sound"/>
                <enumChoice choice="Horn2 Toggle"/>
                <enumChoice choice="Smoke Control"/>
                <enumChoice choice="Horn Grade Crossing Sound" value="30"/>
                <enumChoice choice="Play Macro" value="40"/>
                <enumChoice choice="Record Macro"/>
                <enumChoice choice="Passenger Sounds" value="50"/>
                <enumChoice choice="Freight Sounds"/>
                <enumChoice choice="Maintenance Sounds"/>
                <enumChoice choice="Radio Chatter Sounds"/>
                <enumChoice choice="City Sounds"/>
                <enumChoice choice="Farm Sounds"/>
                <enumChoice choice="Industrial Sounds"/>
                <enumChoice choice="Lumber Yard Sounds"/>
                <enumChoice choice="Cab Light Toggle" value="60"/>
                <enumChoice choice="Rule 17 Dimming Toggle"/>
                 </enumVal></variable>

        <variable label="F6 Output Function Definition" CV="39" default="7" minFn="6"
                    item="Function 6 effect generated">
            <enumVal>
                <enumChoice choice="Nothing" value="0"/>
                <enumChoice choice="Front/Rear Lights"/>
                <enumChoice choice="Bell Sound"/>
                <enumChoice choice="Horn Sound"/>
                <enumChoice choice="Couple/Uncouple Sound"/>
                <enumChoice choice="Air Pump sound"/>
                <enumChoice choice="Blow Down/Chuff Increase"/>
                <enumChoice choice="Water Fill/Chuff Increase/Startup"/>
                <enumChoice choice="L1 Function"/>
                <enumChoice choice="Mute/Volume Control"/>
                <enumChoice choice="Startup/Shutdown Sounds"/>
                <enumChoice choice="Shoveling Coal Sound"/>
                <enumChoice choice="Water Injector Sound"/>
                <enumChoice choice="Brake Set/Release/Squeal Sound"/>
                <enumChoice choice="Steam Cock"/>
                <enumChoice choice="Pop-Off Sound"/>
                <enumChoice choice="Wheel Flange Sound"/>
                <enumChoice choice="Coupler Slack/Couple Sound "/>
                <enumChoice choice="Brake Squeal Sound"/>
                <enumChoice choice="Horn2 Toggle"/>
                <enumChoice choice="Smoke Control"/>
                <enumChoice choice="Horn Grade Crossing Sound" value="30"/>
                <enumChoice choice="Play Macro" value="40"/>
                <enumChoice choice="Record Macro"/>
                <enumChoice choice="Passenger Sounds" value="50"/>
                <enumChoice choice="Freight Sounds"/>
                <enumChoice choice="Maintenance Sounds"/>
                <enumChoice choice="Radio Chatter Sounds"/>
                <enumChoice choice="City Sounds"/>
                <enumChoice choice="Farm Sounds"/>
                <enumChoice choice="Industrial Sounds"/>
                <enumChoice choice="Lumber Yard Sounds"/>
                <enumChoice choice="Cab Light Toggle" value="60"/>
                <enumChoice choice="Rule 17 Dimming Toggle"/>
                 </enumVal></variable>

        <variable label="F7 Output Function Definition" CV="40" default="8" minFn="7"
                    item="Function 7 effect generated">
            <enumVal>
                <enumChoice choice="Nothing" value="0"/>
                <enumChoice choice="Front/Rear Lights"/>
                <enumChoice choice="Bell Sound"/>
                <enumChoice choice="Horn Sound"/>
                <enumChoice choice="Couple/Uncouple Sound"/>
                <enumChoice choice="Air Pump sound"/>
                <enumChoice choice="Blow Down/Chuff Increase"/>
                <enumChoice choice="Water Fill/Chuff Increase/Startup"/>
                <enumChoice choice="L1 Function"/>
                <enumChoice choice="Mute/Volume Control"/>
                <enumChoice choice="Startup/Shutdown Sounds"/>
                <enumChoice choice="Shoveling Coal Sound"/>
                <enumChoice choice="Water Injector Sound"/>
                <enumChoice choice="Brake Set/Release/Squeal Sound"/>
                <enumChoice choice="Steam Cock"/>
                <enumChoice choice="Pop-Off Sound"/>
                <enumChoice choice="Wheel Flange Sound"/>
                <enumChoice choice="Coupler Slack/Couple Sound "/>
                <enumChoice choice="Brake Squeal Sound"/>
                <enumChoice choice="Horn2 Toggle"/>
                <enumChoice choice="Smoke Control"/>
                <enumChoice choice="Horn Grade Crossing Sound" value="30"/>
                <enumChoice choice="Play Macro" value="40"/>
                <enumChoice choice="Record Macro"/>
                <enumChoice choice="Passenger Sounds" value="50"/>
                <enumChoice choice="Freight Sounds"/>
                <enumChoice choice="Maintenance Sounds"/>
                <enumChoice choice="Radio Chatter Sounds"/>
                <enumChoice choice="City Sounds"/>
                <enumChoice choice="Farm Sounds"/>
                <enumChoice choice="Industrial Sounds"/>
                <enumChoice choice="Lumber Yard Sounds"/>
                <enumChoice choice="Cab Light Toggle" value="60"/>
                <enumChoice choice="Rule 17 Dimming Toggle"/>
                 </enumVal></variable>

        <variable label="F8 Output Function Definition" CV="41" default="9" minFn="8"
                    item="Function 8 effect generated">
            <enumVal>
                <enumChoice choice="Nothing" value="0"/>
                <enumChoice choice="Front/Rear Lights"/>
                <enumChoice choice="Bell Sound"/>
                <enumChoice choice="Horn Sound"/>
                <enumChoice choice="Couple/Uncouple Sound"/>
                <enumChoice choice="Air Pump sound"/>
                <enumChoice choice="Blow Down/Chuff Increase"/>
                <enumChoice choice="Water Fill/Chuff Increase/Startup"/>
                <enumChoice choice="L1 Function"/>
                <enumChoice choice="Mute/Volume Control"/>
                <enumChoice choice="Startup/Shutdown Sounds"/>
                <enumChoice choice="Shoveling Coal Sound"/>
                <enumChoice choice="Water Injector Sound"/>
                <enumChoice choice="Brake Set/Release/Squeal Sound"/>
                <enumChoice choice="Steam Cock"/>
                <enumChoice choice="Pop-Off Sound"/>
                <enumChoice choice="Wheel Flange Sound"/>
                <enumChoice choice="Coupler Slack/Couple Sound "/>
                <enumChoice choice="Brake Squeal Sound"/>
                <enumChoice choice="Horn2 Toggle"/>
                <enumChoice choice="Smoke Control"/>
                <enumChoice choice="Horn Grade Crossing Sound" value="30"/>
                <enumChoice choice="Play Macro" value="40"/>
                <enumChoice choice="Record Macro"/>
                <enumChoice choice="Passenger Sounds" value="50"/>
                <enumChoice choice="Freight Sounds"/>
                <enumChoice choice="Maintenance Sounds"/>
                <enumChoice choice="Radio Chatter Sounds"/>
                <enumChoice choice="City Sounds"/>
                <enumChoice choice="Farm Sounds"/>
                <enumChoice choice="Industrial Sounds"/>
                <enumChoice choice="Lumber Yard Sounds"/>
                <enumChoice choice="Cab Light Toggle" value="60"/>
                <enumChoice choice="Rule 17 Dimming Toggle"/>
                 </enumVal></variable>

        <variable label="F9 Output Function Definition" CV="42" default="10" minFn="9"
                    item="Function 9 effect generated">
            <enumVal>
                <enumChoice choice="Nothing" value="0"/>
                <enumChoice choice="Front/Rear Lights"/>
                <enumChoice choice="Bell Sound"/>
                <enumChoice choice="Horn Sound"/>
                <enumChoice choice="Couple/Uncouple Sound"/>
                <enumChoice choice="Air Pump sound"/>
                <enumChoice choice="Blow Down/Chuff Increase"/>
                <enumChoice choice="Water Fill/Chuff Increase/Startup"/>
                <enumChoice choice="L1 Function"/>
                <enumChoice choice="Mute/Volume Control"/>
                <enumChoice choice="Startup/Shutdown Sounds"/>
                <enumChoice choice="Shoveling Coal Sound"/>
                <enumChoice choice="Water Injector Sound"/>
                <enumChoice choice="Brake Set/Release/Squeal Sound"/>
                <enumChoice choice="Steam Cock"/>
                <enumChoice choice="Pop-Off Sound"/>
                <enumChoice choice="Wheel Flange Sound"/>
                <enumChoice choice="Coupler Slack/Couple Sound "/>
                <enumChoice choice="Brake Squeal Sound"/>
                <enumChoice choice="Horn2 Toggle"/>
                <enumChoice choice="Smoke Control"/>
                <enumChoice choice="Horn Grade Crossing Sound" value="30"/>
                <enumChoice choice="Play Macro" value="40"/>
                <enumChoice choice="Record Macro"/>
                <enumChoice choice="Passenger Sounds" value="50"/>
                <enumChoice choice="Freight Sounds"/>
                <enumChoice choice="Maintenance Sounds"/>
                <enumChoice choice="Radio Chatter Sounds"/>
                <enumChoice choice="City Sounds"/>
                <enumChoice choice="Farm Sounds"/>
                <enumChoice choice="Industrial Sounds"/>
                <enumChoice choice="Lumber Yard Sounds"/>
                <enumChoice choice="Cab Light Toggle" value="60"/>
                <enumChoice choice="Rule 17 Dimming Toggle"/>
                 </enumVal></variable>

        <variable label="F10 Output Function Definition" CV="43" default="11" minFn="10"
                    item="Function 10 effect generated">
            <enumVal>
                <enumChoice choice="Nothing" value="0"/>
                <enumChoice choice="Front/Rear Lights"/>
                <enumChoice choice="Bell Sound"/>
                <enumChoice choice="Horn Sound"/>
                <enumChoice choice="Couple/Uncouple Sound"/>
                <enumChoice choice="Air Pump sound"/>
                <enumChoice choice="Blow Down/Chuff Increase"/>
                <enumChoice choice="Water Fill/Chuff Increase/Startup"/>
                <enumChoice choice="L1 Function"/>
                <enumChoice choice="Mute/Volume Control"/>
                <enumChoice choice="Startup/Shutdown Sounds"/>
                <enumChoice choice="Shoveling Coal Sound"/>
                <enumChoice choice="Water Injector Sound"/>
                <enumChoice choice="Brake Set/Release/Squeal Sound"/>
                <enumChoice choice="Steam Cock"/>
                <enumChoice choice="Pop-Off Sound"/>
                <enumChoice choice="Wheel Flange Sound"/>
                <enumChoice choice="Coupler Slack/Couple Sound "/>
                <enumChoice choice="Brake Squeal Sound"/>
                <enumChoice choice="Horn2 Toggle"/>
                <enumChoice choice="Smoke Control"/>
                <enumChoice choice="Horn Grade Crossing Sound" value="30"/>
                <enumChoice choice="Play Macro" value="40"/>
                <enumChoice choice="Record Macro"/>
                <enumChoice choice="Passenger Sounds" value="50"/>
                <enumChoice choice="Freight Sounds"/>
                <enumChoice choice="Maintenance Sounds"/>
                <enumChoice choice="Radio Chatter Sounds"/>
                <enumChoice choice="City Sounds"/>
                <enumChoice choice="Farm Sounds"/>
                <enumChoice choice="Industrial Sounds"/>
                <enumChoice choice="Lumber Yard Sounds"/>
                <enumChoice choice="Cab Light Toggle" value="60"/>
                <enumChoice choice="Rule 17 Dimming Toggle"/>
                 </enumVal></variable>

        <variable label="F11 Output Function Definition" CV="44" default="12" minFn="11"
                    item="Function 11 effect generated">
            <enumVal>
                <enumChoice choice="Nothing" value="0"/>
                <enumChoice choice="Front/Rear Lights"/>
                <enumChoice choice="Bell Sound"/>
                <enumChoice choice="Horn Sound"/>
                <enumChoice choice="Couple/Uncouple Sound"/>
                <enumChoice choice="Air Pump sound"/>
                <enumChoice choice="Blow Down/Chuff Increase"/>
                <enumChoice choice="Water Fill/Chuff Increase/Startup"/>
                <enumChoice choice="L1 Function"/>
                <enumChoice choice="Mute/Volume Control"/>
                <enumChoice choice="Startup/Shutdown Sounds"/>
                <enumChoice choice="Shoveling Coal Sound"/>
                <enumChoice choice="Water Injector Sound"/>
                <enumChoice choice="Brake Set/Release/Squeal Sound"/>
                <enumChoice choice="Steam Cock"/>
                <enumChoice choice="Pop-Off Sound"/>
                <enumChoice choice="Wheel Flange Sound"/>
                <enumChoice choice="Coupler Slack/Couple Sound "/>
                <enumChoice choice="Brake Squeal Sound"/>
                <enumChoice choice="Horn2 Toggle"/>
                <enumChoice choice="Smoke Control"/>
                <enumChoice choice="Horn Grade Crossing Sound" value="30"/>
                <enumChoice choice="Play Macro" value="40"/>
                <enumChoice choice="Record Macro"/>
                <enumChoice choice="Passenger Sounds" value="50"/>
                <enumChoice choice="Freight Sounds"/>
                <enumChoice choice="Maintenance Sounds"/>
                <enumChoice choice="Radio Chatter Sounds"/>
                <enumChoice choice="City Sounds"/>
                <enumChoice choice="Farm Sounds"/>
                <enumChoice choice="Industrial Sounds"/>
                <enumChoice choice="Lumber Yard Sounds"/>
                <enumChoice choice="Cab Light Toggle" value="60"/>
                <enumChoice choice="Rule 17 Dimming Toggle"/>
                 </enumVal></variable>

        <variable label="F12 Output Function Definition" CV="45" default="13" minFn="12"
                    item="Function 12 effect generated">
            <enumVal>
                <enumChoice choice="Nothing" value="0"/>
                <enumChoice choice="Front/Rear Lights"/>
                <enumChoice choice="Bell Sound"/>
                <enumChoice choice="Horn Sound"/>
                <enumChoice choice="Couple/Uncouple Sound"/>
                <enumChoice choice="Air Pump sound"/>
                <enumChoice choice="Blow Down/Chuff Increase"/>
                <enumChoice choice="Water Fill/Chuff Increase/Startup"/>
                <enumChoice choice="L1 Function"/>
                <enumChoice choice="Mute/Volume Control"/>
                <enumChoice choice="Startup/Shutdown Sounds"/>
                <enumChoice choice="Shoveling Coal Sound"/>
                <enumChoice choice="Water Injector Sound"/>
                <enumChoice choice="Brake Set/Release/Squeal Sound"/>
                <enumChoice choice="Steam Cock"/>
                <enumChoice choice="Pop-Off Sound"/>
                <enumChoice choice="Wheel Flange Sound"/>
                <enumChoice choice="Coupler Slack/Couple Sound "/>
                <enumChoice choice="Brake Squeal Sound"/>
                <enumChoice choice="Horn2 Toggle"/>
                <enumChoice choice="Smoke Control"/>
                <enumChoice choice="Horn Grade Crossing Sound" value="30"/>
                <enumChoice choice="Play Macro" value="40"/>
                <enumChoice choice="Record Macro"/>
                <enumChoice choice="Passenger Sounds" value="50"/>
                <enumChoice choice="Freight Sounds"/>
                <enumChoice choice="Maintenance Sounds"/>
                <enumChoice choice="Radio Chatter Sounds"/>
                <enumChoice choice="City Sounds"/>
                <enumChoice choice="Farm Sounds"/>
                <enumChoice choice="Industrial Sounds"/>
                <enumChoice choice="Lumber Yard Sounds"/>
                <enumChoice choice="Cab Light Toggle" value="60"/>
                <enumChoice choice="Rule 17 Dimming Toggle"/>
                 </enumVal></variable>

        <variable label="F13 Output Function Definition" CV="46" default="30" minFn="13"
                    item="Function 13 effect generated">
            <enumVal>
                <enumChoice choice="Nothing" value="0"/>
                <enumChoice choice="Front/Rear Lights"/>
                <enumChoice choice="Bell Sound"/>
                <enumChoice choice="Horn Sound"/>
                <enumChoice choice="Couple/Uncouple Sound"/>
                <enumChoice choice="Air Pump sound"/>
                <enumChoice choice="Blow Down/Chuff Increase"/>
                <enumChoice choice="Water Fill/Chuff Increase/Startup"/>
                <enumChoice choice="L1 Function"/>
                <enumChoice choice="Mute/Volume Control"/>
                <enumChoice choice="Startup/Shutdown Sounds"/>
                <enumChoice choice="Shoveling Coal Sound"/>
                <enumChoice choice="Water Injector Sound"/>
                <enumChoice choice="Brake Set/Release/Squeal Sound"/>
                <enumChoice choice="Steam Cock"/>
                <enumChoice choice="Pop-Off Sound"/>
                <enumChoice choice="Wheel Flange Sound"/>
                <enumChoice choice="Coupler Slack/Couple Sound "/>
                <enumChoice choice="Brake Squeal Sound"/>
                <enumChoice choice="Horn2 Toggle"/>
                <enumChoice choice="Smoke Control"/>
                <enumChoice choice="Horn Grade Crossing Sound" value="30"/>
                <enumChoice choice="Play Macro" value="40"/>
                <enumChoice choice="Record Macro"/>
                <enumChoice choice="Passenger Sounds" value="50"/>
                <enumChoice choice="Freight Sounds"/>
                <enumChoice choice="Maintenance Sounds"/>
                <enumChoice choice="Radio Chatter Sounds"/>
                <enumChoice choice="City Sounds"/>
                <enumChoice choice="Farm Sounds"/>
                <enumChoice choice="Industrial Sounds"/>
                <enumChoice choice="Lumber Yard Sounds"/>
                <enumChoice choice="Cab Light Toggle" value="60"/>
                <enumChoice choice="Rule 17 Dimming Toggle"/>
                 </enumVal></variable>

        <variable label="F14 Output Function Definition" CV="47" default="50" minFn="14"
                    item="Function 14 effect generated">
            <enumVal>
                <enumChoice choice="Nothing" value="0"/>
                <enumChoice choice="Front/Rear Lights"/>
                <enumChoice choice="Bell Sound"/>
                <enumChoice choice="Horn Sound"/>
                <enumChoice choice="Couple/Uncouple Sound"/>
                <enumChoice choice="Air Pump sound"/>
                <enumChoice choice="Blow Down/Chuff Increase"/>
                <enumChoice choice="Water Fill/Chuff Increase/Startup"/>
                <enumChoice choice="L1 Function"/>
                <enumChoice choice="Mute/Volume Control"/>
                <enumChoice choice="Startup/Shutdown Sounds"/>
                <enumChoice choice="Shoveling Coal Sound"/>
                <enumChoice choice="Water Injector Sound"/>
                <enumChoice choice="Brake Set/Release/Squeal Sound"/>
                <enumChoice choice="Steam Cock"/>
                <enumChoice choice="Pop-Off Sound"/>
                <enumChoice choice="Wheel Flange Sound"/>
                <enumChoice choice="Coupler Slack/Couple Sound "/>
                <enumChoice choice="Brake Squeal Sound"/>
                <enumChoice choice="Horn2 Toggle"/>
                <enumChoice choice="Smoke Control"/>
                <enumChoice choice="Horn Grade Crossing Sound" value="30"/>
                <enumChoice choice="Play Macro" value="40"/>
                <enumChoice choice="Record Macro"/>
                <enumChoice choice="Passenger Sounds" value="50"/>
                <enumChoice choice="Freight Sounds"/>
                <enumChoice choice="Maintenance Sounds"/>
                <enumChoice choice="Radio Chatter Sounds"/>
                <enumChoice choice="City Sounds"/>
                <enumChoice choice="Farm Sounds"/>
                <enumChoice choice="Industrial Sounds"/>
                <enumChoice choice="Lumber Yard Sounds"/>
                <enumChoice choice="Cab Light Toggle" value="60"/>
                <enumChoice choice="Rule 17 Dimming Toggle"/>
                 </enumVal></variable>

        <variable label="F15 Output Function Definition" CV="48" default="51" minFn="15"
                    item="Function 15 effect generated">
            <enumVal>
                <enumChoice choice="Nothing" value="0"/>
                <enumChoice choice="Front/Rear Lights"/>
                <enumChoice choice="Bell Sound"/>
                <enumChoice choice="Horn Sound"/>
                <enumChoice choice="Couple/Uncouple Sound"/>
                <enumChoice choice="Air Pump sound"/>
                <enumChoice choice="Blow Down/Chuff Increase"/>
                <enumChoice choice="Water Fill/Chuff Increase/Startup"/>
                <enumChoice choice="L1 Function"/>
                <enumChoice choice="Mute/Volume Control"/>
                <enumChoice choice="Startup/Shutdown Sounds"/>
                <enumChoice choice="Shoveling Coal Sound"/>
                <enumChoice choice="Water Injector Sound"/>
                <enumChoice choice="Brake Set/Release/Squeal Sound"/>
                <enumChoice choice="Steam Cock"/>
                <enumChoice choice="Pop-Off Sound"/>
                <enumChoice choice="Wheel Flange Sound"/>
                <enumChoice choice="Coupler Slack/Couple Sound "/>
                <enumChoice choice="Brake Squeal Sound"/>
                <enumChoice choice="Horn2 Toggle"/>
                <enumChoice choice="Smoke Control"/>
                <enumChoice choice="Horn Grade Crossing Sound" value="30"/>
                <enumChoice choice="Play Macro" value="40"/>
                <enumChoice choice="Record Macro"/>
                <enumChoice choice="Passenger Sounds" value="50"/>
                <enumChoice choice="Freight Sounds"/>
                <enumChoice choice="Maintenance Sounds"/>
                <enumChoice choice="Radio Chatter Sounds"/>
                <enumChoice choice="City Sounds"/>
                <enumChoice choice="Farm Sounds"/>
                <enumChoice choice="Industrial Sounds"/>
                <enumChoice choice="Lumber Yard Sounds"/>
                <enumChoice choice="Cab Light Toggle" value="60"/>
                <enumChoice choice="Rule 17 Dimming Toggle"/>
                 </enumVal></variable>

        <variable label="F16 Output Function Definition" CV="49" default="52" minFn="16"
                    item="Function 16 effect generated">
            <enumVal>
                <enumChoice choice="Nothing" value="0"/>
                <enumChoice choice="Front/Rear Lights"/>
                <enumChoice choice="Bell Sound"/>
                <enumChoice choice="Horn Sound"/>
                <enumChoice choice="Couple/Uncouple Sound"/>
                <enumChoice choice="Air Pump sound"/>
                <enumChoice choice="Blow Down/Chuff Increase"/>
                <enumChoice choice="Water Fill/Chuff Increase/Startup"/>
                <enumChoice choice="L1 Function"/>
                <enumChoice choice="Mute/Volume Control"/>
                <enumChoice choice="Startup/Shutdown Sounds"/>
                <enumChoice choice="Shoveling Coal Sound"/>
                <enumChoice choice="Water Injector Sound"/>
                <enumChoice choice="Brake Set/Release/Squeal Sound"/>
                <enumChoice choice="Steam Cock"/>
                <enumChoice choice="Pop-Off Sound"/>
                <enumChoice choice="Wheel Flange Sound"/>
                <enumChoice choice="Coupler Slack/Couple Sound "/>
                <enumChoice choice="Brake Squeal Sound"/>
                <enumChoice choice="Horn2 Toggle"/>
                <enumChoice choice="Smoke Control"/>
                <enumChoice choice="Horn Grade Crossing Sound" value="30"/>
                <enumChoice choice="Play Macro" value="40"/>
                <enumChoice choice="Record Macro"/>
                <enumChoice choice="Passenger Sounds" value="50"/>
                <enumChoice choice="Freight Sounds"/>
                <enumChoice choice="Maintenance Sounds"/>
                <enumChoice choice="Radio Chatter Sounds"/>
                <enumChoice choice="City Sounds"/>
                <enumChoice choice="Farm Sounds"/>
                <enumChoice choice="Industrial Sounds"/>
                <enumChoice choice="Lumber Yard Sounds"/>
                <enumChoice choice="Cab Light Toggle" value="60"/>
                <enumChoice choice="Rule 17 Dimming Toggle"/>
                 </enumVal></variable>

        <variable label="F17 Output Function Definition" CV="50" default="53" minFn="17"
                    item="Function 17 effect generated">
            <enumVal>
                <enumChoice choice="Nothing" value="0"/>
                <enumChoice choice="Front/Rear Lights"/>
                <enumChoice choice="Bell Sound"/>
                <enumChoice choice="Horn Sound"/>
                <enumChoice choice="Couple/Uncouple Sound"/>
                <enumChoice choice="Air Pump sound"/>
                <enumChoice choice="Blow Down/Chuff Increase"/>
                <enumChoice choice="Water Fill/Chuff Increase/Startup"/>
                <enumChoice choice="L1 Function"/>
                <enumChoice choice="Mute/Volume Control"/>
                <enumChoice choice="Startup/Shutdown Sounds"/>
                <enumChoice choice="Shoveling Coal Sound"/>
                <enumChoice choice="Water Injector Sound"/>
                <enumChoice choice="Brake Set/Release/Squeal Sound"/>
                <enumChoice choice="Steam Cock"/>
                <enumChoice choice="Pop-Off Sound"/>
                <enumChoice choice="Wheel Flange Sound"/>
                <enumChoice choice="Coupler Slack/Couple Sound "/>
                <enumChoice choice="Brake Squeal Sound"/>
                <enumChoice choice="Horn2 Toggle"/>
                <enumChoice choice="Smoke Control"/>
                <enumChoice choice="Horn Grade Crossing Sound" value="30"/>
                <enumChoice choice="Play Macro" value="40"/>
                <enumChoice choice="Record Macro"/>
                <enumChoice choice="Passenger Sounds" value="50"/>
                <enumChoice choice="Freight Sounds"/>
                <enumChoice choice="Maintenance Sounds"/>
                <enumChoice choice="Radio Chatter Sounds"/>
                <enumChoice choice="City Sounds"/>
                <enumChoice choice="Farm Sounds"/>
                <enumChoice choice="Industrial Sounds"/>
                <enumChoice choice="Lumber Yard Sounds"/>
                <enumChoice choice="Cab Light Toggle" value="60"/>
                <enumChoice choice="Rule 17 Dimming Toggle"/>
                 </enumVal></variable>

        <variable label="F18 Output Function Definition" CV="51" default="54" minFn="18"
                    item="Function 18 effect generated">
            <enumVal>
                <enumChoice choice="Nothing" value="0"/>
                <enumChoice choice="Front/Rear Lights"/>
                <enumChoice choice="Bell Sound"/>
                <enumChoice choice="Horn Sound"/>
                <enumChoice choice="Couple/Uncouple Sound"/>
                <enumChoice choice="Air Pump sound"/>
                <enumChoice choice="Blow Down/Chuff Increase"/>
                <enumChoice choice="Water Fill/Chuff Increase/Startup"/>
                <enumChoice choice="L1 Function"/>
                <enumChoice choice="Mute/Volume Control"/>
                <enumChoice choice="Startup/Shutdown Sounds"/>
                <enumChoice choice="Shoveling Coal Sound"/>
                <enumChoice choice="Water Injector Sound"/>
                <enumChoice choice="Brake Set/Release/Squeal Sound"/>
                <enumChoice choice="Steam Cock"/>
                <enumChoice choice="Pop-Off Sound"/>
                <enumChoice choice="Wheel Flange Sound"/>
                <enumChoice choice="Coupler Slack/Couple Sound "/>
                <enumChoice choice="Brake Squeal Sound"/>
                <enumChoice choice="Horn2 Toggle"/>
                <enumChoice choice="Smoke Control"/>
                <enumChoice choice="Horn Grade Crossing Sound" value="30"/>
                <enumChoice choice="Play Macro" value="40"/>
                <enumChoice choice="Record Macro"/>
                <enumChoice choice="Passenger Sounds" value="50"/>
                <enumChoice choice="Freight Sounds"/>
                <enumChoice choice="Maintenance Sounds"/>
                <enumChoice choice="Radio Chatter Sounds"/>
                <enumChoice choice="City Sounds"/>
                <enumChoice choice="Farm Sounds"/>
                <enumChoice choice="Industrial Sounds"/>
                <enumChoice choice="Lumber Yard Sounds"/>
                <enumChoice choice="Cab Light Toggle" value="60"/>
                <enumChoice choice="Rule 17 Dimming Toggle"/>
                 </enumVal></variable>

        <variable label="F19 Output Function Definition" CV="52" default="55" minFn="19"
                    item="Function 19 effect generated">
            <enumVal>
                <enumChoice choice="Nothing" value="0"/>
                <enumChoice choice="Front/Rear Lights"/>
                <enumChoice choice="Bell Sound"/>
                <enumChoice choice="Horn Sound"/>
                <enumChoice choice="Couple/Uncouple Sound"/>
                <enumChoice choice="Air Pump sound"/>
                <enumChoice choice="Blow Down/Chuff Increase"/>
                <enumChoice choice="Water Fill/Chuff Increase/Startup"/>
                <enumChoice choice="L1 Function"/>
                <enumChoice choice="Mute/Volume Control"/>
                <enumChoice choice="Startup/Shutdown Sounds"/>
                <enumChoice choice="Shoveling Coal Sound"/>
                <enumChoice choice="Water Injector Sound"/>
                <enumChoice choice="Brake Set/Release/Squeal Sound"/>
                <enumChoice choice="Steam Cock"/>
                <enumChoice choice="Pop-Off Sound"/>
                <enumChoice choice="Wheel Flange Sound"/>
                <enumChoice choice="Coupler Slack/Couple Sound "/>
                <enumChoice choice="Brake Squeal Sound"/>
                <enumChoice choice="Horn2 Toggle"/>
                <enumChoice choice="Smoke Control"/>
                <enumChoice choice="Horn Grade Crossing Sound" value="30"/>
                <enumChoice choice="Play Macro" value="40"/>
                <enumChoice choice="Record Macro"/>
                <enumChoice choice="Passenger Sounds" value="50"/>
                <enumChoice choice="Freight Sounds"/>
                <enumChoice choice="Maintenance Sounds"/>
                <enumChoice choice="Radio Chatter Sounds"/>
                <enumChoice choice="City Sounds"/>
                <enumChoice choice="Farm Sounds"/>
                <enumChoice choice="Industrial Sounds"/>
                <enumChoice choice="Lumber Yard Sounds"/>
                <enumChoice choice="Cab Light Toggle" value="60"/>
                <enumChoice choice="Rule 17 Dimming Toggle"/>
                 </enumVal></variable>

        <variable label="F20 Output Function Definition" CV="53" default="56" minFn="20"
                    item="Function 20 effect generated">
            <enumVal>
                <enumChoice choice="Nothing" value="0"/>
                <enumChoice choice="Front/Rear Lights"/>
                <enumChoice choice="Bell Sound"/>
                <enumChoice choice="Horn Sound"/>
                <enumChoice choice="Couple/Uncouple Sound"/>
                <enumChoice choice="Air Pump sound"/>
                <enumChoice choice="Blow Down/Chuff Increase"/>
                <enumChoice choice="Water Fill/Chuff Increase/Startup"/>
                <enumChoice choice="L1 Function"/>
                <enumChoice choice="Mute/Volume Control"/>
                <enumChoice choice="Startup/Shutdown Sounds"/>
                <enumChoice choice="Shoveling Coal Sound"/>
                <enumChoice choice="Water Injector Sound"/>
                <enumChoice choice="Brake Set/Release/Squeal Sound"/>
                <enumChoice choice="Steam Cock"/>
                <enumChoice choice="Pop-Off Sound"/>
                <enumChoice choice="Wheel Flange Sound"/>
                <enumChoice choice="Coupler Slack/Couple Sound "/>
                <enumChoice choice="Brake Squeal Sound"/>
                <enumChoice choice="Horn2 Toggle"/>
                <enumChoice choice="Smoke Control"/>
                <enumChoice choice="Horn Grade Crossing Sound" value="30"/>
                <enumChoice choice="Play Macro" value="40"/>
                <enumChoice choice="Record Macro"/>
                <enumChoice choice="Passenger Sounds" value="50"/>
                <enumChoice choice="Freight Sounds"/>
                <enumChoice choice="Maintenance Sounds"/>
                <enumChoice choice="Radio Chatter Sounds"/>
                <enumChoice choice="City Sounds"/>
                <enumChoice choice="Farm Sounds"/>
                <enumChoice choice="Industrial Sounds"/>
                <enumChoice choice="Lumber Yard Sounds"/>
                <enumChoice choice="Cab Light Toggle" value="60"/>
                <enumChoice choice="Rule 17 Dimming Toggle"/>
                 </enumVal></variable>

        <variable label="F21 Output Function Definition" CV="54" default="57" minFn="21"
                    item="Function 21 effect generated">
            <enumVal>
                <enumChoice choice="Nothing" value="0"/>
                <enumChoice choice="Front/Rear Lights"/>
                <enumChoice choice="Bell Sound"/>
                <enumChoice choice="Horn Sound"/>
                <enumChoice choice="Couple/Uncouple Sound"/>
                <enumChoice choice="Air Pump sound"/>
                <enumChoice choice="Blow Down/Chuff Increase"/>
                <enumChoice choice="Water Fill/Chuff Increase/Startup"/>
                <enumChoice choice="L1 Function"/>
                <enumChoice choice="Mute/Volume Control"/>
                <enumChoice choice="Startup/Shutdown Sounds"/>
                <enumChoice choice="Shoveling Coal Sound"/>
                <enumChoice choice="Water Injector Sound"/>
                <enumChoice choice="Brake Set/Release/Squeal Sound"/>
                <enumChoice choice="Steam Cock"/>
                <enumChoice choice="Pop-Off Sound"/>
                <enumChoice choice="Wheel Flange Sound"/>
                <enumChoice choice="Coupler Slack/Couple Sound "/>
                <enumChoice choice="Brake Squeal Sound"/>
                <enumChoice choice="Horn2 Toggle"/>
                <enumChoice choice="Smoke Control"/>
                <enumChoice choice="Horn Grade Crossing Sound" value="30"/>
                <enumChoice choice="Play Macro" value="40"/>
                <enumChoice choice="Record Macro"/>
                <enumChoice choice="Passenger Sounds" value="50"/>
                <enumChoice choice="Freight Sounds"/>
                <enumChoice choice="Maintenance Sounds"/>
                <enumChoice choice="Radio Chatter Sounds"/>
                <enumChoice choice="City Sounds"/>
                <enumChoice choice="Farm Sounds"/>
                <enumChoice choice="Industrial Sounds"/>
                <enumChoice choice="Lumber Yard Sounds"/>
                <enumChoice choice="Cab Light Toggle" value="60"/>
                <enumChoice choice="Rule 17 Dimming Toggle"/>
                 </enumVal></variable>

        <variable label="F22 Output Function Definition" CV="55" default="19" minFn="22"
                    item="Function 22 effect generated">
            <enumVal>
                <enumChoice choice="Nothing" value="0"/>
                <enumChoice choice="Front/Rear Lights"/>
                <enumChoice choice="Bell Sound"/>
                <enumChoice choice="Horn Sound"/>
                <enumChoice choice="Couple/Uncouple Sound"/>
                <enumChoice choice="Air Pump sound"/>
                <enumChoice choice="Blow Down/Chuff Increase"/>
                <enumChoice choice="Water Fill/Chuff Increase/Startup"/>
                <enumChoice choice="L1 Function"/>
                <enumChoice choice="Mute/Volume Control"/>
                <enumChoice choice="Startup/Shutdown Sounds"/>
                <enumChoice choice="Shoveling Coal Sound"/>
                <enumChoice choice="Water Injector Sound"/>
                <enumChoice choice="Brake Set/Release/Squeal Sound"/>
                <enumChoice choice="Steam Cock"/>
                <enumChoice choice="Pop-Off Sound"/>
                <enumChoice choice="Wheel Flange Sound"/>
                <enumChoice choice="Coupler Slack/Couple Sound "/>
                <enumChoice choice="Brake Squeal Sound"/>
                <enumChoice choice="Horn2 Toggle"/>
                <enumChoice choice="Smoke Control"/>
                <enumChoice choice="Horn Grade Crossing Sound" value="30"/>
                <enumChoice choice="Play Macro" value="40"/>
                <enumChoice choice="Record Macro"/>
                <enumChoice choice="Passenger Sounds" value="50"/>
                <enumChoice choice="Freight Sounds"/>
                <enumChoice choice="Maintenance Sounds"/>
                <enumChoice choice="Radio Chatter Sounds"/>
                <enumChoice choice="City Sounds"/>
                <enumChoice choice="Farm Sounds"/>
                <enumChoice choice="Industrial Sounds"/>
                <enumChoice choice="Lumber Yard Sounds"/>
                <enumChoice choice="Cab Light Toggle" value="60"/>
                <enumChoice choice="Rule 17 Dimming Toggle"/>
                 </enumVal></variable>

        <variable label="F23 Output Function Definition" CV="56" default="0" minFn="23"
                    item="Function 23 effect generated">
            <enumVal>
                <enumChoice choice="Nothing" value="0"/>
                <enumChoice choice="Front/Rear Lights"/>
                <enumChoice choice="Bell Sound"/>
                <enumChoice choice="Horn Sound"/>
                <enumChoice choice="Couple/Uncouple Sound"/>
                <enumChoice choice="Air Pump sound"/>
                <enumChoice choice="Blow Down/Chuff Increase"/>
                <enumChoice choice="Water Fill/Chuff Increase/Startup"/>
                <enumChoice choice="L1 Function"/>
                <enumChoice choice="Mute/Volume Control"/>
                <enumChoice choice="Startup/Shutdown Sounds"/>
                <enumChoice choice="Shoveling Coal Sound"/>
                <enumChoice choice="Water Injector Sound"/>
                <enumChoice choice="Brake Set/Release/Squeal Sound"/>
                <enumChoice choice="Steam Cock"/>
                <enumChoice choice="Pop-Off Sound"/>
                <enumChoice choice="Wheel Flange Sound"/>
                <enumChoice choice="Coupler Slack/Couple Sound "/>
                <enumChoice choice="Brake Squeal Sound"/>
                <enumChoice choice="Horn2 Toggle"/>
                <enumChoice choice="Smoke Control"/>
                <enumChoice choice="Horn Grade Crossing Sound" value="30"/>
                <enumChoice choice="Play Macro" value="40"/>
                <enumChoice choice="Record Macro"/>
                <enumChoice choice="Passenger Sounds" value="50"/>
                <enumChoice choice="Freight Sounds"/>
                <enumChoice choice="Maintenance Sounds"/>
                <enumChoice choice="Radio Chatter Sounds"/>
                <enumChoice choice="City Sounds"/>
                <enumChoice choice="Farm Sounds"/>
                <enumChoice choice="Industrial Sounds"/>
                <enumChoice choice="Lumber Yard Sounds"/>
                <enumChoice choice="Cab Light Toggle" value="60"/>
                <enumChoice choice="Rule 17 Dimming Toggle"/>
                 </enumVal></variable>

        <variable label="F24 Output Function Definition" CV="57" default="0" minFn="24"
                    item="Function 24 effect generated">
            <enumVal>
                <enumChoice choice="Nothing" value="0"/>
                <enumChoice choice="Front/Rear Lights"/>
                <enumChoice choice="Bell Sound"/>
                <enumChoice choice="Horn Sound"/>
                <enumChoice choice="Couple/Uncouple Sound"/>
                <enumChoice choice="Air Pump sound"/>
                <enumChoice choice="Blow Down/Chuff Increase"/>
                <enumChoice choice="Water Fill/Chuff Increase/Startup"/>
                <enumChoice choice="L1 Function"/>
                <enumChoice choice="Mute/Volume Control"/>
                <enumChoice choice="Startup/Shutdown Sounds"/>
                <enumChoice choice="Shoveling Coal Sound"/>
                <enumChoice choice="Water Injector Sound"/>
                <enumChoice choice="Brake Set/Release/Squeal Sound"/>
                <enumChoice choice="Steam Cock"/>
                <enumChoice choice="Pop-Off Sound"/>
                <enumChoice choice="Wheel Flange Sound"/>
                <enumChoice choice="Coupler Slack/Couple Sound "/>
                <enumChoice choice="Brake Squeal Sound"/>
                <enumChoice choice="Horn2 Toggle"/>
                <enumChoice choice="Smoke Control"/>
                <enumChoice choice="Horn Grade Crossing Sound" value="30"/>
                <enumChoice choice="Play Macro" value="40"/>
                <enumChoice choice="Record Macro"/>
                <enumChoice choice="Passenger Sounds" value="50"/>
                <enumChoice choice="Freight Sounds"/>
                <enumChoice choice="Maintenance Sounds"/>
                <enumChoice choice="Radio Chatter Sounds"/>
                <enumChoice choice="City Sounds"/>
                <enumChoice choice="Farm Sounds"/>
                <enumChoice choice="Industrial Sounds"/>
                <enumChoice choice="Lumber Yard Sounds"/>
                <enumChoice choice="Cab Light Toggle" value="60"/>
                <enumChoice choice="Rule 17 Dimming Toggle"/>
                 </enumVal></variable>

        <variable label="F25 Output Function Definition" CV="58" default="0" minFn="25"
                    item="Function 25 effect generated">
            <enumVal>
                <enumChoice choice="Nothing" value="0"/>
                <enumChoice choice="Front/Rear Lights"/>
                <enumChoice choice="Bell Sound"/>
                <enumChoice choice="Horn Sound"/>
                <enumChoice choice="Couple/Uncouple Sound"/>
                <enumChoice choice="Air Pump sound"/>
                <enumChoice choice="Blow Down/Chuff Increase"/>
                <enumChoice choice="Water Fill/Chuff Increase/Startup"/>
                <enumChoice choice="L1 Function"/>
                <enumChoice choice="Mute/Volume Control"/>
                <enumChoice choice="Startup/Shutdown Sounds"/>
                <enumChoice choice="Shoveling Coal Sound"/>
                <enumChoice choice="Water Injector Sound"/>
                <enumChoice choice="Brake Set/Release/Squeal Sound"/>
                <enumChoice choice="Steam Cock"/>
                <enumChoice choice="Pop-Off Sound"/>
                <enumChoice choice="Wheel Flange Sound"/>
                <enumChoice choice="Coupler Slack/Couple Sound "/>
                <enumChoice choice="Brake Squeal Sound"/>
                <enumChoice choice="Horn2 Toggle"/>
                <enumChoice choice="Smoke Control"/>
                <enumChoice choice="Horn Grade Crossing Sound" value="30"/>
                <enumChoice choice="Play Macro" value="40"/>
                <enumChoice choice="Record Macro"/>
                <enumChoice choice="Passenger Sounds" value="50"/>
                <enumChoice choice="Freight Sounds"/>
                <enumChoice choice="Maintenance Sounds"/>
                <enumChoice choice="Radio Chatter Sounds"/>
                <enumChoice choice="City Sounds"/>
                <enumChoice choice="Farm Sounds"/>
                <enumChoice choice="Industrial Sounds"/>
                <enumChoice choice="Lumber Yard Sounds"/>
                <enumChoice choice="Cab Light Toggle" value="60"/>
                <enumChoice choice="Rule 17 Dimming Toggle"/>
                 </enumVal></variable>

        <variable label="F26 Output Function Definition" CV="59" default="40" minFn="26"
                    item="Function 26 effect generated">
            <enumVal>
                <enumChoice choice="Nothing" value="0"/>
                <enumChoice choice="Front/Rear Lights"/>
                <enumChoice choice="Bell Sound"/>
                <enumChoice choice="Horn Sound"/>
                <enumChoice choice="Couple/Uncouple Sound"/>
                <enumChoice choice="Air Pump sound"/>
                <enumChoice choice="Blow Down/Chuff Increase"/>
                <enumChoice choice="Water Fill/Chuff Increase/Startup"/>
                <enumChoice choice="L1 Function"/>
                <enumChoice choice="Mute/Volume Control"/>
                <enumChoice choice="Startup/Shutdown Sounds"/>
                <enumChoice choice="Shoveling Coal Sound"/>
                <enumChoice choice="Water Injector Sound"/>
                <enumChoice choice="Brake Set/Release/Squeal Sound"/>
                <enumChoice choice="Steam Cock"/>
                <enumChoice choice="Pop-Off Sound"/>
                <enumChoice choice="Wheel Flange Sound"/>
                <enumChoice choice="Coupler Slack/Couple Sound "/>
                <enumChoice choice="Brake Squeal Sound"/>
                <enumChoice choice="Horn2 Toggle"/>
                <enumChoice choice="Smoke Control"/>
                <enumChoice choice="Horn Grade Crossing Sound" value="30"/>
                <enumChoice choice="Play Macro" value="40"/>
                <enumChoice choice="Record Macro"/>
                <enumChoice choice="Passenger Sounds" value="50"/>
                <enumChoice choice="Freight Sounds"/>
                <enumChoice choice="Maintenance Sounds"/>
                <enumChoice choice="Radio Chatter Sounds"/>
                <enumChoice choice="City Sounds"/>
                <enumChoice choice="Farm Sounds"/>
                <enumChoice choice="Industrial Sounds"/>
                <enumChoice choice="Lumber Yard Sounds"/>
                <enumChoice choice="Cab Light Toggle" value="60"/>
                <enumChoice choice="Rule 17 Dimming Toggle"/>
                 </enumVal></variable>

        <variable label="F27 Output Function Definition" CV="60" default="41" minFn="27"
                    item="Function 27 effect generated">
            <enumVal>
                <enumChoice choice="Nothing" value="0"/>
                <enumChoice choice="Front/Rear Lights"/>
                <enumChoice choice="Bell Sound"/>
                <enumChoice choice="Horn Sound"/>
                <enumChoice choice="Couple/Uncouple Sound"/>
                <enumChoice choice="Air Pump sound"/>
                <enumChoice choice="Blow Down/Chuff Increase"/>
                <enumChoice choice="Water Fill/Chuff Increase/Startup"/>
                <enumChoice choice="L1 Function"/>
                <enumChoice choice="Mute/Volume Control"/>
                <enumChoice choice="Startup/Shutdown Sounds"/>
                <enumChoice choice="Shoveling Coal Sound"/>
                <enumChoice choice="Water Injector Sound"/>
                <enumChoice choice="Brake Set/Release/Squeal Sound"/>
                <enumChoice choice="Steam Cock"/>
                <enumChoice choice="Pop-Off Sound"/>
                <enumChoice choice="Wheel Flange Sound"/>
                <enumChoice choice="Coupler Slack/Couple Sound "/>
                <enumChoice choice="Brake Squeal Sound"/>
                <enumChoice choice="Horn2 Toggle"/>
                <enumChoice choice="Smoke Control"/>
                <enumChoice choice="Horn Grade Crossing Sound" value="30"/>
                <enumChoice choice="Play Macro" value="40"/>
                <enumChoice choice="Record Macro"/>
                <enumChoice choice="Passenger Sounds" value="50"/>
                <enumChoice choice="Freight Sounds"/>
                <enumChoice choice="Maintenance Sounds"/>
                <enumChoice choice="Radio Chatter Sounds"/>
                <enumChoice choice="City Sounds"/>
                <enumChoice choice="Farm Sounds"/>
                <enumChoice choice="Industrial Sounds"/>
                <enumChoice choice="Lumber Yard Sounds"/>
                <enumChoice choice="Cab Light Toggle" value="60"/>
                <enumChoice choice="Rule 17 Dimming Toggle"/>
                 </enumVal></variable>

        <variable label="F28 Output Function Definition" CV="61" default="18" minFn="27"
                    item="Function 28 effect generated">
            <enumVal>
                <enumChoice choice="Nothing" value="0"/>
                <enumChoice choice="Front/Rear Lights"/>
                <enumChoice choice="Bell Sound"/>
                <enumChoice choice="Horn Sound"/>
                <enumChoice choice="Couple/Uncouple Sound"/>
                <enumChoice choice="Air Pump sound"/>
                <enumChoice choice="Blow Down/Chuff Increase"/>
                <enumChoice choice="Water Fill/Chuff Increase/Startup"/>
                <enumChoice choice="L1 Function"/>
                <enumChoice choice="Mute/Volume Control"/>
                <enumChoice choice="Startup/Shutdown Sounds"/>
                <enumChoice choice="Shoveling Coal Sound"/>
                <enumChoice choice="Water Injector Sound"/>
                <enumChoice choice="Brake Set/Release/Squeal Sound"/>
                <enumChoice choice="Steam Cock"/>
                <enumChoice choice="Pop-Off Sound"/>
                <enumChoice choice="Wheel Flange Sound"/>
                <enumChoice choice="Coupler Slack/Couple Sound "/>
                <enumChoice choice="Brake Squeal Sound"/>
                <enumChoice choice="Horn2 Toggle"/>
                <enumChoice choice="Smoke Control"/>
                <enumChoice choice="Horn Grade Crossing Sound" value="30"/>
                <enumChoice choice="Play Macro" value="40"/>
                <enumChoice choice="Record Macro"/>
                <enumChoice choice="Passenger Sounds" value="50"/>
                <enumChoice choice="Freight Sounds"/>
                <enumChoice choice="Maintenance Sounds"/>
                <enumChoice choice="Radio Chatter Sounds"/>
                <enumChoice choice="City Sounds"/>
                <enumChoice choice="Farm Sounds"/>
                <enumChoice choice="Industrial Sounds"/>
                <enumChoice choice="Lumber Yard Sounds"/>
                <enumChoice choice="Cab Light Toggle" value="60"/>
                <enumChoice choice="Rule 17 Dimming Toggle"/>
                 </enumVal></variable>

		<variable label="Kick Start" CV="65" default="40"><decVal/></variable>
		<variable label="Forward Trim" CV="66">			<decVal/></variable>

		<variable label="Speed Table" CV="67">
			<speedTableVal/></variable>

		<variable label="Reverse Trim" CV="95">			<decVal/></variable>

        <variable label="BEMF Kp" CV="112" default="18432"
                        item="EMF Static Config"
                        tooltip="BEMF proportional gain" >
                <splitVal highCV="113"/>
                </variable>
                
        <variable label="BEMF Ki" CV="114" default="2048"
                        item="EMF Dynamic Config"
                        tooltip="BEMF integral gain" >
                <splitVal highCV="115"/>
                </variable>
                
        <variable label="BEMF Kd" CV="116" default="0"
                        item="EMF Droop Config"
                        tooltip="BEMF derivative gain" >
                <splitVal highCV="115"/>
                </variable>


        <variable label="KpSlow" CV="118" 
                item="EMF Option 1" default="2">
            <decVal/>
        </variable>

        <variable label="KlSlow" CV="119" 
                item="EMF Option 2" default="4">
            <decVal/>
        </variable>

        <variable label="Speed Step Smoothing" CV="120" 
                item="EMF Option 3" default="7">
            <decVal/>
        </variable>

        <variable label="Master Volume Sound Increment" CV="130" 
                item="Sound Setting 1" default="16">
            <decVal />
        </variable>
            
        <variable label="DC Sound Unit Startup Voltage"
            item="Analog Startup Voltage" CV="131" default="72">
            <decVal/>
        </variable>

        <variable label="DC Sound Unit Shutdown"
            item="Analog Shutdown Voltage" CV="132" default="58">
            <decVal/>
        </variable>

        <variable label="Master Volume" CV="133" default="128" 
            item="Sound Setting 2">
            <decVal/>
        </variable>

        <variable label="Sound Unit Maximum Volume" CV="134" default="128" 
            item="Sound Setting 3">
            <decVal/>
        </variable>

        <variable label="Whistle Volume" CV="135" default="128" 
            item="Sound Setting 4">
            <decVal/>
        </variable>

        <variable label="Bell Volume" CV="136" default="128" 
            item="Sound Setting 5">
            <decVal/>
        </variable>

        <variable label="Steam Volume" CV="137" default="128" 
            item="Sound Setting 6">
            <decVal/>
        </variable>

        <variable label="Whistle/Horn2 Volume" CV="138" default="128" 
            item="Sound Setting 7">
            <decVal/>
        </variable>

       <variable label="Coupler Slack Volume" CV="139" default="128" 
            item="Sound Setting 8">
            <decVal/>
        </variable>

       <variable label="Couple Volume" CV="140" default="128" 
            item="Sound Setting 9">
            <decVal />
        </variable>

        <variable label="Uncouple Volume" CV="141" default="128" 
            item="Sound Setting 10">
            <decVal />
        </variable>

        <variable label="Wheel Flange Volume" CV="142" default="128" 
            item="Sound Setting 11">
            <decVal/>
        </variable>

        <variable label="Air Pump Volume" CV="143" default="128" 
            item="Sound Setting 12">
            <decVal/>
        </variable>

        <variable label="Blow Down Volume" CV="144" default="128" 
            item="Sound Setting 13">
            <decVal/>
        </variable>

        <variable label="Steam Cock Volume" CV="145" default="128" 
            item="Sound Setting 14">
            <decVal/>
        </variable>

        <variable label="Brake Set Volume" CV="146" default="128" 
            item="Sound Setting 15">
            <decVal/>
        </variable>

        <variable label="Brake Release Volume" CV="147" default="128" 
            item="Sound Setting 16">
            <decVal/>
        </variable>

        <variable label="Pop Off Valve Volume" CV="148" default="128" 
            item="Sound Setting 17">
            <decVal/>
        </variable>

        <variable label="Blower Volume" CV="149" default="128" 
            item="Sound Setting 18">
            <decVal/>
        </variable>

        <variable label="Dynamo Volume" CV="150" default="128" 
            item="Sound Setting 19">
            <decVal/>
        </variable>

        <variable label="Brake Squeal Volume" CV="151" default="128" 
            item="Sound Setting 20">
            <decVal/>
        </variable>

        <variable label="Shovel/Auger Volume" CV="152" default="128" 
            item="Sound Setting 21">
            <decVal/>
        </variable>

        <variable label="Water Fill Volume" CV="153" default="128" 
            item="Sound Setting 22">
            <decVal/>
        </variable>

        <variable label="Injector Volume" CV="154" default="100" 
            item="Sound Setting 23">
            <decVal/>
        </variable>

        <variable label="Chuff/Steam Cock Chuffs Volume" CV="155" default="128" 
            item="Sound Setting 24">
            <decVal/>
        </variable>

        <variable label="Passenger/Freight Volume" CV="156" default="128" 
            item="Sound Setting 25">
            <decVal/>
        </variable>

        <variable label="Maintenance/Radio Chatter Volume" CV="157" default="128" 
            item="Sound Setting 26">
            <decVal/>
        </variable>

        <variable label="City/Farm/Industrial/Lumber Volume" CV="158" default="128" 
            item="Sound Setting 27">
            <decVal/>
        </variable>

        <variable label="Rule 17 Lighting" CV="159" mask="XXXXXXXV" default="0" >
            <enumVal>
                <enumChoice choice="Enabled"/>
                <enumChoice choice="Disabled"/>
            </enumVal>
        </variable>

        <variable label="L1 Inactive State" CV="159" mask="XXXXXXVX" default="0" >
            <enumVal>
                <enumChoice choice="Ditch Lights Off"/>
                <enumChoice choice="Ditch Lights On"/>
            </enumVal>
        </variable>

        <variable label="L1 Light Directional" CV="160" mask="VXXXXXXX" default="1" 
            item="Directional Headlights">
            <enumVal>
                <enumChoice choice="Not Directional"/>
                <enumChoice choice="Directional"/>
            </enumVal>
        </variable>

        <variable label="L1 Light Active" CV="160" mask="XVXXXXXX" default="1" 
            item="Global lighting option 1">
            <enumVal>
                <enumChoice choice="Forward"/>
                <enumChoice choice="Reverse"/>
            </enumVal>
        </variable>

        <variable label="L1 Light Type" CV="160" mask="XXVVVVVV" default="3" 
            item="Global lighting option 2">
            <enumVal>
                <enumChoice choice="Disabled"/>
                <enumChoice choice="Duty Cycle Strobe"/>
                <enumChoice choice="Double Pulsed Duty Cycle Strobe"/>
                <enumChoice choice="Ramped Duty Cycle"/>
            </enumVal>
        </variable>

        <variable label="L1 parameter 1" CV="161" default="0" 
            item="Global lighting option 3"
            tooltip="-/On Time/On Time One/Start Point Power On" >
            <decVal />
        </variable>

        <variable label="L1 parameter 2" CV="162" default="30" 
            item="Global lighting option 4"
            tooltip="-/Off Time/Off Time One/Ramp Up Time" >
            <decVal />
        </variable>

        <variable label="L1 parameter 3" CV="163" default="180" 
            item="Global lighting option 5"
            tooltip="-/-/On Time Two/End Point Power On" >
            <decVal />
        </variable>

        <variable label="L1 parameter 4" CV="164" default="30" 
            item="Global lighting option 6"
            tooltip="-/-/Off Time Two/Ramp Down Time" >
            <decVal />
        </variable>

        <variable label="Coupler Slack Repeats" CV="178" default="1" 
            item="Sound Group 3 Option 1">
            <decVal/>
        </variable>

        <variable label="Coupler Slack Interval" CV="179" default="100" 
            item="Sound Group 3 Option 2">
            <decVal/>
        </variable>

        <variable label="Bell Ring Interval" CV="180" default="100" 
            item="Sound Group 3 Option 3">
            <decVal/>
        </variable>

        <variable label="Horn Fade In" CV="181" default="1" 
            item="Sound Group 3 Option 4">
            <decVal/>
        </variable>

        <variable label="Horn Fade Out" CV="182" default="40" 
            item="Sound Group 3 Option 5">
            <decVal/>
        </variable>

        <variable label="Horn Fade In Level" CV="183" default="69" 
            item="Sound Group 3 Option 6">
            <decVal/>
        </variable>

        <variable label="DC (Analog) Brake Control" CV="184" default="20">
            <decVal/>
        </variable>

        <variable label="DCC Brake Control" CV="185" default="20">
            <decVal/>
        </variable>

        <variable label="Brake Timer" CV="186" default="3">
            <decVal/>
        </variable>

        <variable label="DCC Uncouple Throttle Stop" CV="187" default="3">
            <decVal/>
        </variable>

        <variable label="Pitch Shift" CV="188" default="128" 
            item="Sound Group 3 Option 7">
            <decVal/>
        </variable>

        <variable label="Motor Load Chuff Power Filter" CV="189" default="12" 
            item="Sound Group 2 Option 1">
            <decVal/>
        </variable>

        <variable label="Analog Sound Setup" CV="190" default="0"
        	tooltip="Stores analog saved voltage to:" >
            <enumVal>
                <enumChoice choice="Disabled"/>
                <enumChoice choice="CV131 Start Up Voltage"/>
                <enumChoice choice="CV132 Shut Down Voltage"/>
                <enumChoice choice="CV191 Brake Set Voltage"/>
                <enumChoice choice="CV192 Brake Release Voltage"/>
            </enumVal>
        </variable>

        <variable label="Analog Brake Set Voltage" CV="191" default="70">
            <decVal max="255"/>
        </variable>

        <variable label="Analog Brake Release Voltage" CV="192" default="77">
            <decVal max="255"/>
        </variable>

        <variable label="Articulated Chuff Type" CV="193" default="105" 
            item="Sound Setting 28">
            <decVal max="255"/>
        </variable>

        <variable label="Articulated Chuff Offset" CV="194" default="17"
            item="Sound Setting 29">
            <decVal max="25"/>
        </variable>

        <variable label="Articulated Chuff Timer" CV="195" default="20"
            item="Sound Setting 30">
            <decVal max="255"/>
        </variable>

        <variable label="Steam Cock Chuffs Event Count " CV="196" default="2"
            item="Sound Setting 31">
            <decVal max="255"/>
        </variable>

        <variable label="Rod Knock Chuffs Event Count" CV="197" default="2"
            item="Sound Setting 32">
            <decVal max="255"/>
        </variable>

        <variable label="Rod Knock Volume" CV="198" default="90"
            item="Sound Setting 33">
            <decVal max="255"/>
        </variable>

        <variable label="Chuff Magnitude Increase Volume" CV="199" default="200"
            item="Sound Setting 34">
            <decVal max="255"/>
        </variable>

        <variable label="DCC Throttle Magnitude Increase" CV="200" default="0"
            item="Sound Setting 35">
            <decVal max="255"/>
        </variable>

        <variable label="DCC Throttle Magnitude Decrease" CV="201" default="0"
            item="Sound Setting 36">
            <decVal max="255"/>
        </variable>

        <variable label="Motor Load Power Filter" CV="202" default="12">
            <decVal max="255"/>
        </variable>

        <variable label="DCC Cab Light Throttle Stop" CV="208" default="3">
            <decVal max="255"/>
        </variable>

        <variable label="DCC Brake Set Throttle Stop" CV="209" default="0">
            <decVal max="128"/>
        </variable>

        <variable label="DCC Brake Release Throttle Stop" CV="210" default="2">
            <decVal max="128"/>
        </variable>

        <variable label="Rev Level Power Threshold" CV="221" mask="XXXXXXXV" default="0">
            <enumVal>
                <enumChoice choice="HO Selected"/>
                <enumChoice choice="N Gauge Selected"/>
            </enumVal>
        </variable>

        <variable label="Aux Select for DCMaster" CV="222" default="0">
            <enumVal>
                <enumChoice choice="Nothing" value="0"/>
                <enumChoice choice="Front/Rear Lights"/>
                <enumChoice choice="Bell Sound"/>
                <enumChoice choice="Horn Sound"/>
                <enumChoice choice="Couple/Uncouple Sound"/>
                <enumChoice choice="Compressor/Grid Blower Sound"/>
                <enumChoice choice="Diesel Ramp Up"/>
                <enumChoice choice="Diesel Ramp Down/Start Diesel Sound"/>
                <enumChoice choice="L1 Function"/>
                <enumChoice choice="Mute/Volume Control"/>
                <enumChoice choice="Startup/Shutdown Sounds"/>
                <enumChoice choice="Cooling Fan Sound"/>
                <enumChoice choice="Air Fill/Air Release Sound"/>
                <enumChoice choice="Brake Set/Release/Squeal Sound"/>
                <enumChoice choice="Fuel Fill Sound"/>
                <enumChoice choice="Spit Valve Sound"/>
                <enumChoice choice="Wheel Flange Sound"/>
                <enumChoice choice="Coupler Slack/Couple Sound "/>
                <enumChoice choice="Brake Squeal Sound"/>
                <enumChoice choice="Horn2 Toggle"/>
                <enumChoice choice="Horn Grade Crossing Sound" value="30"/>
                <enumChoice choice="Play Macro" value="40"/>
                <enumChoice choice="Record Macro"/>
                <enumChoice choice="Passenger Sounds" value="50"/>
                <enumChoice choice="Freight Sounds"/>
                <enumChoice choice="Maintenance Sounds"/>
                <enumChoice choice="Radio Chatter Sounds"/>
                <enumChoice choice="City Sounds"/>
                <enumChoice choice="Farm Sounds"/>
                <enumChoice choice="Industrial Sounds"/>
                <enumChoice choice="Lumber Yard Sounds"/>
                <enumChoice choice="Cab Light Toggle" value="60"/>
                <enumChoice choice="Rule 17 Dimming Toggle"/>
            </enumVal>
        </variable>

        <variable label="Horn Select" CV="224" default="0">
            <enumVal>
                <enumChoice choice="Default"/>
                <enumChoice choice="Horn3"/>
                <enumChoice choice="Horn4"/>
            </enumVal>
        </variable>




        <variable label="DCC Front/Rear Lights" CV="225" mask="XXXXXXXV" default="1">
            <enumVal>
                <enumChoice choice="Disabled"/>
                <enumChoice choice="Enabled"/>
            </enumVal>
        </variable>

        <variable label="DCC L1 Light" CV="225" mask="XXXXXXVX" default="1">
            <enumVal>
                <enumChoice choice="Disabled"/>
                <enumChoice choice="Enabled"/>
            </enumVal>
        </variable>

        <variable label="DCC L1 Activate on Bell or Horn" CV="225" mask="XXXVXXXX" default="0">
            <enumVal>
                <enumChoice choice="Disabled"/>
                <enumChoice choice="Enabled"/>
            </enumVal>
        </variable>

        <variable label="Activates L1 on DCC" CV="226" mask="XXXXXXXV" default="0">
            <enumVal>
                <enumChoice choice="Horn"/>
                <enumChoice choice="Bell"/>
            </enumVal>
        </variable>

        <variable label="Brake Set/Release" CV="227" mask="XXXXXXXV" default="0">
            <enumVal>
                <enumChoice choice="Disabled"/>
                <enumChoice choice="Automatic"/>
            </enumVal>
        </variable>

        <variable label="Brake Squeal" CV="227" mask="XXXXXXVX" default="1">
            <enumVal>
                <enumChoice choice="Disabled"/>
                <enumChoice choice="Automatic"/>
            </enumVal>
        </variable>

        <variable label="Forward/Reverse Startup Toots" CV="227" mask="XXXXXVXX" default="0">
            <enumVal>
                <enumChoice choice="Disabled"/>
                <enumChoice choice="Automatic"/>
            </enumVal>
        </variable>

        <variable label="DCC Startup Timer" CV="228" default="1">
            <decVal max="255"/>
        </variable>

        <variable label="DCC Consist Rear Light" CV="229" mask="XXXXXXXV" default="1">
            <enumVal>
                <enumChoice choice="Disabled"/>
                <enumChoice choice="Enabled"/>
            </enumVal>
        </variable>

        <variable label="DCC Consist Front Light" CV="229" mask="XXXXXXVX" default="1">
            <enumVal>
                <enumChoice choice="Disabled"/>
                <enumChoice choice="Enabled"/>
            </enumVal>
        </variable>

        <variable label="DCC Consist L1 Light" CV="229" mask="XXXXXVXX" default="1">
            <enumVal>
                <enumChoice choice="Disabled"/>
                <enumChoice choice="Enabled"/>
            </enumVal>
        </variable>

        <variable label="DCC Consist Cab" CV="229" mask="VXXXXXXX" default="1">
            <enumVal>
                <enumChoice choice="Disabled"/>
                <enumChoice choice="Enabled"/>
            </enumVal>
        </variable>

        <variable label="DCC Easy Consist" CV="230" default="0">
            <enumVal>
                <enumChoice choice="Single"/>
                <enumChoice choice="Front"/>
                <enumChoice choice="Middle"/>
                <enumChoice choice="Rear"/>
            </enumVal>
        </variable>
        
 
         <variable label="Light Dimmer" CV="231" default="100">
            <decVal/>
        </variable>

         <variable label="Macro Recorder Speed Steps" CV="238" mask="VVXXXXXX" default="1">
            <enumVal>
                <enumChoice choice="126"/>
                <enumChoice choice="28"/>
                <enumChoice choice="14"/>
                <enumChoice choice="126"/>
            </enumVal>
        </variable>
        
        <variable label="Recorder Repeats" CV="238" mask="XXXXVVVV" default="0">
           <decVal max="15"/>
         </variable>
        
        <variable label="Recorder Playback Loop Adjust" CV="239" default="0">
           <decVal/>
         </variable>
        

        <variable label="Random Sound Occurrence" CV="240" default="5124" 
            item="Sound Group 3 Option 8">
            <splitVal highCV="241"/>
        </variable>

        <variable label="Motor changes direction" item="GSC1 bit 7" CV="245" mask="VXXXXXXX" default="0">
            <enumVal>
                <enumChoice choice="when command received"/>
                <enumChoice choice="only when first stopped"/>
            </enumVal>
        </variable>

        <variable label="CV write sound feedback" item="GSC1 bit 6" CV="245" mask="XVXXXXXX" default="1">
            <enumVal>
                <enumChoice choice="Enabled"/>
                <enumChoice choice="Disabled"/>
            </enumVal>
        </variable>

        <variable label="Motor speed smoothing" item="GSC1 bit 5" CV="245" mask="XXVXXXXX" default="0">
            <enumVal>
                <enumChoice choice="Enabled"/>
                <enumChoice choice="Disabled"/>
            </enumVal>
        </variable>

        <variable label="Macro recorder autosave" item="GSC1 bit 4" CV="245" mask="XXXVXXXX" default="0">
            <enumVal>
                <enumChoice choice="off"/>
                <enumChoice choice="on"/>
            </enumVal>
        </variable>

        <variable label="Analog horn frequency shifted" item="GSC1 bit 3" CV="245" mask="XXXXVXXX" default="0">
            <enumVal>
                <enumChoice choice="On"/>
                <enumChoice choice="Off"/>
            </enumVal>
        </variable>

        <variable label="Startup sound" item="GSC1 bit 2" CV="245" mask="XXXXXVXX" default="0">
            <enumVal>
                <enumChoice choice="plays on startup"/>
                <enumChoice choice="never plays"/>
            </enumVal>
        </variable>

        <variable label="Motor starts" item="GSC1 bit 1" CV="245" mask="XXXXXXVX" default="0">
            <enumVal>
                <enumChoice choice="as soon as command received"/>
                <enumChoice choice="after startup sound complete"/>
            </enumVal>
        </variable>

        <variable label="Horn alternative ending" item="GSC1 bit 0" CV="245" mask="XXXXXXXV" default="1">
            <enumVal>
                <enumChoice choice="disabled"/>
                <enumChoice choice="enabled"/>
            </enumVal>
        </variable>

        <variable label="Motor loading" item="GSC2 bit 1" CV="246" mask="XXXXXXVX" default="0">
            <enumVal>
                <enumChoice choice="enabled"/>
                <enumChoice choice="disabled"/>
            </enumVal>
        </variable>

        <variable label="Direction change sound" item="GSC2 bit 0" CV="246" mask="XXXXXXXV" default="0">
            <enumVal>
                <enumChoice choice="enabled"/>
                <enumChoice choice="disabled"/>
            </enumVal>
        </variable>

        <variable label="Over Current Delay" CV="247" default="10">
            <decVal max="255"/>
        </variable>

        <variable label="Motor Startup Delay" CV="248" default="20">
            <decVal max="255"/>
        </variable>


        <variable label="DC Motor Control Off Voltage" CV="249" default="70">
            <decVal max="255"/>
        </variable>

        <variable label="DC Track Voltage Read Delay" CV="250" default="0">
            <decVal max="255"/>
        </variable>

        <variable label="DC Motor Control Vmax" CV="251" default="120">
            <decVal max="255"/>
        </variable>

        <variable label="DC Motor Control Vmin" CV="252" default="92">
            <decVal max="255"/>
        </variable>

    </variables>
    
  <resets>
  	<factReset label="Reset All CVs Unless Locked" CV="8" default="8"/>
  	<factReset label="Load and Save Factory Macro" CV="8" default="10"/>
  	<factReset label="Save Recorded Macro" CV="8" default="16"/>
  	<factReset label="Set F0-F12 To Match Blue Line" CV="8" default="38"/>
  	<factReset label="Set F0-F12 To Match QSI" CV="8" default="113"/>
  	<factReset label="Set F0-F12 To Match SoundtTraxx" CV="8" default="141"/>
  	<factReset label="Reset All CVs Unless Locked" CV="8" default="254"/>
  </resets>

</decoder>

<pane name="DCC Control">
    <column>
        <row>
            <display item="Motor Load Power Filter" layout="above" label=""/>
            <label label=" "/>
            <display item="Motor Load Power Filter" layout="above" format="hslider"/>
        </row>
        <label label=" "/>
        <row>
            <display item="DCC Uncouple Throttle Stop" layout="above" label=""/>
            <label label=" "/>
            <display item="DCC Uncouple Throttle Stop" layout="above" format="hslider"/>
        </row>
        <label label=" "/>
        <row>
            <display item="DCC Cab Light Throttle Stop" layout="above" label=""/>
            <label label=" "/>
            <display item="DCC Cab Light Throttle Stop" layout="above" format="hslider"/>
        </row>
        <label label=" "/>
        <row>
            <display item="DCC Brake Set Throttle Stop" layout="above" label=""/>
            <label label=" "/>
            <display item="DCC Brake Set Throttle Stop" layout="above" format="hslider"/>
        </row>
        <label label=" "/>
        <row>
            <display item="DCC Brake Release Throttle Stop" layout="above" label=""/>
            <label label=" "/>
            <display item="DCC Brake Release Throttle Stop" layout="above" format="hslider"/>
        </row>
    </column>
    <column>
        <row>
            <display item="DCC Brake Control" layout="above" label=""/>
            <label label=" "/>
            <display item="DCC Brake Control" layout="above" format="hslider"/>
        </row>
        <label label=" "/>
        <row>
            <display item="DCC Brake Timer" layout="above" label=""/>
            <label label=" "/>
            <display item="DCC Brake Timer" layout="above" format="hslider"/>
        </row>
        <label label=" "/>
        <row>
            <display item="DCC Startup Timer" layout="above" label=""/>
            <label label=" "/>
            <display item="DCC Startup Timer" layout="above" format="hslider"/>
        </row>
        <label label=" "/>
        <row>
            <display item="Over Current Delay" layout="above" label=""/>
            <label label=" "/>
            <display item="Over Current Delay" layout="above" format="hslider"/>
        </row>
        <label label=" "/>
        <row>
            <display item="Motor Startup Delay" layout="above" label=""/>
            <label label=" "/>
            <display item="Motor Startup Delay" layout="above" format="hslider"/>
        </row>
    </column>
    <column>
        <display item="DCC Rule 17 Lighting" />
        <display item="DCC Front/Rear Lights" />
        <display item="DCC L1 Light" />
        <display item="DCC L1 Activate on Bell or Horn" />
        <display item="Activates L1 on DCC" />
        <display item="Brake Set/Release" />
        <display item="Brake Squeal" />
        <display item="Forward/Reverse Startup Toots" />
        <label label=" "/>
        <display item="DCC Consist Rear Light" />
        <display item="DCC Consist Front Light" />
        <display item="DCC Consist L1 Light" />
        <display item="DCC Consist Cab" />
        <display item="DCC Easy Consist" />
        <label label=" "/>
        <display item="Light Dimmer" />
        <display item="Decoder Lock ID number" />
        <display item="Macro Recorder Speed Steps" />
        <display item="Recorder Repeats" />
        <display item="Recorder Playback Loop Adjust" />
    </column>
</pane>

<pane name="DC Control">
    <column>
        <row>
            <display item="Analog Brake Set Voltage" layout="above" label=""/>
            <label label=" "/>
            <display item="Analog Brake Set Voltage" layout="above" format="hslider"/>
        </row>
        <label label=" "/>
        <row>
            <display item="Analog Brake Release Voltage" layout="above" label=""/>
            <label label=" "/>
            <display item="Analog Brake Release Voltage" layout="above" format="hslider"/>
        </row>
    </column>
    <column>
        <row>
            <display item="DC Rev Level Motor Power Scalar" layout="above" label=""/>
            <label label=" "/>
            <display item="DC Rev Level Motor Power Scalar" layout="above" format="hslider"/>
        </row>
        <label label=" "/>
        <row>
            <display item="N Gauge Rev Level Motor Power Scalar" layout="above" label=""/>
            <label label=" "/>
            <display item="N Gauge Rev Level Motor Power Scalar" layout="above" format="hslider"/>
        </row>
        <label label=" "/>
        <row>
            <display item="Analog Startup Voltage" layout="above" label=""/>
            <label label=" "/>
            <display item="Analog Startup Voltage" layout="above" format="hslider"/>
        </row>
        <label label=" "/>
        <row>
            <display item="Analog Shutdown Voltage" layout="above" label=""/>
            <label label=" "/>
            <display item="Analog Shutdown Voltage" layout="above" format="hslider"/>
        </row>
        <label label=" "/>
        <row>
            <display item="DC Motor Control Off Voltage" layout="above" label=""/>
            <label label=" "/>
            <display item="DC Motor Control Off Voltage" layout="above" format="hslider"/>
        </row>
        <label label=" "/>
        <row>
            <display item="DC Track Voltage Read Delay" layout="above" label=""/>
            <label label=" "/>
            <display item="DC Track Voltage Read Delay" layout="above" format="hslider"/>
        </row>
        <label label=" "/>
        <row>
            <display item="DC Motor Control Vmax" layout="above" label=""/>
            <label label=" "/>
            <display item="DC Motor Control Vmax" layout="above" format="hslider"/>
        </row>
        <label label=" "/>
        <row>
            <display item="DC Motor Control Vmin" layout="above" label=""/>
            <label label=" "/>
            <display item="DC Motor Control Vmin" layout="above" format="hslider"/>
        </row>
        <label label=" "/>
        <row>
            <display item="DC Motor Control Dmin" layout="above" label=""/>
            <label label=" "/>
            <display item="DC Motor Control Dmin" layout="above" format="hslider"/>
        </row>
    </column>
    <column>
        <display item="Rev Level Power Threshold" />
        <display item="Aux Select for DCMaster" />
        <display item="Horn Select" />

        <display item="DC Rule 17 Lighting" />
        <display item="Activates L1 on DC" />
        <label label=" "/>
        <display item="DC Easy Consist" />
        <label label=" "/>
        <display item="Analog Sound Setup" />
    </column>
</pane>
<pane name="Settings">
    <column>
        <display item="GSC1 bit 7" />
        <display item="GSC1 bit 6" />
        <display item="GSC1 bit 5" />
        <display item="GSC1 bit 4" />
        <display item="GSC1 bit 3" />
        <display item="GSC1 bit 2" />
        <display item="GSC1 bit 1" />
        <display item="GSC1 bit 0" />
        <label label=" "/>
        <display item="GSC2 bit 7" />
        <display item="GSC2 bit 6" />
        <display item="GSC2 bit 5" />
        <display item="GSC2 bit 4" />
        <display item="GSC2 bit 3" />
        <display item="GSC2 bit 2" />
        <display item="GSC2 bit 1" />
        <display item="GSC2 bit 0" />
    </column>
</pane>

</decoder-config>

