Files
JIMRI/xml/decoders/qdecoder/cv57.58.60decoderConfig.xml
2026-06-17 14:00:51 +02:00

101 lines
5.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
<!-- Copyright (C) JMRI 2001, 2005, 2007, 2009, 2010, 2014 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>Alain</firstname>
<surname>Le Marchand</surname>
</personname>
</author>
</authorgroup>
<revhistory xmlns="http://docbook.org/ns/docbook">
<revision>
<revnumber>1</revnumber>
<date>2014-08-20</date>
<authorinitials>ALM</authorinitials>
<revremark>Initial creation</revremark>
</revision>
</revhistory>
<!-- Specific for Qdecoder accessory decoder -->
<!-- Decoder type -->
<variable item="DCC protocol" CV="57" mask="XXXXXXXV" default="1">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-disabledEnabled.xml"/>
<label xml:lang="de">DCC Protokoll</label>
<label>DCC protocol</label>
<tooltip>Just one protocol is supported at the same time. If both are selected, when DCC will apply.</tooltip>
<tooltip xml:lang="de">Er wird immer nur ein Protokoll unterstützt. Sind mehrere eingeschaltet, wird DCC verwendet.</tooltip>
</variable>
<variable item="Motorola protocol" CV="57" mask="XXXXXXVX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-disabledEnabled.xml"/>
<label xml:lang="de">Märklin/Motorola Protokoll</label>
<label>Märklin/Motorola protocol</label>
<tooltip>Just one protocol is supported at the same time. If both are selected, when DCC will apply.</tooltip>
<tooltip xml:lang="de">Er wird immer nur ein Protokoll unterstützt. Sind mehrere eingeschaltet, wird DCC verwendet.</tooltip>
</variable>
<!-- Qdecoder specific parameters -->
<variable item="Viessmann Multiplex" CV="58" mask="XXXXXXXV" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-disabledEnabled.xml"/>
<label xml:lang="de">Viessmann Multiplex Betrieb</label>
<label>Viessmann Multiplex Operation</label>
</variable>
<variable item="Accessory Switch-off" CV="58" mask="XXXXXXVX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-disabledEnabled.xml"/>
<label xml:lang="de">Zubehör-Ausschalt.</label>
<label>Accessory Switch-off</label>
<tooltip xml:lang="de">Zubehör-Ausschaltbefehle ausführen</tooltip>
<tooltip>Executing accessory switch-off commands</tooltip>
</variable>
<variable item="Functions Control" CV="58" mask="XXXXXVXX" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-disabledEnabled.xml"/>
<label xml:lang="de">Funktionsaus. aktiv</label>
<label>Functions Control</label>
<tooltip xml:lang="de">Mehrere Funktionsausgänge dürfen nicht gleichzeitig aktiv sein.</tooltip>
<tooltip>Only one function output can be activated at the same time.</tooltip>
</variable>
<!-- Functions activation -->
<variable item="Function keys" CV="60" mask="XXXXXXXV" default="0">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-disabledEnabled.xml"/>
<label xml:lang="de">Lok-Funktionstasten</label>
<label>Function keys</label>
<tooltip xml:lang="de">Decoder reagiert auf Lok-Funktionstasten</tooltip>
<tooltip>Decoder reacts on function keys</tooltip>
</variable>
<variable item="Signal aspect generator" CV="60" mask="XXXXXXVX" default="0" include="Z1-16plus,Z2-8plus,function-4plus,function-8plus">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-disabledEnabled.xml"/>
<label xml:lang="de">(Funktions-) Signalbildgenerator</label>
<label>Signal aspect (function) generator</label>
<tooltip xml:lang="de">(Funktions-) Signalbildgenerator eingeschaltet</tooltip>
<tooltip>Signal aspect (function) generator enabled</tooltip>
</variable>
<variable item="Accessory commands" CV="60" mask="XXXXXVXX" default="1">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-disabledEnabled.xml"/>
<label xml:lang="de">Zubehörbefehle</label>
<label>Accessory commands</label>
<tooltip xml:lang="de">Decoder reagiert auf Zubehörbefehle</tooltip>
<tooltip>Decoder reacts on accessory commands</tooltip>
</variable>
<variable item="Sequence programming" CV="60" mask="XXXXVXXX" default="0" include="Z1-16plus,Z2-8plus,function-4plus,function-8plus">
<xi:include href="http://jmri.org/xml/decoders/parts/enum-disabledEnabled.xml"/>
<label xml:lang="de">Sequenzsteuerung</label>
<label>Sequence programming</label>
<tooltip xml:lang="de">Sequenzsteuerung eingeschaltet</tooltip>
<tooltip>Sequence programming enabled</tooltip>
</variable>
</variables>