<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
<!DOCTYPE decoder-config SYSTEM "../DTD/decoder-config.dtd">

<!-- Copyright (C) JMRI 2002, 2004 All rights reserved -->
<!-- $Id: MERG_DCCACC.xml,v 1.5 2007/09/21 05:49:32 jacobsen Exp $ -->
<!--                                                                        -->
<!-- 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>
		<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"></programming>

	<variables>
		<variable label="Decoder Address" CV="513" mask="VVVVVVVV" comment="Decoder address">
			<decVal min="1" max="63"/>
			</variable>

		<variable label="A Output Milliseconds" CV="515" mask="VVVVVVVV">
			<decVal min="0" max = "255"/>
			</variable>

		<variable label="B Output Milliseconds" CV="516" mask="VVVVVVVV">
			<decVal min="0" max = "255"/>
			</variable>

		<variable label="C Output Milliseconds" CV="517" mask="VVVVVVVV">
			<decVal min="0" max = "255"/>
			</variable>

		<variable label="D Output Milliseconds" CV="518" mask="VVVVVVVV">
			<decVal min="0" max = "255"/>
			</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>
</pane>

</decoder-config>

