Files
JIMRI/xml/decoders/digitrax/cv62.63LightingOptions.xml
2026-06-17 14:00:51 +02:00

63 lines
3.2 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>Bob</firstname>
<surname>Jacobsen</surname>
</personname>
</author>
</authorgroup>
<revhistory xmlns="http://docbook.org/ns/docbook">
<revision>
<revnumber>1</revnumber>
<date>2014-04-26</date>
<authorinitials>ALM</authorinitials>
<revremark>Initial release as separate file</revremark>
</revision>
<revision>
<revnumber>2</revnumber>
<date>2014-08-30</date>
<authorinitials>ALM</authorinitials>
<revremark>Add minOut="1" to deal with "no function" Soundbugs(TM)</revremark>
</revision>
</revhistory>
<variable CV="62" mask="VVVVXXXX" item="Global lighting option 1" minOut="1" tooltip="0 is no keep-alive, use with LEDs">
<decVal max="15"/>
<label>Lamp keep-alive voltage</label>
<label xml:lang="it">Tensione mantenimento Lampade</label>
<comment>0 is no keep-alive, use with LEDs</comment>
<comment xml:lang="it">0=nessuna, usare con i LED</comment>
</variable>
<variable CV="62" mask="XXXXVVVV" item="Global lighting option 2" minOut="1" tooltip="0 is fast, 15 is slow, 4 is recommended for start">
<decVal max="15"/>
<label>FX rate adjust</label>
<label xml:lang="it">Aggiustamento FX</label>
<comment>0 is fast, 15 is slow, 4 is recommended for start</comment>
<comment xml:lang="it">0=veloce, 15= lento, 4 raccomandato per iniziare</comment>
</variable>
<variable CV="63" item="Global lighting option 3" minOut="1" tooltip="0 is none, 40 is realistic 5 seconds, 255 is about 20 seconds">
<decVal/>
<label>Ditch light hold-over time</label>
<label xml:lang="it">Tempo di carica Luci Ditch</label>
<comment>0 is none, 40 is realistic 5 seconds, 255 is about 20 seconds</comment>
<comment xml:lang="it">0=nessuno, 40 realistico (5sec), 255= circa 20 sec.</comment>
</variable>
</variables>