Files
JIMRI/xml/decoders/MRC_sound1627.xml
2026-06-17 14:00:51 +02:00

113 lines
5.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
<!-- Copyright (C) JMRI 2005 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. -->
<decoder-config 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">
<version author="Alain Le Marchand" version="2.0" lastUpdated="20150427"/>
<version author="Rick Beaber rbeaber@gmail.com" version="1.0" lastUpdated="20050214"/>
<!-- version 2.0: Renaming decoder models -->
<decoder>
<family name="Sound Decoders" mfg="MRC" lowVersionID="31" highVersionID="31" comment="Synchronized Sound Brilliance(TM) Decoders">
<model show="no" model="Synch Steam Sound 1627" replacementModel="1627 - HO Scale - Steam" replacementFamily="Sound Decoders" numOuts="2" numFns="12"/>
<model model="1627 - HO Scale - Steam" numOuts="2" numFns="12"/>
</family>
<programming direct="yes" paged="yes" register="yes" ops="yes"/>
<variables>
<xi:include href="http://jmri.org/xml/decoders/nmra/shortAndLongAddress.xml"/>
<variable CV="2" item="Vstart" default="0" comment="Range 0-32">
<decVal max="32"/>
<label>Start Volts</label>
<label xml:lang="it">Volt Partenza</label>
<label xml:lang="fr">V démarr.</label>
<label xml:lang="de">Startspannung</label>
<comment>Range 0-32</comment>
</variable>
<variable CV="3" item="Accel" default="0" comment="Range 0-32">
<decVal max="32"/>
<label>Acceleration momentum</label>
<label xml:lang="it">Accellerazione (0-32)</label>
<label xml:lang="fr">Accelération (0-32)</label>
<label xml:lang="de">Anfahrverzögerung (0-32)</label>
<comment>Range 0-32</comment>
</variable>
<variable CV="4" item="Decel" default="0" comment="Range 0-32">
<decVal max="32"/>
<label>Brake momentum</label>
<label xml:lang="it">Decellerazione (0-32)</label>
<label xml:lang="fr">Décélération (0-32)</label>
<label xml:lang="de">Bremszeit (0-32)</label>
<comment>Range 0-32</comment>
</variable>
<variable CV="5" item="Vhigh" default="0" comment="Range 0-32">
<decVal max="32"/>
<label>Max Voltage</label>
<label xml:lang="it">Volt Massimi (0-32):</label>
<label xml:lang="de">Höchstgeschwindigkeit</label>
<comment>Range 0-32</comment>
</variable>
<variable CV="7" item="Decoder Version" readOnly="yes" default="31">
<decVal/>
<label>Version ID</label>
<label xml:lang="it">Versione Decoder: </label>
<label xml:lang="fr">Version décodeur: </label>
<label xml:lang="de">Decoder Version: </label>
</variable>
<variable CV="8" readOnly="yes" item="Manufacturer" default="143">
<decVal/>
<label>Manufacturer ID</label>
<label xml:lang="it">ID Costruttore: </label>
<label xml:lang="fr">ID constructeur: </label>
<label xml:lang="de">Hersteller ID: </label>
</variable>
<!-- CV=19 -->
<xi:include href="http://jmri.org/xml/decoders/nmra/consistAddrDirection.xml"/>
<!-- CV=29 -->
<xi:include href="http://jmri.org/xml/decoders/nmra/cv29direction.xml"/>
<xi:include href="http://jmri.org/xml/decoders/nmra/cv29speedSteps.xml"/>
<xi:include href="http://jmri.org/xml/decoders/nmra/cv29analog.xml"/>
<xi:include href="http://jmri.org/xml/decoders/nmra/cv29table1-28.xml"/>
<variable CV="52" item="Sound Setting 1" default="31" comment="Range 0-31">
<decVal max="31"/>
<label>Sound Volume</label>
<comment>Range 0-31</comment>
</variable>
<variable CV="64" item="Sound Setting 2" default="15" comment="Range 0-31">
<decVal max="31"/>
<label>Chuff Rate</label>
<comment>Range 0-31</comment>
</variable>
<xi:include href="http://jmri.org/xml/decoders/nmra/cv67speedTableBasic.xml"/>
<!-- CV 105-106 -->
<xi:include href="http://jmri.org/xml/decoders/nmra/userId.xml"/>
<variable item="Sound Option 1" CV="50" default="0">
<enumVal>
<enumChoice choice="American Whistle #1" value="0">
<choice>American Whistle #1</choice>
</enumChoice>
<enumChoice choice="American Whistle #2" value="1">
<choice>American Whistle #2</choice>
</enumChoice>
<enumChoice choice="European Whistle" value="2">
<choice>European Whistle</choice>
</enumChoice>
</enumVal>
<label>Whistle Type</label>
</variable>
<variable CV="51" item="Sound Option 2" default="0" comment="Range 0-2">
<decVal max="2"/>
<label>Air Pump Type (0-2)</label>
<comment>Range 0-2</comment>
</variable>
</variables>
</decoder>
</decoder-config>