Files
JIMRI/xml/decoders/NCE_Light-It_mobile.xml
2026-06-17 14:00:51 +02:00

90 lines
4.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
<!-- Copyright (C) JMRI 2001, 2005, 2007, 2-009, 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" showEmptyPanes="no">
<copyright xmlns="http://docbook.org/ns/docbook">
<year>2017</year>
<holder>JMRI</holder>
</copyright>
<authorgroup xmlns="http://docbook.org/ns/docbook">
<author>
<personname>
<firstname>Dave</firstname>
<surname>Heap</surname>
</personname>
</author>
</authorgroup>
<revhistory xmlns="http://docbook.org/ns/docbook">
<revision>
<revnumber>1</revnumber>
<date>2017-11-14</date>
<authorinitials>DGH</authorinitials>
<revremark>Created</revremark>
</revision>
</revhistory>
<decoder>
<family name="Signal and Lighting" mfg="North Coast Engineering">
<model model="Light-It - Mobile mode" connector="Wires">
<output name="1" label="White/Green"/>
<output name="2" label="Yellow"/>
<output name="3" label="Green"/>
<size length="18" width="15" height="5" units="mm"/>
<protocols>
<protocol>dcc</protocol>
</protocols>
</model>
<model model="Illuminator - Mobile mode" connector="Wires">
<output name="1" label="White/Green"/>
<output name="2" label="Yellow"/>
<output name="3" label="Green"/>
<size length="18" width="15" height="5" units="mm"/>
<protocols>
<protocol>dcc</protocol>
</protocols>
</model>
</family>
<programming direct="no" paged="no" register="no" ops="yes">
<capability>
<name>Ops Mode Delayed Programming</name>
<parameter name="Delay">500</parameter>
</capability>
<mode>OPSBYTEMODE</mode>
</programming>
<variables>
<!-- Add dummy variables first to set up opsOnly mode for shortAndLongAddress -->
<variable CV="1" item="Dummy 1" opsOnly="yes">
<decVal/>
</variable>
<variable CV="17" item="Dummy 17" opsOnly="yes">
<decVal/>
</variable>
<variable CV="18" item="Dummy 18" opsOnly="yes">
<decVal/>
</variable>
<variable CV="29" item="Dummy 29" opsOnly="yes">
<decVal/>
</variable>
<xi:include href="http://jmri.org/xml/decoders/nmra/shortAndLongAddress.xml"/>
<xi:include href="http://jmri.org/xml/decoders/nce/lightItCVs.xml"/>
</variables>
<resets>
<mode>OPSBYTEMODE</mode>
<factReset label="Reset All CVs" CV="128" default="170">
<label xml:lang="it">Reset delle CV ai valori di fabbrica</label>
</factReset>
</resets>
</decoder>
<xi:include href="http://jmri.org/xml/decoders/nce/lightItBasicPane.xml"/>
<xi:include href="http://jmri.org/xml/decoders/nce/lightItOutputsPane.xml"/>
</decoder-config>