46 lines
2.7 KiB
XML
46 lines
2.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
|
|
<!-- Copyright (C) JMRI 2014 All rights reserved -->
|
|
<!-- -->
|
|
<!-- JMRI is free software; you can redistribute it and/or modify it under -->
|
|
<!-- the terms of version 2 of the GNU General Public License as published -->
|
|
<!-- by the Free Software Foundation. See the "COPYING" file for a copy -->
|
|
<!-- of this license. -->
|
|
<!-- -->
|
|
<!-- JMRI is distributed in the hope that it will be useful, but WITHOUT -->
|
|
<!-- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -->
|
|
<!-- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -->
|
|
<!-- for more details. -->
|
|
<decoder-config xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://jmri.org/xml/schema/decoder-4-15-2.xsd">
|
|
<version author="Alain Le Marchand" version="1.0" lastUpdated="20140805"/>
|
|
<!-- Initial Version 1.0 created from Uhlenbrock_32100.xml version 2.0 -->
|
|
<version author="Egbert Broerse" version="2.0" lastUpdated="20180929"/>
|
|
<!-- Version 2.0 with includes of sound variables and IntelliSound pane -->
|
|
<!-- This decoder XML is meant to be used with the "Custom", "Advanced", "Comprehensive"
|
|
programmer formats as no SUSI variables have standard NMRA analogues.
|
|
Minimal JMRI version 3.8 -->
|
|
<decoder>
|
|
<family name="IntelliSound 3 Module" mfg="Uhlenbrock Elektronik" comment="Auxiliary Sound module for all locomotive decoders with SUSI connector">
|
|
<model model="32300" comment="IntelliSound 3-Module">
|
|
<size length="17.8" width="11.0" height="4.7" units="mm"/>
|
|
</model>
|
|
<model model="32304" comment="IntelliSound 3-Module with Sound">
|
|
<size length="17.8" width="11.0" height="4.7" units="mm"/>
|
|
</model>
|
|
</family>
|
|
<programming direct="yes" paged="yes" register="yes" ops="yes">
|
|
<capability>
|
|
<name>Indexed CV access</name>
|
|
<parameter name="PI">1021</parameter>
|
|
<parameter name="SI">0</parameter> <!-- Not used, but need to be declared for cvFirst to be read -->
|
|
<parameter name="cvFirst">true</parameter>
|
|
</capability>
|
|
</programming>
|
|
<variables>
|
|
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/soundVars7outputs.xml"/>
|
|
</variables>
|
|
</decoder>
|
|
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/soundPane7outputs.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/uhlenbrock/fmapPane7outputs.xml"/>
|
|
</decoder-config>
|