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

63 lines
2.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
<!-- Copyright (C) JMRI 2010 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="Michael Mosher" version="1" lastUpdated="20100204"/>
<version author="Michael Mosher" version="2" lastUpdated="20150728"/>
<!-- Version 1 - new file -->
<!-- Version 2 - change mfg to MTH Electric Trains, Inc. -->
<decoder>
<family name="MTH HO PS3" mfg="MTH Electric Trains, Inc.">
<model model="MTH HO PS3"/>
</family>
<programming direct="no" paged="no" register="no" ops="yes"/>
<variables>
<xi:include href="http://jmri.org/xml/decoders/nmra/shortAndLongAddress.xml"/>
<!-- CV 3-4 -->
<xi:include href="http://jmri.org/xml/decoders/nmra/accelDecel_255.xml"/>
<!-- CV=29 Speed Steps -->
<xi:include href="http://jmri.org/xml/decoders/nmra/cv29speedSteps.xml"/>
<variable item="Short Address Alt Access" CV="49" comment="Short address" default="03">
<shortAddressVal/>
<label>Short Address Alt Access</label>
<comment>Short address</comment>
</variable>
<variable item="Extended Address Alt Access" CV="50" tooltip="Sets the Extended (Long) address, range 0-9999">
<longAddressVal/>
<label>Extended Address Alt Access</label>
</variable>
</variables>
<resets>
<factReset label="Reset All CVs" CV="55" default="55">
<label xml:lang="it">Reset delle CV ai valori di fabbrica</label>
</factReset>
</resets>
</decoder>
<pane>
<column>
<display item="Short Address Alt Access"/>
<display item="Extended Address Alt Access"/>
<label>
<text>For controllers that prohibit address changes on POM (Ops mode programming)</text>
</label>
<label>
<text> </text>
</label>
<label>
<text>Reset only works if value of 55 is sent to CV55 on address 55.</text>
</label>
</column>
<name>MTH</name>
</pane>
</decoder-config>