<?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 -->
<!-- $Id: MERG_DCCACC.xml 17977 2011-07-18 17:23:46Z zoo $ -->
<!--                                                                        -->
<!-- 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.xsd">
  <version author="dave@bayworld.com" version="1" lastUpdated="20021128"/>
  <decoder>
    <family name="DCCACC" mfg="MERG" comment="DCCACC is a stationary decoder, but it can be programmed in the usual way">
      <model model="DCCACC"/>
    </family>
    <programming direct="no" paged="yes" register="no" ops="no"/>
    <variables>
      <variable label="Decoder Address" CV="513" mask="VVVVVVVV" comment="Decoder address">
        <decVal min="1" max="63"/>
        <label>Decoder Address</label>
        <comment>Decoder address</comment>
      </variable>
      <variable label="A Output Milliseconds" CV="515" mask="VVVVVVVV">
        <decVal min="0" max="255"/>
        <label>A Output Milliseconds</label>
      </variable>
      <variable label="B Output Milliseconds" CV="516" mask="VVVVVVVV">
        <decVal min="0" max="255"/>
        <label>B Output Milliseconds</label>
      </variable>
      <variable label="C Output Milliseconds" CV="517" mask="VVVVVVVV">
        <decVal min="0" max="255"/>
        <label>C Output Milliseconds</label>
      </variable>
      <variable label="D Output Milliseconds" CV="518" mask="VVVVVVVV">
        <decVal min="0" max="255"/>
        <label>D Output Milliseconds</label>
      </variable>
    </variables>
  </decoder>
  <pane name="DCCACC">
    <column>
      <display item="Decoder Address"/>
      <display item="A Output Milliseconds"/>
      <display item="B Output Milliseconds"/>
      <display item="C Output Milliseconds"/>
      <display item="D Output Milliseconds"/>
    </column>
    <name>DCCACC</name>
  </pane>
</decoder-config>

