Files
2026-06-17 14:00:51 +02:00

103 lines
4.6 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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 4.1</revremark>
</revision>
</revhistory>
<!-- CV 150 - 134 -->
<variable item="Smoke generator option 1" CV="130" mask="XXXXXXVV" default="0">
<enumVal>
<enumChoice choice="None" value="0">
<choice>None</choice>
<choice xml:lang="de">Kein</choice>
<choice xml:lang="cs">Nic</choice>
</enumChoice>
<enumChoice choice="A1" value="1">
<choice>A1</choice>
<choice xml:lang="de">A1</choice>
<choice xml:lang="cs">A1</choice>
</enumChoice>
<enumChoice choice="A2" value="2">
<choice>A2</choice>
<choice xml:lang="de">A2</choice>
<choice xml:lang="cs">A2</choice>
</enumChoice>
</enumVal>
<label>Smoke generator operation</label>
<label xml:lang="de">Rauchgeneratorbetrieb</label>
<label xml:lang="nl">Aansl. rookgenerator</label>
<label xml:lang="cs">Provoz kouřového generátoru</label>
</variable>
<variable item="Smoke generator option 3" CV="130" mask="VVVVXXXX" default="0">
<decVal max="15"/>
<label>Smoke gen. duration</label>
<label xml:lang="de">Rauchzeit (T2)</label>
<label xml:lang="nl">Rookduur (T2)</label>
<label xml:lang="cs">Doba trvání kouřového generátoru (T2)</label>
<tooltip>Value * 0.2s + Start delay (T1)</tooltip>
<tooltip xml:lang="de">Wert * 0.2s + Anfahrwartezeit (T1)</tooltip>
<tooltip xml:lang="nl">Waarde * 0.2s + Wegrijvertraging (T1)</tooltip>
<tooltip xml:lang="cs">Hodnota × 0,2 s + doba trvání spouštění (T1)</tooltip>
</variable>
<variable item="Smoke generator option 4" CV="131" default="5">
<!--IntelliDrive2-->
<decVal/>
<label>Smoke gen. control PWM - Load</label>
<label xml:lang="de">Rauchgen. PWM - Lastschwelle</label>
<label xml:lang="cs">Kouřový generátor řízení PWM - Zatěž</label>
</variable>
<variable item="Smoke generator option 5" CV="132" default="16">
<decVal max="63"/>
<label>Smoke gen. control PWM - Normal</label>
<label xml:lang="de">Rauchgen. PWM - Normalbetrieb</label>
<label xml:lang="nl">Rookgen. PWM - Normaalbedrijf</label>
<label xml:lang="cs">Kouřový generátor řízení PWM - Normální</label>
</variable>
<variable item="Smoke generator option 6" CV="133" default="2">
<decVal max="63"/>
<label>Smoke gen. control PWM - Idle</label>
<label xml:lang="de">Rauchgen. PWM - Leerlauf</label>
<label xml:lang="nl">Rookgen. PWM - Vrijloop</label>
<label xml:lang="cs">Kouřový generátor řízení PWM - Nečinný</label>
</variable>
<variable item="Smoke generator option 7" CV="134" default="30">
<decVal/>
<label>Smoke generator - Start delay (T1)</label>
<label xml:lang="de">Rauchgen. - Anfahrwartezeit (T1)</label>
<label xml:lang="nl">Rookgen. - Startvertraging (T1)</label>
<label xml:lang="cs">Kouřový generátor - zpoždění startu (T1)</label>
<tooltip>Value * 0.1s</tooltip>
<tooltip xml:lang="de">Wert * 0.1s</tooltip>
<tooltip xml:lang="nl">Waarde * 0.1s</tooltip>
<tooltip xml:lang="cs">hodnota × 0,1 s</tooltip>
</variable>
</variables>