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

174 lines
8.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
<!-- Copyright (C) JMRI 2001, 2005, 2007, 2-009, 2010 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>2014</year>
<holder>JMRI</holder>
</copyright>
<authorgroup xmlns="http://docbook.org/ns/docbook">
<author>
<personname>
<firstname>Pierre</firstname>
<surname>Billon</surname>
</personname>
</author>
<author>
<personname>
<firstname>Alain</firstname>
<surname>Le Marchand</surname>
</personname>
</author>
<author>
<personname>
<firstname>Ronald</firstname>
<surname>Kuhn</surname>
</personname>
</author>
</authorgroup>
<revhistory xmlns="http://docbook.org/ns/docbook">
<revision>
<revnumber>4</revnumber>
<date>2023-07-19</date>
<authorinitials>RK</authorinitials>
<revremark>disable unimplemented CV for PD06A</revremark>
</revision>
<revision>
<revnumber>3</revnumber>
<date>2019-07-28</date>
<authorinitials>ALM</authorinitials>
<revremark>Add tooltip for CV134</revremark>
</revision>
<revision>
<revnumber>2</revnumber>
<date>2015-03-05</date>
<authorinitials>PB</authorinitials>
<revremark>Spelling</revremark>
</revision>
<revision>
<revnumber>1</revnumber>
<date>2014-02-20</date>
<authorinitials>PB</authorinitials>
<revremark>
This file contains only variables that are common to D&amp;H decoders released
after around 2012. Those CVs don't seem to be able applicable to older decoders,
even with the latest firmware upgrades.
</revremark>
</revision>
</revhistory>
<!-- Brake options (in DH Options panel) -->
<variable item="Brake on asymmetrical signal (normal)" CV="27" mask="XXXXXXXV" tooltip="CV27 Bit 0" exclude="132">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-disabledEnabled.xml"/>
<label>Brake on asymmetrical signal (normal)</label>
<label xml:lang="it">Freni con segnale asimmetrico (normale)</label>
<label xml:lang="fr">Freinage/signal asymétrique (normal)</label>
<label xml:lang="de">Bremsen - Asymmetrie (normal)</label>
<label xml:lang="ca">Frena amb senyal assimètrica (normal)</label>
</variable>
<variable item="Brake on asymmetrical signal (inverted)" CV="27" mask="XXXXXXVX" tooltip="CV27 Bit 1" exclude="132">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-disabledEnabled.xml"/>
<label>Brake on asymmetrical signal (inverted)</label>
<label xml:lang="it">Freni con segnale asimmetrico (invertito)</label>
<label xml:lang="fr">Freinage/signal asymétrique (inversé)</label>
<label xml:lang="de">Bremsen - Asymmetrie (invers)</label>
<label xml:lang="ca">Frena amb senyal assimpetrica (invers)</label>
</variable>
<variable item="Brake on negative power" CV="27" mask="XXXVXXXX" tooltip="CV27 Bit 4">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-disabledEnabled.xml"/>
<label>Brake on negative power</label>
<label xml:lang="it">Freni con alim.negativa</label>
<label xml:lang="fr">Freinage/courant négatif</label>
<label xml:lang="de">Bremsen - Negative Spannung</label>
<label xml:lang="ca">Frena amb alimentació negativa</label>
</variable>
<variable item="Brake on positive power" CV="27" mask="XXVXXXXX" tooltip="CV27 Bit 5">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-disabledEnabled.xml"/>
<label>Brake on positive power</label>
<label xml:lang="it">Freni con alim.positiva</label>
<label xml:lang="fr">Freinage/courant positif</label>
<label xml:lang="de">Bremsen - Positif Spannung</label>
<label xml:lang="ca">Frena amb alimentació positiva</label>
</variable>
<variable item="Brake with diode (normal)" CV="27" mask="XVXXXXXX" tooltip="CV27 Bit 6">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-disabledEnabled.xml"/>
<label>Brake with diode (normal)</label>
<label xml:lang="it">Freni con diodo(normale)</label>
<label xml:lang="fr">Freinage/diode (normal)</label>
<label xml:lang="de">Bremsen - Diode (normal)</label>
<label xml:lang="ca">Frena amb diode (normal)</label>
</variable>
<variable item="Brake with diode (inverted)" CV="27" mask="VXXXXXXX" tooltip="CV27 Bit 7">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-disabledEnabled.xml"/>
<label>Brake with diode (inverted)</label>
<label xml:lang="it">Freni con diodo(invertito)</label>
<label xml:lang="fr">Freinage/diode (inversé)</label>
<label xml:lang="de">Bremsen - Diode (invers)</label>
<label xml:lang="ca">Frena amb diode (invers)</label>
</variable>
<!-- Extra options for DH05C/DH10C/DH16A/DH18A (in DH Options panel) -->
<variable item="Function for front and rear lights on" CV="121" tooltip="CV121" minOut="2">
<enumVal>
<enumChoice choice="-" value="0"/>
<enumChoice choice="F1" value="1"/>
<enumChoice choice="F2" value="2"/>
<enumChoice choice="F3" value="4"/>
<enumChoice choice="F4" value="8"/>
<enumChoice choice="F5" value="16"/>
<enumChoice choice="F6" value="32"/>
<enumChoice choice="F7" value="64"/>
<enumChoice choice="F8" value="128"/>
</enumVal>
<label>Function for front and rear lights on</label>
<label xml:lang="it">Funzione per luci frontali e retro on</label>
<label xml:lang="fr">Fonction pour feux avant et arrière</label>
<label xml:lang="de">Funktion für LV und LR ein</label>
<label xml:lang="ca">Funció per a llums frontals i posteriors </label>
</variable>
<variable item="Function for AUX 1 and AUX 2 on" CV="122" tooltip="CV122" minOut="4">
<enumVal>
<enumChoice choice="-" value="0"/>
<enumChoice choice="F1" value="1"/>
<enumChoice choice="F2" value="2"/>
<enumChoice choice="F3" value="4"/>
<enumChoice choice="F4" value="8"/>
<enumChoice choice="F5" value="16"/>
<enumChoice choice="F6" value="32"/>
<enumChoice choice="F7" value="64"/>
<enumChoice choice="F8" value="128"/>
</enumVal>
<label>Function for AUX 1 and AUX 2 on</label>
<label xml:lang="it">Funzione per AUX1 e AUX2 on</label>
<label xml:lang="fr">Fonction pour allumer AUX 1 et AUX 2</label>
<label xml:lang="de">Funktion für AUX 1 und AUX 2 ein</label>
<label xml:lang="ca">Funció per engegar AUX 1 i AUX 2</label>
</variable>
<variable item="Reduced speed in braking zones" CV="123" default="63" tooltip="CV123 (0-127)" exclude="132">
<decVal min="0" max="127"/>
<label>Reduced speed in braking zones</label>
<label xml:lang="it">Riduzione velocità in zone frenate</label>
<label xml:lang="fr">Vitesse réduite (asym.)</label>
<label xml:lang="de">Langsamfahrt Geschw. bei bremsen</label>
<label xml:lang="ca">Velocitat reduïda en zones de frenada</label>
</variable>
<variable item="Threshold for asymmetric behavior" CV="134" default="6" tooltip="CV134 (0-15)" exclude="132">
<decVal min="0" max="15"/>
<label>Threshold for asymmetric behavior</label>
<label xml:lang="it">Soglia per segnale asimmetrico</label>
<label xml:lang="fr">Limite de signal asymétrique</label>
<label xml:lang="de">Entscheidungsschwelle für Asymmetrie</label>
<label xml:lang="ca">Llindar de senyal assimètric</label>
<tooltip>&lt;html&gt;Default value 6 corresponds approximately to 0.7 volt asymmetry&lt;br&gt;and thus to the forward voltage of a silicon diode.&lt;br&gt;Values smaller 3 are not useful, values greater 6 on demand.&lt;/html&gt;</tooltip>
<tooltip xml:lang="de">&lt;html&gt;Der Standardwert 6 entspricht in etwa 0,7 Volt Asymmetrie&lt;br&gt; und damit der Vorwärtsspannung einer Siliciumdiode.&lt;br&gt; Werte kleiner als 3 sind nicht sinnvoll, Werte größer als 6 bei Bedarf.&lt;/html&gt;</tooltip>
</variable>
</variables>