32 lines
2.0 KiB
XML
32 lines
2.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
|
|
<!-- Copyright (C) JMRI 2020 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" showEmptyPanes="no" >
|
|
<version version="1" author="Svata Dedic svatopluk.dedic@gmail.com" lastUpdated="20200201"/>
|
|
<decoder>
|
|
<!-- These decoders are registered / certified NMRA, and are/were sold by http://digi-cz.cz -->
|
|
<family name="fucik.name" mfg="Fucik" >
|
|
<model model="ServoDecoder v5.x" lowVersionID="53" highVersionID="55" numOuts="4" connector="other"/>
|
|
</family>
|
|
<programming direct="yes" paged="no" register="yes" ops="no" />
|
|
|
|
<variables>
|
|
<xi:include href="http://jmri.org/xml/decoders/fucik/servodecoder_vars_common.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/fucik/servodecoder_vars_2_4.xml"/>
|
|
</variables>
|
|
</decoder>
|
|
<xi:include href="http://jmri.org/xml/decoders/fucik/servodecoder_panels_basic.xml"/>
|
|
<xi:include href="http://jmri.org/xml/decoders/fucik/servodecoder_panels_2_4.xml"/>
|
|
</decoder-config>
|