43 lines
2.2 KiB
XML
43 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
|
|
<!-- Copyright (C) JMRI 2002 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="Bob Jacobsen" version="1" lastUpdated="20020405"/>
|
|
<decoder>
|
|
<family name="MRC 14 step decoders" mfg="MRC">
|
|
<model model="AD305" comment="14 step only"/>
|
|
</family>
|
|
<programming direct="no" paged="no" register="yes" ops="no"/>
|
|
<variables>
|
|
<!-- Register 1 -->
|
|
<xi:include href="http://jmri.org/xml/decoders/nmra/shortAddressOnly.xml"/>
|
|
<!-- Register 2 -->
|
|
<variable item="Vstart" CV="2" comment="A value of 255 corresponds to 100%">
|
|
<decVal/>
|
|
<label>Vstart</label>
|
|
<label xml:lang="it">Volt Partenza</label>
|
|
<label xml:lang="fr">V démarr.</label>
|
|
<label xml:lang="de">Startspannung</label>
|
|
<comment>A value of 255 corresponds to 100%</comment>
|
|
</variable>
|
|
<!-- CV 3-4 -->
|
|
<xi:include href="http://jmri.org/xml/decoders/nmra/accelDecel.xml"/>
|
|
<!-- Register 5 -->
|
|
<!-- CV=29 -->
|
|
<xi:include href="http://jmri.org/xml/decoders/nmra/cv29direction.xml"/>
|
|
<!-- CV 7-8 -->
|
|
<xi:include href="http://jmri.org/xml/decoders/nmra/mfgVersionId.xml"/>
|
|
</variables>
|
|
</decoder>
|
|
</decoder-config>
|