102 lines
5.5 KiB
XML
102 lines
5.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
|
|
<!-- Copyright (C) JMRI 2022 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>2022</year>
|
|
<holder>JMRI</holder>
|
|
</copyright>
|
|
<authorgroup xmlns="http://docbook.org/ns/docbook">
|
|
<author>
|
|
<personname>
|
|
<firstname>Ulrich</firstname>
|
|
<surname>Gerlach</surname>
|
|
</personname>
|
|
</author>
|
|
</authorgroup>
|
|
<revhistory xmlns="http://docbook.org/ns/docbook">
|
|
<revision>
|
|
<revnumber>1</revnumber>
|
|
<date>2022-11-11</date>
|
|
<authorinitials>UG</authorinitials>
|
|
<revremark>Initial version for Piko SmartDecoder XP5.1</revremark>
|
|
</revision>
|
|
</revhistory>
|
|
<!-- Max and default values as per Piko PSD XP5.1 decoders' documentation -->
|
|
<variable item="Vstart" CV="2" comment="Speed setting between 0 and 255" default="0">
|
|
<decVal max="255"/>
|
|
<label>Vstart</label>
|
|
<label xml:lang="it">Volt Partenza</label>
|
|
<label xml:lang="fr">V démarr.</label>
|
|
<label xml:lang="de">Minimale Geschwindigkeit</label>
|
|
<label xml:lang="cs">Rozjezdová rychlost</label>
|
|
<tooltip>Speed setting between 0 and 255</tooltip>
|
|
<tooltip xml:lang="de">Ändern, bis die Lok bei Fahrstufe 1 gerade anfährt</tooltip>
|
|
<tooltip xml:lang="it">Valori tra 0 e 255</tooltip>
|
|
<tooltip xml:lang="fr">Valeur de vitesse entre 0 et 255</tooltip>
|
|
<tooltip xml:lang="cs">Nastavení rychlosti mezi 0 a 255</tooltip>
|
|
</variable>
|
|
<variable item="Accel" CV="3" comment="A value of 1 will increase each 5 milliseconds by 1" default="140">
|
|
<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>Start-up time = CV value * 100 ms</tooltip>
|
|
<tooltip xml:lang="de">Anfahrzeit = CV-Wert * 100 ms</tooltip>
|
|
<tooltip xml:lang="it">Valori tra 0 e 255</tooltip>
|
|
<tooltip xml:lang="fr">Valeur de vitesse entre 0 et 255</tooltip>
|
|
<tooltip xml:lang="cs">Nastavení rychlosti mezi 0 a 255</tooltip>
|
|
</variable>
|
|
<variable item="Decel" CV="4" comment="A value of 1 will increase each 5 milliseconds by 1" default="140">
|
|
<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>Braking time = CV value * 100ms</tooltip>
|
|
<tooltip xml:lang="de">Bremszeit = CV-Wert * 100ms</tooltip>
|
|
<tooltip xml:lang="it">Valori tra 0 e 255</tooltip>
|
|
<tooltip xml:lang="fr">Valeur de vitesse entre 0 et 255</tooltip>
|
|
<tooltip xml:lang="cs">Nastavení rychlosti mezi 0 a 255</tooltip>
|
|
</variable>
|
|
<variable item="Vhigh" CV="5" comment="Speed setting between 0 and 255" default="255">
|
|
<decVal max="255"/>
|
|
<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 0 and 255, must be greater than Vstart</tooltip>
|
|
<tooltip xml:lang="fr">Valeur de vitesse entre 0 et 255, plus grande que V démarr.</tooltip>
|
|
<tooltip xml:lang="de">Geschwindigkeit zwischen 0 und 255, muss größer als Vmin (CV2)</tooltip>
|
|
<tooltip xml:lang="it">Valori tra 0 e 255, deve essere più grande di Vstart(CV2)</tooltip>
|
|
<tooltip xml:lang="cs">Nastavení rychlosti mezi 0 a 255, musí být větší než Rozjezdová rychlost (CV2)</tooltip>
|
|
</variable>
|
|
<variable item="Vmid" CV="6" comment="Speed setting between 0 and 255" default="128">
|
|
<decVal max="255"/>
|
|
<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 0 and 255, must be smaller than Vhigh and greater than Vstart</tooltip>
|
|
<tooltip xml:lang="fr">Valeur de vitesse entre 0 et 255, plus petite que Vmax et plus grande que V démarr.</tooltip>
|
|
<tooltip xml:lang="de">Geschwindigkeit muss kleiner als Vmax (CV5) und größer als Vmin (CV2) sein</tooltip>
|
|
<tooltip xml:lang="it">Valori tra 0 e 255, deve essere più piccola di Vhigh(CV5) e più grande di Vstart(CV2)</tooltip>
|
|
<tooltip xml:lang="cs">Nastavení rychlosti mezi 0 a 255, musí být menší než Maximální rychlost (CV5) a větší než Rozjezdová rychlost (CV2)</tooltip>
|
|
</variable>
|
|
</variables>
|