simulacion y gestion integral s.l.
www.salondigital.org/sygimap

----------------------------------------------------------------------------------------------

SyGImap. Last revision: SGI_v20070910 - 10 SEPTEMBER 2007

----------------------------------------------------------------------------------------------

SyGImap_es.zip

Content:

	Readme.txt (instalation and use instructions)

	activeSyGImap_en.pdf (SyGImap manual and specifications)

	activeSyGImap.ocx (SyGImap ActiveX)

	Demo_program.exe (executable program using SyGImap)

	SyGImap_en.html (sample of SyGImap integration in the web explorer)

	Spain map in UTM coords (DXF format)

	Vehicle traffic sample over geographic map

	Railway sample traffic over rail scheme

	sygimap_messages.pas (consts and message structs for Delphi)

	sygimap_messages.h (consts and message structs for C)

	registerOCX.bat (install the component)

	un-registerOCX.bat (uninstall the component)


Please read activeSyGImap_en.pdf to know about the component before you use it.

----------------------------------------------------------------------------------------------

INSTALLING SyGImap ACTIVEX CONTROL

Unzip SyGImap_en.zip and execute (double clic) the archive registerOCX.bat to register the 
ActiveX SyGImap control.

To uninstall the control execute (double clic): un-registerOCX.bat.

----------------------------------------------------------------------------------------------

USING DEMO PROGRAMS

Download the data servers (archive: dataServers.zip) and unzip its content to the disk.

1. Execute TCPServer.exe or UDPServer.exe (or both if you plane to work with the two protocols
   simultaneously).

2. Execute Demo_program.exe application or open SyGImap_es.html with the web browser (or both
   at a the same time if you plane to work with two instances of SyGImap).

If the firewall asks you for permission about programs accesing ports, answer yes to unblock
this SyGImap programs.

----------------------------------------------------------------------------------------------

LOCAL WORK (localhost).

SyGImap is preconfigured to work on local so you can start the data transfer from server at 
this moment.

1. In the combobox select the demo (BUS or TRAIN).

2. Clic 'Begin demo' button to start (clic STOP button to abort sending data to SyGImap).

If you are working with two SyGImap instances you must execute two data servers and configure
ports to send each instance a different (or the same) demo.

Use options:

	'Send text message' to send text chains to SyGImap
	'Change active map' to change the active map from the server
	'Send all object data' to send full object data
	'Send only position' to send object position data
	
Use 'Communication' tool para to stablish a text communication channel with SyGImap (open the 
same option in the component).

----------------------------------------------------------------------------------------------

WORKING ON NET.

SyGImap is preconfigured to work on local so you must configure IP and port values first.

1. PC with the data server:
	
	If using TCP server, set the service PORT you are going to send the data.

	If using UDP server, set the target PC IP (where SyGImap is installed) and set local and 
        remote ports for data transfer.

2. PC with SyGImap ActiveX control: go to configuration menu, in 'General' > TCP Protocol
   or UDP Protocol, clic 'Configure' button:

	If using TCP server, set the data server IP and service PORT (as you did at previous point).
	
	If using UDP server, set the data server IP and local/remote ports for data tranfer.
        Note this values must be consecuent with those given at data server PC.

Now, you can start the demo.

1. In the combobox select the demo (BUS or TRAIN).

2. Clic 'Begin demo' button to start (clic STOP button to abort sending data to SyGImap).

If you are working with two SyGImap instances you must execute two data servers and configure
ports to send each instance a different (or the same) demo.

Use options:

	'Send text message' to send text chains to SyGImap
	'Change active map' to change the active map from the server
	'Send all object data' to send full object data
	'Send only position' to send object position data
	
Use 'Communication' tool para to stablish a text communication channel with SyGImap (open the 
same option in the component).
As you are working on network, you must set the target host and port values.

 