710 lines
32 KiB
XML
710 lines
32 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
|
|
<!-- Copyright (C) JMRI 2007, 2008 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="Jeff Schmaltz escopetas@comcast.net" version="1.0" lastUpdated="20110820"/>
|
|
<!--
|
|
This decoder XML is meant to be used with the "Custom" programmer format.
|
|
The pane definitions are included below the decoder definition. The Massoth
|
|
decoders seem to fit the description of "weird" as mentioned in that
|
|
programmer. Also, this allows the tooltips from this decoder file to be
|
|
displayed for the user.
|
|
|
|
The range of versions listed is hypothetical as the versions for all the
|
|
Massoth/LGB decoder types overlap. The highest version I have encountered
|
|
is 3.4 (in both large and small onboard) and the lowest is 1.0 (in a
|
|
MTS I 55020).
|
|
|
|
This definition was based on the Massoth document eMOTION S
|
|
Installation Manual Version 1.0 (for firmware version 2.6).
|
|
|
|
I tried to match DecoderPro "item" names when I was fairly certain they were
|
|
correct. The "label" names tried to match the names used in the Massoth
|
|
documentation.
|
|
|
|
Default values are from the 1.0 version of the document. Note that many of the
|
|
sound CVs have no default as they vary from loco to loco. See the sound
|
|
datasheets for each loco for more information.
|
|
|
|
This "generic" version of the definition file contains references to "Sound_01"
|
|
through "Sound_12". You should make another copy of this file, changing the name
|
|
of the XML file and changing all the "model" names in the "model" definition tags. Then
|
|
do a global search-and-replace to change "Sound_01" to the name of sound #1 for your
|
|
loco, e.g. "Whistle". This will make the decoder definition much more usable!
|
|
|
|
Any and all feedback on this file would be appreciated.
|
|
|
|
Version History:
|
|
|
|
1.0 - Initial release 20 Aug 2011
|
|
1.1 - Set value for SUSI range 08 Oct 2018
|
|
|
|
-->
|
|
<decoder>
|
|
<family name="Massoth eMOTION" mfg="Massoth Elektronik, GmbH" lowVersionID="1" highVersionID="30">
|
|
<model model="eMOTION S SUSI" lowVersionID="10" maxInputVolts="24 V" maxTotalCurrent="370 mA" numOuts="3" numFns="18" formFactor="G" connector="other">
|
|
<output name="1" label="A3" maxcurrent="70 mA" connection="solder"/>
|
|
<output name="2" label="A7" maxcurrent="10 mA" connection="solder"/>
|
|
<output name="3" label="A8" maxcurrent="10 mA" connection="solder"/>
|
|
<size length="35" width="20" height="12" units="mm"/>
|
|
</model>
|
|
</family>
|
|
<programming direct="yes" paged="no" register="yes" ops="yes"/>
|
|
<variables>
|
|
<variable item="SUSI-range" CV="897" default="2" tooltip="Will not read/write properly if multiple SUSI modules attached">
|
|
<enumVal>
|
|
<enumChoice choice="Range I (CVs 900-939)" value="1"/>
|
|
<enumChoice choice="Range II (CVs 940-979)" value="2"/>
|
|
<enumChoice choice="Range III (CVs 980-1019)" value="3"/>
|
|
</enumVal>
|
|
<label>SUSI-range</label>
|
|
</variable>
|
|
<variable CV="940" readOnly="yes" default="123" item="Manufacturer" tooltip="The manufacturer's ID number (read only)">
|
|
<decVal/>
|
|
<label>Manufacturer ID</label>
|
|
</variable>
|
|
<variable CV="941" item="Decoder Version" tooltip="The decoder version number (read only)">
|
|
<decVal/>
|
|
<label>Software Version Number</label>
|
|
</variable>
|
|
<variable item="Total Volume Level" CV="942" tooltip="1=Low, 63=Loud, 255=external Potentiometer">
|
|
<decVal min="1" max="255"/>
|
|
<label>Total Volume Level</label>
|
|
</variable>
|
|
<variable item="Sound_01 : Individual Volume Level" CV="943" tooltip="Controls volume of Sound_01">
|
|
<enumVal>
|
|
<enumChoice choice="25%" value="0"/>
|
|
<enumChoice choice="50%" value="1"/>
|
|
<enumChoice choice="75%" value="2"/>
|
|
<enumChoice choice="100%" value="3"/>
|
|
</enumVal>
|
|
<label>Sound_01 : Individual Volume Level</label>
|
|
</variable>
|
|
<variable item="Sound_02 : Individual Volume Level" CV="944" tooltip="Controls volume of Sound_02">
|
|
<enumVal>
|
|
<enumChoice choice="25%" value="0"/>
|
|
<enumChoice choice="50%" value="1"/>
|
|
<enumChoice choice="75%" value="2"/>
|
|
<enumChoice choice="100%" value="3"/>
|
|
</enumVal>
|
|
<label>Sound_02 : Individual Volume Level</label>
|
|
</variable>
|
|
<variable item="Sound_03 : Individual Volume Level" CV="945" tooltip="Controls volume of Sound_03">
|
|
<enumVal>
|
|
<enumChoice choice="25%" value="0"/>
|
|
<enumChoice choice="50%" value="1"/>
|
|
<enumChoice choice="75%" value="2"/>
|
|
<enumChoice choice="100%" value="3"/>
|
|
</enumVal>
|
|
<label>Sound_03 : Individual Volume Level</label>
|
|
</variable>
|
|
<variable item="Sound_04 : Individual Volume Level" CV="946" tooltip="Controls volume of Sound_04">
|
|
<enumVal>
|
|
<enumChoice choice="25%" value="0"/>
|
|
<enumChoice choice="50%" value="1"/>
|
|
<enumChoice choice="75%" value="2"/>
|
|
<enumChoice choice="100%" value="3"/>
|
|
</enumVal>
|
|
<label>Sound_04 : Individual Volume Level</label>
|
|
</variable>
|
|
<variable item="Sound_05 : Individual Volume Level" CV="947" tooltip="Controls volume of Sound_05">
|
|
<enumVal>
|
|
<enumChoice choice="25%" value="0"/>
|
|
<enumChoice choice="50%" value="1"/>
|
|
<enumChoice choice="75%" value="2"/>
|
|
<enumChoice choice="100%" value="3"/>
|
|
</enumVal>
|
|
<label>Sound_05 : Individual Volume Level</label>
|
|
</variable>
|
|
<variable item="Sound_06 : Individual Volume Level" CV="948" tooltip="Controls volume of Sound_06">
|
|
<enumVal>
|
|
<enumChoice choice="25%" value="0"/>
|
|
<enumChoice choice="50%" value="1"/>
|
|
<enumChoice choice="75%" value="2"/>
|
|
<enumChoice choice="100%" value="3"/>
|
|
</enumVal>
|
|
<label>Sound_06 : Individual Volume Level</label>
|
|
</variable>
|
|
<variable item="Sound_07 : Individual Volume Level" CV="949" tooltip="Controls volume of Sound_07">
|
|
<enumVal>
|
|
<enumChoice choice="25%" value="0"/>
|
|
<enumChoice choice="50%" value="1"/>
|
|
<enumChoice choice="75%" value="2"/>
|
|
<enumChoice choice="100%" value="3"/>
|
|
</enumVal>
|
|
<label>Sound_07 : Individual Volume Level</label>
|
|
</variable>
|
|
<variable item="Sound_08 : Individual Volume Level" CV="950" tooltip="Controls volume of Sound_08">
|
|
<enumVal>
|
|
<enumChoice choice="25%" value="0"/>
|
|
<enumChoice choice="50%" value="1"/>
|
|
<enumChoice choice="75%" value="2"/>
|
|
<enumChoice choice="100%" value="3"/>
|
|
</enumVal>
|
|
<label>Sound_08 : Individual Volume Level</label>
|
|
</variable>
|
|
<variable item="Sound_09 : Individual Volume Level" CV="951" tooltip="Controls volume of Sound_09">
|
|
<enumVal>
|
|
<enumChoice choice="25%" value="0"/>
|
|
<enumChoice choice="50%" value="1"/>
|
|
<enumChoice choice="75%" value="2"/>
|
|
<enumChoice choice="100%" value="3"/>
|
|
</enumVal>
|
|
<label>Sound_09 : Individual Volume Level</label>
|
|
</variable>
|
|
<variable item="Sound_10 : Individual Volume Level" CV="952" tooltip="Controls volume of Sound_10">
|
|
<enumVal>
|
|
<enumChoice choice="25%" value="0"/>
|
|
<enumChoice choice="50%" value="1"/>
|
|
<enumChoice choice="75%" value="2"/>
|
|
<enumChoice choice="100%" value="3"/>
|
|
</enumVal>
|
|
<label>Sound_10 : Individual Volume Level</label>
|
|
</variable>
|
|
<variable item="Sound_11 : Individual Volume Level" CV="953" tooltip="Controls volume of Sound_11">
|
|
<enumVal>
|
|
<enumChoice choice="25%" value="0"/>
|
|
<enumChoice choice="50%" value="1"/>
|
|
<enumChoice choice="75%" value="2"/>
|
|
<enumChoice choice="100%" value="3"/>
|
|
</enumVal>
|
|
<label>Sound_11 : Individual Volume Level</label>
|
|
</variable>
|
|
<variable item="Sound_12 : Individual Volume Level" CV="954" tooltip="Controls volume of Sound_12">
|
|
<enumVal>
|
|
<enumChoice choice="25%" value="0"/>
|
|
<enumChoice choice="50%" value="1"/>
|
|
<enumChoice choice="75%" value="2"/>
|
|
<enumChoice choice="100%" value="3"/>
|
|
</enumVal>
|
|
<label>Sound_12 : Individual Volume Level</label>
|
|
</variable>
|
|
<variable item="Sound_01: Command Allocation - Function Keys" CV="961" tooltip="Function key which switches Sound_01">
|
|
<enumVal>
|
|
<enumChoice choice="Deactivated (not switched with F-Key)" value="0"/>
|
|
<enumChoice choice="F1" value="1"/>
|
|
<enumChoice choice="F2" value="2"/>
|
|
<enumChoice choice="F3" value="3"/>
|
|
<enumChoice choice="F4" value="4"/>
|
|
<enumChoice choice="F5" value="5"/>
|
|
<enumChoice choice="F6" value="6"/>
|
|
<enumChoice choice="F7" value="7"/>
|
|
<enumChoice choice="F8" value="8"/>
|
|
<enumChoice choice="F9" value="9"/>
|
|
<enumChoice choice="F10" value="10"/>
|
|
<enumChoice choice="F11" value="11"/>
|
|
<enumChoice choice="F12" value="12"/>
|
|
<enumChoice choice="F13" value="13"/>
|
|
<enumChoice choice="F14" value="14"/>
|
|
<enumChoice choice="F15" value="15"/>
|
|
<enumChoice choice="F16" value="16"/>
|
|
</enumVal>
|
|
<label>Sound_01: Command Allocation - Function Keys</label>
|
|
</variable>
|
|
<variable item="Sound_02: Command Allocation - Function Keys" CV="962" tooltip="Function key which switches Sound_02">
|
|
<enumVal>
|
|
<enumChoice choice="Deactivated (not switched with F-Key)" value="0"/>
|
|
<enumChoice choice="F1" value="1"/>
|
|
<enumChoice choice="F2" value="2"/>
|
|
<enumChoice choice="F3" value="3"/>
|
|
<enumChoice choice="F4" value="4"/>
|
|
<enumChoice choice="F5" value="5"/>
|
|
<enumChoice choice="F6" value="6"/>
|
|
<enumChoice choice="F7" value="7"/>
|
|
<enumChoice choice="F8" value="8"/>
|
|
<enumChoice choice="F9" value="9"/>
|
|
<enumChoice choice="F10" value="10"/>
|
|
<enumChoice choice="F11" value="11"/>
|
|
<enumChoice choice="F12" value="12"/>
|
|
<enumChoice choice="F13" value="13"/>
|
|
<enumChoice choice="F14" value="14"/>
|
|
<enumChoice choice="F15" value="15"/>
|
|
<enumChoice choice="F16" value="16"/>
|
|
</enumVal>
|
|
<label>Sound_02: Command Allocation - Function Keys</label>
|
|
</variable>
|
|
<variable item="Sound_03: Command Allocation - Function Keys" CV="963" tooltip="Function key which switches Sound_03">
|
|
<enumVal>
|
|
<enumChoice choice="Deactivated (not switched with F-Key)" value="0"/>
|
|
<enumChoice choice="F1" value="1"/>
|
|
<enumChoice choice="F2" value="2"/>
|
|
<enumChoice choice="F3" value="3"/>
|
|
<enumChoice choice="F4" value="4"/>
|
|
<enumChoice choice="F5" value="5"/>
|
|
<enumChoice choice="F6" value="6"/>
|
|
<enumChoice choice="F7" value="7"/>
|
|
<enumChoice choice="F8" value="8"/>
|
|
<enumChoice choice="F9" value="9"/>
|
|
<enumChoice choice="F10" value="10"/>
|
|
<enumChoice choice="F11" value="11"/>
|
|
<enumChoice choice="F12" value="12"/>
|
|
<enumChoice choice="F13" value="13"/>
|
|
<enumChoice choice="F14" value="14"/>
|
|
<enumChoice choice="F15" value="15"/>
|
|
<enumChoice choice="F16" value="16"/>
|
|
</enumVal>
|
|
<label>Sound_03: Command Allocation - Function Keys</label>
|
|
</variable>
|
|
<variable item="Sound_04: Command Allocation - Function Keys" CV="964" tooltip="Function key which switches Sound_04">
|
|
<enumVal>
|
|
<enumChoice choice="Deactivated (not switched with F-Key)" value="0"/>
|
|
<enumChoice choice="F1" value="1"/>
|
|
<enumChoice choice="F2" value="2"/>
|
|
<enumChoice choice="F3" value="3"/>
|
|
<enumChoice choice="F4" value="4"/>
|
|
<enumChoice choice="F5" value="5"/>
|
|
<enumChoice choice="F6" value="6"/>
|
|
<enumChoice choice="F7" value="7"/>
|
|
<enumChoice choice="F8" value="8"/>
|
|
<enumChoice choice="F9" value="9"/>
|
|
<enumChoice choice="F10" value="10"/>
|
|
<enumChoice choice="F11" value="11"/>
|
|
<enumChoice choice="F12" value="12"/>
|
|
<enumChoice choice="F13" value="13"/>
|
|
<enumChoice choice="F14" value="14"/>
|
|
<enumChoice choice="F15" value="15"/>
|
|
<enumChoice choice="F16" value="16"/>
|
|
</enumVal>
|
|
<label>Sound_04: Command Allocation - Function Keys</label>
|
|
</variable>
|
|
<variable item="Sound_05: Command Allocation - Function Keys" CV="965" tooltip="Function key which switches Sound_05">
|
|
<enumVal>
|
|
<enumChoice choice="Deactivated (not switched with F-Key)" value="0"/>
|
|
<enumChoice choice="F1" value="1"/>
|
|
<enumChoice choice="F2" value="2"/>
|
|
<enumChoice choice="F3" value="3"/>
|
|
<enumChoice choice="F4" value="4"/>
|
|
<enumChoice choice="F5" value="5"/>
|
|
<enumChoice choice="F6" value="6"/>
|
|
<enumChoice choice="F7" value="7"/>
|
|
<enumChoice choice="F8" value="8"/>
|
|
<enumChoice choice="F9" value="9"/>
|
|
<enumChoice choice="F10" value="10"/>
|
|
<enumChoice choice="F11" value="11"/>
|
|
<enumChoice choice="F12" value="12"/>
|
|
<enumChoice choice="F13" value="13"/>
|
|
<enumChoice choice="F14" value="14"/>
|
|
<enumChoice choice="F15" value="15"/>
|
|
<enumChoice choice="F16" value="16"/>
|
|
</enumVal>
|
|
<label>Sound_05: Command Allocation - Function Keys</label>
|
|
</variable>
|
|
<variable item="Sound_06: Command Allocation - Function Keys" CV="966" tooltip="Function key which switches Sound_06">
|
|
<enumVal>
|
|
<enumChoice choice="Deactivated (not switched with F-Key)" value="0"/>
|
|
<enumChoice choice="F1" value="1"/>
|
|
<enumChoice choice="F2" value="2"/>
|
|
<enumChoice choice="F3" value="3"/>
|
|
<enumChoice choice="F4" value="4"/>
|
|
<enumChoice choice="F5" value="5"/>
|
|
<enumChoice choice="F6" value="6"/>
|
|
<enumChoice choice="F7" value="7"/>
|
|
<enumChoice choice="F8" value="8"/>
|
|
<enumChoice choice="F9" value="9"/>
|
|
<enumChoice choice="F10" value="10"/>
|
|
<enumChoice choice="F11" value="11"/>
|
|
<enumChoice choice="F12" value="12"/>
|
|
<enumChoice choice="F13" value="13"/>
|
|
<enumChoice choice="F14" value="14"/>
|
|
<enumChoice choice="F15" value="15"/>
|
|
<enumChoice choice="F16" value="16"/>
|
|
</enumVal>
|
|
<label>Sound_06: Command Allocation - Function Keys</label>
|
|
</variable>
|
|
<variable item="Sound_07: Command Allocation - Function Keys" CV="967" tooltip="Function key which switches Sound_07">
|
|
<enumVal>
|
|
<enumChoice choice="Deactivated (not switched with F-Key)" value="0"/>
|
|
<enumChoice choice="F1" value="1"/>
|
|
<enumChoice choice="F2" value="2"/>
|
|
<enumChoice choice="F3" value="3"/>
|
|
<enumChoice choice="F4" value="4"/>
|
|
<enumChoice choice="F5" value="5"/>
|
|
<enumChoice choice="F6" value="6"/>
|
|
<enumChoice choice="F7" value="7"/>
|
|
<enumChoice choice="F8" value="8"/>
|
|
<enumChoice choice="F9" value="9"/>
|
|
<enumChoice choice="F10" value="10"/>
|
|
<enumChoice choice="F11" value="11"/>
|
|
<enumChoice choice="F12" value="12"/>
|
|
<enumChoice choice="F13" value="13"/>
|
|
<enumChoice choice="F14" value="14"/>
|
|
<enumChoice choice="F15" value="15"/>
|
|
<enumChoice choice="F16" value="16"/>
|
|
</enumVal>
|
|
<label>Sound_07: Command Allocation - Function Keys</label>
|
|
</variable>
|
|
<variable item="Sound_08: Command Allocation - Function Keys" CV="968" tooltip="Function key which switches Sound_08">
|
|
<enumVal>
|
|
<enumChoice choice="Deactivated (not switched with F-Key)" value="0"/>
|
|
<enumChoice choice="F1" value="1"/>
|
|
<enumChoice choice="F2" value="2"/>
|
|
<enumChoice choice="F3" value="3"/>
|
|
<enumChoice choice="F4" value="4"/>
|
|
<enumChoice choice="F5" value="5"/>
|
|
<enumChoice choice="F6" value="6"/>
|
|
<enumChoice choice="F7" value="7"/>
|
|
<enumChoice choice="F8" value="8"/>
|
|
<enumChoice choice="F9" value="9"/>
|
|
<enumChoice choice="F10" value="10"/>
|
|
<enumChoice choice="F11" value="11"/>
|
|
<enumChoice choice="F12" value="12"/>
|
|
<enumChoice choice="F13" value="13"/>
|
|
<enumChoice choice="F14" value="14"/>
|
|
<enumChoice choice="F15" value="15"/>
|
|
<enumChoice choice="F16" value="16"/>
|
|
</enumVal>
|
|
<label>Sound_08: Command Allocation - Function Keys</label>
|
|
</variable>
|
|
<variable item="Sound_09: Command Allocation - Function Keys" CV="969" tooltip="Function key which switches Sound_09">
|
|
<enumVal>
|
|
<enumChoice choice="Deactivated (not switched with F-Key)" value="0"/>
|
|
<enumChoice choice="F1" value="1"/>
|
|
<enumChoice choice="F2" value="2"/>
|
|
<enumChoice choice="F3" value="3"/>
|
|
<enumChoice choice="F4" value="4"/>
|
|
<enumChoice choice="F5" value="5"/>
|
|
<enumChoice choice="F6" value="6"/>
|
|
<enumChoice choice="F7" value="7"/>
|
|
<enumChoice choice="F8" value="8"/>
|
|
<enumChoice choice="F9" value="9"/>
|
|
<enumChoice choice="F10" value="10"/>
|
|
<enumChoice choice="F11" value="11"/>
|
|
<enumChoice choice="F12" value="12"/>
|
|
<enumChoice choice="F13" value="13"/>
|
|
<enumChoice choice="F14" value="14"/>
|
|
<enumChoice choice="F15" value="15"/>
|
|
<enumChoice choice="F16" value="16"/>
|
|
</enumVal>
|
|
<label>Sound_09: Command Allocation - Function Keys</label>
|
|
</variable>
|
|
<variable item="Sound_10: Command Allocation - Function Keys" CV="970" tooltip="Function key which switches Sound_10">
|
|
<enumVal>
|
|
<enumChoice choice="Deactivated (not switched with F-Key)" value="0"/>
|
|
<enumChoice choice="F1" value="1"/>
|
|
<enumChoice choice="F2" value="2"/>
|
|
<enumChoice choice="F3" value="3"/>
|
|
<enumChoice choice="F4" value="4"/>
|
|
<enumChoice choice="F5" value="5"/>
|
|
<enumChoice choice="F6" value="6"/>
|
|
<enumChoice choice="F7" value="7"/>
|
|
<enumChoice choice="F8" value="8"/>
|
|
<enumChoice choice="F9" value="9"/>
|
|
<enumChoice choice="F10" value="10"/>
|
|
<enumChoice choice="F11" value="11"/>
|
|
<enumChoice choice="F12" value="12"/>
|
|
<enumChoice choice="F13" value="13"/>
|
|
<enumChoice choice="F14" value="14"/>
|
|
<enumChoice choice="F15" value="15"/>
|
|
<enumChoice choice="F16" value="16"/>
|
|
</enumVal>
|
|
<label>Sound_10: Command Allocation - Function Keys</label>
|
|
</variable>
|
|
<variable item="Sound_11: Command Allocation - Function Keys" CV="971" tooltip="Function key which switches Sound_11">
|
|
<enumVal>
|
|
<enumChoice choice="Deactivated (not switched with F-Key)" value="0"/>
|
|
<enumChoice choice="F1" value="1"/>
|
|
<enumChoice choice="F2" value="2"/>
|
|
<enumChoice choice="F3" value="3"/>
|
|
<enumChoice choice="F4" value="4"/>
|
|
<enumChoice choice="F5" value="5"/>
|
|
<enumChoice choice="F6" value="6"/>
|
|
<enumChoice choice="F7" value="7"/>
|
|
<enumChoice choice="F8" value="8"/>
|
|
<enumChoice choice="F9" value="9"/>
|
|
<enumChoice choice="F10" value="10"/>
|
|
<enumChoice choice="F11" value="11"/>
|
|
<enumChoice choice="F12" value="12"/>
|
|
<enumChoice choice="F13" value="13"/>
|
|
<enumChoice choice="F14" value="14"/>
|
|
<enumChoice choice="F15" value="15"/>
|
|
<enumChoice choice="F16" value="16"/>
|
|
</enumVal>
|
|
<label>Sound_11: Command Allocation - Function Keys</label>
|
|
</variable>
|
|
<variable item="Sound_12: Command Allocation - Function Keys" CV="972" tooltip="Function key which switches Sound_12">
|
|
<enumVal>
|
|
<enumChoice choice="Deactivated (not switched with F-Key)" value="0"/>
|
|
<enumChoice choice="F1" value="1"/>
|
|
<enumChoice choice="F2" value="2"/>
|
|
<enumChoice choice="F3" value="3"/>
|
|
<enumChoice choice="F4" value="4"/>
|
|
<enumChoice choice="F5" value="5"/>
|
|
<enumChoice choice="F6" value="6"/>
|
|
<enumChoice choice="F7" value="7"/>
|
|
<enumChoice choice="F8" value="8"/>
|
|
<enumChoice choice="F9" value="9"/>
|
|
<enumChoice choice="F10" value="10"/>
|
|
<enumChoice choice="F11" value="11"/>
|
|
<enumChoice choice="F12" value="12"/>
|
|
<enumChoice choice="F13" value="13"/>
|
|
<enumChoice choice="F14" value="14"/>
|
|
<enumChoice choice="F15" value="15"/>
|
|
<enumChoice choice="F16" value="16"/>
|
|
</enumVal>
|
|
<label>Sound_12: Command Allocation - Function Keys</label>
|
|
</variable>
|
|
<variable item="Sound On/Off: Command Allocation - Function Keys" CV="977" default="6" tooltip="Function key which switches sound (amplifier) on/off">
|
|
<enumVal>
|
|
<enumChoice choice="Sound steady (not switched with F-Key)" value="0"/>
|
|
<enumChoice choice="F1" value="1"/>
|
|
<enumChoice choice="F2" value="2"/>
|
|
<enumChoice choice="F3" value="3"/>
|
|
<enumChoice choice="F4" value="4"/>
|
|
<enumChoice choice="F5" value="5"/>
|
|
<enumChoice choice="F6" value="6"/>
|
|
<enumChoice choice="F7" value="7"/>
|
|
<enumChoice choice="F8" value="8"/>
|
|
<enumChoice choice="F9" value="9"/>
|
|
<enumChoice choice="F10" value="10"/>
|
|
<enumChoice choice="F11" value="11"/>
|
|
<enumChoice choice="F12" value="12"/>
|
|
<enumChoice choice="F13" value="13"/>
|
|
<enumChoice choice="F14" value="14"/>
|
|
<enumChoice choice="F15" value="15"/>
|
|
<enumChoice choice="F16" value="16"/>
|
|
</enumVal>
|
|
<label>Sound On/Off: Command Allocation - Function Keys</label>
|
|
</variable>
|
|
<variable item="Loco Start Up/Shut Down: Command Allocation - Function Keys" CV="978" default="5" tooltip="Function key which switches Loco Start Up/Shut Down">
|
|
<enumVal>
|
|
<enumChoice choice="Loco always on (not switched with F-Key)" value="0"/>
|
|
<enumChoice choice="F1" value="1"/>
|
|
<enumChoice choice="F2" value="2"/>
|
|
<enumChoice choice="F3" value="3"/>
|
|
<enumChoice choice="F4" value="4"/>
|
|
<enumChoice choice="F5" value="5"/>
|
|
<enumChoice choice="F6" value="6"/>
|
|
<enumChoice choice="F7" value="7"/>
|
|
<enumChoice choice="F8" value="8"/>
|
|
<enumChoice choice="F9" value="9"/>
|
|
<enumChoice choice="F10" value="10"/>
|
|
<enumChoice choice="F11" value="11"/>
|
|
<enumChoice choice="F12" value="12"/>
|
|
<enumChoice choice="F13" value="13"/>
|
|
<enumChoice choice="F14" value="14"/>
|
|
<enumChoice choice="F15" value="15"/>
|
|
<enumChoice choice="F16" value="16"/>
|
|
</enumVal>
|
|
<label>Loco Start Up/Shut Down: Command Allocation - Function Keys</label>
|
|
</variable>
|
|
<variable item="Random Sounds Generator" CV="979" mask="XXXXXXXV" default="0" tooltip="Random generator active or not">
|
|
<enumVal>
|
|
<enumChoice choice="Off"/>
|
|
<enumChoice choice="On"/>
|
|
</enumVal>
|
|
<label>Random Sounds Generator</label>
|
|
</variable>
|
|
<variable item="Standing Phase Noise" CV="979" mask="XXXXXXVX" default="1" tooltip="Standing Phase Noise active or not">
|
|
<enumVal>
|
|
<enumChoice choice="Off"/>
|
|
<enumChoice choice="On"/>
|
|
</enumVal>
|
|
<label>Standing Phase Noise</label>
|
|
</variable>
|
|
<variable item="Load dependent sound" CV="979" mask="XXXXXVXX" tooltip="Rolling noise during coasting active or not">
|
|
<enumVal>
|
|
<enumChoice choice="Off (Standard Driving Sound)"/>
|
|
<enumChoice choice="On (Load-Dependent Sound)"/>
|
|
</enumVal>
|
|
<label>Load dependent sound</label>
|
|
</variable>
|
|
<variable item="Cylinder Valves Open/Closed (Steam only)" CV="979" mask="XXXXVXXX" tooltip="Only steam locos during start of movement">
|
|
<enumVal>
|
|
<enumChoice choice="Cylinder valves closed during start"/>
|
|
<enumChoice choice="Cylinder valves open during start"/>
|
|
</enumVal>
|
|
<label>Cylinder Valves Open/Closed (Steam only)</label>
|
|
</variable>
|
|
<variable item="Directional triggering of reed contacts" CV="979" mask="XXXVXXXX" tooltip="Sound triggered by reed contacts direction-dependent or not">
|
|
<enumVal>
|
|
<enumChoice choice="Reed contact sounds both directions"/>
|
|
<enumChoice choice="Reed contact sounds forward only"/>
|
|
</enumVal>
|
|
<label>Directional triggering of reed contacts</label>
|
|
</variable>
|
|
<variable item="Automatic Background Noises" CV="979" mask="XXVXXXXX" tooltip="Automatic background noises active or not">
|
|
<enumVal>
|
|
<enumChoice choice="Off"/>
|
|
<enumChoice choice="On"/>
|
|
</enumVal>
|
|
<label>Automatic Background Noises</label>
|
|
</variable>
|
|
<variable item="Start Signal Delay" CV="979" mask="XVXXXXXX" tooltip="Starting sound reduced during frequent direction changes">
|
|
<enumVal>
|
|
<enumChoice choice="Off"/>
|
|
<enumChoice choice="On"/>
|
|
</enumVal>
|
|
<label>Start Signal Delay</label>
|
|
</variable>
|
|
</variables>
|
|
</decoder>
|
|
<pane>
|
|
<name>Basic</name>
|
|
<column>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="SUSI-range"/>
|
|
</column>
|
|
<column>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<separator/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Manufacturer"/>
|
|
<display item="Decoder Version"/>
|
|
</column>
|
|
</pane>
|
|
<pane>
|
|
<name>Sound - Main</name>
|
|
<column>
|
|
<display item="Sound On/Off: Command Allocation - Function Keys"/>
|
|
<display item="Loco Start Up/Shut Down: Command Allocation - Function Keys"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<label>
|
|
<text>Massoth sound configuration</text>
|
|
</label>
|
|
<display item="Random Sounds Generator"/>
|
|
<display item="Standing Phase Noise"/>
|
|
<display item="Load dependent sound"/>
|
|
<display item="Cylinder Valves Open/Closed (Steam only)"/>
|
|
<display item="Directional triggering of reed contacts"/>
|
|
<display item="Automatic Background Noises"/>
|
|
<display item="Start Signal Delay"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
</column>
|
|
</pane>
|
|
<pane>
|
|
<name>Sound - F-Keys</name>
|
|
<column>
|
|
<display item="Sound_01: Command Allocation - Function Keys"/>
|
|
<display item="Sound_01: Number of repetitions with F-Key" label="Number of repetitions with F-Key"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Sound_02: Command Allocation - Function Keys"/>
|
|
<display item="Sound_02: Number of repetitions with F-Key" label="Number of repetitions with F-Key"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Sound_03: Command Allocation - Function Keys"/>
|
|
<display item="Sound_03: Number of repetitions with F-Key" label="Number of repetitions with F-Key"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Sound_04: Command Allocation - Function Keys"/>
|
|
<display item="Sound_04: Number of repetitions with F-Key" label="Number of repetitions with F-Key"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Sound_05: Command Allocation - Function Keys"/>
|
|
<display item="Sound_05: Number of repetitions with F-Key" label="Number of repetitions with F-Key"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Sound_06: Command Allocation - Function Keys"/>
|
|
<display item="Sound_06: Number of repetitions with F-Key" label="Number of repetitions with F-Key"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Sound_07: Command Allocation - Function Keys"/>
|
|
<display item="Sound_07: Number of repetitions with F-Key" label="Number of repetitions with F-Key"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Sound_08: Command Allocation - Function Keys"/>
|
|
<display item="Sound_08: Number of repetitions with F-Key" label="Number of repetitions with F-Key"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Sound_09: Command Allocation - Function Keys"/>
|
|
<display item="Sound_09: Number of repetitions with F-Key" label="Number of repetitions with F-Key"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Sound_10: Command Allocation - Function Keys"/>
|
|
<display item="Sound_10: Number of repetitions with F-Key" label="Number of repetitions with F-Key"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Sound_11: Command Allocation - Function Keys"/>
|
|
<display item="Sound_11: Number of repetitions with F-Key" label="Number of repetitions with F-Key"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Sound_12: Command Allocation - Function Keys"/>
|
|
<display item="Sound_12: Number of repetitions with F-Key" label="Number of repetitions with F-Key"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Function key for steam rack rail loco and dual power locos"/>
|
|
</column>
|
|
</pane>
|
|
<pane>
|
|
<name>Sound - Volume</name>
|
|
<column>
|
|
<display item="Total Volume Level"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Sound_01 : Individual Volume Level"/>
|
|
<display item="Sound_02 : Individual Volume Level"/>
|
|
<display item="Sound_03 : Individual Volume Level"/>
|
|
<display item="Sound_04 : Individual Volume Level"/>
|
|
<display item="Sound_05 : Individual Volume Level"/>
|
|
<display item="Sound_06 : Individual Volume Level"/>
|
|
<display item="Sound_07 : Individual Volume Level"/>
|
|
<display item="Sound_08 : Individual Volume Level"/>
|
|
<display item="Sound_09 : Individual Volume Level"/>
|
|
<display item="Sound_10 : Individual Volume Level"/>
|
|
<display item="Sound_11 : Individual Volume Level"/>
|
|
<display item="Sound_12 : Individual Volume Level"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Volume Turn-on Phase"/>
|
|
<display item="Volume Standing Phase"/>
|
|
<display item="Volume Turn-off Phase"/>
|
|
<display item="Volume Driving Phase"/>
|
|
</column>
|
|
</pane>
|
|
<pane>
|
|
<name>CVs</name>
|
|
<column>
|
|
<cvtable/>
|
|
</column>
|
|
</pane>
|
|
</decoder-config>
|