Files
JIMRI/xml/decoders/qsi/ProductNumber.xml
T
2026-06-17 14:00:51 +02:00

39 lines
2.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?><!-- Copyright (C) JMRI 2011 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. -->
<!-- standard model number definition ivariables-->
<variables 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">
<!-- CV 56.254 About Quantum Decoder -->
<variable label="Product Model High Byte" CV="56.254.4" readOnly="yes" comment="QSI" item="CV56.254.4">
<decVal/>
</variable>
<variable label="Product Model Low Byte" CV="56.254.5" readOnly="yes" comment="QSI" item="CV56.254.5">
<decVal/>
</variable>
<variable label="Firmware Build Number" CV="56.254.8" readOnly="yes" comment="QSI" item="CV56.254.8">
<decVal/>
</variable>
<variable label="Firmware Build Date.Month" CV="56.254.10" readOnly="yes" comment="QSI" item="CV56.254.10">
<decVal/>
</variable>
<variable label="Firmware Build Date.Day" CV="56.254.11" readOnly="yes" comment="QSI" item="CV56.254.11">
<decVal/>
</variable>
<variable label="Firmware Build Date.Year" CV="56.254.12" readOnly="yes" comment="QSI" item="CV56.254.12">
<decVal/>
</variable>
<!-- QSI Product ID -->
<variable label="Product Number" CV="56.254.5" readOnly="yes" item="Product Number">
<splitVal highCV="56.254.4"/>
</variable>
</variables>