930 lines
45 KiB
XML
930 lines
45 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
|
|
<!-- Copyright (C) JMRI 2005 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="Nigel Cliffe, ncliffe@btinternet.com" version="1" lastUpdated="20110511"/>
|
|
<version author="John Stather, steam.bloke@tesco.net" version="2" lastUpdated="20120125"/>
|
|
<version author="Brian Jackson, brian-jackson1@blueyonder.co.uk" version="3" lastUpdated="20181021"/>
|
|
<!-- Version 1.0 - based on correspondance with Richard Johnson of DCC Concepts -->
|
|
<!-- Version 2.0 - Correction of compound accel/decel CVs, add CV3/4 to Momentum page and add dither amplitude and frequency CV56/57 -->
|
|
<!-- Version 3.0 - Error message Found mfg 36 (DCCconcepts) version 18; no such decoder defined
|
|
correction of mfg label - replaced DCC Concepts with DCCconcepts
|
|
changed mfg value to 36 and add CV7 values of 18 to blue sleeve decoder
|
|
-->
|
|
<decoder>
|
|
<family name="DCC Concepts Loco Decoders" mfg="DCCconcepts" highVersionID="36" lowVersionID="36">
|
|
<model model="Red Sleeve 2 Function" numOuts="2" numFns="14" maxMotorCurrent="1.3A (peak=2A)">
|
|
<output name="1" label="White" connection="solder" maxcurrent="100 mA"/>
|
|
<output name="2" label="Yellow" connection="solder" maxcurrent="100 mA"/>
|
|
<output name="Dim"/>
|
|
<output name="Ditch"/>
|
|
<output name="Motor"/>
|
|
<output name="BEMF"/>
|
|
</model>
|
|
<model model="Blue Sleeve 4 Function" numOuts="4" numFns="14" maxMotorCurrent="1.3A (peak=2A)">
|
|
<versionCV highVersionID="18" lowVersionID="18"/>
|
|
<output name="1" label="White" connection="solder" maxcurrent="100 mA"/>
|
|
<output name="2" label="Yellow" connection="solder" maxcurrent="100 mA"/>
|
|
<output name="3" label="Green" connection="solder" maxcurrent="100 mA"/>
|
|
<output name="4" label="Purple" connection="solder" maxcurrent="100 mA"/>
|
|
<output name="Dim"/>
|
|
<output name="Ditch"/>
|
|
<output name="Motor"/>
|
|
<output name="BEMF"/>
|
|
</model>
|
|
</family>
|
|
<programming direct="yes" paged="yes" register="yes" ops="yes"/>
|
|
<variables>
|
|
<xi:include href="http://jmri.org/xml/decoders/nmra/shortAndLongAddress.xml"/>
|
|
<variable CV="2" item="Vstart" default="0" tooltip="sets the motor voltage at Speed Step 1, range 0(default)-255" comment="Range 0-255, 0 in CV 2, 6, 5 produces straight line acceleration">
|
|
<decVal/>
|
|
<label>Start voltage</label>
|
|
<label xml:lang="it">Volt Partenza</label>
|
|
<label xml:lang="fr">V démarr.</label>
|
|
<label xml:lang="de">Anfahrspannung</label>
|
|
<comment>Range 0-255, 0 in CV 2, 6, 5 produces straight line acceleration</comment>
|
|
</variable>
|
|
<variable CV="3" item="Accel" default="1" tooltip="Sets the acceleration rate (delay or momentum), range 0(default)-255" comment="Range 0-255">
|
|
<decVal max="255"/>
|
|
<label>Accel Base Rate (CV3)</label>
|
|
<label xml:lang="it">Accellerazione (0-255)</label>
|
|
<label xml:lang="fr">Accelération (0-255)</label>
|
|
<label xml:lang="de">Anfahrverzögerung (0-255)</label>
|
|
<comment>Range 0-255</comment>
|
|
</variable>
|
|
<variable CV="4" item="Decel" default="1" tooltip="Sets the deceleration rate (delay or momentum), range 0(default)-255" comment="Range 0-255">
|
|
<decVal max="255"/>
|
|
<label>Decel Base Rate (CV4)</label>
|
|
<label xml:lang="it">Decellerazione (0-255)</label>
|
|
<label xml:lang="fr">Décélération (0-255)</label>
|
|
<label xml:lang="de">Bremszeit (0-255)</label>
|
|
<comment>Range 0-255</comment>
|
|
</variable>
|
|
<variable CV="5" item="Vhigh" default="0" tooltip="sets the motor voltage at top throttle Speed Setting, range 0(default)-255" comment="Range 0-255, A value of 255 corresponds to 100%. 0 in CV 2, 6, 5 produces straight line acceleration">
|
|
<decVal/>
|
|
<label>Maximum Voltage</label>
|
|
<label xml:lang="it">Volt Massimi (0-255):</label>
|
|
<label xml:lang="de">Höchstgeschwindigkeit</label>
|
|
<comment>Range 0-255, A value of 255 corresponds to 100%. 0 in CV 2, 6, 5 produces straight line acceleration</comment>
|
|
</variable>
|
|
<variable CV="6" item="Vmid" tooltip="sets the motor voltage at midrange throttle Speed Setting, range 0(default)-255" comment="Range 0-255, 0 in CV 2, 6, 5 produces straight line acceleration">
|
|
<decVal/>
|
|
<label>Midpoint Voltage</label>
|
|
<label xml:lang="it">Volts intermedi (0-255)</label>
|
|
<label xml:lang="de">Vmittel (0-255)</label>
|
|
<comment>Range 0-255, 0 in CV 2, 6, 5 produces straight line acceleration</comment>
|
|
</variable>
|
|
<variable CV="7" item="Decoder Version" readOnly="yes" tooltip="Decoder Version, Read Only">
|
|
<decVal/>
|
|
<label>Version ID</label>
|
|
<label xml:lang="it">Versione Decoder: </label>
|
|
<label xml:lang="fr">Version décodeur: </label>
|
|
<label xml:lang="de">Decoder Version: </label>
|
|
</variable>
|
|
<variable CV="8" readOnly="yes" item="Manufacturer" default="36" tooltip="Decoder Maker, Read Only">
|
|
<decVal/>
|
|
<label>Manufacturer ID</label>
|
|
<label xml:lang="it">ID Costruttore: </label>
|
|
<label xml:lang="fr">ID constructeur: </label>
|
|
<label xml:lang="de">Hersteller ID: </label>
|
|
</variable>
|
|
<variable CV="10" default="0" item="EMF Control Reference" tooltip="turn off BEMF above this speed step, range 0(default-128)">
|
|
<decVal/>
|
|
<label>BEMF Cut Out</label>
|
|
</variable>
|
|
<variable CV="13" mask="XXXXXXXV" default="1" minOut="2" item="Analog Mode Function Status - FL(f)">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-OffOn.xml"/>
|
|
<label>Analog Mode White/Yellow</label>
|
|
</variable>
|
|
<variable CV="13" mask="XXXXXXVX" default="1" minOut="3" item="Analog Mode Function Status - FL(r)">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-OffOn.xml"/>
|
|
<label>Analog Mode Green</label>
|
|
</variable>
|
|
<variable CV="13" mask="XXXXXVXX" default="1" minOut="4" item="Analog Mode Function Status - F1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-OffOn.xml"/>
|
|
<label>Analog Mode Purple</label>
|
|
</variable>
|
|
<xi:include href="http://jmri.org/xml/decoders/nmra/decoderLockId16.xml"/>
|
|
<!-- CV=19 -->
|
|
<xi:include href="http://jmri.org/xml/decoders/nmra/consistAddrDirection.xml"/>
|
|
<variable CV="21" mask="XXXXXXXV" minOut="3" default="1" item="Consist Address Active For F1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-LocoAddrConsistAddr.xml"/>
|
|
<label>Consist Address Active For Green</label>
|
|
</variable>
|
|
<variable CV="21" mask="XXXXXXVX" minOut="4" default="1" item="Consist Address Active For F2">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-LocoAddrConsistAddr.xml"/>
|
|
<label>Consist Address Active For Purple</label>
|
|
</variable>
|
|
<variable CV="22" mask="XXXXXXXV" minOut="1" item="Consist Address Active For FL in Forward">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-LocoAddrConsistAddr.xml"/>
|
|
<label>Consist Address Active For White</label>
|
|
</variable>
|
|
<variable CV="22" mask="XXXXXXVX" minOut="2" item="Consist Address Active For FL in Reverse">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-LocoAddrConsistAddr.xml"/>
|
|
<label>Consist Address Active For Yellow</label>
|
|
</variable>
|
|
<variable item="Consist Acceleration Adjustment" CV="23" tooltip="Values above 128 increase adjustment, below 128 decrease adjustment">
|
|
<decVal max="255"/>
|
|
<label>Consist Acceleration Adjustment</label>
|
|
</variable>
|
|
<variable item="Consist Deceleration Adjustment" CV="24" tooltip="Values above 128 increase adjustment, below 128 decrease adjustment">
|
|
<decVal max="255"/>
|
|
<label>Consist Deceleration Adjustment</label>
|
|
</variable>
|
|
<!-- 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(r) controls output 1" CV="33" mask="XXXXXXVX" minOut="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>FL(r) controls output 1</label>
|
|
</variable>
|
|
<variable item="F1 controls output 1" CV="33" mask="XXXXXVXX" minOut="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F1 controls output 1</label>
|
|
</variable>
|
|
<variable item="F2 controls output 1" CV="33" mask="XXXXVXXX" minOut="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F2 controls output 1</label>
|
|
</variable>
|
|
<variable item="F3 controls output 1" CV="33" mask="XXXVXXXX" minOut="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F3 controls output 1</label>
|
|
</variable>
|
|
<variable item="F4 controls output 1" CV="33" mask="XXVXXXXX" minOut="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F4 controls output 1</label>
|
|
</variable>
|
|
<variable item="F5 controls output 1" CV="33" mask="XVXXXXXX" minOut="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F5 controls output 1</label>
|
|
</variable>
|
|
<variable item="F6 controls output 1" CV="33" mask="VXXXXXXX" minOut="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F6 controls output 1</label>
|
|
</variable>
|
|
<variable item="FL(f) controls output 2" CV="34" mask="XXXXXXXV" 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(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="F1 controls output 2" CV="34" mask="XXXXXVXX" minOut="2">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F1 controls output 2</label>
|
|
</variable>
|
|
<variable item="F2 controls output 2" CV="34" mask="XXXXVXXX" minOut="2">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F2 controls output 2</label>
|
|
</variable>
|
|
<variable item="F3 controls output 2" CV="34" mask="XXXVXXXX" minOut="2">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F3 controls output 2</label>
|
|
</variable>
|
|
<variable item="F4 controls output 2" CV="34" mask="XXVXXXXX" minOut="2">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F4 controls output 2</label>
|
|
</variable>
|
|
<variable item="F5 controls output 2" CV="34" mask="XVXXXXXX" minOut="2">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F5 controls output 2</label>
|
|
</variable>
|
|
<variable item="F6 controls output 2" CV="34" mask="VXXXXXXX" minOut="2">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F6 controls output 2</label>
|
|
</variable>
|
|
<variable item="FL(f) controls output 3" CV="35" mask="XXXXXXXV" 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(r) controls output 3" CV="35" mask="XXXXXXVX" minOut="3">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>FL(r) controls output 3</label>
|
|
</variable>
|
|
<variable item="F1 controls output 3" CV="35" mask="XXXXXVXX" minOut="3" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F1 controls output 3</label>
|
|
</variable>
|
|
<variable item="F2 controls output 3" CV="35" mask="XXXXVXXX" minOut="3">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F2 controls output 3</label>
|
|
</variable>
|
|
<variable item="F3 controls output 3" CV="35" mask="XXXVXXXX" minOut="3">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F3 controls output 3</label>
|
|
</variable>
|
|
<variable item="F4 controls output 3" CV="35" mask="XXVXXXXX" minOut="3">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F4 controls output 3</label>
|
|
</variable>
|
|
<variable item="F5 controls output 3" CV="35" mask="XVXXXXXX" minOut="3">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F5 controls output 3</label>
|
|
</variable>
|
|
<variable item="F6 controls output 3" CV="35" mask="VXXXXXXX" minOut="3">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F6 controls output 3</label>
|
|
</variable>
|
|
<variable item="FL(f) controls output 4" CV="36" mask="XXXXXXXV" 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(r) controls output 4" CV="36" mask="XXXXXXVX" minOut="4">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>FL(r) controls output 4</label>
|
|
</variable>
|
|
<variable item="F1 controls output 4" CV="36" mask="XXXXXVXX" minOut="4">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F1 controls output 4</label>
|
|
</variable>
|
|
<variable item="F2 controls output 4" CV="36" mask="XXXXVXXX" minOut="4" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F2 controls output 4</label>
|
|
</variable>
|
|
<variable item="F3 controls output 4" CV="36" mask="XXXVXXXX" minOut="4">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F3 controls output 4</label>
|
|
</variable>
|
|
<variable item="F4 controls output 4" CV="36" mask="XXVXXXXX" minOut="4">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F4 controls output 4</label>
|
|
</variable>
|
|
<variable item="F5 controls output 4" CV="36" mask="XVXXXXXX" minOut="4">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F5 controls output 4</label>
|
|
</variable>
|
|
<variable item="F6 controls output 4" CV="36" mask="VXXXXXXX" minOut="4">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F6 controls output 4</label>
|
|
</variable>
|
|
<variable item="F7 controls output 3" CV="37" mask="XXXXXVXX" minOut="3">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F7 controls output 3</label>
|
|
</variable>
|
|
<variable item="F8 controls output 3" CV="37" mask="XXXXVXXX" minOut="3">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F8 controls output 3</label>
|
|
</variable>
|
|
<variable item="F9 controls output 3" CV="37" mask="XXXVXXXX" minOut="3">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F9 controls output 3</label>
|
|
</variable>
|
|
<variable item="F10 controls output 3" CV="37" mask="XXVXXXXX" minOut="3">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F10 controls output 3</label>
|
|
</variable>
|
|
<variable item="F11 controls output 3" CV="37" mask="XVXXXXXX" minOut="3">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F11 controls output 3</label>
|
|
</variable>
|
|
<variable item="F12 controls output 3" CV="37" mask="VXXXXXXX" minOut="3">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F12 controls output 3</label>
|
|
</variable>
|
|
<variable item="F7 controls output 4" CV="38" mask="XXXXXVXX" minOut="4">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F7 controls output 4</label>
|
|
</variable>
|
|
<variable item="F8 controls output 4" CV="38" mask="XXXXVXXX" minOut="4">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F8 controls output 4</label>
|
|
</variable>
|
|
<variable item="F9 controls output 4" CV="38" mask="XXXVXXXX" minOut="4">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F9 controls output 4</label>
|
|
</variable>
|
|
<variable item="F10 controls output 4" CV="38" mask="XXVXXXXX" minOut="4">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F10 controls output 4</label>
|
|
</variable>
|
|
<variable item="F11 controls output 4" CV="38" mask="XVXXXXXX" minOut="4">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F11 controls output 4</label>
|
|
</variable>
|
|
<variable item="F12 controls output 4" CV="38" mask="VXXXXXXX" minOut="4">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F12 controls output 4</label>
|
|
</variable>
|
|
<variable CV="49" mask="XXXXVVVV" item="Output 1 effect generated">
|
|
<enumVal>
|
|
<xi:include href="http://jmri.org/xml/decoders/tcs/Choice_Constantbright.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/tcs/Choice_group2.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/tcs/Choice_Momentarypulse.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/tcs/Choice_BlinkingditchAB.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/tcs/Choice_Constdim.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/tcs/Choice_AutoMars.xml"/>
|
|
<enumChoice choice="Reserved (0x0E)">
|
|
<choice>Reserved (0x0E)</choice>
|
|
<choice xml:lang="it">Riservato (0x0E)</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="Reserved (0x0F)">
|
|
<choice>Reserved (0x0F)</choice>
|
|
<choice xml:lang="it">Riservato (0x0F)</choice>
|
|
</enumChoice>
|
|
</enumVal>
|
|
<label>White Wire Effect</label>
|
|
</variable>
|
|
<variable CV="49" mask="XXVVXXXX" item="Output 1 behavior">
|
|
<enumVal>
|
|
<enumChoice choice="Function on running forward">
|
|
<choice xml:lang="it">Funzione in marcia avanti</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="Function on running reverse">
|
|
<choice xml:lang="it">Funzione in marcia indietro</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="Function on both directions">
|
|
<choice xml:lang="it">Funzione in entrambe le direzioni</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="Reserved">
|
|
<choice>Reserved</choice>
|
|
</enumChoice>
|
|
</enumVal>
|
|
<label>White Wire Timing</label>
|
|
</variable>
|
|
<variable CV="50" mask="XXXXVVVV" item="Output 2 effect generated">
|
|
<enumVal>
|
|
<xi:include href="http://jmri.org/xml/decoders/tcs/Choice_Constantbright.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/tcs/Choice_group2.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/tcs/Choice_Momentarypulse.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/tcs/Choice_BlinkingditchAB.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/tcs/Choice_Constdim.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/tcs/Choice_AutoMars.xml"/>
|
|
<enumChoice choice="Reserved (0x0E)">
|
|
<choice>Reserved (0x0E)</choice>
|
|
<choice xml:lang="it">Riservato (0x0E)</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="Reserved (0x0F)">
|
|
<choice>Reserved (0x0F)</choice>
|
|
<choice xml:lang="it">Riservato (0x0F)</choice>
|
|
</enumChoice>
|
|
</enumVal>
|
|
<label>Yellow Wire Effect</label>
|
|
</variable>
|
|
<variable CV="50" mask="XXVVXXXX" item="Output 2 behavior" default="1">
|
|
<enumVal>
|
|
<enumChoice choice="Function on running forward">
|
|
<choice xml:lang="it">Funzione in marcia avanti</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="Function on running reverse">
|
|
<choice xml:lang="it">Funzione in marcia indietro</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="Function on both directions">
|
|
<choice xml:lang="it">Funzione in entrambe le direzioni</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="Reserved">
|
|
<choice>Reserved</choice>
|
|
</enumChoice>
|
|
</enumVal>
|
|
<label>Yellow Wire Timing</label>
|
|
</variable>
|
|
<variable CV="51" mask="XXXXVVVV" minOut="3" item="Output 3 effect generated">
|
|
<enumVal>
|
|
<xi:include href="http://jmri.org/xml/decoders/tcs/Choice_Constantbright.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/tcs/Choice_group2.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/tcs/Choice_Momentarypulse.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/tcs/Choice_BlinkingditchAB.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/tcs/Choice_Constdim.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/tcs/Choice_AutoMars.xml"/>
|
|
<enumChoice choice="Reserved (0x0E)">
|
|
<choice>Reserved (0x0E)</choice>
|
|
<choice xml:lang="it">Riservato (0x0E)</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="Reserved (0x0F)">
|
|
<choice>Reserved (0x0F)</choice>
|
|
<choice xml:lang="it">Riservato (0x0F)</choice>
|
|
</enumChoice>
|
|
</enumVal>
|
|
<label>Green Wire Effect</label>
|
|
</variable>
|
|
<variable CV="51" mask="XXVVXXXX" minOut="3" item="Output 3 behavior" default="2">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-frw_rev_both.xml"/>
|
|
<label>Green Wire Timing</label>
|
|
</variable>
|
|
<variable CV="52" mask="XXXXVVVV" minOut="4" item="Output 4 effect generated">
|
|
<enumVal>
|
|
<xi:include href="http://jmri.org/xml/decoders/tcs/Choice_Constantbright.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/tcs/Choice_group2.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/tcs/Choice_Momentarypulse.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/tcs/Choice_BlinkingditchAB.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/tcs/Choice_Constdim.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/tcs/Choice_AutoMars.xml"/>
|
|
<enumChoice choice="Reserved (0x0E)">
|
|
<choice>Reserved (0x0E)</choice>
|
|
<choice xml:lang="it">Riservato (0x0E)</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="Reserved (0x0F)">
|
|
<choice>Reserved (0x0F)</choice>
|
|
<choice xml:lang="it">Riservato (0x0F)</choice>
|
|
</enumChoice>
|
|
</enumVal>
|
|
<label>Purple Wire Effect</label>
|
|
</variable>
|
|
<variable CV="52" mask="XXVVXXXX" minOut="4" item="Output 4 behavior" default="2">
|
|
<enumVal>
|
|
<enumChoice choice="Function on running forward">
|
|
<choice xml:lang="it">Funzione in marcia avanti</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="Function on running reverse">
|
|
<choice xml:lang="it">Funzione in marcia indietro</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="Function on both directions">
|
|
<choice xml:lang="it">Funzione in entrambe le direzioni</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="Reserved">
|
|
<choice>Reserved</choice>
|
|
</enumChoice>
|
|
</enumVal>
|
|
<label>Purple Wire Timing</label>
|
|
</variable>
|
|
<variable CV="56" default="3" item="Dither frequency" tooltip="Range 1 (high) to 10 (low)">
|
|
<decVal/>
|
|
<label>Dither Frequency</label>
|
|
</variable>
|
|
<variable CV="57" default="10" item="Dither option" tooltip="Practical range is 5 (low) to 50 (high)">
|
|
<decVal/>
|
|
<label>Dither Amplitude</label>
|
|
</variable>
|
|
<variable CV="61" mask="XXXXXXXV" default="1" item="EMF Enable" tooltip="Turn off/on(default) BEMF, enabling BEMF disables Dither">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-disabledEnabled.xml"/>
|
|
<label>BEMF Enable</label>
|
|
</variable>
|
|
<variable CV="61" mask="XXXXXXVX" default="0" item="EMF Option 1" tooltip="Disable(default)/Enable button control of BEMF">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-disabledEnabled.xml"/>
|
|
<label>Enable BEMF button control</label>
|
|
</variable>
|
|
<variable CV="61" mask="XXXVXXXX" item="Directional Headlights">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-disabledEnabled.xml"/>
|
|
<label>Headlight Dim When Stopped</label>
|
|
</variable>
|
|
<variable CV="61" mask="XXVXXXXX" item="Global lighting option 1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-disabledEnabled.xml"/>
|
|
<label>Opposite Headlight Dim</label>
|
|
</variable>
|
|
<variable CV="61" mask="XVXXXXXX" item="EMF Static Config" tooltip="Motor controlled by Function button">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-disabledEnabled.xml"/>
|
|
<label>Motor Button Control</label>
|
|
</variable>
|
|
<variable CV="61" mask="XXXXXVXX" item="EMF Dynamic Config" tooltip="If motor button control is active">
|
|
<enumVal>
|
|
<enumChoice choice="Manual F2 for, F3 rev">
|
|
<choice>Manual F2 for, F3 rev</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="Auto F2 for/rev">
|
|
<choice>Auto F2 for/rev</choice>
|
|
</enumChoice>
|
|
</enumVal>
|
|
<label>Button Control Direction</label>
|
|
</variable>
|
|
<variable CV="62" default="60" item="Function 3 effect generated" tooltip="1 second = 60 to 4 seconds = 255">
|
|
<decVal/>
|
|
<label>Momentary Pulse</label>
|
|
</variable>
|
|
<variable CV="63" default="10" item="Function 2 effect generated" tooltip="1 second = about 12">
|
|
<decVal/>
|
|
<label>Ditch Light Blink Holdover Time</label>
|
|
</variable>
|
|
<variable CV="64" default="16" item="Global lighting option 2" tooltip="16 = 50% for incandescent bulbs, 2-6 for LEDs">
|
|
<decVal/>
|
|
<label>Dimming Brightness</label>
|
|
</variable>
|
|
<xi:include href="http://jmri.org/xml/decoders/nmra/cv67speedTableBasic.xml"/>
|
|
<!-- CV 105-106 -->
|
|
<xi:include href="http://jmri.org/xml/decoders/nmra/userId.xml"/>
|
|
<variable CV="112" default="1" item="Function F0F effect generated">
|
|
<decVal min="1" max="5"/>
|
|
<label>Mars/Gyra Min Brightness</label>
|
|
</variable>
|
|
<variable CV="113" default="9" item="Function F0F option 2">
|
|
<decVal/>
|
|
<label>Mars/Gyra Max Bright Time</label>
|
|
</variable>
|
|
<variable CV="114" default="1" item="Function F0F option 3">
|
|
<decVal/>
|
|
<label>Mars/Gyra Total Cycle Time</label>
|
|
</variable>
|
|
<variable CV="115" default="6" item="Function F0F behavior">
|
|
<decVal min="2" max="26"/>
|
|
<label>Mars/Gyra Mid Brightness</label>
|
|
</variable>
|
|
<variable CV="116" default="22" item="Function F0F options">
|
|
<decVal min="4" max="28"/>
|
|
<label>Mars/Gyra Max Brightness</label>
|
|
</variable>
|
|
<variable CV="117" default="3" mask="XXXXVVVV" item="Function 2 behavior">
|
|
<enumVal>
|
|
<enumChoice choice="Reserved">
|
|
<choice>Reserved</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="1 slowest">
|
|
<choice>1 slowest</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="2">
|
|
<choice>2</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="3">
|
|
<choice>3</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="4">
|
|
<choice>4</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="5">
|
|
<choice>5</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="6">
|
|
<choice>6</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="7">
|
|
<choice>7</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="8">
|
|
<choice>8</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="9">
|
|
<choice>9</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="10">
|
|
<choice>10</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="11">
|
|
<choice>11</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="12 fastest">
|
|
<choice>12 fastest</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="Reserved">
|
|
<choice>Reserved</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="Reserved">
|
|
<choice>Reserved</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="Reserved">
|
|
<choice>Reserved</choice>
|
|
</enumChoice>
|
|
</enumVal>
|
|
<label>Ditch Light Blink Rate</label>
|
|
</variable>
|
|
<variable CV="118" default="1" item="Function F0R effect generated">
|
|
<decVal min="1" max="5"/>
|
|
<label>Beacon Min Brightness</label>
|
|
</variable>
|
|
<variable CV="119" default="5" item="Function F0R option 2">
|
|
<decVal/>
|
|
<label>Beacon Max Bright Time</label>
|
|
</variable>
|
|
<variable CV="120" default="1" item="Function F0R option 3">
|
|
<decVal/>
|
|
<label>Beacon Total Cycle Time</label>
|
|
</variable>
|
|
<variable CV="121" default="15" item="Function F0R behavior">
|
|
<decVal min="2" max="26"/>
|
|
<label>Beacon Mid Brightness</label>
|
|
</variable>
|
|
<variable CV="122" default="25" item="Function F0R options">
|
|
<decVal min="4" max="28"/>
|
|
<label>Beacon Max Brightness</label>
|
|
</variable>
|
|
<variable item="FL(f) controls output Dim" CV="123" mask="XXXXXXXV" minOut="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>FL(f) controls output Dim</label>
|
|
</variable>
|
|
<variable item="FL(r) controls output Dim" CV="123" mask="XXXXXXVX" minOut="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>FL(r) controls output Dim</label>
|
|
</variable>
|
|
<variable item="F1 controls output Dim" CV="123" mask="XXXXXVXX" minOut="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F1 controls output Dim</label>
|
|
</variable>
|
|
<variable item="F2 controls output Dim" CV="123" mask="XXXXVXXX" minOut="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F2 controls output Dim</label>
|
|
</variable>
|
|
<variable item="F3 controls output Dim" CV="123" mask="XXXVXXXX" minOut="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F3 controls output Dim</label>
|
|
</variable>
|
|
<variable item="F4 controls output Dim" CV="123" mask="XXVXXXXX" minOut="1" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F4 controls output Dim</label>
|
|
</variable>
|
|
<variable item="F5 controls output Dim" CV="123" mask="XVXXXXXX" minOut="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F5 controls output Dim</label>
|
|
</variable>
|
|
<variable item="F6 controls output Dim" CV="123" mask="VXXXXXXX" minOut="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F6 controls output Dim</label>
|
|
</variable>
|
|
<variable item="FL(f) controls output Ditch" CV="124" mask="XXXXXXXV" minOut="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>FL(f) controls output Ditch</label>
|
|
</variable>
|
|
<variable item="FL(r) controls output Ditch" CV="124" mask="XXXXXXVX" minOut="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>FL(r) controls output Ditch</label>
|
|
</variable>
|
|
<variable item="F1 controls output Ditch" CV="124" mask="XXXXXVXX" minOut="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F1 controls output Ditch</label>
|
|
</variable>
|
|
<variable item="F2 controls output Ditch" CV="124" mask="XXXXVXXX" minOut="1" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F2 controls output Ditch</label>
|
|
</variable>
|
|
<variable item="F3 controls output Ditch" CV="124" mask="XXXVXXXX" minOut="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F3 controls output Ditch</label>
|
|
</variable>
|
|
<variable item="F4 controls output Ditch" CV="124" mask="XXVXXXXX" minOut="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F4 controls output Ditch</label>
|
|
</variable>
|
|
<variable item="F5 controls output Ditch" CV="124" mask="XVXXXXXX" minOut="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F5 controls output Ditch</label>
|
|
</variable>
|
|
<variable item="F6 controls output Ditch" CV="124" mask="VXXXXXXX" minOut="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F6 controls output Ditch</label>
|
|
</variable>
|
|
<variable item="Decel 2 Rate End Point" CV="125" default="0" tooltip="Sets the Decel 2 Rate End Point, range 0(default)-255" comment="Range 0-255">
|
|
<decVal max="255"/>
|
|
<label>Decel 2 Rate End Point</label>
|
|
<comment>Range 0-255</comment>
|
|
</variable>
|
|
<variable item="Decel 2 Rate" CV="126" default="0" tooltip="Sets the Decel 2 Rate, range 0(default)-255" comment="Range 0-255">
|
|
<decVal max="255"/>
|
|
<label>Decel 2 Rate</label>
|
|
<comment>Range 0-255</comment>
|
|
</variable>
|
|
<variable item="Decel 3 Rate End Point" CV="127" default="0" tooltip="Sets the Decel 3 Rate End Point, range 0(default)-255" comment="Range 0-255">
|
|
<decVal max="255"/>
|
|
<label>Decel 3 Rate End Point</label>
|
|
<comment>Range 0-255</comment>
|
|
</variable>
|
|
<variable item="Decel 3 Rate" CV="128" default="0" tooltip="Sets the Decel 3 Rate, range 0(default)-255" comment="Range 0-255">
|
|
<decVal max="255"/>
|
|
<label>Decel 3 Rate</label>
|
|
<comment>Range 0-255</comment>
|
|
</variable>
|
|
<variable item="Accel 2 Rate Start Point" CV="129" default="0" tooltip="Sets the Accel 2 Rate Start point, range 0(default)-255" comment="Range 0-255">
|
|
<decVal max="255"/>
|
|
<label>Accel 2 Rate Start Point</label>
|
|
<comment>Range 0-255</comment>
|
|
</variable>
|
|
<variable item="Accel 2 Rate" CV="130" default="0" tooltip="Sets the Accel 2 rate, range 0(default)-255" comment="Range 0-255">
|
|
<decVal max="255"/>
|
|
<label>Accel 2 Rate</label>
|
|
<comment>Range 0-255</comment>
|
|
</variable>
|
|
<variable item="Accel 3 Rate Start Point" CV="131" default="0" tooltip="Sets the Accel Rate 3 Start point, range 0(default)-255" comment="Range 0-255">
|
|
<decVal max="255"/>
|
|
<label>Accel 3 Start Point</label>
|
|
<comment>Range 0-255</comment>
|
|
</variable>
|
|
<variable item="Accel 3 Rate" CV="132" default="0" tooltip="Sets the Accel 3 Rate, range 0(default)-255" comment="Range 0-255">
|
|
<decVal max="255"/>
|
|
<label>Accel 3 Rate</label>
|
|
<comment>Range 0-255</comment>
|
|
</variable>
|
|
<variable CV="133" default="255" item="EMF Droop Config" tooltip="If button control of motor is active, range 0-255">
|
|
<decVal/>
|
|
<label>Power to button controlled motor</label>
|
|
</variable>
|
|
<variable item="FL(f) controls output Motor" CV="134" mask="XXXXXXXV" minOut="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>FL(f) controls output Motor</label>
|
|
</variable>
|
|
<variable item="FL(r) controls output Motor" CV="134" mask="XXXXXXVX" minOut="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>FL(r) controls output Motor</label>
|
|
</variable>
|
|
<variable item="F1 controls output Motor" CV="134" mask="XXXXXVXX" minOut="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F1 controls output Motor</label>
|
|
</variable>
|
|
<variable item="F2 controls output Motor" CV="134" mask="XXXXVXXX" minOut="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F2 controls output Motor</label>
|
|
</variable>
|
|
<variable item="F3 controls output Motor" CV="134" mask="XXXVXXXX" minOut="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F3 controls output Motor</label>
|
|
</variable>
|
|
<variable item="F4 controls output Motor" CV="134" mask="XXVXXXXX" minOut="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F4 controls output Motor</label>
|
|
</variable>
|
|
<variable item="F5 controls output Motor" CV="134" mask="XVXXXXXX" minOut="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F5 controls output Motor</label>
|
|
</variable>
|
|
<variable item="F6 controls output Motor" CV="134" mask="VXXXXXXX" minOut="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F6 controls output Motor</label>
|
|
</variable>
|
|
<variable CV="135" default="16" item="Function 4 effect generated" tooltip="Random Flicker for fireboxes">
|
|
<decVal/>
|
|
<label>Random Flicker Control</label>
|
|
</variable>
|
|
<variable item="F5 controls output BEMF" CV="136" mask="XXXXXXXV" minOut="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F5 controls output BEMF</label>
|
|
</variable>
|
|
<variable item="F6 controls output BEMF" CV="136" mask="XXXXXXVX" minOut="1" default="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F6 controls output BEMF</label>
|
|
</variable>
|
|
<variable item="F7 controls output BEMF" CV="136" mask="XXXXXVXX" minOut="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F7 controls output BEMF</label>
|
|
</variable>
|
|
<variable item="F8 controls output BEMF" CV="136" mask="XXXXVXXX" minOut="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F8 controls output BEMF</label>
|
|
</variable>
|
|
<variable item="F9 controls output BEMF" CV="136" mask="XXXVXXXX" minOut="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F9 controls output BEMF</label>
|
|
</variable>
|
|
<variable item="F10 controls output BEMF" CV="136" mask="XXVXXXXX" minOut="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F10 controls output BEMF</label>
|
|
</variable>
|
|
<variable item="F11 controls output BEMF" CV="136" mask="XVXXXXXX" minOut="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F11 controls output BEMF</label>
|
|
</variable>
|
|
<variable item="F12 controls output BEMF" CV="136" mask="VXXXXXXX" minOut="1">
|
|
<xi:include href="http://jmri.org/xml/decoders/parts/enum-NoYes.xml"/>
|
|
<label>F12 controls output BEMF</label>
|
|
</variable>
|
|
</variables>
|
|
<resets>
|
|
<factReset label="Reset All CVs" CV="8" default="2">
|
|
<label xml:lang="it">Reset delle CV ai valori di fabbrica</label>
|
|
</factReset>
|
|
</resets>
|
|
</decoder>
|
|
<pane>
|
|
<column>
|
|
<label>
|
|
<text>If Accel 2, 3 and Decel 2, 3 are all set to zero,</text>
|
|
</label>
|
|
<label>
|
|
<text>base rates (CV3,CV4) apply to whole speed range</text>
|
|
</label>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Accel 2 Rate Start Point" format="hslider" label="">
|
|
<label/>
|
|
</display>
|
|
<display item="Accel 2 Rate Start Point"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Accel 3 Rate Start Point" format="hslider" label="">
|
|
<label/>
|
|
</display>
|
|
<display item="Accel 3 Rate Start Point"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Decel 3 Rate End Point" format="hslider" label="">
|
|
<label/>
|
|
</display>
|
|
<display item="Decel 3 Rate End Point"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Decel 2 Rate End Point" format="hslider" label="">
|
|
<label/>
|
|
</display>
|
|
<display item="Decel 2 Rate End Point"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
</column>
|
|
<column>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Accel Base Rate (CV3)" format="hslider" label="">
|
|
<label/>
|
|
</display>
|
|
<display item="Accel Base Rate (CV3)"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Accel 2 Rate" format="hslider" label="">
|
|
<label/>
|
|
</display>
|
|
<display item="Accel 2 Rate"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Accel 3 Rate" format="hslider" label="">
|
|
<label/>
|
|
</display>
|
|
<display item="Accel 3 Rate"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Decel 3 Rate" format="hslider" label="">
|
|
<label/>
|
|
</display>
|
|
<display item="Decel 3 Rate"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Decel 2 Rate" format="hslider" label="">
|
|
<label/>
|
|
</display>
|
|
<display item="Decel 2 Rate"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Decel Base Rate (CV4)" format="hslider" label="">
|
|
<label/>
|
|
</display>
|
|
<display item="Decel Base Rate (CV4)"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
</column>
|
|
<name>Momentum</name>
|
|
</pane>
|
|
<pane>
|
|
<name>Decoder Locking</name>
|
|
<column>
|
|
<label>
|
|
<text>DCC Concepts Decoders offer a decoder locking mechanism</text>
|
|
</label>
|
|
<label>
|
|
<text>which can be useful when several decoders are used in one loco</text>
|
|
</label>
|
|
<label>
|
|
<text>on the same address, e.g. for adding sound</text>
|
|
</label>
|
|
<label>
|
|
<text>DCC Concepts suggests values of 1=mobile, 2=sound, 3=light/function only</text>
|
|
</label>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Decoder Lock ID number"/>
|
|
<label>
|
|
<text>Set CV15 equal to this number to unlock the decoder for programming</text>
|
|
</label>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<label>
|
|
<text>To use the Decoder Lock (CV15) must be set manually from the single CV programmer, or make use of the multi-decoder tool</text>
|
|
</label>
|
|
</column>
|
|
</pane>
|
|
</decoder-config>
|