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

102 lines
5.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
<!--Copyright (C) JMRI 2003, 2004, 2008 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="Ian Birchenough@talktalk.netJeff Schmaltz escopetas@comcast.net" version="1.0" lastUpdated="20080131"/>
<version author="Alain Carasso" version="1.1" lastUpdated="20101020"/>
<version author="Peter Ulvestad" version="2" lastUpdated="20140330"/>
<!-- Version 2 - Added long address and switched several items to "Includes", corrected default values (Peter Ulvestad) -->
<decoder>
<family name="Bachmann" mfg="Electronic Solutions Ulm GmbH">
<model model="EZ Command 3 function decoder (36-553)" maxInputVolts="25 V" maxMotorCurrent="0.7 A" maxTotalCurrent="1.05 A" numOuts="3" numFns="5" formFactor="HO" connector="NMRAmedium">
<output name="1" label="Front light" maxcurrent="180 mA" connection="wire"/>
<output name="2" label="Rear light " maxcurrent="180 mA" connection="wire"/>
<output name="3" label=" AUX1 " maxcurrent="180 mA" connection="wire"/>
<size length="25.5" width="15.5" height="4.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/nmra/mfgVersionId.xml"/>
<xi:include href="http://jmri.org/xml/decoders/nmra/cv29analog.xml"/>
<xi:include href="http://jmri.org/xml/decoders/nmra/cv29direction.xml"/>
<xi:include href="http://jmri.org/xml/decoders/nmra/cv29speedSteps.xml"/>
<variable CV="2" default="3" item="Vstart" tooltip="Determines the starting speed, range 1-63">
<decVal min="1" max="63"/>
<label>Starting Voltage</label>
<label xml:lang="it">Volt Partenza</label>
<label xml:lang="fr">V démarr.v</label>
<label xml:lang="de">Startspannung</label>
<label xml:lang="ca">Voltatge Arrencada</label>
</variable>
<variable CV="3" default="8" item="Accel" tooltip="This value multiplied by 0.5 gives the time from stop to maximum speed, range 0-63">
<decVal min="0" 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>
<label xml:lang="ca">Acceleració (o-63)</label>
</variable>
<variable CV="4" default="6" item="Decel" tooltip="This value multiplied by 0.5 gives the time from maximum speed to stop, range 0-63">
<decVal min="0" max="63"/>
<label>Deceleration</label>
<label xml:lang="it">Decellerazione (0-63)</label>
<label xml:lang="fr">Décélération (0-63)</label>
<label xml:lang="de">Bremszeit (0-63)</label>
<label xml:lang="ca">Desacceleració (o-63)</label>
</variable>
<variable CV="5" default="42" item="Vhigh" tooltip="Maximum speed of locomotive, range 0-63">
<decVal min="0" max="63"/>
<label>Maximum Speed</label>
<label xml:lang="it">Volt Massimi (0-63):</label>
<label xml:lang="de">Höchstgeschwindigkeit</label>
<label xml:lang="ca">Voltatge Màxim (o-63)</label>
</variable>
<variable CV="49" mask="XXXXXXXV" default="1" item="EMF Static Config">
<enumVal>
<enumChoice choice="Off"/>
<enumChoice choice="Active"/>
</enumVal>
<label>BEMF control</label>
</variable>
<variable CV="51" mask="XXXXXXXV" default="1" item="Dither option">
<enumVal>
<enumChoice choice="Off"/>
<enumChoice choice="Active"/>
</enumVal>
<label>Brake mode control</label>
</variable>
<variable CV="53" default="42" item="EMF Control Reference" tooltip="Determines the back EMF supplied by the motor at Max speed. The more efficient the motor the higher this value should be. 0-63 default=42.">
<decVal min="0" max="63"/>
<label>Feedback Reference</label>
</variable>
<variable CV="54" default="32" item="EMF Dynamic Config" tooltip="Determines how strongly load control effects, range 0-63">
<decVal min="0" max="63"/>
<label>Load control parameter K</label>
</variable>
<variable CV="55" default="24" item="EMF Droop Config" tooltip="Determines the momentum of the motor, range 0-63">
<decVal min="0" max="63"/>
<label>Load control parameter I</label>
</variable>
<variable CV="63" default="7" item="Global lighting option 1" tooltip="Defines the brightness of the function outputs, range 0-7">
<decVal min="0" max="7"/>
<label>Lamp brightness</label>
</variable>
</variables>
<resets>
<factReset label="HARD RESET all CVs reset to default values" CV="8" default="8"/>
</resets>
</decoder>
</decoder-config>