56 lines
2.4 KiB
XML
Executable File
56 lines
2.4 KiB
XML
Executable File
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
|
|
<!-- Copyright (C) JMRI 2002, 2004 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="brorson@theworld.com" version="1" lastUpdated="20120927"/>
|
|
<decoder>
|
|
|
|
<family name="Tortoise driver" mfg="Electroniscript, inc" comment="DCC speaking driver for Tortoise">
|
|
<model model="SDD-001" lowVersionID="1"/>
|
|
</family>
|
|
|
|
<programming direct="yes" paged="no" register="no" ops="yes"/>
|
|
|
|
<variables>
|
|
|
|
<!-- commented out because without a type specification element it doesn't do anything
|
|
<variable item="Decoder Address lo" CV="1" default="03">
|
|
<label>Decoder address low byte</label>
|
|
</variable>
|
|
|
|
<variable item="Pushbutton lockout" CV="2" default="01">
|
|
<label>Pushbutton lockout</label>
|
|
</variable>
|
|
|
|
<variable CV="7" item="Decoder Version" readOnly="yes">
|
|
<label>Revision</label>
|
|
</variable>
|
|
|
|
<variable CV="8" item="Manufacturer" readOnly="yes" default="94">
|
|
<label>Manufacturer ID</label>
|
|
</variable>
|
|
|
|
<variable item="Decoder Address hi" CV="9" default="0">
|
|
<label>Decoder address high byte</label>
|
|
</variable>
|
|
|
|
<variable item="Configuration" CV="29" readOnly="yes" default="192">
|
|
<label>Configuration</label>
|
|
</variable>
|
|
-->
|
|
|
|
</variables>
|
|
|
|
</decoder>
|
|
</decoder-config>
|