248 lines
9.9 KiB
XML
248 lines
9.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
|
|
<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"
|
|
suppressFunctionLabels="yes"
|
|
suppressRosterMedia="yes"
|
|
>
|
|
|
|
<version author="Bob Jacobsen" version="1" lastUpdated="20230205" />
|
|
<version author="Bob Milhaupt" version="2" lastUpdated="20240708" />
|
|
|
|
<decoder>
|
|
<family name="Series 7 Boards" mfg="Digitrax">
|
|
<model model="DS74"/>
|
|
</family>
|
|
|
|
<programming direct="no" paged="yes" register="no" ops="no">
|
|
<!-- paged yes allows initial setup and change of address -->
|
|
<mode>LOCONETBD7OPSWMODE</mode>
|
|
</programming>
|
|
|
|
<variables>
|
|
|
|
<variable CV="1" comment="Base Address" item="Long Address" default="1" infoOnly="yes" >
|
|
<!-- This is needed to set the Base Address value.
|
|
2037 is a practical maximum.
|
|
Note that the DS74 will allow higher numbers
|
|
to be set, but they will conflict with the
|
|
"interrogate" switches. -->
|
|
<splitVal highCV="2" upperMask="XXXXXVVV" default="0" min="1" max="2037"/>
|
|
<label>Base Address</label>
|
|
</variable>
|
|
|
|
<!-- CV7 is the product ID. Should be 0x74 (116 decimal) -->
|
|
<variable CV="7" item="Device Type" readOnly="yes">
|
|
<decVal min="0" max="255" />
|
|
<label>Device Type</label>
|
|
</variable>
|
|
|
|
<variable CV="8" item="Device Mfgr" readOnly="yes">
|
|
<decVal min="0" max="255"/>
|
|
<label>Device Manufacturer (NMRA number) </label>
|
|
</variable>
|
|
|
|
<variable CV="9" item="Serial Number" default="0" mask="VVVVVVVV" readOnly="yes">
|
|
<splitVal highCV="10" upperMask="VVVVVVVV"/>
|
|
<label>Serial Number</label>
|
|
</variable>
|
|
|
|
<variable CV="11" item="Output Type" default="0" tooltip="OpSw1-4" mask="XXXXVVVV">
|
|
<enumVal>
|
|
<enumChoice value="0">
|
|
<choice>pulse solenoid (4 outputs)</choice>
|
|
</enumChoice>
|
|
<enumChoice value="1">
|
|
<choice>slow motion (4 outputs)</choice>
|
|
</enumChoice>
|
|
<enumChoice value="5">
|
|
<choice>Light mode (8 outputs)</choice>
|
|
</enumChoice>
|
|
</enumVal>
|
|
<label>Output type: </label>
|
|
</variable>
|
|
|
|
<variable CV="11" item="Internal Routes" default="0" tooltip="OpSw06" mask="XXVXXXXX">
|
|
<enumVal>
|
|
<enumChoice>
|
|
<choice>enabled</choice>
|
|
</enumChoice>
|
|
<enumChoice>
|
|
<choice>disabled</choice>
|
|
</enumChoice>
|
|
</enumVal>
|
|
<label>Internal Routes are</label>
|
|
</variable>
|
|
|
|
<variable CV="12" item="Bushby" default="0" tooltip="OpSw10" mask="XXXXXXVX">
|
|
<enumVal>
|
|
<enumChoice>
|
|
<choice>disabled</choice>
|
|
</enumChoice>
|
|
<enumChoice>
|
|
<choice>enabled</choice>
|
|
</enumChoice>
|
|
</enumVal>
|
|
<label>Bushby Bit is</label>
|
|
</variable>
|
|
|
|
<variable CV="12" item="Input Lines" default="0" tooltip="OpSw11" mask="XXXXXVXX">
|
|
<enumVal>
|
|
<enumChoice>
|
|
<choice>do turnout, sensor commands</choice>
|
|
</enumChoice>
|
|
<enumChoice>
|
|
<choice>trigger routes</choice>
|
|
</enumChoice>
|
|
</enumVal>
|
|
<label>Input Lines</label>
|
|
</variable>
|
|
|
|
<variable CV="12" item="Command Source" default="0" tooltip="OpSw14" mask="XXVXXXXX">
|
|
<enumVal>
|
|
<enumChoice>
|
|
<choice>Loconet switch commands</choice>
|
|
</enumChoice>
|
|
<enumChoice>
|
|
<choice>DCC switch commands only</choice>
|
|
</enumChoice>
|
|
</enumVal>
|
|
<label>Command source is</label>
|
|
</variable>
|
|
|
|
<variable CV="12" item="Route Echo" default="0" tooltip="OpSw15" mask="XVXXXXXX">
|
|
<enumVal>
|
|
<enumChoice>
|
|
<choice>echo to Loconet</choice>
|
|
</enumChoice>
|
|
<enumChoice>
|
|
<choice>do not echo to Loconet</choice>
|
|
</enumChoice>
|
|
</enumVal>
|
|
<label>Route Switch Commands</label>
|
|
</variable>
|
|
|
|
<variable CV="12" item="Solenoid Pulse" default="0" tooltip="OpSw16" mask="VXXXXXXX">
|
|
<enumVal>
|
|
<enumChoice>
|
|
<choice>normal</choice>
|
|
</enumChoice>
|
|
<enumChoice>
|
|
<choice>high CD voltage</choice>
|
|
</enumChoice>
|
|
</enumVal>
|
|
<label>Solenoid Pulse</label>
|
|
</variable>
|
|
|
|
<variable CV="14" item="InterrogateSwitches" default="0" tooltip="OpSw30" mask="XXVXXXXX">
|
|
<enumVal>
|
|
<enumChoice>
|
|
<choice>Disabled</choice>
|
|
</enumChoice>
|
|
<enumChoice>
|
|
<choice>Enabled</choice>
|
|
</enumChoice>
|
|
</enumVal>
|
|
<label>'Interrogate' causes reporting of switch positions: </label>
|
|
</variable>
|
|
|
|
<variable CV="16" item="CP1Led" default="0" tooltip="OpSw44 (13Dec2022 firmware and later)" mask="XXXXVXXX">
|
|
<enumVal>
|
|
<enumChoice>
|
|
<choice>Enabled</choice>
|
|
</enumChoice>
|
|
<enumChoice>
|
|
<choice>Disabled</choice>
|
|
</enumChoice>
|
|
</enumVal>
|
|
<label>CP1 LED is </label>
|
|
</variable>
|
|
|
|
</variables>
|
|
</decoder>
|
|
<pane xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://jmri.org/xml/schema/programmer.xsd">
|
|
<name>CVs</name>
|
|
<column>
|
|
<row>
|
|
<cvtable/>
|
|
</row>
|
|
<row>
|
|
<column>
|
|
<label>
|
|
<text><html>The "CV" column in the table above shows CV
|
|
numbers, not the Op Switch number.<p>To see those, hover
|
|
your mouse over a variable on the OpSw Settings pane.
|
|
<p>CVs 1 and 2 are the low and high (respectively) 8-bit
|
|
"Base Address" values.<p>The "Base Address" is practically
|
|
limited to 2033, max.<p>The "Roster" tool and its
|
|
Roster entries <em> cannot</em> change the
|
|
"Base Address".
|
|
</text>
|
|
</label>
|
|
</column>
|
|
</row>
|
|
</column>
|
|
|
|
</pane>
|
|
<pane>
|
|
<name>Basic</name>
|
|
<column>
|
|
<display item="Long Address"/>
|
|
<label>
|
|
<text><html>
|
|
<p>This roster entry will only access the specified
|
|
board if the Base Address specified above <br>was
|
|
correctly entered when the roster entry was first created.
|
|
You <em>cannot</em> change it in the Roster Entry.
|
|
</html></text>
|
|
</label>
|
|
<label>
|
|
<text> </text>
|
|
</label>
|
|
<display item="Device Type"/>
|
|
<display item="Device Mfgr"/>
|
|
<display item="Serial Number"/>
|
|
</column>
|
|
</pane>
|
|
|
|
<pane>
|
|
<name>OpSw Settings</name>
|
|
<column>
|
|
<label><text><html><span style="color: black;"><h2><strong>Output Controls Characteristics</strong></h2></html></text></label>
|
|
<display item="Output Type"/>
|
|
<display item="Solenoid Pulse"/>
|
|
<label><text> </text></label>
|
|
<separator/>
|
|
<label><text><html><span style="color: black;"><h2><strong>Control Source Characteristics</strong></h2></html></text></label>
|
|
<display item="Command Source"/>
|
|
<display item="Bushby"/>
|
|
<label><text> </text></label>
|
|
<separator/>
|
|
<label><text><html><span style="color: black;"><h2><strong>Local Inputs Characteristics</strong></h2></html></text></label>
|
|
<display item="Input Lines"/>
|
|
<label><text> </text></label>
|
|
<label>
|
|
<text><html><span style="color: green;"><em>
|
|
The "Interrogate Switches" settings, below, apply to
|
|
DS74 "April 7, 2022, <p> (version 0.4)" and later firmware. Previous firmware versions
|
|
do <p>not implement these OpSws.</text> </label>
|
|
<display item="InterrogateSwitches"/>
|
|
<label><text> </text></label>
|
|
<label>
|
|
<text><html><span style="color: green;"><em>
|
|
The "Interrogate Switches" settings, below, apply to
|
|
DS74 "December 13, 2022, <p> (version 0.6)" and later firmware. Previous firmware versions
|
|
do <p>not implement these OpSws.</text> </label>
|
|
<display item="CP1Led"/>
|
|
<label><text> </text></label>
|
|
<separator/>
|
|
<label><text><html><span style="color: black;"><h2><strong>Local Routes Characteristics</strong></h2></html></text></label>
|
|
<display item="Internal Routes"/>
|
|
<display item="Route Echo"/>
|
|
</column>
|
|
</pane>
|
|
|
|
</decoder-config>
|