64 lines
3.2 KiB
XML
64 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, 2-009, 2010, 2017 All rights reserved -->
|
||
<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>2017</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>2017-12-10</date>
|
||
<authorinitials>ALM</authorinitials>
|
||
<revremark>Derived from userID.xml rev.8 - Add tooltip for SoundTraxx Tsunami2 and Econami decoders</revremark>
|
||
</revision>
|
||
<revision>
|
||
<revnumber>1.1</revnumber>
|
||
<date>2018-01-03</date>
|
||
<authorinitials>ALM</authorinitials>
|
||
<revremark>Minor tooltip update + change of labels</revremark>
|
||
</revision>
|
||
</revhistory>
|
||
<variable item="User Id #1" CV="105" default="0">
|
||
<decVal max="255"/>
|
||
<label>User ID #1 - Major version #</label>
|
||
<label xml:lang="it">Id Utente #1 - Major version #</label>
|
||
<label xml:lang="fr">CV Utilisateur #1 - Major version #</label>
|
||
<label xml:lang="de">Benutzer-CV #1 - Major version #</label>
|
||
<label xml:lang="cs">Uživatel ID #1 - Major version #</label>
|
||
<label xml:lang="nl">Gebruiker-CV #1 - Major version #</label>
|
||
<tooltip><html>Contains by default the <b>Major</b> firmware version.
|
||
<br>e.g. reading a value of 1 in CV 105 and a value of 3 in CV 106
|
||
<br>would indicate firmware version 1.3.
|
||
<br>Can be programmed to any value from 0 to 255.
|
||
<br>Will return to the software’s Major revision code
|
||
<br>when the decoder is reset to factory settings.
|
||
</html></tooltip>
|
||
</variable>
|
||
<variable item="User Id #2" CV="106" default="0">
|
||
<decVal max="255"/>
|
||
<label>User ID #2 - minor version #</label>
|
||
<label xml:lang="it">Id Utente #2 - minor version #</label>
|
||
<label xml:lang="fr">CV Utilisateur #2 - minor version #</label>
|
||
<label xml:lang="de">Benutzer-CV #2 - minor version #</label>
|
||
<label xml:lang="cs">Uživatel ID #2 - minor version #</label>
|
||
<label xml:lang="nl">Gebruiker-CV #2 - minor version #</label>
|
||
<tooltip><html>Contains by default the <b>minor</b> firmware version.
|
||
<br>e.g. reading a value of 1 in CV 105 and a value of 3 in CV 106
|
||
<br>would indicate firmware version 1.3.
|
||
<br>Can be programmed to any value from 0 to 255.
|
||
<br>Will return to the software’s minor revision code
|
||
<br>when the decoder is reset to factory settings.
|
||
</html></tooltip>
|
||
</variable>
|
||
</variables>
|