97 lines
5.4 KiB
XML
97 lines
5.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
|
|
<!-- Copyright (C) JMRI 2020 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. -->
|
|
<variables 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">
|
|
<copyright xmlns="http://docbook.org/ns/docbook">
|
|
<year>2020</year>
|
|
<holder>JMRI</holder>
|
|
</copyright>
|
|
<authorgroup xmlns="http://docbook.org/ns/docbook">
|
|
<author>
|
|
<personname>
|
|
<firstname>Konrad</firstname>
|
|
<surname>Malkowski</surname>
|
|
</personname>
|
|
</author>
|
|
</authorgroup>
|
|
<revhistory xmlns="http://docbook.org/ns/docbook">
|
|
<revision>
|
|
<revnumber>1</revnumber>
|
|
<date>2020-12-22</date>
|
|
<authorinitials>KM</authorinitials>
|
|
<revremark>Initial version as separate file from Uhlenbrock_73400.xml v2</revremark>
|
|
</revision>
|
|
<!-- Max and default values as per Uhlenbrock decoders' documentation -->
|
|
</revhistory>
|
|
<variable item="Vstart" CV="2" comment="Speed setting between 1 and 63" default="1">
|
|
<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">Anfahrspannung</label>
|
|
<label xml:lang="cs">Rozjezdová rychlost</label>
|
|
<tooltip>Speed setting between 1 and 63</tooltip>
|
|
<tooltip xml:lang="it">Valori tra 1 e 63</tooltip>
|
|
<tooltip xml:lang="fr">Valeur de vitesse entre 1 et 63</tooltip>
|
|
<tooltip xml:lang="cs">Nastavení rychlosti mezi 1 a 63</tooltip>
|
|
</variable>
|
|
<variable item="Accel" CV="3" comment="A value of 1 will increase each 5 milliseconds by 1" default="15">
|
|
<decVal max="255"/>
|
|
<label>Acceleration Rate</label>
|
|
<label xml:lang="it">Accellerazione</label>
|
|
<label xml:lang="fr">Accélération</label>
|
|
<label xml:lang="de">Anfahrverzögerung</label>
|
|
<label xml:lang="cs">Míra zrychlení</label>
|
|
<tooltip>A value of 1 means speed increase by 1 every 5 ms</tooltip>
|
|
<tooltip xml:lang="it">Un Valore di 1 significa che la velocità incrementa di 1 ogni 5 millisecondi</tooltip>
|
|
<tooltip xml:lang="fr">Une valeur de 1 signifie augmentation vitesse de 1 toutes les 5 ms</tooltip>
|
|
<tooltip xml:lang="cs">Hodnota 1 znamená přidání kroku o 1 každých 5 ms</tooltip>
|
|
</variable>
|
|
<variable item="Decel" CV="4" comment="A value of 1 will increase each 5 milliseconds by 1" default="2">
|
|
<decVal max="255"/>
|
|
<label>Deceleration Rate</label>
|
|
<label xml:lang="it">Decellerazione</label>
|
|
<label xml:lang="fr">Décélération</label>
|
|
<label xml:lang="de">Bremsverzögerung</label>
|
|
<label xml:lang="cs">Míra zpomalení</label>
|
|
<tooltip>A value of 1 means speed decrease by 1 every 5 ms</tooltip>
|
|
<tooltip xml:lang="it">Un Valore di 1 significa che la velocità decrementa di 1 ogni 5 millisecondi</tooltip>
|
|
<tooltip xml:lang="fr">Une valeur de 1 signifie décroissance vitesse de 1 toutes les 5 ms</tooltip>
|
|
<tooltip xml:lang="cs">Hodnota 1 znamená snížení kroku o 1 každých 5 ms</tooltip>
|
|
</variable>
|
|
<variable item="Vhigh" CV="5" comment="Speed setting between 1 and 63" default="63">
|
|
<decVal max="63"/>
|
|
<label>Vhigh</label>
|
|
<label xml:lang="it">Volt Massimi</label>
|
|
<label xml:lang="fr">Vmax</label>
|
|
<label xml:lang="de">Höchstgeschwindigkeit</label>
|
|
<label xml:lang="cs">Maximální rychlost</label>
|
|
<tooltip>Speed setting between 1 and 63, must be greater than Vstart</tooltip>
|
|
<tooltip xml:lang="fr">Valeur de vitesse entre 1 et 63, plus grande que V démarr.</tooltip>
|
|
<tooltip xml:lang="it">Valori tra 1 e 63, deve essere più grande di Vstart(CV2)</tooltip>
|
|
<tooltip xml:lang="cs">Nastavení rychlosti mezi 1 a 63, musí být větší než Rozjezdová rychlost (CV2)</tooltip>
|
|
</variable>
|
|
<variable item="Vmid" CV="6" comment="Speed setting between 1 and 63" default="21">
|
|
<decVal max="63"/>
|
|
<label>Vmid</label>
|
|
<label xml:lang="it">Volt Intermedi</label>
|
|
<label xml:lang="fr">Vmoy</label>
|
|
<label xml:lang="de">Mittengeschwindigkeit</label>
|
|
<label xml:lang="cs">Střední rychlost</label>
|
|
<tooltip>Speed setting between 1 and 63, must be smaller than Vhigh and greater than Vstart</tooltip>
|
|
<tooltip xml:lang="fr">Valeur de vitesse entre 1 et 63, plus petite que Vmax et plus grande que V démarr.</tooltip>
|
|
<tooltip xml:lang="it">Valori tra 1 e 63, deve essere più piccola di Vhigh(CV5) e più grande di Vstart(CV2)</tooltip>
|
|
<tooltip xml:lang="cs">Nastavení rychlosti mezi 1 a 63, musí být menší než Maximální rychlost (CV5) a větší než Rozjezdová rychlost (CV2)</tooltip>
|
|
</variable>
|
|
</variables>
|