74 lines
3.9 KiB
XML
74 lines
3.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
|
|
<!-- Copyright (C) JMRI 2006 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="Simon Ginsburg" version="1" lastUpdated="20060722"/>
|
|
<decoder>
|
|
<family name="Standard Decoder" mfg="Uhlenbrock Elektronik" lowVersionID="1" highVersionID="20">
|
|
<model model="74400"/>
|
|
<model model="74420"/>
|
|
</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" comment="Speed setting between 1 and 31" default="5">
|
|
<decVal max="31"/>
|
|
<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>Speed setting between 1 and 31</comment>
|
|
</variable>
|
|
<variable CV="3" comment="A value of 1 will increase each 5 milliseconds by 1" item="Accel" default="2">
|
|
<decVal/>
|
|
<label>Acceleration Rate</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>A value of 1 will increase each 5 milliseconds by 1</comment>
|
|
</variable>
|
|
<variable CV="4" comment="A value of 1 will increase each 5 milliseconds by 1" item="Decel" default="2">
|
|
<decVal/>
|
|
<label>Deceleration Rate</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>
|
|
<comment>A value of 1 will increase each 5 milliseconds by 1</comment>
|
|
</variable>
|
|
<variable item="Vhigh" CV="5" comment="Speed setting between 1 and 63" default="90">
|
|
<decVal max="95"/>
|
|
<label>Vhigh</label>
|
|
<comment>Speed setting between 1 and 63</comment>
|
|
</variable>
|
|
<variable CV="7" item="Decoder Version" readOnly="yes" default="1">
|
|
<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 CV="8" readOnly="yes" item="Manufacturer" 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>
|
|
<!-- 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/uhlenbrock/cv29analog.xml"/>
|
|
</variables>
|
|
</decoder>
|
|
</decoder-config>
|