<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
<!DOCTYPE decoder-config SYSTEM "../DTD/decoder-config.dtd">

<!-- Copyright (C) JMRI 2003 All rights reserved -->
<!-- $Id: Lenz_LF101XF.xml,v 1.4 2007/09/21 05:49:31 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>
		<version author="sulzerbeast@gmail.com"
			version="2" lastUpdated="20070323" />
		<version author="sulzerbeast@gmail.com"
            version="1" lastUpdated="20070321" />
            
		<!-- version 1 -->
			<!-- created from LF100XF.xml -->
		<!-- version 2 -->
			<!-- tidied up directional headlights field, moved to Lenz pane -->

<decoder>
	<family name="Function Decoder" mfg="Lenz" lowVersionID="10">
		<model model="LF101XF" numOuts="6" numFns="12" >
			<output name="1" label="A - White" />
			<output name="2" label="B - Yellow" />
			<output name="3" label="C - Green" />
			<output name="4" label="D - Violet" />
			<output name="5" label="E - Brown" />
			<output name="6" label="F - Pink" /></model>
	</family>

	<programming direct="byteOnly" paged="yes"
	                     register="yes" ops="yes"></programming>

	<variables>

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

		<variable label="Version ID" CV="7" readOnly="yes"
				item="Decoder Version" default="80">
			<decVal/>
			</variable>

		<variable label="Manufacturer ID" CV="8" readOnly="yes"
				item="Manufacturer" default="99">
			<decVal/>
			</variable>

		<variable label="Manufacturer ID - Reset" CV="8">
			<decVal/>
			</variable>

		<variable label="Long Address" CV="17" item="Extended Address"
		        comment="4 digit address (Range 0001-9999)">
			<longAddressVal/>
			</variable>

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

		<variable label="Normal direction of motion" CV="29"
				mask="XXXXXXXV"
		        item="Locomotive Direction">
			<enumVal>
				<enumChoice choice="Forward"/>
				<enumChoice choice="Reverse"/>
				</enumVal>
			</variable>

		<variable label="Speed Steps" CV="29" mask="XXXXXXVX"
				item="Speed Step Mode" default="1">
			<enumVal>
				<enumChoice choice="14"/>
				<enumChoice choice="28/128 (recommended)"/>
				</enumVal>
			</variable>

		<variable label="Addressing Mode" CV="29" mask="XXVXXXXX"
				item="Address Format">
			<enumVal>
				<enumChoice choice="2 digit addressing"/>
				<enumChoice choice="4 digit addressing"/>
				</enumVal>
			</variable>

		<variable label="F0(f) controls output A" CV="33" mask="XXXXVXXX"
			item="FL(f) controls output 1" default="1" minOut="1" minFn="0">
			<enumVal> <enumChoice choice="No"/>	<enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F0(r) controls output A" CV="34" mask="XXXXVXXX"
			item="FL(r) controls output 1" minOut="1" minFn="0">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F1 controls output A" CV="35" mask="XXXXVXXX"
			item="F1 controls output 1" minOut="1" minFn="1">
			<enumVal> <enumChoice choice="No"/>	<enumChoice choice="Yes"/>  </enumVal>
		</variable>
		<variable label="F2 controls output A" CV="36" mask="XXXXVXXX"
			item="F2 controls output 1" minOut="1" minFn="2">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F3 controls output A" CV="37" mask="XXXXVXXX"
			item="F3 controls output 1" minOut="1" minFn="3">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F4 controls output A" CV="38" mask="XXXXXXXV"
			item="F4 controls output 1" minOut="1" minFn="4">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F5 controls output A" CV="39" mask="XXXXXXXV"
			item="F5 controls output 1" minOut="1" minFn="5">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F6 controls output A" CV="40" mask="XXXXXXXV"
			item="F6 controls output 1" minOut="1" minFn="6">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F7 controls output A" CV="41" mask="XXXXXXXV"
			item="F7 controls output 1" minOut="1" minFn="7">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F8 controls output A" CV="42" mask="XXXXXXXV"
			item="F8 controls output 1" minOut="1" minFn="8">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>

		<variable label="F0(f) controls output B" CV="33" mask="XXXVXXXX"
			item="FL(f) controls output 2" minOut="2" minFn="0">
			<enumVal> <enumChoice choice="No"/>	<enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F0(r) controls output B" CV="34" mask="XXXVXXXX"
			item="FL(r) controls output 2" default="1" minOut="2" minFn="0">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F1 controls output B" CV="35" mask="XXXVXXXX"
			item="F1 controls output 2" minOut="2" minFn="1">
			<enumVal> <enumChoice choice="No"/>	<enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F2 controls output B" CV="36" mask="XXXVXXXX"
			item="F2 controls output 2" minOut="2" minFn="2">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F3 controls output B" CV="37" mask="XXXVXXXX"
			item="F3 controls output 2" minOut="2" minFn="3">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F4 controls output B" CV="38" mask="XXXXXXVX"
			item="F4 controls output 2" minOut="2" minFn="4">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F5 controls output B" CV="39" mask="XXXXXXVX"
			item="F5 controls output 2" minOut="2" minFn="5">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F6 controls output B" CV="40" mask="XXXXXXVX"
			item="F6 controls output 2" minOut="2" minFn="6">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F7 controls output B" CV="41" mask="XXXXXXVX"
			item="F7 controls output 2" minOut="2" minFn="7">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F8 controls output B" CV="42" mask="XXXXXXVX"
			item="F8 controls output 2" minOut="2" minFn="8">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>


		<variable label="F0(f) controls output C" CV="33" mask="XXVXXXXX"
			item="FL(f) controls output 3" minOut="3" minFn="0">
			<enumVal> <enumChoice choice="No"/>	<enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F0(r) controls output C" CV="34" mask="XXVXXXXX"
			item="FL(r) controls output 3" minOut="3" minFn="0">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F1 controls output C" CV="35" mask="XXVXXXXX"
			item="F1 controls output 3" default="1" minOut="3" minFn="1">
			<enumVal> <enumChoice choice="No"/>	<enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F2 controls output C" CV="36" mask="XXVXXXXX"
			item="F2 controls output 3" minOut="3" minFn="2">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F3 controls output C" CV="37" mask="XXVXXXXX"
			item="F3 controls output 3" minOut="3" minFn="3">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F4 controls output C" CV="38" mask="XXXXXVXX"
			item="F4 controls output 3" minOut="3" minFn="4">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F5 controls output C" CV="39" mask="XXXXXVXX"
			item="F5 controls output 3" minOut="3" minFn="5">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F6 controls output C" CV="40" mask="XXXXXVXX"
			item="F6 controls output 3" minOut="3" minFn="6">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F7 controls output C" CV="41" mask="XXXXXVXX"
			item="F7 controls output 3" minOut="3" minFn="7">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F8 controls output C" CV="42" mask="XXXXXVXX"
			item="F8 controls output 3" minOut="3" minFn="8">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>

		<variable label="F0(f) controls output D" CV="33" mask="XVXXXXXX"
			item="FL(f) controls output 4" minOut="4" minFn="0">
			<enumVal> <enumChoice choice="No"/>	<enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F0(r) controls output D" CV="34" mask="XVXXXXXX"
			item="FL(r) controls output 4" minOut="4" minFn="0">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F1 controls output D" CV="35" mask="XVXXXXXX"
			item="F1 controls output 4" minOut="4" minFn="1">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F2 controls output D" CV="36" mask="XVXXXXXX"
			item="F2 controls output 4" default="1" minOut="4" minFn="2">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F3 controls output D" CV="37" mask="XVXXXXXX"
			item="F3 controls output 4" minOut="4" minFn="3">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F4 controls output D" CV="38" mask="XXXXVXXX"
			item="F4 controls output 4" minOut="4" minFn="4">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F5 controls output D" CV="39" mask="XXXXVXXX"
			item="F5 controls output 4" minOut="4" minFn="5">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F6 controls output D" CV="40" mask="XXXXVXXX"
			item="F6 controls output 4" minOut="4" minFn="6">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F7 controls output D" CV="41" mask="XXXXVXXX"
			item="F7 controls output 4" minOut="4" minFn="7">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F8 controls output D" CV="42" mask="XXXXVXXX"
			item="F8 controls output 4" minOut="4" minFn="8">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F9 controls output D" CV="43" mask="XXXXXXXV"
			item="F9 controls output 4" minOut="4" minFn="9">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F10 controls output D" CV="44" mask="XXXXXXXV"
			item="F10 controls output 4" minOut="4" minFn="10">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F11 controls output D" CV="45" mask="XXXXXXXV"
			item="F11 controls output 4" minOut="4" minFn="11">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F12 controls output D" CV="46" mask="XXXXXXXV"
			item="F12 controls output 4" minOut="4" minFn="12">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>

		<variable label="F0(f) controls output E" CV="33" mask="VXXXXXXX"
			item="FL(f) controls output 5" minOut="5" minFn="0">
			<enumVal> <enumChoice choice="No"/>	<enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F0(r) controls output E" CV="34" mask="VXXXXXXX"
			item="FL(r) controls output 5" minOut="5" minFn="0">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F1 controls output E" CV="35" mask="VXXXXXXX"
			item="F1 controls output 5" minOut="5" minFn="1">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F2 controls output E" CV="36" mask="VXXXXXXX"
			item="F2 controls output 5" minOut="5" minFn="2">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F3 controls output E" CV="37" mask="VXXXXXXX"
			item="F3 controls output 5" minOut="5" minFn="3">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F4 controls output E" CV="38" mask="XXXVXXXX"
			item="F4 controls output 5" minOut="5" minFn="4">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F5 controls output E" CV="39" mask="XXXVXXXX"
			item="F5 controls output 5" minOut="5" minFn="5">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F6 controls output E" CV="40" mask="XXXVXXXX"
			item="F6 controls output 5" minOut="5" minFn="6">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F7 controls output E" CV="41" mask="XXXVXXXX"
			item="F7 controls output 5" minOut="5" minFn="7">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F8 controls output E" CV="42" mask="XXXVXXXX"
			item="F8 controls output 5" minOut="5" minFn="8">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F9 controls output E" CV="43" mask="XXXXXXVX"
			item="F9 controls output 5" minOut="5" minFn="9">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F10 controls output E" CV="44" mask="XXXXXXVX"
			item="F10 controls output 5" minOut="5" minFn="10">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F11 controls output E" CV="45" mask="XXXXXXVX"
			item="F11 controls output 5" minOut="5" minFn="11">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F12 controls output E" CV="46" mask="XXXXXXVX"
			item="F12 controls output 5" minOut="5" minFn="12">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>

		<variable label="F4 controls output F" CV="38" mask="XXVXXXXX"
			item="F4 controls output 6" minOut="6" minFn="4">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F5 controls output F" CV="39" mask="XXVXXXXX"
			item="F5 controls output 6" minOut="6" minFn="5">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F6 controls output F" CV="40" mask="XXVXXXXX"
			item="F6 controls output 6" minOut="6" minFn="6">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F7 controls output F" CV="41" mask="XXVXXXXX"
			item="F7 controls output 6" minOut="6" minFn="7">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F8 controls output F" CV="42" mask="XXVXXXXX"
			item="F8 controls output 6" minOut="6" minFn="8">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F9 controls output F" CV="43" mask="XXXXXVXX"
			item="F9 controls output 6" minOut="6" minFn="9">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F10 controls output F" CV="44" mask="XXXXXVXX"
			item="F10 controls output 6" minOut="6" minFn="10">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F11 controls output F" CV="45" mask="XXXXXVXX"
			item="F11 controls output 6" minOut="6" minFn="11">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="F12 controls output F" CV="46" mask="XXXXXVXX"
			item="F12 controls output 6" minOut="6" minFn="12">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
	
	<variable label="Headlights reverse polarity with direction" CV="49"
			item="Directional headlights"
	          	comment="output A"
               	mask="XXXXXXXV" >
		     <enumVal>
		         <enumChoice choice="Yes" />
		         <enumChoice choice="No" />
		      </enumVal>
	</variable>

	<variable label="Output A dim intensity" CV="50" default="255"
	          	comment="Controls how much Output B dims (0-dark to 255-max bright)">
			<decVal min="0" max="255"/>
			</variable>
	<variable label="Output B dim intensity" CV="51" default="255"
	          	comment="Controls how much Output C dims (0-dark to 255-max bright)">
			<decVal min="0" max="255"/>
			</variable>
	<variable label="Output C dim intensity" CV="52" default="255"
	          	comment="Controls how much Output D dims (0-dark to 255-max bright)">
			<decVal min="0" max="255"/>
			</variable>
	<variable label="Output D dim intensity" CV="53" default="255"
	          	comment="Controls how much headlights dim (0-dark to 255-max bright)">
			<decVal min="0" max="255"/>
			</variable>

		<variable label="Enable output A dimming with F1" CV="54" mask="XXXXXXXV"
			tooltip="Toggle light dimming 'on' using F1">
			<enumVal> <enumChoice choice="No"/>	<enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Enable output A dimming with F2" CV="54" mask="XXXXXXVX"
			tooltip="Toggle light dimming 'on' using F2">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Enable output A dimming with F3" CV="54" mask="XXXXXVXX"
			tooltip="Toggle light dimming 'on' using F3">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Enable output A dimming with F4" CV="54" mask="XXXXVXXX"
			tooltip="Toggle light dimming 'on' using F4">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Enable output A dimming with F5" CV="54" mask="XXXVXXXX"
			tooltip="Toggle light dimming 'on' using F5">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Enable output A dimming with F6" CV="54" mask="XXVXXXXX"
			tooltip="Toggle light dimming 'on' using F6">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Enable output A dimming with F7" CV="54" mask="XVXXXXXX"
			tooltip="Toggle light dimming 'on' using F7">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Enable output A dimming with F8" CV="54" mask="VXXXXXXX"
			tooltip="Toggle light dimming 'on' using F8">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>


		<variable label="Enable output B dimming with F1" CV="55" mask="XXXXXXXV"
			tooltip="Toggle light dimming 'on' using F1">
			<enumVal> <enumChoice choice="No"/>	<enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Enable output B dimming with F2" CV="55" mask="XXXXXXVX"
			tooltip="Toggle light dimming 'on' using F2">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Enable output B dimming with F3" CV="55" mask="XXXXXVXX"
			tooltip="Toggle light dimming 'on' using F3">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Enable output B dimming with F4" CV="55" mask="XXXXVXXX"
			tooltip="Toggle light dimming 'on' using F4">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Enable output B dimming with F5" CV="55" mask="XXXVXXXX"
			tooltip="Toggle light dimming 'on' using F5">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Enable output B dimming with F6" CV="55" mask="XXVXXXXX"
			tooltip="Toggle light dimming 'on' using F6">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Enable output B dimming with F7" CV="55" mask="XVXXXXXX"
			tooltip="Toggle light dimming 'on' using F7">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Enable output B dimming with F8" CV="55" mask="VXXXXXXX"
			tooltip="Toggle light dimming 'on' using F8">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>

		<variable label="Enable output C dimming with F1" CV="56" mask="XXXXXXXV"
			tooltip="Toggle light dimming 'on' using F1">
			<enumVal> <enumChoice choice="No"/>	<enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Enable output C dimming with F2" CV="56" mask="XXXXXXVX"
			tooltip="Toggle light dimming 'on' using F2">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Enable output C dimming with F3" CV="56" mask="XXXXXVXX"
			tooltip="Toggle light dimming 'on' using F3">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Enable output C dimming with F4" CV="56" mask="XXXXVXXX"
			tooltip="Toggle light dimming 'on' using F4">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Enable output C dimming with F5" CV="56" mask="XXXVXXXX"
			tooltip="Toggle light dimming 'on' using F5">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Enable output C dimming with F6" CV="56" mask="XXVXXXXX"
			tooltip="Toggle light dimming 'on' using F6">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Enable output C dimming with F7" CV="56" mask="XVXXXXXX"
			tooltip="Toggle light dimming 'on' using F7">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Enable output C dimming with F8" CV="56" mask="VXXXXXXX"
			tooltip="Toggle light dimming 'on' using F8">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>

		<variable label="Enable output D dimming with F1" CV="57" mask="XXXXXXXV"
			tooltip="Toggle light dimming 'on' using F1">
			<enumVal> <enumChoice choice="No"/>	<enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Enable output D dimming with F2" CV="57" mask="XXXXXXVX"
			tooltip="Toggle light dimming 'on' using F2">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Enable output D dimming with F3" CV="57" mask="XXXXXVXX"
			tooltip="Toggle light dimming 'on' using F3">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Enable output D dimming with F4" CV="57" mask="XXXXVXXX"
			tooltip="Toggle light dimming 'on' using F4">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Enable output D dimming with F5" CV="57" mask="XXXVXXXX"
			tooltip="Toggle light dimming 'on' using F5">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Enable output D dimming with F6" CV="57" mask="XXVXXXXX"
			tooltip="Toggle light dimming 'on' using F6">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Enable output D dimming with F7" CV="57" mask="XVXXXXXX"
			tooltip="Toggle light dimming 'on' using F7">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Enable output D dimming with F8" CV="57" mask="VXXXXXXX"
			tooltip="Toggle light dimming 'on' using F8">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>

	<variable label="Enter the value corresponding to the desired lighting effect for B/A outputs (0-44) " CV="58"
		item="Lighting effects A/B" default="0"
		comment ="Range 0-44">
		<decVal min="0" max="44"/>
	</variable>

	<variable label="Enter the value corresponding to the desired lighting effect for D/C outputs (0-42) " CV="59"
		minOut="4" 
		item="Lighting effects C/D" default="0"
		comment ="Range 0-42">
		<decVal min="0" max="42"/>
	</variable>

		<variable label="Toggle effect (output A) with F1" CV="60" mask="XXXXXXXV"
			tooltip="Toggle Lighting Effect for output A 'off' using F1">
			<enumVal> <enumChoice choice="No"/>	<enumChoice choice="Yes"/>	</enumVal>
		</variable>
		<variable label="Toggle effect (output A) with F2" CV="60" mask="XXXXXXVX"
			tooltip="Toggle Lighting Effect for output A 'off' using F2">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Toggle effect (output A) with F3" CV="60" mask="XXXXXVXX"
			tooltip="Toggle Lighting Effect for output A 'off' using F3">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Toggle effect (output A) with F4" CV="60" mask="XXXXVXXX"
			tooltip="Toggle Lighting Effect for output A 'off' using F4">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Toggle effect (output A) with F5" CV="60" mask="XXXVXXXX"
			tooltip="Toggle Lighting Effect for output A 'off' using F5">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Toggle effect (output A) with F6" CV="60" mask="XXVXXXXX"
			tooltip="Toggle Lighting Effect for output A 'off' using F6">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Toggle effect (output A) with F7" CV="60" mask="XVXXXXXX"
			tooltip="Toggle Lighting Effect for output A 'off' using F7">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Toggle effect (output A) with F8" CV="60" mask="VXXXXXXX"
			tooltip="Toggle Lighting Effect for output A 'off' using F8">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>

		<variable label="Toggle effect (output B) with F1" CV="61" mask="XXXXXXXV"
			tooltip="Toggle Lighting Effect for output B 'off' using F1">
			<enumVal> <enumChoice choice="No"/>	<enumChoice choice="Yes"/>	</enumVal>
		</variable>
		<variable label="Toggle effect (output B) with F2" CV="61" mask="XXXXXXVX"
			tooltip="Toggle Lighting Effect for output B 'off' using F2">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Toggle effect (output B) with F3" CV="61" mask="XXXXXVXX"
			tooltip="Toggle Lighting Effect for output B 'off' using F3">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Toggle effect (output B) with F4" CV="61" mask="XXXXVXXX"
			tooltip="Toggle Lighting Effect for output B 'off' using F4">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Toggle effect (output B) with F5" CV="61" mask="XXXVXXXX"
			tooltip="Toggle Lighting Effect for output B 'off' using F5">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Toggle effect (output B) with F6" CV="61" mask="XXVXXXXX"
			tooltip="Toggle Lighting Effect for output B 'off' using F6">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Toggle effect (output B) with F7" CV="61" mask="XVXXXXXX"
			tooltip="Toggle Lighting Effect for output B 'off' using F7">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Toggle effect (output B) with F8" CV="61" mask="VXXXXXXX"
			tooltip="Toggle Lighting Effect for output B 'off' using F8">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>

		<variable label="Toggle effect (output C) with F1" CV="62" mask="XXXXXXXV"
			tooltip="Toggle Lighting Effect for output C 'off' using F1">
			<enumVal> <enumChoice choice="No"/>	<enumChoice choice="Yes"/>	</enumVal>
		</variable>
		<variable label="Toggle effect (output C) with F2" CV="62" mask="XXXXXXVX"
			tooltip="Toggle Lighting Effect for output C 'off' using F2">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Toggle effect (output C) with F3" CV="62" mask="XXXXXVXX"
			tooltip="Toggle Lighting Effect for output C 'off' using F3">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Toggle effect (output C) with F4" CV="62" mask="XXXXVXXX"
			tooltip="Toggle Lighting Effect for output C 'off' using F4">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Toggle effect (output C) with F5" CV="62" mask="XXXVXXXX"
			tooltip="Toggle Lighting Effect for output C 'off' using F5">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Toggle effect (output C) with F6" CV="62" mask="XXVXXXXX"
			tooltip="Toggle Lighting Effect for output C 'off' using F6">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Toggle effect (output C) with F7" CV="62" mask="XVXXXXXX"
			tooltip="Toggle Lighting Effect for output C 'off' using F7">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Toggle effect (output C) with F8" CV="62" mask="VXXXXXXX"
			tooltip="Toggle Lighting Effect for output C 'off' using F8">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>

		<variable label="Toggle effect (output D) with F1" CV="63" mask="XXXXXXXV"
			tooltip="Toggle Lighting Effect for output D 'off' using F1">
			<enumVal> <enumChoice choice="No"/>	<enumChoice choice="Yes"/>	</enumVal>
		</variable>
		<variable label="Toggle effect (output D) with F2" CV="63" mask="XXXXXXVX"
			tooltip="Toggle Lighting Effect for output D 'off' using F2">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Toggle effect (output D) with F3" CV="63" mask="XXXXXVXX"
			tooltip="Toggle Lighting Effect for output D 'off' using F3">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Toggle effect (output D) with F4" CV="63" mask="XXXXVXXX"
			tooltip="Toggle Lighting Effect for output D 'off' using F4">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Toggle effect (output D) with F5" CV="63" mask="XXXVXXXX"
			tooltip="Toggle Lighting Effect for output D 'off' using F5">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Toggle effect (output D) with F6" CV="63" mask="XXVXXXXX"
			tooltip="Toggle Lighting Effect for output D 'off' using F6">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Toggle effect (output D) with F7" CV="63" mask="XVXXXXXX"
			tooltip="Toggle Lighting Effect for output D 'off' using F7">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>
		<variable label="Toggle effect (output D) with F8" CV="63" mask="VXXXXXXX"
			tooltip="Toggle Lighting Effect for output D 'off' using F8">
			<enumVal> <enumChoice choice="No"/> <enumChoice choice="Yes"/> </enumVal>
		</variable>

		<variable label="Flashing frequency for outputs C and D (255 = .13 Hz, 32 = 1 Hz, 15 = 2 Hz, 0 = 33 Hz)" CV="64"
			minOut="4" 
			tooltip="Flashing rate, default = 1 sec, f= 1/(.03* 1 + value))"
			item="Function 3 options" default="32"
			comment ="Range 0-255">
			<decVal min="0" max="255"/>
		</variable>


		<variable label="User Private ID #1" CV="105"
			item="User Id #1">
			<decVal/>
		</variable>

		<variable label="User Private ID #2" CV="106"
				item="User Id #2">
			<decVal/>
		</variable>

		<variable label="Decoder Software Version (read only): " CV="128" readOnly="yes"
			item="Decoder Software Version" default="1">
			<decVal/>
		</variable>

	</variables>

