89 lines
5.6 KiB
XML
89 lines
5.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
|
|
<!-- Copyright (C) JMRI 2022, 2023 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="Ulrich Gerlach" version="1" lastUpdated="2026-12-01"/>
|
|
<!-- Version 1 - Piko SUSI Light Controller BR 62 TT -->
|
|
<!-- WARNING: output names fully linked to function mapping include file - do not change independently -->
|
|
<decoder>
|
|
<family name="PIKO SUSI Lichtcontroller V4" mfg="PIKO" lowVersionID="0" highVersionID="29" comment="Decoders not sorted (necessarily) in numerical order">
|
|
<!-- to be checked by hardware owner -->
|
|
<model model="PIKO SUSI LC4" numOuts="8" numFns="31" maxMotorCurrent="1.0A" formFactor="N" connector="SUSI" productID="LC4" comment="Piko SUSI Lichtcontroller V4">
|
|
<output name="1" label="LC_A1" connection="plug" maxcurrent="50 mA"/>
|
|
<output name="2" label="LC_A2" connection="plug" maxcurrent="50 mA"/>
|
|
<output name="3" label="LC_A3" connection="plug" maxcurrent="50 mA"/>
|
|
<output name="4" label="LC_A4" connection="plug" maxcurrent="50 mA"/>
|
|
<output name="5" label="LC_A5" connection="plug" maxcurrent="50 mA"/>
|
|
<output name="6" label="LC_A6" connection="plug" maxcurrent="50 mA"/>
|
|
<output name="7" label="LC_A7" connection="plug" maxcurrent="50 mA"/>
|
|
<output name="8" label="LC_A8" connection="plug" maxcurrent="50 mA"/>
|
|
<size length="1" width="1" height="1" units="mm"/>
|
|
</model>
|
|
<model model="PIKO SUSI LC4 BR 62-TT" numOuts="3" numFns="31" maxMotorCurrent="1.0A" formFactor="N" connector="SUSI" productID="LC4_BR62-TT" comment="Piko BR 62 SUSI Lichtcontroller V4">
|
|
<output name="1" label="LC_A1" connection="plug" maxcurrent="50 mA"/>
|
|
<output name="2" label="LC_A2" connection="plug" maxcurrent="50 mA"/>
|
|
<output name="3" label="LC_A3" connection="plug" maxcurrent="50 mA"/>
|
|
<size length="1" width="1" height="1" units="mm"/>
|
|
</model>
|
|
</family>
|
|
<programming direct="yes" paged="no" register="no" ops="yes">
|
|
<capability>
|
|
<name>Indexed CV access</name>
|
|
<parameter name="PI">1021</parameter>
|
|
<parameter name="cvFirst">true</parameter>
|
|
</capability>
|
|
<capability>
|
|
<name>Ops Mode Delayed Programming</name>
|
|
<parameter name="Delay">1000</parameter>
|
|
</capability>
|
|
</programming>
|
|
<variables>
|
|
<!-- CV 1, 17, 29 bit 5 -->
|
|
<xi:include href="http://jmri.org/xml/decoders/nmra/shortAndLongAddress.xml"/>
|
|
<variable item="Manufacturer" CV="980.1021=0" readOnly="yes" default="162">
|
|
<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>
|
|
<label xml:lang="nl">Fabrikant-ID: </label>
|
|
<label xml:lang="cs">ID výrobce: </label>
|
|
</variable>
|
|
<variable item="Decoder Version" CV="981.1021=0" readOnly="yes" default="4">
|
|
<decVal/>
|
|
<label>Manufacturer Version No: </label>
|
|
<label xml:lang="it">Versione Decoder: </label>
|
|
<label xml:lang="fr">Version décodeur: </label>
|
|
<label xml:lang="de">Decoder Version: </label>
|
|
<label xml:lang="nl">Versie van decoder: </label>
|
|
<label xml:lang="cs">Verze dekodéru: </label>
|
|
</variable>
|
|
<!-- Interner Lichtdecoder CV897 - 1024 -->
|
|
<xi:include href="http://jmri.org/xml/decoders/piko/cv897-1024_LC5_v5.1.xml"/>
|
|
</variables>
|
|
<resets>
|
|
<factReset label="Reset Default SUSI Light Controller" CV="1019.1021=0" default="255">
|
|
<label xml:lang="de">Reset Werkseinstellungen SUSI Lichtdecoder (CV1019 = 255)</label>
|
|
<label xml:lang="cs">Reset</label>
|
|
</factReset>
|
|
<factReset label="Outputs Test Mode" CV="1018.1021=0" default="128">
|
|
<label xml:lang="de">Test Modus: Alle Ausgänge ein- und ausschalten (CV1018 = 128)</label>
|
|
<label xml:lang="cs">Test</label>
|
|
</factReset>
|
|
</resets>
|
|
</decoder>
|
|
<!-- special panes -->
|
|
<xi:include href="http://jmri.org/xml/decoders/piko/PanePikoLichtDecoder_LC5_v5.1.xml"/>
|
|
</decoder-config>
|
|
|