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

393 lines
22 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
<!-- Copyright (C) JMRI 2006, 2014 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="Alain Carasso" version="3" lastUpdated="20170419"/>
<version author="Alain Le Marchand" version="2" lastUpdated="20140510"/>
<version author="Simon Ginsburg" version="1" lastUpdated="20060722"/>
<!-- Version 3 (Alain Carasso) Updated highVersionID to 40 -->
<!-- Version 2 (Alain Le Marchand) Updated function mapping to use "fnmapping" element on the regular function map pane
and created a fragment file for this function mapping. Refactored several variables,
and used generic items on standard panes (motor, lights, analog) as much as possible
Using English/German terms as defined in official Uhlenbrock documentation -->
<!-- Add 76200, 76425 -->
<!-- WARNING: output names fully linked to function mapping include file - do not change independently -->
<decoder>
<family name="Multi-Protocol Decoder" mfg="Uhlenbrock Elektronik" lowVersionID="9" comment="Decoders not sorted (necessarily) in numerical order">
<model model="76200" highVersionID="40" numOuts="4" numFns="8" maxMotorCurrent="1.2A" formFactor="HO" productID="76200" comment="HO-Scale, wired, for universal (Märklin) motors">
<output name="1" label="White" connection="wire"/>
<output name="2" label="Yellow" connection="wire"/>
<output name="3" label=". A1 ." connection="solder"/>
<output name="4" label=". A2 ." connection="solder"/>
<output name="Shunting" label="mode"/>
<output name="Start/brake" label="inertia"/>
<size length="33.5" width="19" height="5.5" units="mm"/>
</model>
<model model="76400" highVersionID="40" numOuts="4" numFns="8" maxMotorCurrent="1.0A" formFactor="HO" productID="76400" comment="HO-Scale, wired">
<output name="1" label="White" connection="wire"/>
<output name="2" label="Yellow" connection="wire"/>
<output name="3" label=". A1 ." connection="solder"/>
<output name="4" label=". A2 ." connection="solder"/>
<output name="Shunting" label="mode"/>
<output name="Start/brake" label="inertia"/>
<size length="22" width="12.5" height="5.5" units="mm"/>
</model>
<model model="76420" highVersionID="40" numOuts="4" numFns="10" maxMotorCurrent="1.0A" formFactor="HO" connector="NEM652" productID="76420" comment="HO-Scale, IntelliDrive Deluxe with NEM 652 plug">
<output name="1" label="White" connection="plug"/>
<output name="2" label="Yellow" connection="plug"/>
<output name="3" label=". A1 ." connection="plug"/>
<output name="4" label=". A2 ." connection="solder"/>
<output name="Shunting" label="mode"/>
<output name="Start/brake" label="inertia"/>
<size length="22" width="12.5" height="5.5" units="mm"/>
</model>
<model model="76425" numOuts="4" numFns="14" maxMotorCurrent="1.4A" formFactor="HO" connector="NEM652" productID="76425" comment="HO-Scale, IntelliDrive Deluxe with NEM 652 plug and RailCom(R)">
<output name="1" label="White" connection="plug"/>
<output name="2" label="Yellow" connection="plug"/>
<output name="3" label=". A1 ." connection="plug"/>
<output name="4" label=". A2 ." connection="solder"/>
<output name="Shunting" label="mode"/>
<output name="Start/brake" label="inertia"/>
<size length="22" width="12.5" height="5.5" units="mm"/>
</model>
</family>
<programming direct="yes" paged="yes" register="yes" ops="yes"/>
<variables>
<xi:include href="http://jmri.org/xml/decoders/nmra/shortAndLongAddress.xml"/>
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/vStartHighMid-accelDecel.xml"/>
<variable item="Decoder Version" CV="7" readOnly="yes" default="9">
<decVal/>
<label>Manufacturer Version No: </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 item="Manufacturer" CV="8" readOnly="yes" default="85">
<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>
<xi:include href="http://jmri.org/xml/decoders/nmra/consistAddrDirection.xml"/>
<variable item="RailCom broadcast" CV="28" mask="XXXXXXXV" default="1" include="76425">
<enumVal>
<enumChoice choice="Ch.1 not free for address broadcast">
<choice>Ch.1 not free for address broadcast</choice>
<choice xml:lang="de">Kan.1 nicht freigegeben für Adressbroadcast</choice>
</enumChoice>
<enumChoice choice="Ch.1 free for address broadcast">
<choice>Ch.1 free for address broadcast</choice>
<choice xml:lang="de">Kan.1 freigegeben für Adressbroadcast</choice>
</enumChoice>
</enumVal>
<label>RailCom address broadcast</label>
<label xml:lang="de">RailCom Adressbroadcast</label>
</variable>
<variable item="RailCom data transmission" CV="28" mask="XXXXXXVX" default="1" include="76425">
<enumVal>
<enumChoice choice="Ch.2 no data transmission">
<choice>Ch.2 no data transmission</choice>
<choice xml:lang="de">Kan.2 keine Datenübertragung</choice>
</enumChoice>
<enumChoice choice="Ch.2 data transmission allowed">
<choice>Ch.2 data transmission allowed</choice>
<choice xml:lang="de">Kan.2 Datenübertragung erlaubt</choice>
</enumChoice>
</enumVal>
<label>RailCom data transmission</label>
<label xml:lang="de">RailCom Datenübertragung</label>
</variable>
<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/uhlenbrock/cv29analog.xml"/>
<variable item="RailCom" CV="29" mask="XXXXVXXX" include="76425">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-OffOn.xml"/>
<label>RailCom</label>
<label xml:lang="de">RailCom</label>
</variable>
<xi:include href="http://jmri.org/xml/decoders/nmra/cv29table3-28.xml"/>
<!-- Include function mapping -->
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/functionmap2outputs.xml"/>
<!-- End function mapping -->
<variable item="Forward Trim" CV="47" default="32" include="76420,76425">
<decVal max="63"/>
<label>Speed Correction Forward</label>
<label xml:lang="de">Geschw.-korrektur vorwärts</label>
<tooltip>Factor = Value/128</tooltip>
</variable>
<variable item="Reverse Trim" CV="48" default="32" include="76420,76425">
<decVal max="63"/>
<label>Speed Correction Reverse</label>
<label xml:lang="de">Geschw.-korrektur rückwärts</label>
<tooltip>Factor = Value/128</tooltip>
</variable>
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/cv47.48trim.xml"/>
<!-- CV49 Uhlenbrock decoder configuration - common bits -->
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/cv49common.xml"/>
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/cv49dataformat.xml"/>
<!-- CV49 specific bits for this decoder-->
<variable item="SUSI Configuration" CV="49" mask="XXXXXXVX">
<enumVal>
<enumChoice choice="Sound Module">
<choice>Sound Module</choice>
<choice xml:lang="de">Soundmodul</choice>
</enumChoice>
<enumChoice choice="LISSY Mini Transmitter">
<choice>LISSY Mini Transmitter</choice>
<choice xml:lang="de">LISSY Mini-Sendemodul</choice>
</enumChoice>
</enumVal>
<label>SUSI Configuration for</label>
<label xml:lang="de">SUSI konfiguriert für</label>
</variable>
<variable item="Braking End" CV="49" mask="XXXXXVXX">
<enumVal>
<enumChoice choice="to standstill">
<choice>to standstill</choice>
<choice xml:lang="de">auf 0 im Bremsabschnitt</choice>
</enumChoice>
<enumChoice choice="as def. in braking speed">
<choice>as def. in braking speed</choice>
<choice xml:lang="de">auf gemäß Geschw. Brems</choice>
</enumChoice>
</enumVal>
<label>Braking End</label>
<label xml:lang="de">bremst bis</label>
</variable>
<variable item="Function 1 check 1" CV="49" mask="XXVXXXXX">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-OffOn.xml"/>
<label>A1/A2 outputs dimming</label>
<label xml:lang="de">Dimmung Funktionsausgänge A1/A2</label>
</variable>
<!-- End CV49 specifics -->
<variable item="Function F0F options" CV="50" default="32">
<decVal min="0" max="63"/>
<label>Lights/Function outputs dimming</label>
<label xml:lang="de">Dimmung Licht/Funktionsausgänge</label>
<tooltip>min=0, max=63</tooltip>
</variable>
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/cv51analog.xml"/>
<variable item="End braking speed" CV="52" default="30" include="76200,76400,76420">
<decVal/>
<label>End braking speed</label>
<label xml:lang="de">Geschw. am Ende Bremsstrecke</label>
<tooltip>Valid when CV49 Bit 2=1 (Braking end) and Bit 7=1 (Braking analog)</tooltip>
</variable>
<variable item="EMF Option 1" CV="53" default="150" include="76200">
<decVal min="60"/>
<label>Repetition rate</label>
<label xml:lang="de">Wiederholrate der Motorregelung</label>
<tooltip>Lower if the locomotive does not run smoothly - Value * 53 micro.s</tooltip>
<tooltip xml:lang="de">verkleinern, wenn Lok ungleichmäßig läuft - Wert * 53 micro.s</tooltip>
</variable>
<variable item="EMF Option 1" CV="53" default="120" include="76400">
<decVal min="60"/>
<label>Repetition rate</label>
<label xml:lang="de">Wiederholrate der Motorregelung</label>
<tooltip>Lower if the locomotive does not run smoothly - Value * 53 micro.s</tooltip>
<tooltip xml:lang="de">verkleinern, wenn Lok ungleichmäßig läuft - Wert * 53 micro.s</tooltip>
</variable>
<variable item="EMF Option 1" CV="53" default="35" include="76420,76425">
<decVal max="63"/>
<label>Repetition rate</label>
<label xml:lang="de">Wiederholrate der Motorregelung</label>
<tooltip>Lower if the locomotive does not run smoothly - Value * 53 micro.s</tooltip>
<tooltip xml:lang="de">verkleinern, wenn Lok ungleichmäßig läuft - Wert * 53 micro.s</tooltip>
</variable>
<variable item="EMF Static Config" CV="54" default="130" include="76200">
<decVal max="255"/>
<label>Motor regulation P Constant</label>
<label xml:lang="de">Motorregelung P-Konstante</label>
</variable>
<variable item="EMF Static Config" CV="54" default="20" include="76420,76425">
<decVal max="63"/>
<label>Motor regulation P Constant</label>
<label xml:lang="de">Motorregelung P-Konstante</label>
</variable>
<variable item="EMF Dynamic Config" CV="55" default="30" include="76200">
<decVal max="255"/>
<label>Motor regulation I Constant</label>
<label xml:lang="de">Motorregelung I-Konstante</label>
</variable>
<variable item="EMF Dynamic Config" CV="55" default="10" include="76420,76425">
<decVal max="63"/>
<label>Motor regulation I Constant</label>
<label xml:lang="de">Motorregelung I-Konstante</label>
</variable>
<variable item="EMF Control Reference" CV="56" default="64" include="76200,76400">
<decVal max="127"/>
<label>Control Reference</label>
<label xml:lang="de">Regelreferenz</label>
<tooltip>Lower Value if top speed to low, Raise Value if Speed at Step 1 too fast"</tooltip>
<tooltip xml:lang="de">verkleinern, wenn Höchstgeschwindigkeit zu geringer - vergrößern, wenn geschwindigkeit Schritt 1 zu schnell"</tooltip>
</variable>
<variable item="EMF Control Reference" CV="56" default="32" include="76420,76425">
<decVal max="63"/>
<label>Control Reference</label>
<label xml:lang="de">Regelreferenz</label>
<tooltip>Lower Value if top speed to low, Raise Value if Speed at Step 1 too fast"</tooltip>
<tooltip xml:lang="de">verkleinern, wenn Höchstgeschwindigkeit zu geringer - vergrößern, wenn geschwindigkeit Schritt 1 zu schnell"</tooltip>
</variable>
<variable item="EMF Droop Config" CV="57" default="10" include="76200">
<decVal max="255"/>
<label>Motor regulation D Constant</label>
<label xml:lang="de">Motorregelung D-Konstante</label>
</variable>
<variable item="EMF Droop Config" CV="57" default="12" include="76420,76425">
<decVal max="63"/>
<label>Motor regulation D Constant</label>
<label xml:lang="de">Motorregelung D-Konstante</label>
</variable>
<variable item="EMF Option 2" CV="58" default="25" include="76200">
<decVal/>
<label>Time slot for AD measurement</label>
<label xml:lang="de">Zeitschlitz für AD Wandlermessung</label>
<tooltip>Increase if loc does not run smoothly at low speeds - Decrease if the top speed is too low after CV53 has been lowered</tooltip>
<tooltip xml:lang="de">vergrößern, wenn Lok bei geringer Geschwindigkeit ungleichmäßig läuft; verkleinern, wenn bei heruntergesetztem CV 53 Höchstgeschwindigkeit der Lok zu gering ist</tooltip>
</variable>
<variable item="EMF Option 2" CV="58" default="10" include="76400">
<decVal/>
<label>Time slot for AD measurement</label>
<label xml:lang="de">Zeitschlitz für AD Wandlermessung</label>
<tooltip>Increase if loc does not run smoothly at low speeds - Decrease if the top speed is too low after CV53 has been lowered</tooltip>
<tooltip xml:lang="de">vergrößern, wenn Lok bei geringer Geschwindigkeit ungleichmäßig läuft; verkleinern, wenn bei heruntergesetztem CV 53 Höchstgeschwindigkeit der Lok zu gering ist</tooltip>
</variable>
<variable item="EMF Option 2" CV="58" default="2" include="76420,76425">
<decVal max="63"/>
<label>Time slot for AD measurement</label>
<label xml:lang="de">Zeitschlitz für AD Wandlermessung</label>
<tooltip>Increase if loc does not run smoothly at low speeds - Decrease if the top speed is too low after CV53 has been lowered</tooltip>
<tooltip xml:lang="de">vergrößern, wenn Lok bei geringer Geschwindigkeit ungleichmäßig läuft; verkleinern, wenn bei heruntergesetztem CV 53 Höchstgeschwindigkeit der Lok zu gering ist</tooltip>
</variable>
<variable item="Short circuit supervision" CV="60" default="250" readOnly="yes" include="76200,76400">
<decVal max="250"/>
<label>Short circuit supervision</label>
<label xml:lang="de">Kurzschlussüberwachung</label>
<tooltip>Do not change! 0=deactivated, 250=activated</tooltip>
</variable>
<variable item="Short circuit supervision" CV="60" default="9" readOnly="yes" include="76420">
<decVal max="9"/>
<label>Short circuit supervision</label>
<label xml:lang="de">Kurzschlussüberwachung</label>
<tooltip>Do not change! 0=deactivated, 9=activated</tooltip>
</variable>
<variable item="Outputs monitoring off 1" CV="60" mask="XXXXXXXV" default="0" include="76425">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-OffOn.xml"/>
<label>Motor monitoring off </label>
<label xml:lang="de">Überwachung Motor aus</label>
</variable>
<variable item="Outputs monitoring off 2" CV="60" mask="XXXXXXVX" default="0" include="76425">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-OffOn.xml"/>
<label>Lights/A1/A2 monitoring off </label>
<label xml:lang="de">Überwachung Licht/A1/A2 aus</label>
</variable>
<variable item="Outputs monitoring off 3" CV="60" mask="XXXXXVXX" default="0" include="76425">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-OffOn.xml"/>
<label>Temperature monitoring off </label>
<label xml:lang="de">Überwachung Temperatur aus</label>
</variable>
<variable item="Shutdown Temperature" CV="61" default="2" readOnly="yes">
<decVal/>
<label>Shutdown Temperature</label>
<label xml:lang="de">Abschalttemperatur</label>
<tooltip>in °C, different with each decoder, 0=deactivated</tooltip>
</variable>
<variable item="Short circuit supervision 1" CV="62" mask="XXXXXXXV" default="0" readOnly="yes" include="76425">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-OffOn.xml"/>
<label>Motor Short circuit</label>
<label xml:lang="de">Motor Kurzschluss</label>
</variable>
<variable item="Short circuit supervision 2" CV="62" mask="XXXXXXVX" default="0" readOnly="yes" include="76425">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-OffOn.xml"/>
<label>Lights/A1/A2 Short circuit</label>
<label xml:lang="de">Licht/A1/A2 Kurzschluss</label>
</variable>
<variable item="Short circuit supervision 3" CV="62" mask="XXXXXVXX" default="0" readOnly="yes" include="76425">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-OffOn.xml"/>
<label>Temperature Error</label>
<label xml:lang="de">Fehler Temperatur</label>
</variable>
<variable item="End braking speed" CV="64" default="30" include="76425">
<decVal/>
<label>End braking speed</label>
<label xml:lang="de">Geschw. am Ende Bremsstrecke</label>
<tooltip>Valid when CV49 Bit 2=1 (Braking end) and Bit 7=1 (Braking analog)</tooltip>
</variable>
<!-- End braking speed CV64 for 76425 : see above CV52 for 76400, 76420 -->
<variable item="Forward Trim" CV="64" default="128" include="76400">
<decVal/>
<label>Speed Correction Forward</label>
<label xml:lang="de">Geschw.-korrektur vorwärts</label>
<tooltip>Factor = Value/128</tooltip>
</variable>
<xi:include href="http://jmri.org/xml/decoders/nmra/cv67speedTableBasic.xml"/>
<variable item="Reverse Trim" CV="95" default="1" include="76400">
<decVal/>
<label>Speed Correction Reverse</label>
<label xml:lang="de">Geschw.-korrektur rückwärts</label>
<tooltip>Factor = Value/128</tooltip>
</variable>
<variable item="Function 1 option 1" CV="98" default="0" mask="XXXXXXVV" include="76420,76425">
<enumVal>
<enumChoice choice="A1/A2 have no time limit" value="0">
<choice>A1/A2 have no time limit</choice>
<choice xml:lang="de">A1/A2 haben keine zeitliche Begrenzung</choice>
</enumChoice>
<enumChoice choice="A1 has timed switching">
<choice>A1 has timed switching</choice>
<choice xml:lang="de">A1 schaltet zeitlich begrenzt</choice>
</enumChoice>
<enumChoice choice="A2 has timed switching">
<choice>A2 has timed switching</choice>
<choice xml:lang="de">A2 schaltet zeitlich begrenzt</choice>
</enumChoice>
<enumChoice choice="A1/A2 have timed switching">
<choice>A1/A2 have timed switching</choice>
<choice xml:lang="de">A1/A2 schalten zeitlich begrenzt</choice>
</enumChoice>
</enumVal>
<label>Outputs A1/A2 timed switching</label>
<label xml:lang="de">Ausgänge A1/A2 zeitlich begrenzt schalten</label>
</variable>
<variable item="Function 1 option 2" CV="99" default="0" include="76420,76425">
<decVal/>
<label>A1/A2 Time switching duration</label>
<label xml:lang="de">Dauer zeitlichen Begrenzung für A1/A2</label>
<tooltip>In 100ms: A value of 10 represents 1 second</tooltip>
<tooltip xml:lang="de">in 100 ms: Der Wert 10 entspricht 1 Sekunde</tooltip>
</variable>
<variable item="Function 1 option 3" CV="100" default="0" include="76425">
<decVal/>
<label>Shunting speed for electric couplings on A1/A2</label>
<label xml:lang="de">Rangiergeschw. zum Vorziehen beim Entkuppeln über A1/A2</label>
</variable>
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/cv107.108indepOutputs.xml"/>
<variable item="LISSY Train Category" CV="115" default="3" include="76400">
<decVal max="4"/>
<label>LISSY Train Category</label>
<label xml:lang="de">LISSY Zugkategorie</label>
<tooltip>Value 1 - 4</tooltip>
</variable>
<variable item="LISSY Train Category" CV="115" default="1" include="76200,76420,76425">
<decVal max="4"/>
<label>LISSY Train Category</label>
<label xml:lang="de">LISSY Zugkategorie</label>
<tooltip>Value 1 - 4</tooltip>
</variable>
</variables>
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/factReset.xml"/>
</decoder>
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/PaneUhlenbrock.xml"/>
</decoder-config>