</decoder>

<pane name="Lenz">
	<column>

		<label label=" "/>
		<label label="Select which function enables"/>
		<label label="light dimming for outputs A-D:"/>
		<label label=" "/>
		<row>
	
			<column>
				<label label="                        A"/>
				<display item="Enable output A dimming with F1" format="checkbox" label="Function 1 "/>
				<display item="Enable output A dimming with F2" format="checkbox" label="Function 2 "/>
				<display item="Enable output A dimming with F3" format="checkbox" label="Function 3 "/>
				<display item="Enable output A dimming with F4" format="checkbox" label="Function 4 "/>
				<display item="Enable output A dimming with F5" format="checkbox" label="Function 5 "/>
				<display item="Enable output A dimming with F6" format="checkbox" label="Function 6 "/>
				<display item="Enable output A dimming with F7" format="checkbox" label="Function 7 "/>
				<display item="Enable output A dimming with F8" format="checkbox" label="Function 8 "/>

			</column>	

			<column>
				<label label="       B"/>
				<display item="Enable output B dimming with F1" format="checkbox" label="   "/>
				<display item="Enable output B dimming with F2" format="checkbox" label="   "/>
				<display item="Enable output B dimming with F3" format="checkbox" label="   "/>
				<display item="Enable output B dimming with F4" format="checkbox" label="   "/>
				<display item="Enable output B dimming with F5" format="checkbox" label="   "/>
				<display item="Enable output B dimming with F6" format="checkbox" label="   "/>
				<display item="Enable output B dimming with F7" format="checkbox" label="   "/>
				<display item="Enable output B dimming with F8" format="checkbox" label="   "/>							
			</column>
			<column>
				<label label="       C"/>
				<display item="Enable output C dimming with F1" format="checkbox" label="   "/>
				<display item="Enable output C dimming with F2" format="checkbox" label="   "/>
				<display item="Enable output C dimming with F3" format="checkbox" label="   "/>
				<display item="Enable output C dimming with F4" format="checkbox" label="   "/>
				<display item="Enable output C dimming with F5" format="checkbox" label="   "/>
				<display item="Enable output C dimming with F6" format="checkbox" label="   "/>
				<display item="Enable output C dimming with F7" format="checkbox" label="   "/>
				<display item="Enable output C dimming with F8" format="checkbox" label="   "/>							
			</column>
			<column>
				<label label="       D"/>
				<display item="Enable output D dimming with F1" format="checkbox" label="   "/>
				<display item="Enable output D dimming with F2" format="checkbox" label="   "/>
				<display item="Enable output D dimming with F3" format="checkbox" label="   "/>
				<display item="Enable output D dimming with F4" format="checkbox" label="   "/>
				<display item="Enable output D dimming with F5" format="checkbox" label="   "/>
				<display item="Enable output D dimming with F6" format="checkbox" label="   "/>
				<display item="Enable output D dimming with F7" format="checkbox" label="   "/>
				<display item="Enable output D dimming with F8" format="checkbox" label="   "/>							
			</column>

		</row>
		<row>
			<column>
				<label label=" "/>
				<label label=" "/>
				<display item="Output A dim intensity" />
				<display item="Output B dim intensity" />
				<label label=" "/>
				<display item="Directional headlights" />
			</column>
		</row>
	</column>

	<column>

		<label label=" "/>
		<label label="Select which function enables"/>
		<label label="toggling of effects for outputs A-D:"/>
		<label label=" "/>
		<row>
	
			<column>
				<label label="                        A"/>
				<display item="Toggle effect (output A) with F1" format="checkbox" label="Function 1 "/>
				<display item="Toggle effect (output A) with F2" format="checkbox" label="Function 2 "/>
				<display item="Toggle effect (output A) with F3" format="checkbox" label="Function 3 "/>
				<display item="Toggle effect (output A) with F4" format="checkbox" label="Function 4 "/>
				<display item="Toggle effect (output A) with F5" format="checkbox" label="Function 5 "/>
				<display item="Toggle effect (output A) with F6" format="checkbox" label="Function 6 "/>
				<display item="Toggle effect (output A) with F7" format="checkbox" label="Function 7 "/>
				<display item="Toggle effect (output A) with F8" format="checkbox" label="Function 8 "/>							
			</column>	

			<column>
				<label label="       B"/>
				<display item="Toggle effect (output B) with F1" format="checkbox" label="   "/>
				<display item="Toggle effect (output B) with F2" format="checkbox" label="   "/>
				<display item="Toggle effect (output B) with F3" format="checkbox" label="   "/>
				<display item="Toggle effect (output B) with F4" format="checkbox" label="   "/>
				<display item="Toggle effect (output B) with F5" format="checkbox" label="   "/>
				<display item="Toggle effect (output B) with F6" format="checkbox" label="   "/>
				<display item="Toggle effect (output B) with F7" format="checkbox" label="   "/>
				<display item="Toggle effect (output B) with F8" format="checkbox" label="   "/>							
			</column>
			<column>
				<label label="       C"/>
				<display item="Toggle effect (output C) with F1" format="checkbox" label="   "/>
				<display item="Toggle effect (output C) with F2" format="checkbox" label="   "/>
				<display item="Toggle effect (output C) with F3" format="checkbox" label="   "/>
				<display item="Toggle effect (output C) with F4" format="checkbox" label="   "/>
				<display item="Toggle effect (output C) with F5" format="checkbox" label="   "/>
				<display item="Toggle effect (output C) with F6" format="checkbox" label="   "/>
				<display item="Toggle effect (output C) with F7" format="checkbox" label="   "/>
				<display item="Toggle effect (output C) with F8" format="checkbox" label="   "/>							
			</column>
			<column>
				<label label="       D"/>
				<display item="Toggle effect (output D) with F1" format="checkbox" label="   "/>
				<display item="Toggle effect (output D) with F2" format="checkbox" label="   "/>
				<display item="Toggle effect (output D) with F3" format="checkbox" label="   "/>
				<display item="Toggle effect (output D) with F4" format="checkbox" label="   "/>
				<display item="Toggle effect (output D) with F5" format="checkbox" label="   "/>
				<display item="Toggle effect (output D) with F6" format="checkbox" label="   "/>
				<display item="Toggle effect (output D) with F7" format="checkbox" label="   "/>
				<display item="Toggle effect (output D) with F8" format="checkbox" label="   "/>							
			</column>
		</row>
		<row>
			<column>
				<label label="        "/>
			</column>

			<column>
				<label label=" "/>
				<label label=" "/>
				<display item="Output C dim intensity" />
				<display item="Output D dim intensity" />
				<label label=" "/>
	
			</column>



		</row>

	</column>
