#****************************************************************************

#

#       Project         : Server/Loader V4.10

#       Component       : Server example.

#       File            : README

#       Author          : 

#       Description     : 

#       History         : 

#

#****************************************************************************



This example program as-is works with two HEPC9's, with each HEPC9
having a HERON4 module in slot 1. Both HEPC9's must have an EM2, and
must be connected channel 0 <-> channel 0. The HEPC9 board ID's must
be 0 and 1 (board ID is the red switch in the upper left corner of
the HEPC9).

If your configuration is different, please edit the "network" file.

Note that this example cannot run with HEPC8, HEPC6 and legacy
boards (C4x boards). The example can only be run with boards that
support Inter-Board Connectors such as EM2 or EM1.



To run the example, please first compile/link 'module1.c' for the

first procesor and 'module2.c' for the second processor. Once you

have a 'module1.out' and 'module2.out', run the example, type



	./w32 v



To compile the C6x example, you need access to Code Composer Studio.

At the time of writing this, Code Composer Studio is only available

for Windows. Using Code Composer Studio, with the Create New HERON-

API Project plug-in, create a new project for module1 and module2.

If you name the new project 'module1.mak', then 'module1.c' will be

automatically included. Similarly, when creating a new project for

the second processor, name it 'module2.mak', so that 'module2.c'

will be included automatically.



The Server/Loader uses a network description file (called "network")

to decide what nodes need to be loaded via what links. This is further

described in the manual ("svloader.pdf" in the manuals directory on
the Hunt Engineering CD).



09/08/2003

