Files
2026-06-17 14:00:51 +02:00

47 lines
2.5 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/28 step decoders" mfg="MRC" lowVersionID="3">
<model model="AD310"/>
<model model="AD330" formFactor="N" maxMotorCurrent="0.8A" numOuts="2" lowVersionID="1">
<size length="23.0" width="8.5" height="4.5" units="mm"/>
</model>
</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"/>
<xi:include href="http://jmri.org/xml/decoders/nmra/cv29speedSteps.xml"/>
<!-- CV 7-8 -->
<xi:include href="http://jmri.org/xml/decoders/nmra/mfgVersionId.xml"/>
</variables>
</decoder>
</decoder-config>