</pane>

<pane name="Lenz Lighting">

	<column>
		<row>
			<column>
				<label label=" "/>
				<label label="The CV values on this page are unique in that each CV represents the lighting selection for two different outputs."/>
				<label label="The tens digit of the value corresponds to one output, and the ones digit corresponds to the other output."/>
				<label label=" "/>
				<separator/>
				<label label=" "/>
				<label label="Example:  A value of 23 below results in a Gyra light at output B and a strobe at output A."/>
				<label label=" "/>
				<separator/>
			</column>
		</row>

		<row>
			<column>
				<label label=" "/>
				<label label="The following lighting effects are"/>
				<label label="available for outputs A and B"/>
				<label label=" "/>
				<label label="No effect    "/>
				<label label="Mars light   "/>
				<label label="Gyra light   "/>
				<label label="Strobe       "/>
				<label label="Double Strobe"/>
				<label label=" "/>				
			</column>

			<column>
				<label label="        "/>
			</column>

			<column>
				<label label=" "/>
				<label label="Output B"/>
				<label label=" (Tens)"/>
				<label label=" "/>
				<label label="   0"/>
				<label label="   1"/>
				<label label="   2"/>
				<label label="   3"/>
				<label label="   4"/>
				<label label=" "/>					
			</column>
		
			<column>
				<label label="        "/>
			</column>

			<column>
				<label label=" "/>
				<label label="Output A"/>
				<label label=" (Ones)"/>
				<label label=" "/>
				<label label="   0"/>
				<label label="   1"/>
				<label label="   2"/>
				<label label="   3"/>
				<label label="   4"/>
				<label label=" "/>							
			</column>

			<column>
				<label label="                                                          "/>
			</column>
		</row>

		<row>	
			<column>
				<display item="Lighting effects A/B" />
				<label label=" "/>
				<separator/>
			</column>
		</row>

		<row>				
			<column>				
				<label label=" "/>
				<label label="The following lighting effects are"/>
				<label label="available for output D"/>
				<label label=" "/>
				<label label="No effect                      "/>
				<label label="Flashing with output C         "/>
				<label label="Flashing alternate to output C "/>
				<label label="Flickering type 2 (less smooth)"/>
				<label label="Flickering type 3 (excitedly)  "/>
				<!-- label label="Dimming enabled                " -->
				<label label=" "/>
			</column>

			<column>
				<label label="        "/>
			</column>

			<column>
				<label label=" "/>
				<label label="Output D"/>
				<label label=" (Tens)"/>
				<label label=" "/>
				<label label="   0"/>
				<label label="   1"/>
				<label label="   2"/>
				<label label="   3"/>
				<label label="   4"/>
				<!-- label label="   5" -->
				<label label=" "/>
			</column>
		
			<column>
				<label label="        "/>
			</column>

			<column>
				<label label=" "/>
				<label label="Output C"/>
				<label label=" (Ones)"/>
				<label label=" "/>
				<label label="   0"/>
				<label label="   1"/>
				<label label="   2"/>
				<!-- label label="   3" -->
				<label label=" "/>
				<label label=" "/>
				<label label=" "/>
			</column>

			<column>
				<label label="        "/>
			</column>

			<column>				
				<label label=" "/>
				<label label="The following lighting effects are"/>
				<label label="available for output C"/>
				<label label=" "/>
				<label label="No effect                 "/>
				<label label="Flashing                  "/>
				<label label="Flickering type 1 (smooth)"/>
				<!-- label label="Dimming enabled           " -->
				<label label=" "/>
				<label label=" "/>
				<label label=" "/>
			</column>
		</row>
	
		<row>	
			<column>
				<display item="Lighting effects C/D" />
				<label label=" "/>
			</column>
		</row>
	</column>


</pane>



</decoder-config>


