2916 lines
138 KiB
XML
2916 lines
138 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.4" lastUpdated="20110124"/>
|
|
<version author="Jeff Schmaltz escopetas@comcast.net" version="1.3" lastUpdated="20090305"/>
|
|
<version author="Jeff Schmaltz escopetas@comcast.net" version="1.2" lastUpdated="20090218"/>
|
|
<version author="Jeff Schmaltz escopetas@comcast.net" version="1.1" lastUpdated="20080127"/>
|
|
<version author="Jeff Schmaltz escopetas@comcast.net" version="1.0" lastUpdated="20070204"/>
|
|
<!--
|
|
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).
|
|
|
|
CV 106 is used by Massoth as "ID for decoder type" and is possibly one way
|
|
of determining decoder type from the CV's, as the version numbers overlap.
|
|
To date, I have encountered the following values in CV 106 (any additions to
|
|
this list would be appreciated):
|
|
|
|
55020: 10
|
|
55021: 192
|
|
55022: 16
|
|
Small onboard: 65 (steam), 73 (steam), 81 (diesel), 82 (diesel), 83 (rail car), 93
|
|
Large onboard: 129 (steam), 134 (2-10-2), 137 (Aster steam), 145 (diesel/electric)
|
|
146 (rail car), 147 (US diesel)
|
|
OnBoard-Sound: 154
|
|
55027: 193
|
|
eMOTION L: 201 (according to 1.0 manual)
|
|
eMOTION LS: 202 (according to 2.2 manual)
|
|
eMOTION XL: 193 (according to 2.0 manual), 200
|
|
eMOTION XXL: ???
|
|
eMOTION XLS: 202 (according to 1.3 manual), 203
|
|
eMOTION 8FL: 204 (according to 1.2 manual)
|
|
LED Light: 204
|
|
6500x sound unit: 208
|
|
Hot Metal Car: 10
|
|
|
|
This definition was based on the Massoth documents, Einbau und Betriebsanleitung
|
|
eMOTION XLS Sounddecoder 1. Ausgabe, Dezember 2006 (V1.0, 36 pages) and the draft
|
|
English translation provided to me by Massoth Electronics USA LLC. Updated with
|
|
eMOTION XLS Sound Decoder Version 1.3, Version 1.4, Version 2.0, and Version 2.2.
|
|
Updated with eMOTION LS Version 2.2. Updated with Additional manual for eMotion
|
|
LS/XLS V2.40 (4 pages), eMOTION XLS Sound Decoder Version 2.5, and eMOTION S
|
|
Installation Manual Version 1.0 (for firmware version 2.6).
|
|
|
|
Note regarding the "Internal Light" (LI) decoder output - this output has no CV
|
|
settings specific to it, it is dimmed by CV 50 and is on when the front or rear
|
|
light is on (per email from Daniel Massoth 22 Sep 06).
|
|
|
|
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.4 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!
|
|
|
|
NOTE: When using DecoderPro to program the XLS on the Programming Track, be sure to
|
|
first turn off the sound amplifier with the function specified in CV 147.
|
|
|
|
Any and all feedback on this file would be appreciated.
|
|
|
|
Version History:
|
|
|
|
1.0 - Initial release 4 Feb 2007
|
|
|
|
1.1 - 27 Jan 2008
|
|
Cosmetic fix to one tool tip
|
|
Cosmetic fix so XML would validate
|
|
Added features from firmware versions 1.2 & 1.3:
|
|
Start Signal Delay On/Off CV 149 bit 6
|
|
CV 217-220 volume control of driving sounds
|
|
Added attributes to model element
|
|
Fixed bug in alternate blinking
|
|
Implemented "factReset"
|
|
Added features from firmware version 1.4
|
|
CV 129-130 Goldcap buffer lag time
|
|
Added default values
|
|
|
|
1.2 - 18 Feb 2009
|
|
***
|
|
Changed name of XML file to cover all Sound decoders
|
|
Please delete all instances of Massoth_eMOTION_XLS.xml from your XML directories
|
|
***
|
|
Added eMOTION LS
|
|
Added features from firmware version 1.4
|
|
that I missed last time:
|
|
CV 168-169 Brake release and trigger thresholds
|
|
CV 230-234 for multiple-contact switch
|
|
CV 116 control of voltage buffer only for green PCB
|
|
Added features from firmware version 2.0
|
|
CV 114 added value 30 for pulse simulation
|
|
Added features from firmware version 2.1
|
|
CV 49 bit 4 electronic parking brake
|
|
Added features from firmware version 2.2
|
|
CV 19 Consist address
|
|
CV 150 Starting inhibit
|
|
CV 230-234 for multiple contact switch changes
|
|
Added family lowVersionID & highVersionID, high version is higher than current version at time of writing
|
|
|
|
1.3 - 5 Mar 2009
|
|
Fixed typo in standing sounds
|
|
Added F13-F16 to CV 131-142, 147, 148
|
|
Converted single "Speed Control" pane to "Basic Speed Control" and "Speed Table" following Bruce Shanks'
|
|
Version 13 changes to the Comprehensive programmer
|
|
|
|
1.4 - 24 Jan 2011
|
|
Added features from firmware version 2.4
|
|
CV 124-127 for servo control
|
|
Added features from firmware version 2.5
|
|
CV 63 Back EMF Start-up Behavior
|
|
CV 170 Function key for steam rack rail loco and dual power locos
|
|
Added features from firmware version 2.6
|
|
CV 49 bit 4 Changed from Electronic Parking Brake to Bus type (Massoth or SUSI)
|
|
CV 235 Multiple-contact Switch Time Delay
|
|
CV 255 new Decoder Type
|
|
|
|
-->
|
|
<decoder>
|
|
<family name="Massoth eMOTION" mfg="Massoth Elektronik, GmbH" lowVersionID="1" highVersionID="30">
|
|
<model model="eMOTION LS" lowVersionID="10" maxInputVolts="24 V" maxMotorCurrent="1.5 A" maxTotalCurrent="2.7 A" numOuts="9" numFns="18" formFactor="G" connector="other">
|
|
<output name="1" label="Front light" maxcurrent="300 mA" connection="plug"/>
|
|
<output name="2" label="Rear light " maxcurrent="300 mA" connection="plug"/>
|
|
<output name="3" label="Interior light " maxcurrent="300 mA" connection="plug"/>
|
|
<output name="4" label="F1 " maxcurrent="600 mA" connection="other"/>
|
|
<output name="5" label="F2 " maxcurrent="600 mA" connection="other"/>
|
|
<output name="6" label="F3 " maxcurrent="50 mA" connection="solder"/>
|
|
<output name="7" label="F4 " maxcurrent="10 mA" connection="solder"/>
|
|
<output name="8" label="F7 " maxcurrent="10 mA" connection="solder"/>
|
|
<output name="9" label="F8 " maxcurrent="10 mA" connection="solder"/>
|
|
<size length="54" width="25" height="15" units="mm"/>
|
|
</model>
|
|
<model model="eMOTION XLS" lowVersionID="10" maxInputVolts="24 V" maxMotorCurrent="3 A" maxTotalCurrent="4 A" numOuts="11" numFns="18" formFactor="G" connector="other">
|
|
<output name="1" label="Front light" maxcurrent="300 mA" connection="plug"/>
|
|
<output name="2" label="Rear light " maxcurrent="300 mA" connection="plug"/>
|
|
<output name="3" label="Interior light " maxcurrent="300 mA" connection="plug"/>
|
|
<output name="4" label="F1 " maxcurrent="600 mA" connection="other"/>
|
|
<output name="5" label="F2 " maxcurrent="600 mA" connection="other"/>
|
|
<output name="6" label="F3 " maxcurrent="600 mA" connection="other"/>
|
|
<output name="7" label="F4 " maxcurrent="600 mA" connection="other"/>
|
|
<output name="8" label="F5 " maxcurrent="20 mA" connection="other"/>
|
|
<output name="9" label="F6 " maxcurrent="20 mA" connection="other"/>
|
|
<output name="10" label="F7 " maxcurrent="20 mA" connection="solder"/>
|
|
<output name="11" label="F8 " maxcurrent="20 mA" connection="solder"/>
|
|
<size length="60" width="32" height="18" units="mm"/>
|
|
</model>
|
|
</family>
|
|
<programming direct="yes" paged="no" register="yes" ops="yes"/>
|
|
<variables>
|
|
<xi:include href="http://jmri.org/xml/decoders/nmra/shortAndLongAddress.xml"/>
|
|
<variable CV="2" default="2" item="Vstart" tooltip="x (1/255 Track Voltage)">
|
|
<decVal min="1" max="255"/>
|
|
<label>Starting Voltage</label>
|
|
</variable>
|
|
<variable CV="3" default="3" item="Accel" tooltip="x 2ms x (1/255 Track Voltage)">
|
|
<decVal min="1" max="255"/>
|
|
<label>Acceleration time</label>
|
|
<label xml:lang="it">Accellerazione (0-255)</label>
|
|
<label xml:lang="fr">Accelération (0-255)</label>
|
|
<label xml:lang="de">Anfahrverzögerung (0-255)</label>
|
|
</variable>
|
|
<variable CV="4" default="3" item="Decel" tooltip="x 2ms x (1/255 Track Voltage)">
|
|
<decVal min="1" max="255"/>
|
|
<label>Braking time</label>
|
|
<label xml:lang="it">Decellerazione (1-255)</label>
|
|
<label xml:lang="fr">Décélération (1-255)</label>
|
|
<label xml:lang="de">Bremszeit (1-255)</label>
|
|
</variable>
|
|
<variable CV="5" default="200" item="Vhigh" tooltip="x (1/255 Track Voltage)">
|
|
<decVal min="1" max="255"/>
|
|
<label>Top Speed</label>
|
|
<label xml:lang="it">Volt Massimi (0-255):</label>
|
|
<label xml:lang="de">Höchstgeschwindigkeit</label>
|
|
</variable>
|
|
<variable CV="6" default="50" item="Vmid" tooltip="x (1/255 Track Voltage)">
|
|
<decVal min="1" max="255"/>
|
|
<label>Med-Speed</label>
|
|
<label xml:lang="it">Volts intermedi (0-255)</label>
|
|
<label xml:lang="de">Vmittel (0-255)</label>
|
|
</variable>
|
|
<variable CV="7" item="Decoder Version" tooltip="The decoder version number (read only)">
|
|
<decVal/>
|
|
<label>Software Version Number</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" default="123" item="Manufacturer" tooltip="The manufacturer's ID number (read only)">
|
|
<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>
|
|
<variable CV="9" default="0" item="Total PWM Period" tooltip="Factory pre-set (23.5 (16) kHz) is optimized for LGB motors">
|
|
<enumVal>
|
|
<enumChoice choice="23.5 (16) kHz"/>
|
|
<enumChoice choice="2.9 (2) kHz"/>
|
|
<enumChoice choice="960 (250) Hz"/>
|
|
<enumChoice choice="90 (60) Hz"/>
|
|
</enumVal>
|
|
<label>Motor Frequency</label>
|
|
</variable>
|
|
<variable CV="13" mask="XXXXXXXV" default="1" item="Analog Mode Function Status - F1" tooltip="(On if value set)">
|
|
<enumVal>
|
|
<enumChoice choice="Off"/>
|
|
<enumChoice choice="On"/>
|
|
</enumVal>
|
|
<label>F1 Function Output in Analog Mode</label>
|
|
</variable>
|
|
<variable CV="13" mask="XXXXXXVX" default="1" item="Analog Mode Function Status - F2" tooltip="(On if value set)">
|
|
<enumVal>
|
|
<enumChoice choice="Off"/>
|
|
<enumChoice choice="On"/>
|
|
</enumVal>
|
|
<label>F2 Function Output in Analog Mode</label>
|
|
</variable>
|
|
<variable CV="13" mask="XXXXXVXX" default="0" item="Analog Mode Function Status - F3" tooltip="(On if value set)">
|
|
<enumVal>
|
|
<enumChoice choice="Off"/>
|
|
<enumChoice choice="On"/>
|
|
</enumVal>
|
|
<label>F3 Function Output in Analog Mode</label>
|
|
</variable>
|
|
<variable CV="13" mask="XXXXVXXX" default="0" item="Analog Mode Function Status - F4" tooltip="(On if value set)">
|
|
<enumVal>
|
|
<enumChoice choice="Off"/>
|
|
<enumChoice choice="On"/>
|
|
</enumVal>
|
|
<label>F4 Function Output in Analog Mode</label>
|
|
</variable>
|
|
<variable CV="13" mask="XXXVXXXX" default="0" item="Analog Mode Function Status - F5" tooltip="(On if value set)">
|
|
<enumVal>
|
|
<enumChoice choice="Off"/>
|
|
<enumChoice choice="On"/>
|
|
</enumVal>
|
|
<label>F5 Function Output in Analog Mode</label>
|
|
</variable>
|
|
<variable CV="13" mask="XXVXXXXX" default="0" item="Analog Mode Function Status - F6" tooltip="(On if value set)">
|
|
<enumVal>
|
|
<enumChoice choice="Off"/>
|
|
<enumChoice choice="On"/>
|
|
</enumVal>
|
|
<label>F6 Function Output in Analog Mode</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/cv29table3-28.xml"/>
|
|
<variable item="Data Processing" CV="49" mask="XXXXXXXV" default="1" tooltip="Automatic Detection of Serial/Parallel">
|
|
<enumVal>
|
|
<enumChoice choice="Parallel Data Processing Only"/>
|
|
<enumChoice choice="Serial + Parallel Data Processing"/>
|
|
</enumVal>
|
|
<label>Data Processing</label>
|
|
</variable>
|
|
<variable item="Digital Load Control" CV="49" mask="XXXXXXVX" default="1" tooltip="Load Control keeps the loco speed constant even as the load varies">
|
|
<enumVal>
|
|
<enumChoice choice="Off"/>
|
|
<enumChoice choice="On"/>
|
|
</enumVal>
|
|
<label>Digital Load Control</label>
|
|
</variable>
|
|
<variable item="Analog Load Control" CV="49" mask="XXXXXVXX" default="0" tooltip="Load Control keeps the loco speed constant even as the load varies">
|
|
<enumVal>
|
|
<enumChoice choice="Off"/>
|
|
<enumChoice choice="On"/>
|
|
</enumVal>
|
|
<label>Analog Load Control</label>
|
|
</variable>
|
|
<variable item="F1 Output" CV="49" mask="XXXXVXXX" default="0" tooltip="F1 Output = Fast Pulse String (P-Update) on F1 ONLY WITH Data Processing = Serial + Parallel Data Processing">
|
|
<enumVal>
|
|
<enumChoice choice="F1-Output Standard"/>
|
|
<enumChoice choice="Fast Pulse String (P-Update) on F1"/>
|
|
</enumVal>
|
|
<label>F1 Output</label>
|
|
</variable>
|
|
<variable item="Bus Type" CV="49" mask="XXXVXXXX" default="0" tooltip="Determines which protocol is used on the bus connection to other devices">
|
|
<enumVal>
|
|
<enumChoice choice="Massoth"/>
|
|
<enumChoice choice="SUSI"/>
|
|
</enumVal>
|
|
<label>Bus Type</label>
|
|
</variable>
|
|
<variable item="Light: Dimming Value (PWM)" CV="50" default="32" tooltip="Locos with interface = 32(full track voltage); direct connection of 5V bulbs = 5; direct connection of 19V bulbs = 26">
|
|
<decVal min="1" max="32"/>
|
|
<label>Light: Dimming Value (PWM)</label>
|
|
</variable>
|
|
<variable item="Front Light: Command Allocation - Direction" CV="51" mask="VVXXXXXX" default="2" tooltip="Direction for Front Light On">
|
|
<enumVal>
|
|
<enumChoice choice="Front Light On in both directions" value="0"/>
|
|
<enumChoice choice="Front Light On in Reverse only" value="1"/>
|
|
<enumChoice choice="Front Light On in Standard Driving Direction only" value="2"/>
|
|
</enumVal>
|
|
<label>Front Light: Command Allocation - Direction</label>
|
|
</variable>
|
|
<variable item="Front Light: Command Allocation - Function Keys" CV="51" mask="XXXVVVVV" default="0" tooltip="Function key which switches Front Light">
|
|
<enumVal>
|
|
<enumChoice choice="Light 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>Front Light: Command Allocation - Function Keys</label>
|
|
</variable>
|
|
<variable item="Rear Light: Command Allocation - Direction" CV="52" mask="VVXXXXXX" default="1" tooltip="Direction for Rear Light On">
|
|
<enumVal>
|
|
<enumChoice choice="Rear Light On in both directions" value="0"/>
|
|
<enumChoice choice="Rear Light On in Reverse only" value="1"/>
|
|
<enumChoice choice="Rear Light On in Standard Driving Direction only" value="2"/>
|
|
</enumVal>
|
|
<label>Rear Light: Command Allocation - Direction</label>
|
|
</variable>
|
|
<variable item="Rear Light: Command Allocation - Function Keys" CV="52" mask="XXXVVVVV" default="0" tooltip="Function key which switches Rear Light">
|
|
<enumVal>
|
|
<enumChoice choice="Light 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>Rear Light: Command Allocation - Function Keys</label>
|
|
</variable>
|
|
<variable item="F1 + F2: Dimming Value: Voltage on Output (PWM)" CV="53" mask="XXVVVVVV" default="0" tooltip="Locos with interface = 32(full track voltage); direct connection of 5V bulbs = 5; direct connection of 19V bulbs = 26">
|
|
<decVal min="1" max="32"/>
|
|
<label>F1 + F2: Dimming Value: Voltage on Output (PWM)</label>
|
|
</variable>
|
|
<variable item="F1 + F2: Dimming Value: Select Function to be Dimmed" CV="53" mask="VVXXXXXX" default="0" tooltip="Which function or functions is dimmed">
|
|
<enumVal>
|
|
<enumChoice choice="Full voltage on both outputs" value="0"/>
|
|
<enumChoice choice="F1 is dimmed only" value="1"/>
|
|
<enumChoice choice="F2 is dimmed only" value="2"/>
|
|
<enumChoice choice="Both outputs are dimmed" value="3"/>
|
|
</enumVal>
|
|
<label>F1 + F2: Dimming Value: Select Function to be Dimmed</label>
|
|
</variable>
|
|
<variable item="F1: Command Allocation - Direction" CV="54" mask="VVXXXXXX" default="0" tooltip="Direction for F1 On">
|
|
<enumVal>
|
|
<enumChoice choice="F1 On in both directions" value="0"/>
|
|
<enumChoice choice="F1 On in Reverse only" value="1"/>
|
|
<enumChoice choice="F1 On in Standard Driving Direction only" value="2"/>
|
|
</enumVal>
|
|
<label>F1: Command Allocation - Direction</label>
|
|
</variable>
|
|
<variable item="F1: Command Allocation - Function Keys" CV="54" mask="XXXVVVVV" default="1" tooltip="Function key which switches F1">
|
|
<enumVal>
|
|
<enumChoice choice="Light 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>F1: Command Allocation - Function Keys</label>
|
|
</variable>
|
|
<variable item="F1: Special Function: Blinking/Monoflop time base" CV="55" mask="XXXXVVVV" default="0" tooltip="0=Steady On (Standard Operation), 1..15=Blinking/Monoflop Time Base 0.25sec per value">
|
|
<enumVal>
|
|
<enumChoice choice="Steady On (Standard Operation)" value="0"/>
|
|
<enumChoice choice="0.25 sec" value="1"/>
|
|
<enumChoice choice="0.50 sec" value="2"/>
|
|
<enumChoice choice="0.75 sec" value="3"/>
|
|
<enumChoice choice="1.00 sec" value="4"/>
|
|
<enumChoice choice="1.25 sec" value="5"/>
|
|
<enumChoice choice="1.50 sec" value="6"/>
|
|
<enumChoice choice="1.75 sec" value="7"/>
|
|
<enumChoice choice="2.00 sec" value="8"/>
|
|
<enumChoice choice="2.25 sec" value="9"/>
|
|
<enumChoice choice="2.50 sec" value="10"/>
|
|
<enumChoice choice="2.75 sec" value="11"/>
|
|
<enumChoice choice="3.00 sec" value="12"/>
|
|
<enumChoice choice="3.25 sec" value="13"/>
|
|
<enumChoice choice="3.50 sec" value="14"/>
|
|
<enumChoice choice="3.75 sec" value="15"/>
|
|
</enumVal>
|
|
<label>F1: Special Function: Blinking/Monoflop time base</label>
|
|
</variable>
|
|
<variable item="F1: Special Function: Select Special Function" CV="55" mask="VVXXXXXX" default="0" tooltip="Which special function, if any, for F1. For Monoflop, output is switched off automatically after timeout.">
|
|
<enumVal>
|
|
<enumChoice choice="Symmetric Blinking" value="0"/>
|
|
<enumChoice choice="Short Term Function (Monoflop)" value="1"/>
|
|
<enumChoice choice="Asymmetric Blinking (Short), Output blinks 1/3 On" value="2"/>
|
|
<enumChoice choice="Asymmetric Blinking (Long), Output blinks 2/3 On" value="3"/>
|
|
</enumVal>
|
|
<label>F1: Special Function: Select Special Function</label>
|
|
</variable>
|
|
<variable item="F2: Command Allocation - Direction" CV="56" mask="VVXXXXXX" default="0" tooltip="Direction for F2 On">
|
|
<enumVal>
|
|
<enumChoice choice="F2 On in both directions" value="0"/>
|
|
<enumChoice choice="F2 On in Reverse only" value="1"/>
|
|
<enumChoice choice="F2 On in Standard Driving Direction only" value="2"/>
|
|
</enumVal>
|
|
<label>F2: Command Allocation - Direction</label>
|
|
</variable>
|
|
<variable item="F2: Command Allocation - Function Keys" CV="56" mask="XXXVVVVV" default="2" tooltip="Function key which switches F2">
|
|
<enumVal>
|
|
<enumChoice choice="Light 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>F2: Command Allocation - Function Keys</label>
|
|
</variable>
|
|
<variable item="F2: Special Function: Blink/flop time or light effects" CV="57" mask="XXXVVVVV" default="0" tooltip="0=Steady On (Standard Operation), 1..15=Blinking/Monoflop Time Base 0.25sec per value">
|
|
<enumVal>
|
|
<enumChoice choice="Steady On (Standard Operation)" value="0"/>
|
|
<enumChoice choice="0.25 sec" value="1"/>
|
|
<enumChoice choice="0.50 sec" value="2"/>
|
|
<enumChoice choice="0.75 sec" value="3"/>
|
|
<enumChoice choice="1.00 sec" value="4"/>
|
|
<enumChoice choice="1.25 sec" value="5"/>
|
|
<enumChoice choice="1.50 sec" value="6"/>
|
|
<enumChoice choice="1.75 sec" value="7"/>
|
|
<enumChoice choice="2.00 sec" value="8"/>
|
|
<enumChoice choice="2.25 sec" value="9"/>
|
|
<enumChoice choice="2.50 sec" value="10"/>
|
|
<enumChoice choice="2.75 sec" value="11"/>
|
|
<enumChoice choice="3.00 sec" value="12"/>
|
|
<enumChoice choice="3.25 sec" value="13"/>
|
|
<enumChoice choice="3.50 sec" value="14"/>
|
|
<enumChoice choice="3.75 sec" value="15"/>
|
|
<enumChoice choice="Alternate Blinking with F1" value="16"/>
|
|
</enumVal>
|
|
<label>F2: Special Function: Blink/flop time or light effects</label>
|
|
</variable>
|
|
<variable item="F2: Special Function: Select Special Function" CV="57" mask="VVXXXXXX" default="0" tooltip="Which special function, if any, for F2. For Monoflop, output is switched off automatically after timeout.">
|
|
<enumVal>
|
|
<enumChoice choice="Symmetric Blinking" value="0"/>
|
|
<enumChoice choice="Short Term Function (Monoflop)" value="1"/>
|
|
<enumChoice choice="Asymmetric Blinking (Short), Output blinks 1/3 On" value="2"/>
|
|
<enumChoice choice="Asymmetric Blinking (Long), Output blinks 2/3 On" value="3"/>
|
|
</enumVal>
|
|
<label>F2: Special Function: Select Special Function</label>
|
|
</variable>
|
|
<variable item="Pause Time for Stop and Reversing" CV="58" default="0" tooltip="0.5 sec per Value">
|
|
<decVal min="0" max="255"/>
|
|
<label>Pause Time for Stop and Reversing</label>
|
|
</variable>
|
|
<variable item="Switching Speed: Command Allocation - Function Keys" CV="59" default="8" tooltip="Function key which switches Half Speed">
|
|
<enumVal>
|
|
<enumChoice choice="Half Speed Off" 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>Switching Speed: Command Allocation - Function Keys</label>
|
|
</variable>
|
|
<variable item="Back EMF Adjustment Factor" CV="60" default="2" tooltip="Big Value = Fast Regulation">
|
|
<decVal min="1" max="255"/>
|
|
<label>Back EMF Adjustment Factor</label>
|
|
</variable>
|
|
<variable item="Back EMF Adjustment Speed" CV="61" default="60" tooltip="Big Value = Slow Regulation">
|
|
<decVal min="1" max="255"/>
|
|
<label>Back EMF Adjustment Speed</label>
|
|
</variable>
|
|
<variable item="Back EMF Adjustment Strength" CV="62" default="255" tooltip="255 = max. Strength">
|
|
<decVal min="1" max="255"/>
|
|
<label>Back EMF Adjustment Strength</label>
|
|
</variable>
|
|
<variable item="Back EMF Start-up Behavior - Regulation Time" CV="63" mask="XXXXVVVV" default="12" tooltip="Adjusts the speed of load control regulation, 1-15. Only alter if instructed by manufacturer.">
|
|
<enumVal>
|
|
<enumChoice choice="1" value="1"/>
|
|
<enumChoice choice="2" value="2"/>
|
|
<enumChoice choice="3" value="3"/>
|
|
<enumChoice choice="4" value="4"/>
|
|
<enumChoice choice="5" value="5"/>
|
|
<enumChoice choice="6" value="6"/>
|
|
<enumChoice choice="7" value="7"/>
|
|
<enumChoice choice="8" value="8"/>
|
|
<enumChoice choice="9" value="9"/>
|
|
<enumChoice choice="10" value="10"/>
|
|
<enumChoice choice="11" value="11"/>
|
|
<enumChoice choice="12" value="12"/>
|
|
<enumChoice choice="13" value="13"/>
|
|
<enumChoice choice="14" value="14"/>
|
|
<enumChoice choice="15" value="15"/>
|
|
</enumVal>
|
|
<label>Back EMF Start-up Behavior - Regulation Time</label>
|
|
</variable>
|
|
<variable item="Back EMF Start-up Behavior - Triggering Level" CV="63" mask="VVVVXXXX" default="3" tooltip="Defines the switchover point from slow approach load control to regular load control. Only alter if instructed by manufacturer.">
|
|
<enumVal>
|
|
<enumChoice choice="0" value="0"/>
|
|
<enumChoice choice="16" value="1"/>
|
|
<enumChoice choice="32" value="2"/>
|
|
<enumChoice choice="48" value="3"/>
|
|
<enumChoice choice="64" value="4"/>
|
|
<enumChoice choice="80" value="5"/>
|
|
<enumChoice choice="96" value="6"/>
|
|
<enumChoice choice="112" value="7"/>
|
|
<enumChoice choice="128" value="8"/>
|
|
<enumChoice choice="144" value="9"/>
|
|
<enumChoice choice="160" value="10"/>
|
|
<enumChoice choice="176" value="11"/>
|
|
<enumChoice choice="192" value="12"/>
|
|
<enumChoice choice="208" value="13"/>
|
|
<enumChoice choice="224" value="14"/>
|
|
<enumChoice choice="240" value="15"/>
|
|
</enumVal>
|
|
<label>Back EMF Start-up Behavior - Triggering Level</label>
|
|
</variable>
|
|
<variable item="Engage/Disengage Acceleration/Deceleration Value: Command Allocation - Function Keys" CV="64" default="7" tooltip="Function key which switches Engage/Disengage Accel/Decel">
|
|
<enumVal>
|
|
<enumChoice choice="Engage/Disengage Accel/Decel Off" 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>Engage/Disengage Acceleration/Deceleration Value: Command Allocation - Function Keys</label>
|
|
</variable>
|
|
<variable item="Speed Table" CV="67">
|
|
<speedTableVal>
|
|
<speedTableEntry step="1" value="6"/>
|
|
<speedTableEntry step="2" value="8"/>
|
|
<speedTableEntry step="3" value="10"/>
|
|
<speedTableEntry step="4" value="13"/>
|
|
<speedTableEntry step="5" value="16"/>
|
|
<speedTableEntry step="6" value="19"/>
|
|
<speedTableEntry step="7" value="22"/>
|
|
<speedTableEntry step="8" value="26"/>
|
|
<speedTableEntry step="9" value="31"/>
|
|
<speedTableEntry step="10" value="36"/>
|
|
<speedTableEntry step="11" value="42"/>
|
|
<speedTableEntry step="12" value="48"/>
|
|
<speedTableEntry step="13" value="54"/>
|
|
<speedTableEntry step="14" value="60"/>
|
|
<speedTableEntry step="15" value="68"/>
|
|
<speedTableEntry step="16" value="76"/>
|
|
<speedTableEntry step="17" value="84"/>
|
|
<speedTableEntry step="18" value="92"/>
|
|
<speedTableEntry step="19" value="102"/>
|
|
<speedTableEntry step="20" value="112"/>
|
|
<speedTableEntry step="21" value="124"/>
|
|
<speedTableEntry step="22" value="136"/>
|
|
<speedTableEntry step="23" value="152"/>
|
|
<speedTableEntry step="24" value="168"/>
|
|
<speedTableEntry step="25" value="188"/>
|
|
<speedTableEntry step="26" value="208"/>
|
|
<speedTableEntry step="27" value="228"/>
|
|
<speedTableEntry step="28" value="232"/>
|
|
</speedTableVal>
|
|
<label>Speed Table</label>
|
|
</variable>
|
|
<!-- Do not attempt to read CV 105 on an LGB decoder -->
|
|
<variable CV="106" readOnly="yes" item="Decoder Type" tooltip="ID for Decoder Type (read only)(Only needed for Software Update)">
|
|
<decVal/>
|
|
<label>ID for Decoder Type</label>
|
|
</variable>
|
|
<variable item="F3 + F4: Dimming Value: Voltage on Output (PWM)" CV="112" mask="XXVVVVVV" default="0" tooltip="Locos with interface = 32(full track voltage); direct connection of 5V bulbs = 5; direct connection of 19V bulbs = 26">
|
|
<decVal min="1" max="32"/>
|
|
<label>F3 + F4: Dimming Value: Voltage on Output (PWM)</label>
|
|
</variable>
|
|
<variable item="F3 + F4: Dimming Value: Select Function to be Dimmed" CV="112" mask="VVXXXXXX" default="0" tooltip="Which function or functions is dimmed">
|
|
<enumVal>
|
|
<enumChoice choice="Full voltage on both outputs" value="0"/>
|
|
<enumChoice choice="F3 is dimmed only" value="1"/>
|
|
<enumChoice choice="F4 is dimmed only" value="2"/>
|
|
<enumChoice choice="Both outputs are dimmed" value="3"/>
|
|
</enumVal>
|
|
<label>F3 + F4: Dimming Value: Select Function to be Dimmed</label>
|
|
</variable>
|
|
<variable item="F3: Command Allocation - Direction" CV="113" mask="VVXXXXXX" default="0" tooltip="Direction for F3 On">
|
|
<enumVal>
|
|
<enumChoice choice="F3 On in both directions" value="0"/>
|
|
<enumChoice choice="F3 On in Reverse only" value="1"/>
|
|
<enumChoice choice="F3 On in Standard Driving Direction only" value="2"/>
|
|
</enumVal>
|
|
<label>F3: Command Allocation - Direction</label>
|
|
</variable>
|
|
<variable item="F3: Command Allocation - Function Keys" CV="113" mask="XXXVVVVV" default="3" tooltip="Function key which switches F3">
|
|
<enumVal>
|
|
<enumChoice choice="Light 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>F3: Command Allocation - Function Keys</label>
|
|
</variable>
|
|
<variable item="F3: Special Function: Blinking/Monoflop time base" CV="114" mask="XXXVVVVV" default="0" tooltip="0=Steady On (Standard Operation), 1..15=Blinking/Monoflop Time Base 0.25sec per value">
|
|
<enumVal>
|
|
<enumChoice choice="Steady On (Standard Operation)" value="0"/>
|
|
<enumChoice choice="0.25 sec" value="1"/>
|
|
<enumChoice choice="0.50 sec" value="2"/>
|
|
<enumChoice choice="0.75 sec" value="3"/>
|
|
<enumChoice choice="1.00 sec" value="4"/>
|
|
<enumChoice choice="1.25 sec" value="5"/>
|
|
<enumChoice choice="1.50 sec" value="6"/>
|
|
<enumChoice choice="1.75 sec" value="7"/>
|
|
<enumChoice choice="2.00 sec" value="8"/>
|
|
<enumChoice choice="2.25 sec" value="9"/>
|
|
<enumChoice choice="2.50 sec" value="10"/>
|
|
<enumChoice choice="2.75 sec" value="11"/>
|
|
<enumChoice choice="3.00 sec" value="12"/>
|
|
<enumChoice choice="3.25 sec" value="13"/>
|
|
<enumChoice choice="3.50 sec" value="14"/>
|
|
<enumChoice choice="3.75 sec" value="15"/>
|
|
<enumChoice choice="Pulse Generator Simulation" value="30"/>
|
|
</enumVal>
|
|
<label>F3: Special Function: Blinking/Monoflop time base</label>
|
|
</variable>
|
|
<variable item="F3: Special Function: Select Special Function" CV="114" mask="VVXXXXXX" default="0" tooltip="Which special function, if any, for F3. For Monoflop, output is switched off automatically after timeout.">
|
|
<enumVal>
|
|
<enumChoice choice="Symmetric Blinking" value="0"/>
|
|
<enumChoice choice="Short Term Function (Monoflop)" value="1"/>
|
|
<enumChoice choice="Asymmetric Blinking (Short), Output blinks 1/3 On" value="2"/>
|
|
<enumChoice choice="Asymmetric Blinking (Long), Output blinks 2/3 On" value="3"/>
|
|
</enumVal>
|
|
<label>F3: Special Function: Select Special Function</label>
|
|
</variable>
|
|
<variable item="F4: Command Allocation - Direction" CV="115" mask="VVXXXXXX" default="0" tooltip="Direction for F4 On">
|
|
<enumVal>
|
|
<enumChoice choice="F4 On in both directions" value="0"/>
|
|
<enumChoice choice="F4 On in Reverse only" value="1"/>
|
|
<enumChoice choice="F4 On in Standard Driving Direction only" value="2"/>
|
|
</enumVal>
|
|
<label>F4: Command Allocation - Direction</label>
|
|
</variable>
|
|
<variable item="F4: Command Allocation - Function Keys" CV="115" mask="XXXVVVVV" default="4" tooltip="Function key which switches F4">
|
|
<enumVal>
|
|
<enumChoice choice="Light 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>F4: Command Allocation - Function Keys</label>
|
|
</variable>
|
|
<variable item="F4: Special Function: Blinking/Monoflop/Voltage Buffer" CV="116" mask="XXXVVVVV" default="0" tooltip="0=Steady On (Standard Operation), 1..15=Blinking/Monoflop Time Base 0.25sec per value">
|
|
<enumVal>
|
|
<enumChoice choice="Steady On (Standard Operation)" value="0"/>
|
|
<enumChoice choice="0.25 sec" value="1"/>
|
|
<enumChoice choice="0.50 sec" value="2"/>
|
|
<enumChoice choice="0.75 sec" value="3"/>
|
|
<enumChoice choice="1.00 sec" value="4"/>
|
|
<enumChoice choice="1.25 sec" value="5"/>
|
|
<enumChoice choice="1.50 sec" value="6"/>
|
|
<enumChoice choice="1.75 sec" value="7"/>
|
|
<enumChoice choice="2.00 sec" value="8"/>
|
|
<enumChoice choice="2.25 sec" value="9"/>
|
|
<enumChoice choice="2.50 sec" value="10"/>
|
|
<enumChoice choice="2.75 sec" value="11"/>
|
|
<enumChoice choice="3.00 sec" value="12"/>
|
|
<enumChoice choice="3.25 sec" value="13"/>
|
|
<enumChoice choice="3.50 sec" value="14"/>
|
|
<enumChoice choice="3.75 sec" value="15"/>
|
|
<enumChoice choice="Alternate Blinking with F3" value="16"/>
|
|
<enumChoice choice="Control of Voltage Buffer in Programming Mode (green PCB only)" value="31"/>
|
|
</enumVal>
|
|
<label>F4: Special Function: Blinking/Monoflop/Voltage Buffer</label>
|
|
</variable>
|
|
<variable item="F4: Special Function: Select Special Function" CV="116" mask="VVXXXXXX" default="0" tooltip="Which special function, if any, for F4. For Monoflop, output is switched off automatically after timeout.">
|
|
<enumVal>
|
|
<enumChoice choice="Symmetric Blinking" value="0"/>
|
|
<enumChoice choice="Short Term Function (Monoflop)" value="1"/>
|
|
<enumChoice choice="Asymmetric Blinking (Short), Output blinks 1/3 On" value="2"/>
|
|
<enumChoice choice="Asymmetric Blinking (Long), Output blinks 2/3 On" value="3"/>
|
|
</enumVal>
|
|
<label>F4: Special Function: Select Special Function</label>
|
|
</variable>
|
|
<variable item="F5: Command Allocation - Direction" CV="117" mask="VVXXXXXX" default="0" tooltip="Direction for F5 On">
|
|
<enumVal>
|
|
<enumChoice choice="F5 On in both directions" value="0"/>
|
|
<enumChoice choice="F5 On in Reverse only" value="1"/>
|
|
<enumChoice choice="F5 On in Standard Driving Direction only" value="2"/>
|
|
</enumVal>
|
|
<label>F5: Command Allocation - Direction</label>
|
|
</variable>
|
|
<variable item="F5: Command Allocation - Function Keys" CV="117" mask="XXXVVVVV" default="5" tooltip="Function key which switches F5">
|
|
<enumVal>
|
|
<enumChoice choice="Light 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>F5: Command Allocation - Function Keys</label>
|
|
</variable>
|
|
<variable item="F5: Special Function: Blinking/Monoflop time base" CV="118" mask="XXXXVVVV" default="0" tooltip="0=Steady On (Standard Operation), 1..15=Blinking/Monoflop Time Base 0.25sec per value">
|
|
<enumVal>
|
|
<enumChoice choice="Steady On (Standard Operation)" value="0"/>
|
|
<enumChoice choice="0.25 sec" value="1"/>
|
|
<enumChoice choice="0.50 sec" value="2"/>
|
|
<enumChoice choice="0.75 sec" value="3"/>
|
|
<enumChoice choice="1.00 sec" value="4"/>
|
|
<enumChoice choice="1.25 sec" value="5"/>
|
|
<enumChoice choice="1.50 sec" value="6"/>
|
|
<enumChoice choice="1.75 sec" value="7"/>
|
|
<enumChoice choice="2.00 sec" value="8"/>
|
|
<enumChoice choice="2.25 sec" value="9"/>
|
|
<enumChoice choice="2.50 sec" value="10"/>
|
|
<enumChoice choice="2.75 sec" value="11"/>
|
|
<enumChoice choice="3.00 sec" value="12"/>
|
|
<enumChoice choice="3.25 sec" value="13"/>
|
|
<enumChoice choice="3.50 sec" value="14"/>
|
|
<enumChoice choice="3.75 sec" value="15"/>
|
|
</enumVal>
|
|
<label>F5: Special Function: Blinking/Monoflop time base</label>
|
|
</variable>
|
|
<variable item="F5: Special Function: Select Special Function" CV="118" mask="VVXXXXXX" default="0" tooltip="Which special function, if any, for F5. For Monoflop, output is switched off automatically after timeout.">
|
|
<enumVal>
|
|
<enumChoice choice="Symmetric Blinking" value="0"/>
|
|
<enumChoice choice="Short Term Function (Monoflop)" value="1"/>
|
|
<enumChoice choice="Asymmetric Blinking (Short), Output blinks 1/3 On" value="2"/>
|
|
<enumChoice choice="Asymmetric Blinking (Long), Output blinks 2/3 On" value="3"/>
|
|
</enumVal>
|
|
<label>F5: Special Function: Select Special Function</label>
|
|
</variable>
|
|
<variable item="F6: Command Allocation - Direction" CV="119" mask="VVXXXXXX" default="0" tooltip="Direction for F6 On">
|
|
<enumVal>
|
|
<enumChoice choice="F6 On in both directions" value="0"/>
|
|
<enumChoice choice="F6 On in Reverse only" value="1"/>
|
|
<enumChoice choice="F6 On in Standard Driving Direction only" value="2"/>
|
|
</enumVal>
|
|
<label>F6: Command Allocation - Direction</label>
|
|
</variable>
|
|
<variable item="F6: Command Allocation - Function Keys" CV="119" mask="XXXVVVVV" default="6" tooltip="Function key which switches F6">
|
|
<enumVal>
|
|
<enumChoice choice="Light 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>F6: Command Allocation - Function Keys</label>
|
|
</variable>
|
|
<variable item="F6: Special Function: Blink/flop time or light effects" CV="120" mask="XXXVVVVV" default="0" tooltip="0=Steady On (Standard Operation), 1..15=Blinking/Monoflop Time Base 0.25sec per value">
|
|
<enumVal>
|
|
<enumChoice choice="Steady On (Standard Operation)" value="0"/>
|
|
<enumChoice choice="0.25 sec" value="1"/>
|
|
<enumChoice choice="0.50 sec" value="2"/>
|
|
<enumChoice choice="0.75 sec" value="3"/>
|
|
<enumChoice choice="1.00 sec" value="4"/>
|
|
<enumChoice choice="1.25 sec" value="5"/>
|
|
<enumChoice choice="1.50 sec" value="6"/>
|
|
<enumChoice choice="1.75 sec" value="7"/>
|
|
<enumChoice choice="2.00 sec" value="8"/>
|
|
<enumChoice choice="2.25 sec" value="9"/>
|
|
<enumChoice choice="2.50 sec" value="10"/>
|
|
<enumChoice choice="2.75 sec" value="11"/>
|
|
<enumChoice choice="3.00 sec" value="12"/>
|
|
<enumChoice choice="3.25 sec" value="13"/>
|
|
<enumChoice choice="3.50 sec" value="14"/>
|
|
<enumChoice choice="3.75 sec" value="15"/>
|
|
<enumChoice choice="Alternate Blinking with F5" value="16"/>
|
|
</enumVal>
|
|
<label>F6: Special Function: Blink/flop time or light effects</label>
|
|
</variable>
|
|
<variable item="F6: Special Function: Select Special Function" CV="120" mask="VVXXXXXX" default="0" tooltip="Which special function, if any, for F6. For Monoflop, output is switched off automatically after timeout.">
|
|
<enumVal>
|
|
<enumChoice choice="Symmetric Blinking" value="0"/>
|
|
<enumChoice choice="Short Term Function (Monoflop)" value="1"/>
|
|
<enumChoice choice="Asymmetric Blinking (Short), Output blinks 1/3 On" value="2"/>
|
|
<enumChoice choice="Asymmetric Blinking (Long), Output blinks 2/3 On" value="3"/>
|
|
</enumVal>
|
|
<label>F6: Special Function: Select Special Function</label>
|
|
</variable>
|
|
<variable item="F7: Command Allocation - Function Keys" CV="121" mask="XXXVVVVV" default="13" tooltip="Function key which switches F7">
|
|
<enumVal>
|
|
<enumChoice choice="Light 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>F7: Command Allocation - Function Keys</label>
|
|
</variable>
|
|
<variable item="F8: Command Allocation - Function Keys" CV="123" mask="XXXVVVVV" default="14" tooltip="Function key which switches F8">
|
|
<enumVal>
|
|
<enumChoice choice="Light 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>F8: Command Allocation - Function Keys</label>
|
|
</variable>
|
|
<variable item="F7: Special Function Servo" CV="124" mask="XXXXXXXV" default="0" tooltip="F7 standard output or servo">
|
|
<enumVal>
|
|
<enumChoice choice="F7 normal output"/>
|
|
<enumChoice choice="F7 Servo"/>
|
|
</enumVal>
|
|
<label>F7: Special Function Servo</label>
|
|
</variable>
|
|
<variable item="F7: Servo Inverse Operation" CV="124" mask="XXXXXVXX" default="0" tooltip="F7 servo has inverse operation">
|
|
<enumVal>
|
|
<enumChoice choice="No"/>
|
|
<enumChoice choice="Yes"/>
|
|
</enumVal>
|
|
<label>F7: Servo Inverse Operation</label>
|
|
</variable>
|
|
<variable item="F7: Servo Switched Off" CV="124" mask="XXXXVXXX" default="0" tooltip="F7 servo is switched off after a motion">
|
|
<enumVal>
|
|
<enumChoice choice="No"/>
|
|
<enumChoice choice="Yes"/>
|
|
</enumVal>
|
|
<label>F7: Servo Switched Off</label>
|
|
</variable>
|
|
<variable item="F7: Servo Lower End Position" CV="125" default="16" tooltip="Needs to be adjusted to servo">
|
|
<decVal min="5" max="50"/>
|
|
<label>F7: Servo Lower End Position</label>
|
|
</variable>
|
|
<variable item="F7: Servo Upper End Position" CV="126" default="32" tooltip="Needs to be adjusted to servo">
|
|
<decVal min="5" max="50"/>
|
|
<label>F7: Servo Upper End Position</label>
|
|
</variable>
|
|
<variable item="Time Value for Servo Speed" CV="127" default="1" tooltip="1 unit = 10 msec">
|
|
<decVal min="1" max="16"/>
|
|
<label>Time Value for Servo Speed</label>
|
|
</variable>
|
|
<variable item="Lag time with power buffer, digital operation" CV="129" default="0" tooltip="Only use Goldcap buffer, 0 = no buffer, 2-255 = time lag, 1 = no effect">
|
|
<decVal min="0" max="255"/>
|
|
<label>Lag time with power buffer, digital operation</label>
|
|
</variable>
|
|
<variable item="Lag time with power buffer, analog operation" CV="130" default="0" tooltip="Only use Goldcap buffer, 0 = no buffer, 2-255 = time lag, 1 = no effect">
|
|
<decVal min="0" max="255"/>
|
|
<label>Lag time with power buffer, analog operation</label>
|
|
</variable>
|
|
<variable item="Sound_01: Command Allocation - Function Keys" CV="131" 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="132" 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="133" 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="134" 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="135" 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="136" 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="137" 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="138" 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="139" 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="140" 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="141" 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="142" 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="147" 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="148" 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="149" 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="149" 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="149" 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="149" 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="149" 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="149" 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="149" mask="XVXXXXXX" tooltip="Starting sound reduced during frequent direction changes">
|
|
<enumVal>
|
|
<enumChoice choice="Off"/>
|
|
<enumChoice choice="On"/>
|
|
</enumVal>
|
|
<label>Start Signal Delay</label>
|
|
</variable>
|
|
<variable item="Starting Inhibit between starting-phase" CV="150" default="0" tooltip="Locomotive starts only after start-up sounds complete, only for E-Locos">
|
|
<enumVal>
|
|
<enumChoice choice="Off" value="0"/>
|
|
<enumChoice choice="Digital on" value="1"/>
|
|
<enumChoice choice="Analog on" value="2"/>
|
|
<enumChoice choice="Digital and Analog on" value="3"/>
|
|
</enumVal>
|
|
<label>Starting Inhibit between starting-phase</label>
|
|
</variable>
|
|
<variable item="Sound_01: Number of repetitions with F-Key" CV="151" tooltip="How many times Sound_01 loops when F-Key is pressed">
|
|
<enumVal>
|
|
<enumChoice choice="Triggered only once" value="0"/>
|
|
<enumChoice choice="1" value="1"/>
|
|
<enumChoice choice="2" value="2"/>
|
|
<enumChoice choice="3" value="3"/>
|
|
<enumChoice choice="4" value="4"/>
|
|
<enumChoice choice="5" value="5"/>
|
|
<enumChoice choice="6" value="6"/>
|
|
<enumChoice choice="7" value="7"/>
|
|
<enumChoice choice="8" value="8"/>
|
|
<enumChoice choice="9" value="9"/>
|
|
<enumChoice choice="10" value="10"/>
|
|
<enumChoice choice="11" value="11"/>
|
|
<enumChoice choice="12" value="12"/>
|
|
<enumChoice choice="13" value="13"/>
|
|
<enumChoice choice="14" value="14"/>
|
|
<enumChoice choice="15" value="15"/>
|
|
<enumChoice choice="Manual - Sound repeats until F-Key pressed again" value="16"/>
|
|
</enumVal>
|
|
<label>Sound_01: Number of repetitions with F-Key</label>
|
|
</variable>
|
|
<variable item="Sound_02: Number of repetitions with F-Key" CV="152" tooltip="How many times Sound_02 loops when F-Key is pressed">
|
|
<enumVal>
|
|
<enumChoice choice="Triggered only once" value="0"/>
|
|
<enumChoice choice="1" value="1"/>
|
|
<enumChoice choice="2" value="2"/>
|
|
<enumChoice choice="3" value="3"/>
|
|
<enumChoice choice="4" value="4"/>
|
|
<enumChoice choice="5" value="5"/>
|
|
<enumChoice choice="6" value="6"/>
|
|
<enumChoice choice="7" value="7"/>
|
|
<enumChoice choice="8" value="8"/>
|
|
<enumChoice choice="9" value="9"/>
|
|
<enumChoice choice="10" value="10"/>
|
|
<enumChoice choice="11" value="11"/>
|
|
<enumChoice choice="12" value="12"/>
|
|
<enumChoice choice="13" value="13"/>
|
|
<enumChoice choice="14" value="14"/>
|
|
<enumChoice choice="15" value="15"/>
|
|
<enumChoice choice="Manual - Sound repeats until F-Key pressed again" value="16"/>
|
|
</enumVal>
|
|
<label>Sound_02: Number of repetitions with F-Key</label>
|
|
</variable>
|
|
<variable item="Sound_03: Number of repetitions with F-Key" CV="153" tooltip="How many times Sound_03 loops when F-Key is pressed">
|
|
<enumVal>
|
|
<enumChoice choice="Triggered only once" value="0"/>
|
|
<enumChoice choice="1" value="1"/>
|
|
<enumChoice choice="2" value="2"/>
|
|
<enumChoice choice="3" value="3"/>
|
|
<enumChoice choice="4" value="4"/>
|
|
<enumChoice choice="5" value="5"/>
|
|
<enumChoice choice="6" value="6"/>
|
|
<enumChoice choice="7" value="7"/>
|
|
<enumChoice choice="8" value="8"/>
|
|
<enumChoice choice="9" value="9"/>
|
|
<enumChoice choice="10" value="10"/>
|
|
<enumChoice choice="11" value="11"/>
|
|
<enumChoice choice="12" value="12"/>
|
|
<enumChoice choice="13" value="13"/>
|
|
<enumChoice choice="14" value="14"/>
|
|
<enumChoice choice="15" value="15"/>
|
|
<enumChoice choice="Manual - Sound repeats until F-Key pressed again" value="16"/>
|
|
</enumVal>
|
|
<label>Sound_03: Number of repetitions with F-Key</label>
|
|
</variable>
|
|
<variable item="Sound_04: Number of repetitions with F-Key" CV="154" tooltip="How many times Sound_04 loops when F-Key is pressed">
|
|
<enumVal>
|
|
<enumChoice choice="Triggered only once" value="0"/>
|
|
<enumChoice choice="1" value="1"/>
|
|
<enumChoice choice="2" value="2"/>
|
|
<enumChoice choice="3" value="3"/>
|
|
<enumChoice choice="4" value="4"/>
|
|
<enumChoice choice="5" value="5"/>
|
|
<enumChoice choice="6" value="6"/>
|
|
<enumChoice choice="7" value="7"/>
|
|
<enumChoice choice="8" value="8"/>
|
|
<enumChoice choice="9" value="9"/>
|
|
<enumChoice choice="10" value="10"/>
|
|
<enumChoice choice="11" value="11"/>
|
|
<enumChoice choice="12" value="12"/>
|
|
<enumChoice choice="13" value="13"/>
|
|
<enumChoice choice="14" value="14"/>
|
|
<enumChoice choice="15" value="15"/>
|
|
<enumChoice choice="Manual - Sound repeats until F-Key pressed again" value="16"/>
|
|
</enumVal>
|
|
<label>Sound_04: Number of repetitions with F-Key</label>
|
|
</variable>
|
|
<variable item="Sound_05: Number of repetitions with F-Key" CV="155" tooltip="How many times Sound_05 loops when F-Key is pressed">
|
|
<enumVal>
|
|
<enumChoice choice="Triggered only once" value="0"/>
|
|
<enumChoice choice="1" value="1"/>
|
|
<enumChoice choice="2" value="2"/>
|
|
<enumChoice choice="3" value="3"/>
|
|
<enumChoice choice="4" value="4"/>
|
|
<enumChoice choice="5" value="5"/>
|
|
<enumChoice choice="6" value="6"/>
|
|
<enumChoice choice="7" value="7"/>
|
|
<enumChoice choice="8" value="8"/>
|
|
<enumChoice choice="9" value="9"/>
|
|
<enumChoice choice="10" value="10"/>
|
|
<enumChoice choice="11" value="11"/>
|
|
<enumChoice choice="12" value="12"/>
|
|
<enumChoice choice="13" value="13"/>
|
|
<enumChoice choice="14" value="14"/>
|
|
<enumChoice choice="15" value="15"/>
|
|
<enumChoice choice="Manual - Sound repeats until F-Key pressed again" value="16"/>
|
|
</enumVal>
|
|
<label>Sound_05: Number of repetitions with F-Key</label>
|
|
</variable>
|
|
<variable item="Sound_06: Number of repetitions with F-Key" CV="156" tooltip="How many times Sound_06 loops when F-Key is pressed">
|
|
<enumVal>
|
|
<enumChoice choice="Triggered only once" value="0"/>
|
|
<enumChoice choice="1" value="1"/>
|
|
<enumChoice choice="2" value="2"/>
|
|
<enumChoice choice="3" value="3"/>
|
|
<enumChoice choice="4" value="4"/>
|
|
<enumChoice choice="5" value="5"/>
|
|
<enumChoice choice="6" value="6"/>
|
|
<enumChoice choice="7" value="7"/>
|
|
<enumChoice choice="8" value="8"/>
|
|
<enumChoice choice="9" value="9"/>
|
|
<enumChoice choice="10" value="10"/>
|
|
<enumChoice choice="11" value="11"/>
|
|
<enumChoice choice="12" value="12"/>
|
|
<enumChoice choice="13" value="13"/>
|
|
<enumChoice choice="14" value="14"/>
|
|
<enumChoice choice="15" value="15"/>
|
|
<enumChoice choice="Manual - Sound repeats until F-Key pressed again" value="16"/>
|
|
</enumVal>
|
|
<label>Sound_06: Number of repetitions with F-Key</label>
|
|
</variable>
|
|
<variable item="Sound_07: Number of repetitions with F-Key" CV="157" tooltip="How many times Sound_07 loops when F-Key is pressed">
|
|
<enumVal>
|
|
<enumChoice choice="Triggered only once" value="0"/>
|
|
<enumChoice choice="1" value="1"/>
|
|
<enumChoice choice="2" value="2"/>
|
|
<enumChoice choice="3" value="3"/>
|
|
<enumChoice choice="4" value="4"/>
|
|
<enumChoice choice="5" value="5"/>
|
|
<enumChoice choice="6" value="6"/>
|
|
<enumChoice choice="7" value="7"/>
|
|
<enumChoice choice="8" value="8"/>
|
|
<enumChoice choice="9" value="9"/>
|
|
<enumChoice choice="10" value="10"/>
|
|
<enumChoice choice="11" value="11"/>
|
|
<enumChoice choice="12" value="12"/>
|
|
<enumChoice choice="13" value="13"/>
|
|
<enumChoice choice="14" value="14"/>
|
|
<enumChoice choice="15" value="15"/>
|
|
<enumChoice choice="Manual - Sound repeats until F-Key pressed again" value="16"/>
|
|
</enumVal>
|
|
<label>Sound_07: Number of repetitions with F-Key</label>
|
|
</variable>
|
|
<variable item="Sound_08: Number of repetitions with F-Key" CV="158" tooltip="How many times Sound_08 loops when F-Key is pressed">
|
|
<enumVal>
|
|
<enumChoice choice="Triggered only once" value="0"/>
|
|
<enumChoice choice="1" value="1"/>
|
|
<enumChoice choice="2" value="2"/>
|
|
<enumChoice choice="3" value="3"/>
|
|
<enumChoice choice="4" value="4"/>
|
|
<enumChoice choice="5" value="5"/>
|
|
<enumChoice choice="6" value="6"/>
|
|
<enumChoice choice="7" value="7"/>
|
|
<enumChoice choice="8" value="8"/>
|
|
<enumChoice choice="9" value="9"/>
|
|
<enumChoice choice="10" value="10"/>
|
|
<enumChoice choice="11" value="11"/>
|
|
<enumChoice choice="12" value="12"/>
|
|
<enumChoice choice="13" value="13"/>
|
|
<enumChoice choice="14" value="14"/>
|
|
<enumChoice choice="15" value="15"/>
|
|
<enumChoice choice="Manual - Sound repeats until F-Key pressed again" value="16"/>
|
|
</enumVal>
|
|
<label>Sound_08: Number of repetitions with F-Key</label>
|
|
</variable>
|
|
<variable item="Sound_09: Number of repetitions with F-Key" CV="159" tooltip="How many times Sound_09 loops when F-Key is pressed">
|
|
<enumVal>
|
|
<enumChoice choice="Triggered only once" value="0"/>
|
|
<enumChoice choice="1" value="1"/>
|
|
<enumChoice choice="2" value="2"/>
|
|
<enumChoice choice="3" value="3"/>
|
|
<enumChoice choice="4" value="4"/>
|
|
<enumChoice choice="5" value="5"/>
|
|
<enumChoice choice="6" value="6"/>
|
|
<enumChoice choice="7" value="7"/>
|
|
<enumChoice choice="8" value="8"/>
|
|
<enumChoice choice="9" value="9"/>
|
|
<enumChoice choice="10" value="10"/>
|
|
<enumChoice choice="11" value="11"/>
|
|
<enumChoice choice="12" value="12"/>
|
|
<enumChoice choice="13" value="13"/>
|
|
<enumChoice choice="14" value="14"/>
|
|
<enumChoice choice="15" value="15"/>
|
|
<enumChoice choice="Manual - Sound repeats until F-Key pressed again" value="16"/>
|
|
</enumVal>
|
|
<label>Sound_09: Number of repetitions with F-Key</label>
|
|
</variable>
|
|
<variable item="Sound_10: Number of repetitions with F-Key" CV="160" tooltip="How many times Sound_10 loops when F-Key is pressed">
|
|
<enumVal>
|
|
<enumChoice choice="Triggered only once" value="0"/>
|
|
<enumChoice choice="1" value="1"/>
|
|
<enumChoice choice="2" value="2"/>
|
|
<enumChoice choice="3" value="3"/>
|
|
<enumChoice choice="4" value="4"/>
|
|
<enumChoice choice="5" value="5"/>
|
|
<enumChoice choice="6" value="6"/>
|
|
<enumChoice choice="7" value="7"/>
|
|
<enumChoice choice="8" value="8"/>
|
|
<enumChoice choice="9" value="9"/>
|
|
<enumChoice choice="10" value="10"/>
|
|
<enumChoice choice="11" value="11"/>
|
|
<enumChoice choice="12" value="12"/>
|
|
<enumChoice choice="13" value="13"/>
|
|
<enumChoice choice="14" value="14"/>
|
|
<enumChoice choice="15" value="15"/>
|
|
<enumChoice choice="Manual - Sound repeats until F-Key pressed again" value="16"/>
|
|
</enumVal>
|
|
<label>Sound_10: Number of repetitions with F-Key</label>
|
|
</variable>
|
|
<variable item="Sound_11: Number of repetitions with F-Key" CV="161" tooltip="How many times Sound_11 loops when F-Key is pressed">
|
|
<enumVal>
|
|
<enumChoice choice="Triggered only once" value="0"/>
|
|
<enumChoice choice="1" value="1"/>
|
|
<enumChoice choice="2" value="2"/>
|
|
<enumChoice choice="3" value="3"/>
|
|
<enumChoice choice="4" value="4"/>
|
|
<enumChoice choice="5" value="5"/>
|
|
<enumChoice choice="6" value="6"/>
|
|
<enumChoice choice="7" value="7"/>
|
|
<enumChoice choice="8" value="8"/>
|
|
<enumChoice choice="9" value="9"/>
|
|
<enumChoice choice="10" value="10"/>
|
|
<enumChoice choice="11" value="11"/>
|
|
<enumChoice choice="12" value="12"/>
|
|
<enumChoice choice="13" value="13"/>
|
|
<enumChoice choice="14" value="14"/>
|
|
<enumChoice choice="15" value="15"/>
|
|
<enumChoice choice="Manual - Sound repeats until F-Key pressed again" value="16"/>
|
|
</enumVal>
|
|
<label>Sound_11: Number of repetitions with F-Key</label>
|
|
</variable>
|
|
<variable item="Sound_12: Number of repetitions with F-Key" CV="162" tooltip="How many times Sound_12 loops when F-Key is pressed">
|
|
<enumVal>
|
|
<enumChoice choice="Triggered only once" value="0"/>
|
|
<enumChoice choice="1" value="1"/>
|
|
<enumChoice choice="2" value="2"/>
|
|
<enumChoice choice="3" value="3"/>
|
|
<enumChoice choice="4" value="4"/>
|
|
<enumChoice choice="5" value="5"/>
|
|
<enumChoice choice="6" value="6"/>
|
|
<enumChoice choice="7" value="7"/>
|
|
<enumChoice choice="8" value="8"/>
|
|
<enumChoice choice="9" value="9"/>
|
|
<enumChoice choice="10" value="10"/>
|
|
<enumChoice choice="11" value="11"/>
|
|
<enumChoice choice="12" value="12"/>
|
|
<enumChoice choice="13" value="13"/>
|
|
<enumChoice choice="14" value="14"/>
|
|
<enumChoice choice="15" value="15"/>
|
|
<enumChoice choice="Manual - Sound repeats until F-Key pressed again" value="16"/>
|
|
</enumVal>
|
|
<label>Sound_12: Number of repetitions with F-Key</label>
|
|
</variable>
|
|
<variable item="Control Register - Type of Sound" CV="167" readOnly="yes" tooltip="Type of sound - DO NOT CHANGE!! - Read Only">
|
|
<enumVal>
|
|
<enumChoice choice="(CV not read)" value="0"/>
|
|
<enumChoice choice="Steam" value="1"/>
|
|
<enumChoice choice="Diesel" value="2"/>
|
|
<enumChoice choice="Electric" value="6"/>
|
|
</enumVal>
|
|
<label>Control Register - Type of Sound</label>
|
|
</variable>
|
|
<variable item="Brake Release Threshold" CV="168" default="64" tooltip="Loco has to accelerate to a predefined speed to enable the braking noise when slowing down">
|
|
<decVal min="0" max="255"/>
|
|
<label>Brake Release Threshold</label>
|
|
</variable>
|
|
<variable item="Brake Trigger Threshold" CV="169" default="16" tooltip="Loco has to fall below a predefined speed to trigger the braking noise">
|
|
<decVal min="0" max="255"/>
|
|
<label>Brake Trigger Threshold</label>
|
|
</variable>
|
|
<variable item="Function key for steam rack rail loco and dual power locos" CV="170" default="0" tooltip="F-key for rack rail sound or switch-over Electric/Diesel locomotive">
|
|
<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>Function key for steam rack rail loco and dual power locos</label>
|
|
</variable>
|
|
<variable item="Standing sound 1 : sound assignment" CV="171" tooltip="First standing sound to be played">
|
|
<enumVal>
|
|
<enumChoice choice="No standing sound" value="0"/>
|
|
<enumChoice choice="Sound_01" value="1"/>
|
|
<enumChoice choice="Sound_02" value="2"/>
|
|
<enumChoice choice="Sound_03" value="3"/>
|
|
<enumChoice choice="Sound_04" value="4"/>
|
|
<enumChoice choice="Sound_05" value="5"/>
|
|
<enumChoice choice="Sound_06" value="6"/>
|
|
<enumChoice choice="Sound_07" value="7"/>
|
|
<enumChoice choice="Sound_08" value="8"/>
|
|
<enumChoice choice="Sound_09" value="9"/>
|
|
<enumChoice choice="Sound_10" value="10"/>
|
|
<enumChoice choice="Sound_11" value="11"/>
|
|
<enumChoice choice="Sound_12" value="12"/>
|
|
</enumVal>
|
|
<label>Standing sound 1 : sound assignment</label>
|
|
</variable>
|
|
<variable item="Standing sound 2 : sound assignment" CV="172" tooltip="Second standing sound to be played">
|
|
<enumVal>
|
|
<enumChoice choice="No standing sound" value="0"/>
|
|
<enumChoice choice="Sound_01" value="1"/>
|
|
<enumChoice choice="Sound_02" value="2"/>
|
|
<enumChoice choice="Sound_03" value="3"/>
|
|
<enumChoice choice="Sound_04" value="4"/>
|
|
<enumChoice choice="Sound_05" value="5"/>
|
|
<enumChoice choice="Sound_06" value="6"/>
|
|
<enumChoice choice="Sound_07" value="7"/>
|
|
<enumChoice choice="Sound_08" value="8"/>
|
|
<enumChoice choice="Sound_09" value="9"/>
|
|
<enumChoice choice="Sound_10" value="10"/>
|
|
<enumChoice choice="Sound_11" value="11"/>
|
|
<enumChoice choice="Sound_12" value="12"/>
|
|
</enumVal>
|
|
<label>Standing sound 2 : sound assignment</label>
|
|
</variable>
|
|
<variable item="Standing sound 3 : sound assignment" CV="173" tooltip="Third standing sound to be played">
|
|
<enumVal>
|
|
<enumChoice choice="No standing sound" value="0"/>
|
|
<enumChoice choice="Sound_01" value="1"/>
|
|
<enumChoice choice="Sound_02" value="2"/>
|
|
<enumChoice choice="Sound_03" value="3"/>
|
|
<enumChoice choice="Sound_04" value="4"/>
|
|
<enumChoice choice="Sound_05" value="5"/>
|
|
<enumChoice choice="Sound_06" value="6"/>
|
|
<enumChoice choice="Sound_07" value="7"/>
|
|
<enumChoice choice="Sound_08" value="8"/>
|
|
<enumChoice choice="Sound_09" value="9"/>
|
|
<enumChoice choice="Sound_10" value="10"/>
|
|
<enumChoice choice="Sound_11" value="11"/>
|
|
<enumChoice choice="Sound_12" value="12"/>
|
|
</enumVal>
|
|
<label>Standing sound 3 : sound assignment</label>
|
|
</variable>
|
|
<variable item="Standing sound 4 : sound assignment" CV="174" tooltip="Fourth standing sound to be played">
|
|
<enumVal>
|
|
<enumChoice choice="No standing sound" value="0"/>
|
|
<enumChoice choice="Sound_01" value="1"/>
|
|
<enumChoice choice="Sound_02" value="2"/>
|
|
<enumChoice choice="Sound_03" value="3"/>
|
|
<enumChoice choice="Sound_04" value="4"/>
|
|
<enumChoice choice="Sound_05" value="5"/>
|
|
<enumChoice choice="Sound_06" value="6"/>
|
|
<enumChoice choice="Sound_07" value="7"/>
|
|
<enumChoice choice="Sound_08" value="8"/>
|
|
<enumChoice choice="Sound_09" value="9"/>
|
|
<enumChoice choice="Sound_10" value="10"/>
|
|
<enumChoice choice="Sound_11" value="11"/>
|
|
<enumChoice choice="Sound_12" value="12"/>
|
|
</enumVal>
|
|
<label>Standing sound 4 : sound assignment</label>
|
|
</variable>
|
|
<variable item="Standing sound 1 : Number of repetitions" CV="175" tooltip="How many times first standing sound loops">
|
|
<enumVal>
|
|
<enumChoice choice="Triggered only once" value="0"/>
|
|
<enumChoice choice="1" value="1"/>
|
|
<enumChoice choice="2" value="2"/>
|
|
<enumChoice choice="3" value="3"/>
|
|
<enumChoice choice="4" value="4"/>
|
|
<enumChoice choice="5" value="5"/>
|
|
<enumChoice choice="6" value="6"/>
|
|
<enumChoice choice="7" value="7"/>
|
|
<enumChoice choice="8" value="8"/>
|
|
<enumChoice choice="9" value="9"/>
|
|
<enumChoice choice="10" value="10"/>
|
|
<enumChoice choice="11" value="11"/>
|
|
<enumChoice choice="12" value="12"/>
|
|
<enumChoice choice="13" value="13"/>
|
|
<enumChoice choice="14" value="14"/>
|
|
<enumChoice choice="15" value="15"/>
|
|
</enumVal>
|
|
<label>Standing sound 1 : Number of repetitions</label>
|
|
</variable>
|
|
<variable item="Standing sound 2 : Number of repetitions" CV="176" tooltip="How many times second standing sound loops">
|
|
<enumVal>
|
|
<enumChoice choice="Triggered only once" value="0"/>
|
|
<enumChoice choice="1" value="1"/>
|
|
<enumChoice choice="2" value="2"/>
|
|
<enumChoice choice="3" value="3"/>
|
|
<enumChoice choice="4" value="4"/>
|
|
<enumChoice choice="5" value="5"/>
|
|
<enumChoice choice="6" value="6"/>
|
|
<enumChoice choice="7" value="7"/>
|
|
<enumChoice choice="8" value="8"/>
|
|
<enumChoice choice="9" value="9"/>
|
|
<enumChoice choice="10" value="10"/>
|
|
<enumChoice choice="11" value="11"/>
|
|
<enumChoice choice="12" value="12"/>
|
|
<enumChoice choice="13" value="13"/>
|
|
<enumChoice choice="14" value="14"/>
|
|
<enumChoice choice="15" value="15"/>
|
|
</enumVal>
|
|
<label>Standing sound 2 : Number of repetitions</label>
|
|
</variable>
|
|
<variable item="Standing sound 3 : Number of repetitions" CV="177" tooltip="How many times third standing sound loops">
|
|
<enumVal>
|
|
<enumChoice choice="Triggered only once" value="0"/>
|
|
<enumChoice choice="1" value="1"/>
|
|
<enumChoice choice="2" value="2"/>
|
|
<enumChoice choice="3" value="3"/>
|
|
<enumChoice choice="4" value="4"/>
|
|
<enumChoice choice="5" value="5"/>
|
|
<enumChoice choice="6" value="6"/>
|
|
<enumChoice choice="7" value="7"/>
|
|
<enumChoice choice="8" value="8"/>
|
|
<enumChoice choice="9" value="9"/>
|
|
<enumChoice choice="10" value="10"/>
|
|
<enumChoice choice="11" value="11"/>
|
|
<enumChoice choice="12" value="12"/>
|
|
<enumChoice choice="13" value="13"/>
|
|
<enumChoice choice="14" value="14"/>
|
|
<enumChoice choice="15" value="15"/>
|
|
</enumVal>
|
|
<label>Standing sound 3 : Number of repetitions</label>
|
|
</variable>
|
|
<variable item="Standing sound 4 : Number of repetitions" CV="178" tooltip="How many times fourth standing sound loops">
|
|
<enumVal>
|
|
<enumChoice choice="Triggered only once" value="0"/>
|
|
<enumChoice choice="1" value="1"/>
|
|
<enumChoice choice="2" value="2"/>
|
|
<enumChoice choice="3" value="3"/>
|
|
<enumChoice choice="4" value="4"/>
|
|
<enumChoice choice="5" value="5"/>
|
|
<enumChoice choice="6" value="6"/>
|
|
<enumChoice choice="7" value="7"/>
|
|
<enumChoice choice="8" value="8"/>
|
|
<enumChoice choice="9" value="9"/>
|
|
<enumChoice choice="10" value="10"/>
|
|
<enumChoice choice="11" value="11"/>
|
|
<enumChoice choice="12" value="12"/>
|
|
<enumChoice choice="13" value="13"/>
|
|
<enumChoice choice="14" value="14"/>
|
|
<enumChoice choice="15" value="15"/>
|
|
</enumVal>
|
|
<label>Standing sound 4 : Number of repetitions</label>
|
|
</variable>
|
|
<variable item="Time Value of Random Generator" CV="179" default="3" tooltip="How often random sounds are generated">
|
|
<enumVal>
|
|
<enumChoice choice="(CV not read)" value="0"/>
|
|
<enumChoice choice="Frequent triggering" value="1"/>
|
|
<enumChoice choice="Middling triggering" value="2"/>
|
|
<enumChoice choice="Infrequent triggering" value="3"/>
|
|
</enumVal>
|
|
<label>Time Value of Random Generator</label>
|
|
</variable>
|
|
<variable item="Random sound 1 : sound assignment" CV="180" tooltip="The sounds selected are triggered randomly">
|
|
<enumVal>
|
|
<enumChoice choice="No random sound" value="0"/>
|
|
<enumChoice choice="Sound_01" value="1"/>
|
|
<enumChoice choice="Sound_02" value="2"/>
|
|
<enumChoice choice="Sound_03" value="3"/>
|
|
<enumChoice choice="Sound_04" value="4"/>
|
|
<enumChoice choice="Sound_05" value="5"/>
|
|
<enumChoice choice="Sound_06" value="6"/>
|
|
<enumChoice choice="Sound_07" value="7"/>
|
|
<enumChoice choice="Sound_08" value="8"/>
|
|
<enumChoice choice="Sound_09" value="9"/>
|
|
<enumChoice choice="Sound_10" value="10"/>
|
|
<enumChoice choice="Sound_11" value="11"/>
|
|
<enumChoice choice="Sound_12" value="12"/>
|
|
</enumVal>
|
|
<label>Random sound 1 : sound assignment</label>
|
|
</variable>
|
|
<variable item="Random sound 2 : sound assignment" CV="181" tooltip="The sounds selected are triggered randomly">
|
|
<enumVal>
|
|
<enumChoice choice="No random sound" value="0"/>
|
|
<enumChoice choice="Sound_01" value="1"/>
|
|
<enumChoice choice="Sound_02" value="2"/>
|
|
<enumChoice choice="Sound_03" value="3"/>
|
|
<enumChoice choice="Sound_04" value="4"/>
|
|
<enumChoice choice="Sound_05" value="5"/>
|
|
<enumChoice choice="Sound_06" value="6"/>
|
|
<enumChoice choice="Sound_07" value="7"/>
|
|
<enumChoice choice="Sound_08" value="8"/>
|
|
<enumChoice choice="Sound_09" value="9"/>
|
|
<enumChoice choice="Sound_10" value="10"/>
|
|
<enumChoice choice="Sound_11" value="11"/>
|
|
<enumChoice choice="Sound_12" value="12"/>
|
|
</enumVal>
|
|
<label>Random sound 2 : sound assignment</label>
|
|
</variable>
|
|
<variable item="Random sound 3 : sound assignment" CV="182" tooltip="The sounds selected are triggered randomly">
|
|
<enumVal>
|
|
<enumChoice choice="No random sound" value="0"/>
|
|
<enumChoice choice="Sound_01" value="1"/>
|
|
<enumChoice choice="Sound_02" value="2"/>
|
|
<enumChoice choice="Sound_03" value="3"/>
|
|
<enumChoice choice="Sound_04" value="4"/>
|
|
<enumChoice choice="Sound_05" value="5"/>
|
|
<enumChoice choice="Sound_06" value="6"/>
|
|
<enumChoice choice="Sound_07" value="7"/>
|
|
<enumChoice choice="Sound_08" value="8"/>
|
|
<enumChoice choice="Sound_09" value="9"/>
|
|
<enumChoice choice="Sound_10" value="10"/>
|
|
<enumChoice choice="Sound_11" value="11"/>
|
|
<enumChoice choice="Sound_12" value="12"/>
|
|
</enumVal>
|
|
<label>Random sound 3 : sound assignment</label>
|
|
</variable>
|
|
<variable item="Random sound 4 : sound assignment" CV="183" tooltip="The sounds selected are triggered randomly">
|
|
<enumVal>
|
|
<enumChoice choice="No random sound" value="0"/>
|
|
<enumChoice choice="Sound_01" value="1"/>
|
|
<enumChoice choice="Sound_02" value="2"/>
|
|
<enumChoice choice="Sound_03" value="3"/>
|
|
<enumChoice choice="Sound_04" value="4"/>
|
|
<enumChoice choice="Sound_05" value="5"/>
|
|
<enumChoice choice="Sound_06" value="6"/>
|
|
<enumChoice choice="Sound_07" value="7"/>
|
|
<enumChoice choice="Sound_08" value="8"/>
|
|
<enumChoice choice="Sound_09" value="9"/>
|
|
<enumChoice choice="Sound_10" value="10"/>
|
|
<enumChoice choice="Sound_11" value="11"/>
|
|
<enumChoice choice="Sound_12" value="12"/>
|
|
</enumVal>
|
|
<label>Random sound 4 : sound assignment</label>
|
|
</variable>
|
|
<variable item="Random sound 1 : Number of repetitions" CV="184" tooltip="How many times random sound 1 loops">
|
|
<enumVal>
|
|
<enumChoice choice="Triggered only once" value="0"/>
|
|
<enumChoice choice="1" value="1"/>
|
|
<enumChoice choice="2" value="2"/>
|
|
<enumChoice choice="3" value="3"/>
|
|
<enumChoice choice="4" value="4"/>
|
|
<enumChoice choice="5" value="5"/>
|
|
<enumChoice choice="6" value="6"/>
|
|
<enumChoice choice="7" value="7"/>
|
|
<enumChoice choice="8" value="8"/>
|
|
<enumChoice choice="9" value="9"/>
|
|
<enumChoice choice="10" value="10"/>
|
|
<enumChoice choice="11" value="11"/>
|
|
<enumChoice choice="12" value="12"/>
|
|
<enumChoice choice="13" value="13"/>
|
|
<enumChoice choice="14" value="14"/>
|
|
<enumChoice choice="15" value="15"/>
|
|
</enumVal>
|
|
<label>Random sound 1 : Number of repetitions</label>
|
|
</variable>
|
|
<variable item="Random sound 2 : Number of repetitions" CV="185" tooltip="How many times random sound 2 loops">
|
|
<enumVal>
|
|
<enumChoice choice="Triggered only once" value="0"/>
|
|
<enumChoice choice="1" value="1"/>
|
|
<enumChoice choice="2" value="2"/>
|
|
<enumChoice choice="3" value="3"/>
|
|
<enumChoice choice="4" value="4"/>
|
|
<enumChoice choice="5" value="5"/>
|
|
<enumChoice choice="6" value="6"/>
|
|
<enumChoice choice="7" value="7"/>
|
|
<enumChoice choice="8" value="8"/>
|
|
<enumChoice choice="9" value="9"/>
|
|
<enumChoice choice="10" value="10"/>
|
|
<enumChoice choice="11" value="11"/>
|
|
<enumChoice choice="12" value="12"/>
|
|
<enumChoice choice="13" value="13"/>
|
|
<enumChoice choice="14" value="14"/>
|
|
<enumChoice choice="15" value="15"/>
|
|
</enumVal>
|
|
<label>Random sound 2 : Number of repetitions</label>
|
|
</variable>
|
|
<variable item="Random sound 3 : Number of repetitions" CV="186" tooltip="How many times random sound 3 loops">
|
|
<enumVal>
|
|
<enumChoice choice="Triggered only once" value="0"/>
|
|
<enumChoice choice="1" value="1"/>
|
|
<enumChoice choice="2" value="2"/>
|
|
<enumChoice choice="3" value="3"/>
|
|
<enumChoice choice="4" value="4"/>
|
|
<enumChoice choice="5" value="5"/>
|
|
<enumChoice choice="6" value="6"/>
|
|
<enumChoice choice="7" value="7"/>
|
|
<enumChoice choice="8" value="8"/>
|
|
<enumChoice choice="9" value="9"/>
|
|
<enumChoice choice="10" value="10"/>
|
|
<enumChoice choice="11" value="11"/>
|
|
<enumChoice choice="12" value="12"/>
|
|
<enumChoice choice="13" value="13"/>
|
|
<enumChoice choice="14" value="14"/>
|
|
<enumChoice choice="15" value="15"/>
|
|
</enumVal>
|
|
<label>Random sound 3 : Number of repetitions</label>
|
|
</variable>
|
|
<variable item="Random sound 4 : Number of repetitions" CV="187" tooltip="How many times random sound 4 loops">
|
|
<enumVal>
|
|
<enumChoice choice="Triggered only once" value="0"/>
|
|
<enumChoice choice="1" value="1"/>
|
|
<enumChoice choice="2" value="2"/>
|
|
<enumChoice choice="3" value="3"/>
|
|
<enumChoice choice="4" value="4"/>
|
|
<enumChoice choice="5" value="5"/>
|
|
<enumChoice choice="6" value="6"/>
|
|
<enumChoice choice="7" value="7"/>
|
|
<enumChoice choice="8" value="8"/>
|
|
<enumChoice choice="9" value="9"/>
|
|
<enumChoice choice="10" value="10"/>
|
|
<enumChoice choice="11" value="11"/>
|
|
<enumChoice choice="12" value="12"/>
|
|
<enumChoice choice="13" value="13"/>
|
|
<enumChoice choice="14" value="14"/>
|
|
<enumChoice choice="15" value="15"/>
|
|
</enumVal>
|
|
<label>Random sound 4 : Number of repetitions</label>
|
|
</variable>
|
|
<variable item="Warning Signal Moving Forward" CV="188" tooltip="The sound to be played when the loco moves forward">
|
|
<enumVal>
|
|
<enumChoice choice="No sound allocated" value="0"/>
|
|
<enumChoice choice="Sound_01" value="1"/>
|
|
<enumChoice choice="Sound_02" value="2"/>
|
|
<enumChoice choice="Sound_03" value="3"/>
|
|
<enumChoice choice="Sound_04" value="4"/>
|
|
<enumChoice choice="Sound_05" value="5"/>
|
|
<enumChoice choice="Sound_06" value="6"/>
|
|
<enumChoice choice="Sound_07" value="7"/>
|
|
<enumChoice choice="Sound_08" value="8"/>
|
|
<enumChoice choice="Sound_09" value="9"/>
|
|
<enumChoice choice="Sound_10" value="10"/>
|
|
<enumChoice choice="Sound_11" value="11"/>
|
|
<enumChoice choice="Sound_12" value="12"/>
|
|
</enumVal>
|
|
<label>Warning Signal Moving Forward</label>
|
|
</variable>
|
|
<variable item="Warning Signal Moving Backward" CV="189" tooltip="The sound to be played when the loco moves backward">
|
|
<enumVal>
|
|
<enumChoice choice="No sound allocated" value="0"/>
|
|
<enumChoice choice="Sound_01" value="1"/>
|
|
<enumChoice choice="Sound_02" value="2"/>
|
|
<enumChoice choice="Sound_03" value="3"/>
|
|
<enumChoice choice="Sound_04" value="4"/>
|
|
<enumChoice choice="Sound_05" value="5"/>
|
|
<enumChoice choice="Sound_06" value="6"/>
|
|
<enumChoice choice="Sound_07" value="7"/>
|
|
<enumChoice choice="Sound_08" value="8"/>
|
|
<enumChoice choice="Sound_09" value="9"/>
|
|
<enumChoice choice="Sound_10" value="10"/>
|
|
<enumChoice choice="Sound_11" value="11"/>
|
|
<enumChoice choice="Sound_12" value="12"/>
|
|
</enumVal>
|
|
<label>Warning Signal Moving Backward</label>
|
|
</variable>
|
|
<variable item="Reed contact 1 sound" CV="190" tooltip="The sound to be played when reed contact 1 is triggered">
|
|
<enumVal>
|
|
<enumChoice choice="No sound allocated" value="0"/>
|
|
<enumChoice choice="Sound_01" value="1"/>
|
|
<enumChoice choice="Sound_02" value="2"/>
|
|
<enumChoice choice="Sound_03" value="3"/>
|
|
<enumChoice choice="Sound_04" value="4"/>
|
|
<enumChoice choice="Sound_05" value="5"/>
|
|
<enumChoice choice="Sound_06" value="6"/>
|
|
<enumChoice choice="Sound_07" value="7"/>
|
|
<enumChoice choice="Sound_08" value="8"/>
|
|
<enumChoice choice="Sound_09" value="9"/>
|
|
<enumChoice choice="Sound_10" value="10"/>
|
|
<enumChoice choice="Sound_11" value="11"/>
|
|
<enumChoice choice="Sound_12" value="12"/>
|
|
</enumVal>
|
|
<label>Reed contact 1 sound</label>
|
|
</variable>
|
|
<variable item="Reed contact 2 sound" CV="191" tooltip="The sound to be played when reed contact 2 is triggered">
|
|
<enumVal>
|
|
<enumChoice choice="No sound allocated" value="0"/>
|
|
<enumChoice choice="Sound_01" value="1"/>
|
|
<enumChoice choice="Sound_02" value="2"/>
|
|
<enumChoice choice="Sound_03" value="3"/>
|
|
<enumChoice choice="Sound_04" value="4"/>
|
|
<enumChoice choice="Sound_05" value="5"/>
|
|
<enumChoice choice="Sound_06" value="6"/>
|
|
<enumChoice choice="Sound_07" value="7"/>
|
|
<enumChoice choice="Sound_08" value="8"/>
|
|
<enumChoice choice="Sound_09" value="9"/>
|
|
<enumChoice choice="Sound_10" value="10"/>
|
|
<enumChoice choice="Sound_11" value="11"/>
|
|
<enumChoice choice="Sound_12" value="12"/>
|
|
</enumVal>
|
|
<label>Reed contact 2 sound</label>
|
|
</variable>
|
|
<variable item="Brake Application sound" CV="192" tooltip="The sound to be played when the loco slows down">
|
|
<enumVal>
|
|
<enumChoice choice="No sound allocated" value="0"/>
|
|
<enumChoice choice="Sound_01" value="1"/>
|
|
<enumChoice choice="Sound_02" value="2"/>
|
|
<enumChoice choice="Sound_03" value="3"/>
|
|
<enumChoice choice="Sound_04" value="4"/>
|
|
<enumChoice choice="Sound_05" value="5"/>
|
|
<enumChoice choice="Sound_06" value="6"/>
|
|
<enumChoice choice="Sound_07" value="7"/>
|
|
<enumChoice choice="Sound_08" value="8"/>
|
|
<enumChoice choice="Sound_09" value="9"/>
|
|
<enumChoice choice="Sound_10" value="10"/>
|
|
<enumChoice choice="Sound_11" value="11"/>
|
|
<enumChoice choice="Sound_12" value="12"/>
|
|
</enumVal>
|
|
<label>Brake Application sound</label>
|
|
</variable>
|
|
<variable item="Trigger Threshold : Sound Output in Analog Mode" CV="193" tooltip="Alignment of the sound to the motor RPM when starting to move">
|
|
<decVal min="0" max="255"/>
|
|
<label>Trigger Threshold : Sound Output in Analog Mode</label>
|
|
</variable>
|
|
<variable item="Trigger Threshold : Sound Output in Digital Mode" CV="194" tooltip="Alignment of the sound to the motor RPM when starting to move">
|
|
<decVal min="0" max="255"/>
|
|
<label>Trigger Threshold : Sound Output in Digital Mode</label>
|
|
</variable>
|
|
<variable item="Pulse generator : Control register" CV="195" default="0" tooltip="Controls use of external pulse generator to govern speed sounds">
|
|
<enumVal>
|
|
<enumChoice choice="No pulse generator (Sound is governed by the speed steps)" value="0"/>
|
|
<enumChoice choice="Steam: 1 chuff per contact Diesel/Electric: Sound is governed by pulse generator." value="1"/>
|
|
<enumChoice choice="Steam: 1 chuff per 2 contacts" value="2"/>
|
|
<enumChoice choice="Steam: 1 chuff per 4 contacts" value="4"/>
|
|
</enumVal>
|
|
<label>Pulse generator : Control register</label>
|
|
</variable>
|
|
<variable item="Duration of a steam chuff" CV="196" default="28" tooltip="Length of steam chuff, 0=short steam chuff, 28=basic setting, 32=long steam chuff">
|
|
<decVal min="0" max="32"/>
|
|
<label>Duration of a steam chuff</label>
|
|
</variable>
|
|
<variable item="Spacing between steam chuff" CV="198" default="1" tooltip="Pause time between steam chuffs (only active if CV195 = 0)">
|
|
<decVal min="0" max="16"/>
|
|
<label>Spacing between steam chuff</label>
|
|
</variable>
|
|
<variable item="Total Volume Level" CV="200" 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="201" 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="202" 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="203" 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="204" 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="205" 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="206" 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="207" 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="208" 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="209" 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="210" 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="211" 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="212" 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="Volume Turn-on Phase" CV="217" tooltip="Controls volume of turn-on phase sounds">
|
|
<enumVal>
|
|
<enumChoice choice="25%" value="0"/>
|
|
<enumChoice choice="50%" value="1"/>
|
|
<enumChoice choice="75%" value="2"/>
|
|
<enumChoice choice="100%" value="3"/>
|
|
</enumVal>
|
|
<label>Volume Turn-on Phase</label>
|
|
</variable>
|
|
<variable item="Volume Standing Phase" CV="218" tooltip="Controls volume of standing phase sounds">
|
|
<enumVal>
|
|
<enumChoice choice="25%" value="0"/>
|
|
<enumChoice choice="50%" value="1"/>
|
|
<enumChoice choice="75%" value="2"/>
|
|
<enumChoice choice="100%" value="3"/>
|
|
</enumVal>
|
|
<label>Volume Standing Phase</label>
|
|
</variable>
|
|
<variable item="Volume Turn-off Phase" CV="219" tooltip="Controls volume of turn-on phase sounds">
|
|
<enumVal>
|
|
<enumChoice choice="25%" value="0"/>
|
|
<enumChoice choice="50%" value="1"/>
|
|
<enumChoice choice="75%" value="2"/>
|
|
<enumChoice choice="100%" value="3"/>
|
|
</enumVal>
|
|
<label>Volume Turn-off Phase</label>
|
|
</variable>
|
|
<variable item="Volume Driving Phase" CV="220" tooltip="Controls volume of Driving phase sounds">
|
|
<enumVal>
|
|
<enumChoice choice="25%" value="0"/>
|
|
<enumChoice choice="50%" value="1"/>
|
|
<enumChoice choice="75%" value="2"/>
|
|
<enumChoice choice="100%" value="3"/>
|
|
</enumVal>
|
|
<label>Volume Driving Phase</label>
|
|
</variable>
|
|
<variable item="Trigger Threshold 1: Multiple-contact switch digital mode" CV="229" default="16" tooltip="Range 0-255">
|
|
<decVal min="0" max="255"/>
|
|
<label>Trigger Threshold 1: Multiple-contact switch digital mode</label>
|
|
</variable>
|
|
<variable item="Trigger Threshold 2: Multiple-contact switch digital mode" CV="230" default="32" tooltip="Range 0-255">
|
|
<decVal min="0" max="255"/>
|
|
<label>Trigger Threshold 2: Multiple-contact switch digital mode</label>
|
|
</variable>
|
|
<variable item="Trigger Threshold 3: Multiple-contact switch digital mode" CV="231" default="48" tooltip="Range 0-255">
|
|
<decVal min="0" max="255"/>
|
|
<label>Trigger Threshold 3: Multiple-contact switch digital mode</label>
|
|
</variable>
|
|
<variable item="Trigger Threshold 4: Multiple-contact switch digital mode" CV="232" default="112" tooltip="Range 0-255">
|
|
<decVal min="0" max="255"/>
|
|
<label>Trigger Threshold 4: Multiple-contact switch digital mode</label>
|
|
</variable>
|
|
<variable item="Trigger Threshold 5: Multiple-contact switch digital mode" CV="233" default="160" tooltip="Range 0-255">
|
|
<decVal min="0" max="255"/>
|
|
<label>Trigger Threshold 5: Multiple-contact switch digital mode</label>
|
|
</variable>
|
|
<variable item="Sound on accelerate, Multiple-contact switch" CV="234" default="11" tooltip="Range 0-255">
|
|
<enumVal>
|
|
<enumChoice choice="No Multiple-contact switch sound" value="0"/>
|
|
<enumChoice choice="Sound_01" value="1"/>
|
|
<enumChoice choice="Sound_02" value="2"/>
|
|
<enumChoice choice="Sound_03" value="3"/>
|
|
<enumChoice choice="Sound_04" value="4"/>
|
|
<enumChoice choice="Sound_05" value="5"/>
|
|
<enumChoice choice="Sound_06" value="6"/>
|
|
<enumChoice choice="Sound_07" value="7"/>
|
|
<enumChoice choice="Sound_08" value="8"/>
|
|
<enumChoice choice="Sound_09" value="9"/>
|
|
<enumChoice choice="Sound_10" value="10"/>
|
|
<enumChoice choice="Sound_11" value="11"/>
|
|
<enumChoice choice="Sound_12" value="12"/>
|
|
</enumVal>
|
|
<label>Sound on accelerate, Multiple-contact switch</label>
|
|
</variable>
|
|
<variable item="Multiple-contact Switch Time Delay" CV="235" default="4" tooltip="Time delay for triggering multiple contact switch in elok. 0=deactivated, 1-15 * 0.15 seconds equals delay">
|
|
<enumVal>
|
|
<enumChoice choice="Deactivated" value="0"/>
|
|
<enumChoice choice="0.15 sec" value="1"/>
|
|
<enumChoice choice="0.30 sec" value="2"/>
|
|
<enumChoice choice="0.45 sec" value="3"/>
|
|
<enumChoice choice="0.60 sec" value="4"/>
|
|
<enumChoice choice="0.75 sec" value="5"/>
|
|
<enumChoice choice="0.90 sec" value="6"/>
|
|
<enumChoice choice="1.05 sec" value="7"/>
|
|
<enumChoice choice="1.20 sec" value="8"/>
|
|
<enumChoice choice="1.35 sec" value="9"/>
|
|
<enumChoice choice="1.50 sec" value="10"/>
|
|
<enumChoice choice="1.65 sec" value="11"/>
|
|
<enumChoice choice="1.80 sec" value="12"/>
|
|
<enumChoice choice="1.95 sec" value="13"/>
|
|
<enumChoice choice="2.10 sec" value="14"/>
|
|
<enumChoice choice="2.25 sec" value="15"/>
|
|
<enumChoice choice="2.40 sec" value="16"/>
|
|
</enumVal>
|
|
<label>Multiple-contact Switch Time Delay</label>
|
|
</variable>
|
|
<variable CV="255" readOnly="yes" item="New ID for Decoder Type" tooltip="New ID for Decoder Type (read only)(Only needed for Software Update)">
|
|
<decVal/>
|
|
<label>New ID for Decoder Type</label>
|
|
</variable>
|
|
</variables>
|
|
<resets>
|
|
<factReset label="Reset basic settings" CV="7" default="55"/>
|
|
<factReset label="Reset motor settings" CV="7" default="66"/>
|
|
<factReset label="Reset lights and functions" CV="7" default="77"/>
|
|
<factReset label="Reset sound settings CV131 - CV167" CV="7" default="111"/>
|
|
<factReset label="Reset sound settings CV171 - CV199" CV="7" default="122"/>
|
|
<factReset label="Reset sound settings CV200 - CV212" CV="7" default="133"/>
|
|
</resets>
|
|
</decoder>
|
|
<pane>
|
|
<name>Basic</name>
|
|
<column>
|
|
<dccaddress/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Short Address"/>
|
|
<display item="Extended Address"/>
|
|
<display item="Address Format"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Locomotive Direction"/>
|
|
<display item="Speed Step Mode"/>
|
|
<display item="Analog (DC) Operation"/>
|
|
</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"/>
|
|
<display item="Decoder Type"/>
|
|
<display item="New ID for Decoder Type" label="New Decoder Type (from V2.6)"/>
|
|
</column>
|
|
</pane>
|
|
<pane>
|
|
<name>Motor</name>
|
|
<column>
|
|
<display item="Accel"/>
|
|
<display item="Decel"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Total PWM Period"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Pause Time for Stop and Reversing"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Digital Load Control"/>
|
|
<display item="Analog Load Control"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Back EMF Adjustment Factor"/>
|
|
<display item="Back EMF Adjustment Speed"/>
|
|
<display item="Back EMF Adjustment Strength"/>
|
|
<display item="Back EMF Start-up Behavior - Regulation Time" label="Back EMF Start-up Behavior - Regulation Time (from V2.5)"/>
|
|
<display item="Back EMF Start-up Behavior - Triggering Level" label="Back EMF Start-up Behavior - Triggering Level (from V2.5)"/>
|
|
</column>
|
|
</pane>
|
|
<pane>
|
|
<name>Basic Speed Control</name>
|
|
<column>
|
|
<row>
|
|
<column>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Speed Table Definition" format="offradiobutton" layout="above" label="Select this button to use settings shown below"/>
|
|
<label>
|
|
<text> To turn off, use Speed Table pane</text>
|
|
</label>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
</column>
|
|
</row>
|
|
<row>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
</row>
|
|
<row>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
</row>
|
|
<row>
|
|
<column>
|
|
<display item="Vstart" tooltip="Sets the starting voltage at throttle speed step 1"/>
|
|
<display item="Vmid" tooltip="Sets the voltage at mid throttle"/>
|
|
<display item="Vhigh" tooltip="Sets the maximum voltage at full throttle"/>
|
|
<display item="Speed Table/Mid Range Cab Speed Step" tooltip="Sets voltage curve for mid throttle, set Vstart and Vhigh first"/>
|
|
</column>
|
|
<column>
|
|
<display item="Vstart" format="hslider" label="" tooltip="Sets the starting voltage at throttle speed step 1"/>
|
|
<display item="Vmid" format="hslider" label="" tooltip="Sets the voltage at mid throttle"/>
|
|
<display item="Vhigh" format="hslider" label="" tooltip="Sets the maximum voltage at full throttle"/>
|
|
</column>
|
|
</row>
|
|
</column>
|
|
</pane>
|
|
<pane>
|
|
<name>Speed Table</name>
|
|
<column>
|
|
<row>
|
|
<column>
|
|
<display item="Speed Table Definition" format="onradiobutton" layout="above" label="Select this button to use a Speed Table for Speed Control"/>
|
|
<label>
|
|
<text> To turn off, use Basic Speed Control pane</text>
|
|
</label>
|
|
</column>
|
|
</row>
|
|
<row>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
</row>
|
|
<row>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
</row>
|
|
<row>
|
|
<column>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Speed Table Selection" tooltip="Select manufacturer's speed table or user table"/>
|
|
</column>
|
|
</row>
|
|
<row>
|
|
<column>
|
|
<display item="Speed Table" layout="above"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
</column>
|
|
</row>
|
|
</column>
|
|
</pane>
|
|
<pane>
|
|
<name>Lights and Functions</name>
|
|
<column>
|
|
<display item="Light: Dimming Value (PWM)"/>
|
|
<display item="Front Light: Command Allocation - Direction"/>
|
|
<display item="Front Light: Command Allocation - Function Keys"/>
|
|
<display item="Rear Light: Command Allocation - Direction"/>
|
|
<display item="Rear Light: Command Allocation - Function Keys"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="F1: Command Allocation - Direction"/>
|
|
<display item="F1: Command Allocation - Function Keys"/>
|
|
<display item="F1: Special Function: Blinking/Monoflop time base"/>
|
|
<display item="F1: Special Function: Select Special Function"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="F1 + F2: Dimming Value: Voltage on Output (PWM)"/>
|
|
<display item="F1 + F2: Dimming Value: Select Function to be Dimmed"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="F2: Command Allocation - Direction"/>
|
|
<display item="F2: Command Allocation - Function Keys"/>
|
|
<display item="F2: Special Function: Blink/flop time or light effects"/>
|
|
<display item="F2: Special Function: Select Special Function"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="F3: Command Allocation - Direction"/>
|
|
<display item="F3: Command Allocation - Function Keys"/>
|
|
<display item="F3: Special Function: Blinking/Monoflop time base"/>
|
|
<display item="F3: Special Function: Select Special Function"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="F3 + F4: Dimming Value: Voltage on Output (PWM)"/>
|
|
<display item="F3 + F4: Dimming Value: Select Function to be Dimmed"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="F4: Command Allocation - Direction"/>
|
|
<display item="F4: Command Allocation - Function Keys"/>
|
|
<display item="F4: Special Function: Blinking/Monoflop/Voltage Buffer"/>
|
|
<display item="F4: Special Function: Select Special Function"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<label>
|
|
<text>F5 for XLS only</text>
|
|
</label>
|
|
<display item="F5: Command Allocation - Direction"/>
|
|
<display item="F5: Command Allocation - Function Keys"/>
|
|
<display item="F5: Special Function: Blinking/Monoflop time base"/>
|
|
<display item="F5: Special Function: Select Special Function"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<label>
|
|
<text>F6 for XLS only</text>
|
|
</label>
|
|
<display item="F6: Command Allocation - Direction"/>
|
|
<display item="F6: Command Allocation - Function Keys"/>
|
|
<display item="F6: Special Function: Blink/flop time or light effects"/>
|
|
<display item="F6: Special Function: Select Special Function"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="F7: Command Allocation - Function Keys"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="F8: Command Allocation - Function Keys"/>
|
|
</column>
|
|
</pane>
|
|
<pane>
|
|
<name>Servo</name>
|
|
<column>
|
|
<display item="F7: Special Function Servo"/>
|
|
<display item="F7: Servo Inverse Operation" label="F7: Servo Inverse Operation (from V2.4)"/>
|
|
<display item="F7: Servo Switched Off" label="F7: Servo Switched Off (from V2.4)"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="F7: Servo Lower End Position"/>
|
|
<display item="F7: Servo Upper End Position"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Time Value for Servo Speed"/>
|
|
</column>
|
|
</pane>
|
|
<pane>
|
|
<name>Sound - Main</name>
|
|
<column>
|
|
<display item="Control Register - Type of Sound"/>
|
|
<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="Start Signal Delay (from V1.2)"/>
|
|
<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" label="Function key for steam rack rail loco and dual power locos (from V2.5)"/>
|
|
</column>
|
|
</pane>
|
|
<pane>
|
|
<name>Sound - Standing</name>
|
|
<column>
|
|
<display item="Standing Phase Noise"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Standing sound 1 : sound assignment"/>
|
|
<display item="Standing sound 1 : Number of repetitions" label="Number of repetitions"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Standing sound 2 : sound assignment"/>
|
|
<display item="Standing sound 2 : Number of repetitions" label="Number of repetitions"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Standing sound 3 : sound assignment"/>
|
|
<display item="Standing sound 3 : Number of repetitions" label="Number of repetitions"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Standing sound 4 : sound assignment"/>
|
|
<display item="Standing sound 4 : Number of repetitions" label="Number of repetitions"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
</column>
|
|
</pane>
|
|
<pane>
|
|
<name>Sound - Random</name>
|
|
<column>
|
|
<display item="Random Sounds Generator"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Time Value of Random Generator"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Random sound 1 : sound assignment"/>
|
|
<display item="Random sound 1 : Number of repetitions" label="Number of repetitions"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Random sound 2 : sound assignment"/>
|
|
<display item="Random sound 2 : Number of repetitions" label="Number of repetitions"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Random sound 3 : sound assignment"/>
|
|
<display item="Random sound 3 : Number of repetitions" label="Number of repetitions"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Random sound 4 : sound assignment"/>
|
|
<display item="Random sound 4 : Number of repetitions" label="Number of repetitions"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
</column>
|
|
</pane>
|
|
<pane>
|
|
<name>Sound - Motion</name>
|
|
<column>
|
|
<display item="Warning Signal Moving Forward"/>
|
|
<display item="Warning Signal Moving Backward"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Reed contact 1 sound"/>
|
|
<display item="Reed contact 2 sound"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Brake Application sound"/>
|
|
<display item="Brake Release Threshold" label="Brake Release Threshold (from V1.4)"/>
|
|
<display item="Brake Trigger Threshold" label="Brake Trigger Threshold (from V1.4)"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Trigger Threshold : Sound Output in Analog Mode" label="Motor starting RPM trigger - Analog"/>
|
|
<display item="Trigger Threshold : Sound Output in Digital Mode" label="Motor starting RPM trigger - Digital"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Starting Inhibit between starting-phase" label="Electric Locomotive only moves after starting sounds complete (from V2.2)"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<label>
|
|
<text>Electric Locomotive Multiple-contact switch (from V2.2)</text>
|
|
</label>
|
|
<display item="Trigger Threshold 1: Multiple-contact switch digital mode" label="Trigger Threshold 1"/>
|
|
<display item="Trigger Threshold 2: Multiple-contact switch digital mode" label="Trigger Threshold 2"/>
|
|
<display item="Trigger Threshold 3: Multiple-contact switch digital mode" label="Trigger Threshold 3"/>
|
|
<display item="Trigger Threshold 4: Multiple-contact switch digital mode" label="Trigger Threshold 4"/>
|
|
<display item="Trigger Threshold 5: Multiple-contact switch digital mode" label="Trigger Threshold 5"/>
|
|
<display item="Sound on accelerate, Multiple-contact switch" label="Multiple-contact Switch Sound"/>
|
|
<display item="Multiple-contact Switch Time Delay" label="Multiple-contact Switch Time Delay (from V2.6)"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Pulse generator : Control register"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Duration of a steam chuff"/>
|
|
<display item="Spacing between steam chuff"/>
|
|
</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" label="Volume Turn-on Phase (from V1.3)"/>
|
|
<display item="Volume Standing Phase" label="Volume Standing Phase (from V1.3)"/>
|
|
<display item="Volume Turn-off Phase" label="Volume Turn-off Phase (from V1.3)"/>
|
|
<display item="Volume Driving Phase" label="Volume Driving Phase (from V1.3)"/>
|
|
</column>
|
|
</pane>
|
|
<pane>
|
|
<name>Analog Controls</name>
|
|
<column>
|
|
<display item="Analog (DC) Operation"/>
|
|
</column>
|
|
<column>
|
|
<display item="Analog Mode Function Status - F1" format="checkbox"/>
|
|
<display item="Analog Mode Function Status - F2" format="checkbox"/>
|
|
<display item="Analog Mode Function Status - F3" format="checkbox"/>
|
|
<display item="Analog Mode Function Status - F4" format="checkbox"/>
|
|
<display item="Analog Mode Function Status - F5" format="checkbox"/>
|
|
<display item="Analog Mode Function Status - F6" format="checkbox"/>
|
|
</column>
|
|
</pane>
|
|
<pane>
|
|
<name>Miscellaneous</name>
|
|
<column>
|
|
<row>
|
|
<column>
|
|
<label>
|
|
<text>Consist (from V2.2)</text>
|
|
</label>
|
|
<separator/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Consist Address"/>
|
|
<display item="Consist Direction"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
</column>
|
|
</row>
|
|
<row>
|
|
<column>
|
|
<display item="Switching Speed: Command Allocation - Function Keys"/>
|
|
<display item="Engage/Disengage Acceleration/Deceleration Value: Command Allocation - Function Keys"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
</column>
|
|
</row>
|
|
<row>
|
|
<column>
|
|
<display item="Lag time with power buffer, digital operation"/>
|
|
<display item="Lag time with power buffer, analog operation"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
</column>
|
|
</row>
|
|
<row>
|
|
<column>
|
|
<label>
|
|
<text>Massoth configuration</text>
|
|
</label>
|
|
<separator/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Data Processing"/>
|
|
<display item="F1 Output"/>
|
|
<display item="Bus Type" label="Bus Type (from V2.6)"/>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
</column>
|
|
</row>
|
|
</column>
|
|
</pane>
|
|
<pane>
|
|
<name>CVs</name>
|
|
<column>
|
|
<cvtable/>
|
|
</column>
|
|
</pane>
|
|
</decoder-config>
|