Files
JIMRI/xml/decoders/ESU_LokPilotDCC.xml
2026-06-17 14:00:51 +02:00

475 lines
22 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
<!--Copyright (C) JMRI 2003, 2004 All rights reserved -->
<!-- -->
<!-- JMRI is free software; you can redistribute it and/or modify it under -->
<!-- the terms of version 2 of the GNU General Public License as published -->
<!-- by the Free Software Foundation. See the "COPYING" file for a copy -->
<!-- of this license. -->
<!-- -->
<!-- JMRI is distributed in the hope that it will be useful, but WITHOUT -->
<!-- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -->
<!-- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -->
<!-- for more details. -->
<decoder-config xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://jmri.org/xml/schema/decoder-4-15-2.xsd">
<version author="Walter Thompson wsthompson#earthlink.net" version="4" lastUpdated="20050619"/>
<!--Based on the contribution of many others -->
<!--version 2 - add consist direction - jake -->
<!--version 3 - fix mfg name - jake -->
<!--version 4 - changed numerious variable "items" so that Comprehensive programmer will work
in place of MFG specific programmer, also added CV55, numFns to 8. wsthompson,@earthlink.net -->
<!-- ver5 added support for new mfx&reg; speed table -->
<version author="Dave Heap" version="5" lastUpdated="20130105"/>
<!-- ver6 revert version 5 changes - inapplicable to this decoder -->
<version author="Dave Heap" version="6" lastUpdated="20130127"/>
<!-- ver7 deprecated in favour of new model/family nomenclature in ESU_LokPilotDCC_1.0.xml -->
<version author="Dave Heap" version="7" lastUpdated="20171112"/>
<decoder>
<family name="ESU LokPilot Silent BEMF decoders" mfg="Electronic Solutions Ulm GmbH" lowVersionID="21">
<model show="no" model="ESU_LokPilotDCC" replacementModel="LokPilotDCC V1.0" replacementFamily="ESU LokPilot 1.0" numOuts="6" numFns="8" nmraWarrant="yes">
<output name="1" label="Front Lights"/>
<output name="2" label="Back Lights"/>
<output name="3" label="Aux1"/>
<output name="4" label="Aux2"/>
<output name="5" label="Shunting"/>
<output name="6" label="Acc/Dec off"/>
</model>
</family>
<programming direct="yes" paged="yes" register="yes" ops="yes"/>
<variables>
<xi:include href="http://jmri.org/xml/decoders/nmra/shortAndLongAddress.xml"/>
<variable item="Vstart" CV="2" default="3" comment="A value of 63 corresponds to 100%">
<decVal max="63"/>
<label>Vstart</label>
<label xml:lang="it">Volt Partenza</label>
<label xml:lang="fr">V démarr.</label>
<label xml:lang="de">Startspannung</label>
<comment>A value of 63 corresponds to 100%</comment>
</variable>
<variable CV="3" default="4" item="Accel">
<decVal max="63"/>
<label>Acceleration</label>
<label xml:lang="it">Accellerazione (0-63)</label>
<label xml:lang="fr">Accelération (0-63)</label>
<label xml:lang="de">Anfahrverzögerung (0-63)</label>
</variable>
<variable CV="4" default="3" item="Decel">
<decVal max="63"/>
<label>Deceleration</label>
<label xml:lang="it">Decellerazione (1-63)</label>
<label xml:lang="fr">Décélération (1-63)</label>
<label xml:lang="de">Bremszeit (1-63)</label>
</variable>
<variable item="Vhigh" CV="5" default="63" comment="Range 1-63">
<decVal max="63"/>
<label>Vhigh</label>
<comment>Range 1-63</comment>
</variable>
<variable item="Vmid" CV="6" default="25" comment="Range 1-63">
<decVal max="63"/>
<label>Vmid</label>
<comment>Range 1-63</comment>
</variable>
<!--readOnly="yes" -->
<!-- CV 7-8 -->
<xi:include href="http://jmri.org/xml/decoders/nmra/mfgVersionId.xml"/>
<variable item="Manufacturer ID - Reset" CV="8">
<decVal/>
<label>Manufacturer ID - Reset</label>
</variable>
<!-- CV=19 -->
<xi:include href="http://jmri.org/xml/decoders/nmra/consistAddrDirection.xml"/>
<!-- CV=29 -->
<xi:include href="http://jmri.org/xml/decoders/nmra/cv29direction.xml"/>
<xi:include href="http://jmri.org/xml/decoders/nmra/cv29speedSteps.xml"/>
<xi:include href="http://jmri.org/xml/decoders/nmra/cv29analog.xml"/>
<xi:include href="http://jmri.org/xml/decoders/nmra/cv29table3-28.xml"/>
<variable item="FL(f) controls output 1" CV="33" mask="XXXXXXXV" minOut="1" default="1">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>FL(f) controls output 1</label>
</variable>
<variable item="FL(f) controls output 2" CV="33" mask="XXXXXXVX" minOut="2">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>FL(f) controls output 2</label>
</variable>
<variable item="FL(f) controls output 3" CV="33" mask="XXXXXVXX" minOut="3">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>FL(f) controls output 3</label>
</variable>
<variable item="FL(f) controls output 4" CV="33" mask="XXXXVXXX" minOut="4">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>FL(f) controls output 4</label>
</variable>
<variable item="FL(f) controls output 5" CV="33" mask="XXXVXXXX" minOut="5">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>FL(f) controls output 5</label>
</variable>
<variable item="FL(f) controls output 6" CV="33" mask="XXVXXXXX" minOut="6">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>FL(f) controls output 6</label>
</variable>
<variable item="FL(r) controls output 1" CV="34" mask="XXXXXXXV" minOut="1">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>FL(r) controls output 1</label>
</variable>
<variable item="FL(r) controls output 2" CV="34" mask="XXXXXXVX" minOut="2" default="1">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>FL(r) controls output 2</label>
</variable>
<variable item="FL(r) controls output 3" CV="34" mask="XXXXXVXX" minOut="3">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>FL(r) controls output 3</label>
</variable>
<variable item="FL(r) controls output 4" CV="34" mask="XXXXVXXX" minOut="4">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>FL(r) controls output 4</label>
</variable>
<variable item="FL(r) controls output 5" CV="34" mask="XXXVXXXX" minOut="5">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>FL(r) controls output 5</label>
</variable>
<variable item="FL(r) controls output 6" CV="34" mask="XXVXXXXX" minOut="6">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>FL(r) controls output 6</label>
</variable>
<variable item="F1 controls output 1" CV="35" mask="XXXXXXXV" minOut="1" minFn="1">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F1 controls output 1</label>
</variable>
<variable item="F1 controls output 2" CV="35" mask="XXXXXXVX" minOut="2" minFn="1">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F1 controls output 2</label>
</variable>
<variable item="F1 controls output 3" CV="35" mask="XXXXXVXX" minOut="3" minFn="1" default="1">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F1 controls output 3</label>
</variable>
<variable item="F1 controls output 4" CV="35" mask="XXXXVXXX" minOut="4" minFn="1">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F1 controls output 4</label>
</variable>
<variable item="F1 controls output 5" CV="35" mask="XXXVXXXX" minOut="5" minFn="1">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F1 controls output 5</label>
</variable>
<variable item="F1 controls output 6" CV="35" mask="XXVXXXXX" minOut="6" minFn="1">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F1 controls output 6</label>
</variable>
<variable item="F2 controls output 1" CV="36" mask="XXXXXXXV" minOut="1" minFn="2">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F2 controls output 1</label>
</variable>
<variable item="F2 controls output 2" CV="36" mask="XXXXXXVX" minOut="2" minFn="2">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F2 controls output 2</label>
</variable>
<variable item="F2 controls output 3" CV="36" mask="XXXXXVXX" minOut="3" minFn="2">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F2 controls output 3</label>
</variable>
<variable item="F2 controls output 4" CV="36" mask="XXXXVXXX" minOut="4" minFn="2" default="1">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F2 controls output 4</label>
</variable>
<variable item="F2 controls output 5" CV="36" mask="XXXVXXXX" minOut="5" minFn="2">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F2 controls output 5</label>
</variable>
<variable item="F2 controls output 6" CV="36" mask="XXVXXXXX" minOut="6" minFn="2">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F2 controls output 6</label>
</variable>
<variable item="F3 controls output 3" CV="37" mask="XXXXXXXV" minOut="3" minFn="3">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F3 controls output 3</label>
</variable>
<variable item="F3 controls output 4" CV="37" mask="XXXXXXVX" minOut="4" minFn="3">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F3 controls output 4</label>
</variable>
<variable item="F3 controls output 5" CV="37" mask="XXXXXVXX" minOut="5" minFn="3" default="1">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F3 controls output 5</label>
</variable>
<variable item="F3 controls output 6" CV="37" mask="XXXXVXXX" minOut="6" minFn="3">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F3 controls output 6</label>
</variable>
<variable item="F4 controls output 3" CV="38" mask="XXXXXXXV" minOut="3" minFn="4">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F4 controls output 3</label>
</variable>
<variable item="F4 controls output 4" CV="38" mask="XXXXXXVX" minOut="4" minFn="4">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F4 controls output 4</label>
</variable>
<variable item="F4 controls output 5" CV="38" mask="XXXXXVXX" minOut="5" minFn="4">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F4 controls output 5</label>
</variable>
<variable item="F4 controls output 6" CV="38" mask="XXXXVXXX" minOut="6" minFn="4" default="1">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F4 controls output 6</label>
</variable>
<variable item="F5 controls output 3" CV="39" mask="XXXXXXXV" minOut="3" minFn="5">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F5 controls output 3</label>
</variable>
<variable item="F5 controls output 4" CV="39" mask="XXXXXXVX" minOut="4" minFn="5">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F5 controls output 4</label>
</variable>
<variable item="F5 controls output 5" CV="39" mask="XXXXXVXX" minOut="5" minFn="5">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F5 controls output 5</label>
</variable>
<variable item="F5 controls output 6" CV="39" mask="XXXXVXXX" minOut="6" minFn="5">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F5 controls output 6</label>
</variable>
<variable item="F6 controls output 3" CV="40" mask="XXXXXXXV" minOut="3" minFn="6">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F6 controls output 3</label>
</variable>
<variable item="F6 controls output 4" CV="40" mask="XXXXXXVX" minOut="4" minFn="6">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F6 controls output 4</label>
</variable>
<variable item="F6 controls output 5" CV="40" mask="XXXXXVXX" minOut="5" minFn="6">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F6 controls output 5</label>
</variable>
<variable item="F6 controls output 6" CV="40" mask="XXXXVXXX" minOut="6" minFn="6">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
<label>F6 controls output 6</label>
</variable>
<variable item="EMF Static Config" CV="49" mask="XXXXXXXV" default="1">
<enumVal>
<enumChoice choice="Off">
<choice>Off</choice>
</enumChoice>
<enumChoice choice="On">
<choice>On</choice>
</enumChoice>
</enumVal>
<label>BEMF Active</label>
</variable>
<variable item="EMF Dynamic Config" CV="51" default="56" comment="Range 0-79">
<decVal min="0" max="79"/>
<label>Adjust EMK Voltage</label>
<comment>Range 0-79</comment>
</variable>
<variable item="EMF Droop Config" CV="52" default="32" comment="Range 0-79">
<decVal min="0" max="79"/>
<label>K Adjustment</label>
<comment>Range 0-79</comment>
</variable>
<variable item="EMF Feedback Cutout" CV="53" default="24" comment="Range 0-79">
<decVal min="0" max="79"/>
<label>I Adjustment</label>
<comment>Range 0-79</comment>
</variable>
<variable item="Analog Mode" CV="55" mask="XXXXXXVV">
<enumVal>
<enumChoice choice="Off">
<choice>Off</choice>
</enumChoice>
<enumChoice choice="AC Analog Mode">
<choice>AC Analog Mode</choice>
</enumChoice>
<enumChoice choice="DC Analog Mode">
<choice>DC Analog Mode</choice>
</enumChoice>
<enumChoice choice="AC+DC Analog Mode">
<choice>AC+DC Analog Mode</choice>
</enumChoice>
</enumVal>
<label>Analog Mode</label>
</variable>
<variable item="Signal Dependent Deceleration" CV="57" default="0" comment="Range 0-63">
<decVal min="0" max="63"/>
<label>Signal Dependent Deceleration</label>
<comment>Range 0-63</comment>
</variable>
<variable item="Global lighting option 1" CV="59" default="33" comment="Range 10-63, value is multiplied by 32.768 ms">
<decVal min="10" max="63"/>
<label>Blink Rate</label>
<comment>Range 10-63, value is multiplied by 32.768 ms</comment>
</variable>
<variable item="Output 1 effect generated" CV="60" default="15" mask="XXXXVVVV">
<decVal/>
<label>Brightness Head Lights</label>
</variable>
<variable item="Output 1 behavior" CV="60" default="0" mask="XVVVXXXX">
<enumVal>
<enumChoice choice="Off">
<choice>Off</choice>
</enumChoice>
<enumChoice choice="Blink (Phase 1)">
<choice>Blink (Phase 1)</choice>
</enumChoice>
<enumChoice choice="Blink (Phase 2)">
<choice>Blink (Phase 2)</choice>
</enumChoice>
<enumChoice choice="Strobe">
<choice>Strobe</choice>
</enumChoice>
<enumChoice choice="Double Strobe">
<choice>Double Strobe</choice>
</enumChoice>
<enumChoice choice="Marslight">
<choice>Marslight</choice>
</enumChoice>
<enumChoice choice="Gyrolight">
<choice>Gyrolight</choice>
</enumChoice>
</enumVal>
<label>Output Configuration Head Lights</label>
</variable>
<variable item="Output 2 effect generated" CV="61" default="15" mask="XXXXVVVV">
<decVal/>
<label>Brightness Back Lights</label>
</variable>
<variable item="Output 2 behavior" CV="61" default="0" mask="XVVVXXXX">
<enumVal>
<enumChoice choice="Off">
<choice>Off</choice>
</enumChoice>
<enumChoice choice="Blink (Phase 1)">
<choice>Blink (Phase 1)</choice>
</enumChoice>
<enumChoice choice="Blink (Phase 2)">
<choice>Blink (Phase 2)</choice>
</enumChoice>
<enumChoice choice="Strobe">
<choice>Strobe</choice>
</enumChoice>
<enumChoice choice="Double Strobe">
<choice>Double Strobe</choice>
</enumChoice>
<enumChoice choice="Marslight">
<choice>Marslight</choice>
</enumChoice>
<enumChoice choice="Gyrolight">
<choice>Gyrolight</choice>
</enumChoice>
</enumVal>
<label>Output Configuration Back Lights</label>
</variable>
<variable item="Output 3 effect generated" CV="62" default="15" mask="XXXXVVVV">
<decVal/>
<label>Brightness AUX1</label>
</variable>
<variable item="Output 3 behavior" CV="62" default="0" mask="XVVVXXXX">
<enumVal>
<enumChoice choice="Off">
<choice>Off</choice>
</enumChoice>
<enumChoice choice="Blink (Phase 1)">
<choice>Blink (Phase 1)</choice>
</enumChoice>
<enumChoice choice="Blink (Phase 2)">
<choice>Blink (Phase 2)</choice>
</enumChoice>
<enumChoice choice="Strobe">
<choice>Strobe</choice>
</enumChoice>
<enumChoice choice="Double Strobe">
<choice>Double Strobe</choice>
</enumChoice>
<enumChoice choice="Marslight">
<choice>Marslight</choice>
</enumChoice>
<enumChoice choice="Gyrolight">
<choice>Gyrolight</choice>
</enumChoice>
</enumVal>
<label>Output Configuration AUX1</label>
</variable>
<variable item="Output 4 effect generated" CV="63" default="15" mask="XXXXVVVV">
<decVal/>
<label>Brightness AUX2</label>
</variable>
<variable item="Output 4 behavior" CV="63" default="0" mask="XVVVXXXX">
<enumVal>
<enumChoice choice="Off">
<choice>Off</choice>
</enumChoice>
<enumChoice choice="Blink (Phase 1)">
<choice>Blink (Phase 1)</choice>
</enumChoice>
<enumChoice choice="Blink (Phase 2)">
<choice>Blink (Phase 2)</choice>
</enumChoice>
<enumChoice choice="Strobe">
<choice>Strobe</choice>
</enumChoice>
<enumChoice choice="Double Strobe">
<choice>Double Strobe</choice>
</enumChoice>
<enumChoice choice="Marslight">
<choice>Marslight</choice>
</enumChoice>
<enumChoice choice="Gyrolight">
<choice>Gyrolight</choice>
</enumChoice>
</enumVal>
<label>Output Configuration AUX2</label>
</variable>
<variable item="DCC Speedstep Detection" CV="64" default="1" mask="XXXXXXXV">
<enumVal>
<enumChoice choice="Off">
<choice>Off</choice>
</enumChoice>
<enumChoice choice="On">
<choice>On</choice>
</enumChoice>
</enumVal>
<label>DCC Speedstep Detection</label>
</variable>
<variable item="ZIMO Manual Function" CV="64" default="1" mask="XXXXXXVX">
<enumVal>
<enumChoice choice="New (MX2000)">
<choice>New (MX2000)</choice>
</enumChoice>
<enumChoice choice="Old (MX1)">
<choice>Old (MX1)</choice>
</enumChoice>
</enumVal>
<label>ZIMO Manual Function</label>
</variable>
<variable item="Emergency Stop" CV="64" default="0" mask="XXXXXVXX">
<enumVal>
<enumChoice choice="On">
<choice>On</choice>
</enumChoice>
<enumChoice choice="Off">
<choice>Off</choice>
</enumChoice>
</enumVal>
<label>Emergency Stop</label>
</variable>
<xi:include href="http://jmri.org/xml/decoders/nmra/cv67speedTableBasic.xml"/>
</variables>
</decoder>
<pane>
<column>
<display item="DCC Speedstep Detection"/>
</column>
<column>
<display item="ZIMO Manual Function"/>
</column>
<column>
<display item="Emergency Stop"/>
</column>
<column>
<display item="Signal Dependent Deceleration"/>
</column>
<column>
<display item="Analog Mode"/>
</column>
<name>ESU</name>
</pane>
</decoder-config>