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

80 lines
4.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
<!-- Copyright (C) JMRI 2016 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>2016</year>
<holder>JMRI</holder>
</copyright>
<authorgroup xmlns="http://docbook.org/ns/docbook">
<author>
<personname>
<firstname>Alain</firstname>
<surname>Le Marchand</surname>
</personname>
</author>
<author>
<personname>
<firstname>James</firstname>
<surname>Exler</surname>
</personname>
</author>
</authorgroup>
<revhistory xmlns="http://docbook.org/ns/docbook">
<revision>
<revnumber>1</revnumber>
<date>2016-05-26</date>
<authorinitials>ALM</authorinitials>
<revremark>New file created from ECOCV.xml v2.0</revremark>
</revision>
<revision>
<revnumber>2</revnumber>
<date>2022-07-19</date>
<authorinitials>JE</authorinitials>
<revremark>Revise FX3-8 designations</revremark>
</revision>
</revhistory>
<!-- Lighting Configuration follows -->
<variable item="Headlight F0(f) Effect Selection" CV="49" mask="XXXVVVVV" default="15" tooltip="Determines the effect generated from the headlight">
<xi:include href="http://jmri.org/xml/decoders/soundtraxx/TSU2enumEffect.xml"/>
<label>Headlight F0(f) Effect Selection</label>
</variable>
<variable item="Backup Light F0(r) Effect Selection" CV="50" mask="XXXVVVVV" default="15" tooltip="Determines the effect generated from the backup light">
<xi:include href="http://jmri.org/xml/decoders/soundtraxx/TSU2enumEffect.xml"/>
<label>Backup Light F0(r) Effect Selection</label>
</variable>
<variable item="FX3 Effect Selection" CV="51" mask="XXXVVVVV" default="15" minOut="3" tooltip="Determines the effect generated from the FX3 light output">
<xi:include href="http://jmri.org/xml/decoders/soundtraxx/TSU2enumEffect.xml"/>
<label>FX3 Effect Selection</label>
</variable>
<variable item="FX4 Effect Selection" CV="52" mask="XXXVVVVV" default="15" minOut="4" tooltip="Determines the effect generated from the FX4 light output">
<xi:include href="http://jmri.org/xml/decoders/soundtraxx/TSU2enumEffect.xml"/>
<label>FX4 Effect Selection</label>
</variable>
<variable item="FX5 Effect Selection" CV="53" mask="XXXVVVVV" default="15" minOut="5" tooltip="Determines the effect associated with the FX5 light output">
<xi:include href="http://jmri.org/xml/decoders/soundtraxx/TSU2enumEffect.xml"/>
<label>FX5 Effect Selection</label>
</variable>
<variable item="FX6 Effect Selection" CV="54" mask="XXXVVVVV" default="15" minOut="6" tooltip="Determines the effect associated with the FX6 light output">
<xi:include href="http://jmri.org/xml/decoders/soundtraxx/TSU2enumEffect.xml"/>
<label>FX6 Effect Selection</label>
</variable>
<variable item="FX7 Effect Selection" CV="55" mask="XXXVVVVV" default="15" minOut="7" tooltip="Determines the effect associated with the FX7 light output">
<xi:include href="http://jmri.org/xml/decoders/soundtraxx/TSU2enumEffect.xml"/>
</variable>
<variable item="FX8 Effect Selection" CV="56" mask="XXXVVVVV" default="15" minOut="8" tooltip="Determines the effect associated with the FX8 light output">
<xi:include href="http://jmri.org/xml/decoders/soundtraxx/TSU2enumEffect.xml"/>
</variable>
</variables>