70 lines
3.5 KiB
XML
70 lines
3.5 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 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>Pierre</firstname>
|
|
<surname>Billon</surname>
|
|
</personname>
|
|
</author>
|
|
</authorgroup>
|
|
<revhistory xmlns="http://docbook.org/ns/docbook">
|
|
<revision>
|
|
<revnumber>1</revnumber>
|
|
<date>2014-06-03</date>
|
|
<authorinitials>PB</authorinitials>
|
|
<revremark>The decoder adress is NOT saved in the sound module itself, but rather in the
|
|
"Master" decoder. The address options have been added nevertheless, as read only.
|
|
This adresses the issue of the DCC address being a compulsory item in JMRI</revremark>
|
|
</revision>
|
|
</revhistory>
|
|
<variable CV="1" comment="Short address" item="Short Address" default="03" readOnly="yes">
|
|
<shortAddressVal/>
|
|
<label>Primary Address of master decoder</label>
|
|
<label xml:lang="fr">Adresse décodeur maître</label>
|
|
<label xml:lang="de">Basisadresse des Hauptdecoders</label>
|
|
<label xml:lang="ca">Adreça primària del decoder mestre</label>
|
|
</variable>
|
|
<variable CV="17" item="Long Address" readOnly="yes">
|
|
<longAddressVal/>
|
|
<label>Extended Address of master decoder</label>
|
|
<label xml:lang="fr">Adresse longue décodeur maître</label>
|
|
<label xml:lang="de">Erweiterte Adresse des Hauptdecoders</label>
|
|
<label xml:lang="ca">Adreça estesa del decoder mestre</label>
|
|
</variable>
|
|
<variable CV="29" mask="XXVXXXXX" item="Address Format" readOnly="yes">
|
|
<enumVal>
|
|
<enumChoice choice="One byte (short) address">
|
|
<choice xml:lang="fr">1 octet (adresse courte)</choice>
|
|
<choice xml:lang="de">1 byte (Basisadresse)</choice>
|
|
<choice xml:lang="ca">1 byte (adreça curta)</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="Two byte (extended) address">
|
|
<choice xml:lang="fr">2 octets (adresse étendue)</choice>
|
|
<choice xml:lang="de">2 byte (Erweiterte Adresse)</choice>
|
|
<choice xml:lang="ca">2 byte (adreça llarga)</choice>
|
|
</enumChoice>
|
|
</enumVal>
|
|
<label>Address Format of master decoder</label>
|
|
<label xml:lang="fr">Format d'Adresse décodeur maître</label>
|
|
<label xml:lang="de">Adresse Format des Hauptdecoders</label>
|
|
<label xml:lang="ca">Format d'adre´ça del decoder master</label>
|
|
</variable>
|
|
</variables>
|