$ EDS file for 1784-PM16SE SERCOS interface Module
$
$	This is a generic EDS file. It is generic because it must
$	be modified and renamed with every major release of the
$	product. The EDS file name is generated from the following
$	four product attributes (Examples shown):
$		vendor code	1
$		product type	16
$		product code	7
$		product revision 12.1 (MajRev/MinRev)
$
$	Covert the values to a 4 digit hexadecimal format - 0x0000.
$	The Product rev is handled uniquely. The Major rev is placed
$	in the upper 2 digits and the minor rev is ignored and is
$	always considered 0. So a Major.Minor of 12.1 would actually
$	result in 0x0C00.
$
$	Combine as follows:
$	VendCode + ProdType + Prodcode + MajRev + "00.eds"
$	"0001" + "0010" + "0007" + "0C" + "00.eds"
$	
$	The new name for the EDS file for the V12 Major release should
$	now equal "0001001000070C00.eds"
$
$	It will need modified at least once every major revision of
$	the product. Then renamed for release with that product version.
$
$ Revision history:
$       1.0   06-07-2002      Initial versions generated during the R12
$                             Logix release. 
$       1.1   08-16-2002      History added, Updated such that all Sercos
$                             modules have equivalent format.
$                             changed Icon, Prod Type string to that
$                             in reg doc on PDG. Corrected EDS file rev
$                             From 12.x to 1.1. Removed PORT section
$                             as we don't yet have the port obj implemented.
$       1.2   04-11-2003      For V13 Release. Change Prod Typ String back
$                             to Position Controller, apparently ASA spec is
$                             wrong. Add home URL.
$       1.3   04-23-2003  JVP For V13 Release. Add a second port definition
$                             to support Port Object and Virtual Backplane
$                             Object needed to support ControlFlash for
$                             SERCOS feature.
$	1.4   05-12-2004  JVP For V14 Release.
$       1.5   11-23-2004  JVP For V15 Release.
$       1.6   12-01-2004  JVP For V16 Release.

[File]
	DescText = "1784-PM16SE EDS file";
	CreateDate = 06-07-2002;
	CreateTime = 08:40:00;
	ModDate = 12-01-2004;
	ModTime = 09:54:00;
	Revision = 1.6;
	HomeURL = "http://www.ab.com/networks/eds/XX/0001001000071000.eds";   $ Correct every release.


[Device]
	VendCode = 1;
	VendName = "Allen-Bradley";
	ProdType = 16;
	ProdTypeStr = "Position Controller";
	ProdCode = 7;
	MajRev = 16;
	MinRev = 1;
	ProdName = "1784-PM16SE 16-Axis SERCOS interface";
	Catalog = "1784-PM16SE";
	Icon = "io_grey.ico";

[Device Classification]
	Class1 = 1_RSNetWorx_Virtual_Backplane,1_RSNetWorx_Not_Connectable_Module;


[Port]
	Port2 = 1_Virtual_Backplane,
		"SERCOS interface",  $ Name of port, must match name in module FW.
                "21 00 00 03 24 01", $ instance 1 of Virtual Backplane Object 
		2;                   $ Port Number 2

	Port1 = 1_1756_Chassis,
		"Backplane",         $ Name of port.
		"20 66 24 01",       $ instance of 1 of the icp object
		1;                   $ Port Number 1


[Modular]
	Width = 1;                                                             $ Occupies a single slot
	Rack1 = 1,0x6c,0x37,1,1,,,,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16;     $ SoftLogix 17 Slot Chassis, no slot 0
