$ EDS file for 1768-M04SE 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 Following items must be modified for each
$	major release of the product. New product features may
$	require changes in other sections.
$
$	1) Update the [File] Revision.
$	2) Update the [File] ModDate and ModTime.
$	3) Update the [File] HomeURL with the new name of this file
$	   for the new release. (see below)
$	4) Update the [Device] MajRev to the new major rev of the
$	   product this file is associated with.
$
$	EDS FILE NAME CREATION:
$	The EDS file name is generated from the following four
$	product attributes (Examples shown):
$		vendor code	1
$		product type	16
$		product code	2
$		product revision 14.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 14.1 would actually
$	result in 0x0E00.
$
$	Combine as follows:
$	VendCode + ProdType + Prodcode + MajRev + "00.eds"
$	"0001" + "0083" + "0002" + "0E" + "00.eds"
$	
$	The new name for the EDS file for the V14 Major release should
$	now equal "0001008300020E00.eds"
$
$ EDS File Revision history:
$
$       1.0   06-18-2004  JVP Initial V14 release.
$       1.1   11-23-2004  JVP For V15 release
$       1.2   03-01-2005  JJK Change to new 1768 icon

[File]
	DescText = "1768-M04SE EDS file";
	CreateDate = 06-18-2004;
	CreateTime = 11:53:53;
	ModDate = 03-01-2005;
	ModTime = 08:00:00;
	Revision = 1.2;
	HomeURL = "http://www.ab.com/networks/eds/XX/0001008300020F00.eds";   $ Correct every release.


[Device]
	VendCode = 1;
	VendName = "Allen-Bradley";
	ProdType = 131;
	ProdTypeStr = "Position Controller";
	ProdCode= 2;
	MajRev = 15;
	MinRev = 1;
	ProdName = "1768-M04SE";
	Catalog = "1768-M04SE";
	Icon = "1768module.ico";


[Device Classification]
	Class1 = 1_RSNetWorx_1756, 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,0x60,1,1,,,,1,2;       $ 1768 3-Slot Bus, slot 1 or 2
        Rack2  = 1,0x6c,0x61,1,1,,,,1,2,3,4;   $ 1768 5-Slot Bus, slot 1,2,3 or 4
