1 The environments

1.1 Software Environment

  o OS is SIMPOS Version 7.1
  o Programming Language is ESP

1.2  Hardware Environment

  o Machine is Mitsubisi PSI II
  o The Ether board and Ethernet is necessary for groupware function.
    The network must capable to TCP/IP.
  o Memory is necessary to standard configuration of PSI II
  o Disk space is necessary about 1.5M bytes. It does not include the
  space for saving compiled code with librarian.

Following figure is an example of network configuration.

     +---------------------------------------------------------------------+
     |           +-------+     +-------+     +-------+                     |
     |           |PSI II |     |PSI II |     |PSI II |                     |
     |           +---+---+     +---+---+     +---+---+                     |
     |               |             |             |                         |
     |               |             |             |                         |
     |           +---+---+     +---+---+     +---+---+     +-------+       |
     | O---------+ T  C  +-----+ T  C  +-----+ T  C  +-----+ T  C  +----O  |
     |           +-------+     +-------+     +-------+     +---+---+       |
     |TM                                                       |        TM |
     |                                                     +---+---+       |
     |                    ETHERNET                         | G  W  |       |
     |                                                     +-------+       |
     +----------------------------------------------------------|----------+
							      |\|
     +-----------------------------------------------+	      |
     |                         |                     |   +-----------+
     |                         |                     |   | DDX Packet|
     |          +-------+  +---+---+     +-------+   | --| Network   |
     |          |PSI II +--+ T  C  +-----+ G  W  +-----\ +-----------+
     |          +-------+  +---+---+     +-------+   |
     |                         |                     |
     |                         |                     |
     +-----------------------------------------------+

                                    TC:Transceiver
                                    GW:Gate Way
                                    TM:TerMinator


2  Installation procedure.

You need to do following procedure to install GRAPE.

    1. Copy the fonts and icons to system area of file system.
    2. Catalogue all the files under ./src .
    3. If you use TCP/IP, add TCP port names to >sys>tcpip>net_config.dat .
	There is example of net_config.dat in ./install .
    4. Add menu item to invoke GRAPE to login.com .


2.1 Copy the fonts and icons files.

Copy the  fonts and icons files under ./install directory into system
area of file system.
Procedures are:

    1 Start the file manipulator.
    2 go to ./install directory.
    3 select 'Copy' in the directory menu, then type in followings:
	Copy> *.font
	To> >sys>font>*.*
	Copy> *.icon
	To> >sys>icon>*.*
	Copy> 

2.2 Cataloging the source files.

Catalogue the all source files under ./src directory.
Procedures are:

    1  if it is succeeding to 2.1 then go to ../src directory,
	else start file manipulator and go to ./src directory.
    2 Select 'Catalogue' from directory menu, then type in followings:
	Catalogue> *.*
	    ... cataloging messages ...
	Catalogue>


2.3 Settings for networks

You need to set the networks if you want to use GRAPE on networks.
To set the networks, add the followings four port names and addresses
after '@@process' after '@spawn' in the >sys>tcpip>net_config.dat
file.
        3000,sender;
        3001,rcver;
        3002,ctlsender;
        3003,ctlrcver;

Or you can simply copy the ./install/net_config.dat to
>sys>tcpip>net_config.dat with file manipulator.


2.4  Modification of the system menu

You need to modify the login.com file to start GRAPE from system menu.
It can be done by adding following line to the definition of menu in
your login.com.

                    { "GRAPE system", grape_system }

Or, you can simply copy the ./install/login.com to your home
directory with file manipulator.


Please enjoy the GRAPE!

Haruyasu Ueda (ueda@iias.flab.fujitsu.co.jp).


