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

63 lines
2.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
<!-- Copyright (C) JMRI 2003, 2004, 2005 All rights reserved -->
<!-- See the COPYING file for more information on licensing and appropriate use -->
<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="John Crellin" version="1.0" lastUpdated="20111003"/>
<version author="Michael Mosher" version="2" lastUpdated="20200109"/>
<!-- Version 2 - change mfg to match name in NMRA.xml -->
<decoder>
<family name="Function Only, with transponding" mfg="KATO Precision Models">
<model model="FL11" lowVersionID="0"/>
</family>
<programming direct="byteOnly" paged="yes" register="yes" ops="no"/>
<variables>
<xi:include href="http://jmri.org/xml/decoders/nmra/shortAddressOnly.xml"/>
<variable CV="7" item="Decoder Version" readOnly="yes" default="0">
<decVal/>
<label>Version ID</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" item="Manufacturer" default="129">
<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="61" mask="XXXXXXXV" item="F0 use">
<enumVal>
<enumChoice choice="Off"/>
<enumChoice choice="On"/>
</enumVal>
<label>Use F0 for function control</label>
</variable>
<variable CV="61" mask="XXXXXXVX" item="Transpond" default="1">
<enumVal>
<enumChoice choice="Off"/>
<enumChoice choice="On"/>
</enumVal>
<label>Digitrax Transponding</label>
</variable>
<variable CV="64" mask="XXXXXXXV" item="ControlFn">
<enumVal>
<enumChoice choice="F0"/>
<enumChoice choice="F3"/>
<enumChoice choice="F5"/>
</enumVal>
<label>Function controlling output</label>
</variable>
</variables>
</decoder>
<pane>
<name>Function Output</name>
<column>
<display item="Transpond"/>
<display item="ControlFn"/>
<display item="F0 use" format="checkbox" tooltip="Do not check this box if 'F0' is not selected above"/>
</column>
</pane>
</decoder-config>