Вы находитесь на странице: 1из 61

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

B
21/11/2000

SOFTWARE USER MANUAL


INTERFACE EDITOR SYSTEM F.D.
Administrator Manual

ISSUED BY:
Alenia Marconi Systems S.p.A.
Via Tiburtina Km 12.400 - Roma
ITALY

The copyright in this document is the property of Alenia


Marconi Systems S.p.A. The document is supplied on the
express understanding that it is to be treated as confidential
and that it may not be copied, used or disclosed to others in
whole or in part for any purpose except as authorised in
writing by Alenia Marconi Systems S.p.A.

251138275.doc

UNCLASSIFIED

Page i

UNCLASSIFIED

Alenia Marconi Systems

E000IES0-06SUM
Issue
Date:

B
21/11/2000

DOCUMENT SECURITY CLASSIFICATION:


This document is intended for the use of the recipient only, and for communication to such persons as may be
required to be acquainted with its contents in the course of their duties.
The recipient, and any other person to whom the recipient has communicated the contents of this document,
shall treat this document in accordance with the requirements of Alenia document Security Instructions , 15
February 1992.
Any person others the authorised holder upon obtaining possession of this document, by finding or otherwise,
should forward it by registered post, together with his name and address, in a sealed envelope to:
Ufficio Sicurezza
Alenia Marconi Systems S.p.A.
Via Tiburtina 12.400
00131 Roma
ITALY
Any questions arising from this document should be addressed to:
Luciano CAMINITI
Alenia Marconi Systems S.p.A.
Air Traffic Management & Airports Systems
ATM Software
Via Tiburtina, Km 12.400 - 00131 Roma
ITALY
Telephone
+39-06 4197/4150-3327
Fax
+39-06 4131133 / 4131436 / 4131091

251138275.doc

UNCLASSIFIED

Page ii

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

B
21/11/2000

This document contains a total of 61 pages1


consisting of 6 pages of front matter and 54
pages of text and figures

Issue Authority
Date:
Prepared by :
(Software Team Leader)

......................................................
(Luciano CAMINITI)

Approved by:
(Software System Manager)

......................................................
(Giovanni DI BLASI)

Date:

The Total of Pages includes the Distribution List page. This page is located at the end of document and may be missing in external

distribution document.

251138275.doc

UNCLASSIFIED

Page iii

UNCLASSIFIED

Alenia Marconi Systems

E000IES0-06SUM
Issue
Date:

B
21/11/2000

REVISIONS RECORD SHEET


This sheet is a record of revisions to this document.

Issue/AL

Date

Revised Pages

Document Change Note


(DCN)

28/10/1999

First Issue

21/11/2000

Paragraphs: 1. To 2.9; 4.

First Revision

251138275.doc

UNCLASSIFIED

Page iv

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

B
21/11/2000

INTERFACE EDITOR SYSTEM


ADMINISTRATOR MANUAL

251138275.doc

UNCLASSIFIED

Page v

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

B
21/11/2000

1
INTERFACE EDITOR SYSTEM INSTALLATION AND CHECK
PROCEDURE...........................................................................................................................
1.1
1.2

CREATING THE INSTALLATION KIT............................................................................................


INSTALLING THE IES ENVIRONMENT ON THE TARGET COMPUTER..............................

SESSIONS TRACES.......................................................................................................
2.1
2.2
2.3
2.4
2.5
2.6
2.7
2.8
2.9

CREA_IES.SH COMMAND TRACE : TRACE 1.............................................................................


RUNNING THE IES : TRACE 2..........................................................................................................
COMPILING DATA-SETS : TRACE 3.............................................................................................
RUNNING THE HCI APPLICATION WITH A LOCAL PLAYBACK : TRACE 4....................
USING THE INTERFACE EDITOR SYSTEM - WIDGET FACILITY : TRACE 5...................
USING THE INTERFACE EDITOR SYSTEM - TABULAR FACILITY : TRACE 6.................
USING THE INTERFACE EDITOR SYSTEM - CONTACT FACILITY : TRACE 7................
USING THE INTERFACE EDITOR SYSTEM - GSL FACILITY : TRACE 8............................
AUTOMATIC BACKUP.....................................................................................................................

3
INSTALLING THE FINAL COMPILED DATA-SETS ON THE ON-LINE
TARGET ENVIRONMENT..................................................................................................
3.1
3.2

WHAT MUST BE KNOWN BEFORE..............................................................................................


INSTALLATION STEPS.....................................................................................................................

APPENDIX.....................................................................................................................
4.1

251138275.doc

SYNTHETIC CHECK PROCEDURE.............................................................................................

UNCLASSIFIED

Page vi

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

B
21/11/2000

INTERFACE EDITOR SYSTEM INSTALLATION AND CHECK PROCEDURE

This document describes how to install the Interface Editor System (IES) on a target computer, and how to
verify that the installation has been correctly realised.

1.1

CREATING THE INSTALLATION KIT

In the following section are described the commands to set on the factory main computer csh terminal.

> "crea_ies.sh"
This command starts the tool used to create and set the IES directories. The tool will ask you the
following questions:
1. System name: root directory (name) containing the site system customisations.
2. IES directory: root directory (name) will contains the whole installation kit.
3. Library HCI version: HCI process (csci) release number.
4. Library XDI version: XDI process (csci) release number.
5. DIGITAL Unix O.S. Version.
6. License file : complete path of the delivery "license" file (as default (<enter>) searches the license.dat
file in the <system runtime> path).

251138275.doc

UNCLASSIFIED

Page 1

UNCLASSIFIED

Alenia Marconi Systems

E000IES0-06SUM
Issue
Date:

B
21/11/2000

Using this information, the command "crea_ies.sh" will create the IES directories as follows:

bin

tools

ies

Contains configuration syntax general


files

lib
csci

IES
Directory

Contains HCI tools executable files

Contains shell and header files

files

Contains graphic
configuration files

bdf.d

Contains bitmap and customised font


editor executable and resource files

bin

library

default

Contains IES tools executable files


Contains XMG executable
resource files
Contains
a
README
compress/uncompress utilities

Xmg.d
util

and
and

hciobj

Contains
temporary
data-sets
generated during project compilation

PRJ

Contains Map Editor project files

System
Name

source

ddl
include

runtime

251138275.doc

UNCLASSIFIED

Contains
configuration
syntax
modified files
Contains modified header system files
Contains final data-set system files
and HCI executable

Page 2

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

B
21/11/2000

The output of the interactive session is a tar file named <IES directory>.tar (alias <IES kit - tar file>).

Then transfer this <IES kit - tar file> archive from the factory main computer to the target one

For a complete message trace of the "crea_ies.sh" command shell


please refer to the paragraph 2.1 [TRACE 1].

251138275.doc

UNCLASSIFIED

Page 3

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

1.2

B
21/11/2000

INSTALLING THE IES ENVIRONMENT ON THE TARGET COMPUTER


On the target computer digit the following commands:

Load the installation kit from tape device using the command: "tar xvf /dev/<tape device name>"

Now you have a tar format file (<IES kit - tar file>) in your home directory (i.e. "ies_kit_40b.tar").

To rebuild the whole IES environment (directories tree) of the page 1 image, digit the command:
"tar xvf <IES kit - tar file>" (i.e. "tar xvf ies_kit_40b.tar"). In this way you will have in the home
directory a new <IES environment directory name> (i.e. "ies_kit_40b").

From the <IES kit - tar file> a compressed file and an installation shell file will be extracted. So apply
the command:
<IES directory>.install.sh
Pay attention: you could be required to change the attributes of the file, in order to make it executable
(chmod +x <"<kit name>.install.sh").

The install command automatically adds in the ".cshrc" file of the login home directory, the following
lines (this text can be found within the "README" file under the "<IES environment directory
name>/ies/util" directory):
alias
alias
alias
alias
alias

fun 'cd $WORK_DIR/ies/files/csci;'


fab 'cd $WORK_DIR/ies/files/csci; echo \!* ;'
tmp 'cd .; echo \!* ;'
new 'cd .; echo \!* ;'
_QUICKUSE 'setenv GRAPHIC_LIBRARY quick; \
setenv IMAPHOME $IES_HOME_DIR'
alias VERSION_03 'echo VERSION_03;'
alias VERSION_04 'echo VERSION_04;'
alias VERSION_40D 'echo VERSION_40D;'
setenv IES_HOME_DIR $HOME/<IES directory>/ies
alias libdsp 'cd $IES_HOME_DIR/lib; pwd'
alias s 'cd $IES_HOME_DIR/../\!*;pwd'
alias rm_all 'rm -e -f runtime/*.bin; rm -e -f runtime/*.uid; \
rm -e -f source/include/gsl.h;'
alias ie 'cd $IES_HOME_DIR; pwd'
Obviously the <IES directory> name (or <IES environment directory name>), used to define the
environment variable "IES_HOME_DIR", is the same set before (the installation kit root directory
name)

From the same session/x-term, login again to the user itself. This operation is necessary to apply the
previous csh commands.

"chmod +x ~/<IES directory>/<System Name>/E*.SH"


This command gives all the E*.SH files the execution privileges

"s <System Name>"


This command moves the current working directory to the <System Name> one

"E*SH ies"

251138275.doc

UNCLASSIFIED

Page 4

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

B
21/11/2000

This command is used to start the IES. The first time the IES starts remember to select the
"COMPILE" button on the IES main panel. This action creates dataset files for future use.

"run.sh"
This command runs an HCI system emulation session.

251138275.doc

UNCLASSIFIED

Page 5

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

B
21/11/2000

SESSIONS TRACES
In the following paragraphs are reported trace extracts of the messages sent on the shell terminal as a
consequence of run commands or during IES using sessions.

2.1

CREA_IES.SH COMMAND TRACE : TRACE 1


Running the command "crea_ies.sh" on a terminal (questions are sub-lined, answers are bold), the
interaction will look like the following:

--crea_ies.sh
XMGG=/disk11/funfab/fun/tmp/xmg2
XMGG=/disk11/funfab/fun/tmp/xmg2
IESG=/disk11/funfab/fun/tmp/ies2
XMGG=/disk11/funfab/fun/tmp/xmg2
IESG=/disk11/funfab/fun/tmp/ies2
TSEG=/disk11/funfab/fun/tmp/tse2
System (name) to be cloned ....................................: std_cwp_04
IES environment root directory (name), for installation kit ...: IES_KIT_06102000
HCI library version (2..4) (default=4 <=> tmp hci4) ...........:
XDI library version (2..4) (default=4 <=> tmp xdi4) ...........:
Operating system (40D-40B) (default=40D) ......................:
............................ Creating IES_KIT_06102000
... Done.
............................ Copying files from std_cwp_04 to IES_KIT_06102000
...
Enter licence file name with path ...
.... or digit <enter> for default (runtime's)..................:
...
................................... Copying Map projects from system/std_cwp_04/PRJ
... Done.
................................... Copying files from system/std_cwp_04/source
... Done.
............................ Copying utility files IES_KIT_06102000
... Done.
............................ Copying libcxx.so, Compress and Uncompress files
............................ Warning libcxx.so only for local O.S.
... Done.

XMGG=/disk11/funfab/fun/tmp/xmg2

251138275.doc

UNCLASSIFIED

Page 6

UNCLASSIFIED

Alenia Marconi Systems

E000IES0-06SUM
Issue
Date:

B
21/11/2000

IESG=/disk11/funfab/fun/tmp/ies2
TSEG=/disk11/funfab/fun/tmp/tse2
TPVG=/disk11/funfab/fun/tmp/tpv3
XMGG=/disk11/funfab/fun/tmp/xmg2
IESG=/disk11/funfab/fun/tmp/ies2
TSEG=/disk11/funfab/fun/tmp/tse2
TPVG=/disk11/funfab/fun/tmp/tpv3
TOOL_PREVIEW=/disk11/funfab/fun/tmp/tpv3/E000TPV0-01RFC40D
TCUG=/disk11/funfab/fun/tmp/tcu3
XMGG=/disk11/funfab/fun/tmp/xmg2
IESG=/disk11/funfab/fun/tmp/ies2
TSEG=/disk11/funfab/fun/tmp/tse2
TPVG=/disk11/funfab/fun/tmp/tpv3
TOOL_PREVIEW=/disk11/funfab/fun/tmp/tpv3/E000TPV0-01RFC40D
LIBRERIA_DSP=/disk3/cwpopen/HCI/HCI4/standard/LIBRERIA_DSP_04_02
....
....
............................ Copying tools executable files
... Done.
............................ Copying .dsp general files
RCS/Action.dsp,v <-initial revision: 1.1
done
RCS/Cdw_list.dsp,v <-initial revision: 1.1
done

Action.dsp

Cdw_list.dsp

....
....
... Done.
............................ Copying Quickuse files
... Done.
............................ Copying hci include files
... Done.
............................ Copying xdi include files
... Done.
............................ Copying IES executable files
No match.
... I.E.S. Environment Creation Compleated.
... Going To Prepare The Deliverable Kit....
..... Packing Deliverable Kit....
IES_KIT_06102000: -- not a regular file: unchanged
IES_KIT_06102000/ies: -- not a regular file: unchanged
.
.
... Going To Archive The Deliverable Kit....

251138275.doc

UNCLASSIFIED

Page 7

UNCLASSIFIED

Alenia Marconi Systems

E000IES0-06SUM
Issue
Date:

B
21/11/2000

a IES_KIT_06102000.zip 49000 Blocks


a IES_KIT_06102000.install.sh 1 Blocks
... I.E.S. Kit 'IES_KIT_06102000.tar' Creation Completed.

RESULT :
-rw-r--r--

1 cwpgen

users

25098240 Sep 12 15:30 IES_KIT_06102000.tar

-----

251138275.doc

UNCLASSIFIED

Page 8

UNCLASSIFIED

Alenia Marconi Systems

E000IES0-06SUM
Issue
Date:

2.2

B
21/11/2000

RUNNING THE IES : TRACE 2

After the installation procedure has been carried out correctly, you can run the Interface Editor System.
The interaction will look like the following:
--> s std_cwp_04
/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04
> ls
E041HCI2.MAKE
E041HCI2.SH

PRJ
hciobj

run.sh
runtime

source

> setenv DISPLAY BARCO:0.0


> E041HCI2.SH ies
qkg4
/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci
ikm0200
ctl1
xdi3
librad1
hci4
TOOL_CURSOR=/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_cursor
TOOL_GRP=/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin
TOOL_VID=/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin
TOOL_GENSET=/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_genset
TOOL_ALARM=/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin
TOOL_DIALOG=/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_dialog
TOOL_GSL=/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_gsl
TOOL_WIDGET=/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_widget
TOOL_CONTACT=/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_contact
TOOL_TABULAR=/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_tabular
TOOL_PRE_MUL=/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_pre_mult
i_list
TOOL_POST_MUL=/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_post_mu
lti_list
TOOL_LIST=/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_tabular
TOOL_GENMACRO=/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin
TOOL_PREVIEW=/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_preview
LIBRERIA_DSP=/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../lib
VERSION_40D
/disk5/funfab/utility/buildp: Command not found.
SYSTEM ==>
/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04
PARTNER ==>
/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04
HCIG ==>
/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci
XDIG ==>
/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci
DEVELOP ==>
/disk3/cwpopen/HCI/HCI4
LIBRERIA_DSP ==> /usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../lib
IES HOME DIR ==> /usr2/ies/IES_KIT/IES_KIT_06102000/ies
X Toolkit Warning: Cannot convert string "-*-Menu-Medium-R-Normal--*-120-*-*-P-*-ISO8859-1"
to type FontStrucT
---

251138275.doc

UNCLASSIFIED

Page 9

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

B
21/11/2000

The following panel will appear on the top of the screen:

Fig._ 2.2-1 IES Main Panel

251138275.doc

UNCLASSIFIED

Page 10

UNCLASSIFIED

Alenia Marconi Systems

E000IES0-06SUM
Issue
Date:

2.3

B
21/11/2000

COMPILING DATA-SETS : TRACE 3

Click on the "COMPILE" button:


The following messages will scroll on the terminal window:
--qkg4
ikm0201
ctl1
xdi4
librad2
hci4
TOOL_CURSOR=/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_cursor
TOOL_GRP=/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin
TOOL_VID=/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin
TOOL_GENSET=/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_genset
TOOL_ALARM=/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_alarm
TOOL_DIALOG=/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_dialog
TOOL_GSL=/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_gsl
TOOL_WIDGET=/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_widget
TOOL_CONTACT=/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_contact
TOOL_TABULAR=/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_tabular
TOOL_PRE_MUL=/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_pre_mult
i_list
TOOL_POST_MUL=/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_post_mu
lti_list
TOOL_LIST=/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_tabular
TOOL_GENMACRO=/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin
TOOL_PREVIEW=/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_preview
LIBRERIA_DSP=/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../lib
VERSION_40D
buildp: Command not found.
##################################################
/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/source/ddl
##################################################
co
-q
/usr2/ies/IES_KIT/IES_KIT_06102000/ies/lib/RCS/GENERATION_IN_PROGRESS.doc,v
GENERATION_IN_PROGRESS.doc
echo "\n1-st Phase: DATASET REGENERATION ..."
1-st Phase: DATASET REGENERATION ...
drwxr-xr-x
2 ies
users
8192 Oct 11 13:42 ../../runtime
co -q /usr2/ies/IES_KIT/IES_KIT_06102000/ies/lib/RCS/gsl.mk,v gsl.mk
co -q /usr2/ies/IES_KIT/IES_KIT_06102000/ies/lib/RCS/xcolor_codes.dsp,v xcolor_codes.dsp
[ compiling gsl ]
**** GSL PARSER
STARTED ....
/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_gsl
gsl.dsp
-I. -I/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/source/consegna -I../../source/include
-I/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/source/ddl
-I/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../lib
-I/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci
-I/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci
-m../../source/ddl/IM_MOTIF_context.tmp
-f../../runtime/font_gsl.ddl
-c../../runtime/cursor_gsl.ddl
-b18
-C../../runtime/color_gsl.ddl
-i../../runtime/color_gsl_core.ddl
-A../../runtime/color_map.bin
-s../../runtime/style_gsl.ddl
-d../../source/include/gsl.h
-Txcolor_codes.dsp
-o../../runtime/DEFAULT.PALETTE
-v../../source/ddl/base_colors.tmp
parser started ...
Version 2
parser completed !
**** GSL PARSER

251138275.doc

COMPLETED ****

UNCLASSIFIED

Page 11

UNCLASSIFIED

Alenia Marconi Systems

E000IES0-06SUM
Issue
Date:

rm -f xcolor_codes.dsp
co
-q
map_attributes.dsp

B
21/11/2000

/usr2/ies/IES_KIT/IES_KIT_06102000/ies/lib/RCS/map_attributes.dsp,v

[ compiling map attributes ]


**** MAP ATTRIBUTES COMPILING STARTED ....
/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_genset
-I../../source/include
-a
-s../../source/include/gsl.h
map_attributes.dsp
-o../../runtime/map_attributes.bin
**** MAP ATTRIBUTES
COMPLETED ****
co -q /usr2/ies/IES_KIT/IES_KIT_06102000/ies/lib/RCS/widget_dsp.mk,v widget_dsp.mk
co -q /usr2/ies/IES_KIT/IES_KIT_06102000/ies/lib/RCS/ExtDefine.h,v ExtDefine.h
[ compiling widget ]
**** WIDGET PARSER
STARTED ....
/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_widget -I.
-I/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/source/consegna
-I../../source/include
-I/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/source/ddl
-I/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../lib
-I/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci
-I/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci -e
widget.dsp
-s../../runtime/widget.bin || rm -f ../../runtime/widget.bin; mv a.log widget.log
parser started ...
Shell SLDA
Shell TLDA
Shell DRAW_SYM
Shell DRAW_BROK
Shell LOCMAPS_CAT_MENU
Shell DRAW_ARC
Shell DRAW_TEXT
Shell Menu
Shell Menu_Popup
Shell DF_MENU
Shell LOCMAPS_EDIT_MENU
Shell LDA
Shell SDA
Shell SLC
Shell ORIENT_MENU
Shell MAPS_MENU
Shell ICM_MENU
Shell RRA
Shell GRP
Shell LIST
Shell LIST_NO_SCROLLBAR
Shell LIST_NO_RESIZE
Shell LIST_NO_RESIZE_NSA
Shell PREVIEW
Shell PREVIEW_FIELD
Shell CHOICE
Shell ICON
Shell MUTE
Shell TRACE_OBJECTS
Shell TRACELIST
Shell WDG_ECHO
Shell WDG
Shell GLOBMAP_MENU
Shell CKM
Shell XEVENT
Shell CDW_LIST
parser completed !
**** WIDGET PARSER

COMPLETED ****

rm -f ExtDefine.h
[ compiling grp ]

251138275.doc

UNCLASSIFIED

Page 12

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

B
21/11/2000

**** GRP PARSER


STARTED ....
/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_grp grp.dsp
-h../../source/include/grp_header.h
-O../../source/include/cwp2_system_grp.cfg
-G../../source/include/cwp2_imids_grp.cfg
-P../../source/include/p_cwp2_grp.cfg
-c../../source/ddl/a_components_p.info

-b../../runtime/gsl_base.ddl

-g../../source/include/gsl.h
-d0
-S4
-o../../source/ddl/grp.pre;
Start of grp descriptor file parsing .....
input_push di : grp.dsp
..... End of grp descriptor file parsing
End of header file generation
>>>>

Only One Background Color Defined: 'MAP_0' For 'GRP_0'.

>>>>

Only One Background Color Defined: 'MAP_0' For 'SRP_0'.

>>>>

Only One Background Color Defined: 'MAP_0' For 'TRP_0'.

Creating imids file for G.R.P. ... Done


End of cwp2 imids file generation
End of dataset file generation
End of tdl files generation
End of device gsl file generation
**** GRP PARSER
COMPLETED ****
**** GENSET ON GRP
STARTED ....
/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_genset
-I/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/source/consegna -I../../source/include
-I/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/
-I/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci -a
s/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/grp_configuration.h
../.
./source/ddl/grp.pre
-o../../runtime/grp.bin || rm -f
../../runtime/grp.bin
**** GENSET ON GRP
COMPLETED ****
[ compiling tabular ]
**** NEW TABULAR COMPILING STARTED ....
../../source/ddl
cp
-f
../../source/ddl/a_components_p.info
../../runtime;
(/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_tabular
-I/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/source/consegna -I../../source/include
-I../../source/ddl -I/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/source/ddl
-I/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../lib
-I/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci
-I/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci
-r/list_configuration.h
-cF_fldi
-C1
-R0
-w15
+W../../runtime/a_components_p.info
-W../../runtime/a_components_p.dat
lists.dsp
-o../../source/ddl/lists.tdl
+a../../runtime/a_attribute_p.info
-a../../runtime/a_attribute_p.dat
+x../../runtime/a_attributeapi_p.info
-x../../runtime/a_attributeapi_p.dat
+A../../runtime/a_builditemstate_p.info
+b../../runtime/a_bldtabstate_p.info
+B../../runtime/a_blddeftabstate_p.info
+V../../runtime/a_tabstate_p.info
-V../../runtime/a_tabstate_p.dat
+v../../runtime/a_itemstate_p.info
-v../../runtime/a_itemstate_p.dat
+y../../runtime/a_symbol_p.info
-y../../runtime/a_symbol_p.dat
-b../../source/ddl/tabular_build.info
-S../../source/include/tabular_symbols.h
+e../../runtime/a_itemtpl_p.info
+t../../runtime/a_tabletpl_p.info
+E../../runtime/a_globitem_p.info
+T../../runtime/a_globtable_p.info
-e../../runtime/a_itemtpl_p.dat
-t../../runtime/a_tabletpl_p.dat

251138275.doc

UNCLASSIFIED

Page 13

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

-E../../runtime/a_globitem_p.dat
+m../../runtime/item_idx_build.info
-m../../runtime/a_itemidx_p.dat
-f../../runtime/a_tabfield_p.dat

B
21/11/2000

-T../../runtime/a_globtable_p.dat
+M../../runtime/table_idx_build.info
-M../../runtime/a_tabidx_p.dat
+f../../runtime/a_tabfield_p.info;)

Re-Initializing history information...


INITIALIZED
Warning : name grey60 not found
...
Warning : name grey45 not found
Warning : name yellow not found
Warning : name cyan1 not found
CSL
parsing TRANSPARENT table
SIL
SIL_2
MLB
LLP
GHOST
../../runtime/tabular.bin
parsing CONTAINER table NSA file out : ../../runtime/nsa.bin
parsing CONTAINER table ESB file out : ../../runtime/esb.bin
parsing CONTAINER table COLOR file out : ../../runtime/palette.bin
parsing CONTAINER table RED file out : ../../runtime/red.bin
parsing CONTAINER table GREEN file out : ../../runtime/green.bin
parsing CONTAINER table BLUE file out : ../../runtime/blue.bin
parsing CONTAINER table TIME file out : ../../runtime/time.bin
parsing CONTAINER table DIAL file out : ../../runtime/dial.bin
parsing CONTAINER table FDPAL file out : ../../runtime/fdpal.bin
parsing CONTAINER table RDPAL file out : ../../runtime/rdpal.bin
parsing CONTAINER table FLDI file out : ../../runtime/fldi.bin
parsing CONTAINER table HLD file out : ../../runtime/hld.bin
parsing CONTAINER table ARR file out : ../../runtime/arr.bin
parsing CONTAINER table DEP file out : ../../runtime/dep.bin
parsing CONTAINER table SEL file out : ../../runtime/sel.bin
parsing CONTAINER table FPLM file out : ../../runtime/fplm.bin
parsing CONTAINER table FLDA
file out : ../../runtime/flda.bin
../../runtime/flda_2.bin file out : ../../runtime/flda_3.bin
parsing CONTAINER table BROWSE file out : ../../runtime/browse.bin
parsing CONTAINER table CDW file out : ../../runtime/cdw.bin
parsing
CONTAINER
table
SQN
file
out
:
../../runtime/seq.bin
../../runtime/seq_2.bin
file
out
:
../../runtime/seq_3.bin
../../runtime/seq_4.bin file out : ../../runtime/seq_5.bin
parsing CONTAINER table PDL file out : ../../runtime/pdl.bin
parsing CONTAINER table MET_AIS_AIS file out : ../../runtime/list_AIS.bin
parsing CONTAINER table MET_AIS_MET file out : ../../runtime/list_MET.bin

file

out

file

out

file
file

out
out

:
:

[ compiling dialog ]
**** DIALOG PARSER
STARTED ....
/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_dialog
dialog.dsp
-i../../source/ddl/dialog.inc
-s../../source/include/dialog_tool_ref.h
-r/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/dialog_reference.h
-o../../source/ddl/dialog.pre
-e ;
file input : /usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/dialog_reference.h
DIALOG Compiler V.0.0
46 Dialog(s) read for ADI V.1
END OF COMPILE PHASE
NO ERRORS
**** DIALOG PARSER
COMPLETED ****
**** GENSET ON DIALOG
STARTED ....
/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_genset
-I/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/source/consegna -I../../source/include
-I/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../lib
-I/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/
-I/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci
-sdialog_inc_ref.h
../../source/ddl/dialog.pre
-o../../runtime/dialog.bin || rm -f ../../runtime/dialog.bin
input
file
found
/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../lib/dialog_inc_ref.h
**** GENSET ON DIALOG COMPLETED ****

251138275.doc

UNCLASSIFIED

in

Page 14

UNCLASSIFIED

Alenia Marconi Systems

E000IES0-06SUM
Issue
Date:

B
21/11/2000

[ compiling preview ]
**** PREVIEW PARSER
STARTED ....
/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_preview
preview.dsp
-I/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/source/consegna -I../../source/ddl
-I/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/source/ddl
-I../../source/include
-I/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci
-I/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/
-l../../source/ddl/preview.log
-O../../source/ddl/preview.pre
parsing macro file started ...
parser completed !
**** PREVIEW PARSER

COMPLETED ****

**** GENSET ON PREVIEW


STARTED ....
/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_genset
-I/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/source/consegna -I../../source/include
-I/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../lib
-I/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci
-I/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/
-spreview_inc_ref.h
../../source/ddl/preview.pre
-o../../runtime/preview.bin
input
file
found
/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../lib/preview_inc_ref.h
**** GENSET ON PREVIEW COMPLETED ****

in

[ compiling alarm ]
**** ALARM PARSER
STARTED ....
/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_alarm
-I/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/source/consegna -I../../source/include
-I/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/
-I/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci
-I/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../lib
alarm.dsp;
cp alarm.bin ../../runtime/alarm.bin
Start of alarm descriptor file parsing .....
Cannot access to plml.h file
..... End of alarm descriptor file parsing
Start of DATASET compilation alarm.bin
DATASET parser completed !
**** ALARM PARSER
COMPLETED ****
[ compiling contact ]
**** CONTACT PARSER
STARTED ....
/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_contact
-I/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/source/consegna -I../../source/ddl
-I/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/source/ddl
-I../../source/include
-I/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/
-I/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci
-I/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../lib
-Gquick
-o../../source/ddl/contact.cdl
-s../../source/ddl/contact.pre
-c../../runtime/a_globcontact_p
-C../../runtime/a_contacttpl_p
-t../../runtime/a_globtrk_p
-T../../runtime/a_trktpl_p
-p../../runtime/a_globplo_p
-P../../runtime/a_plotpl_p
-a../../runtime/a_contactapi_p
-S../../source/include/contact_GRP_0.symbols
-i../../source/include/gkf_contact_symbols.h
-z../../runtime/a_gkf_contact_symbol_p
-k contact.dsp
OPEN contact.dsp file
*** Parsing PENDING class
FIRST SELECT SYMBOL: 'P_SELECT'
*** Parsing CONTROLLED class
*** Parsing PLOT class
*** Parsing NOT_PRESENT_TEMPLATE template

251138275.doc

UNCLASSIFIED

Page 15

UNCLASSIFIED

Alenia Marconi Systems

E000IES0-06SUM
Issue
Date:

B
21/11/2000

*** Parsing PENDING template


*** Parsing CONTROLLED template
*** Parsing NEIGHBOUR template
*** Parsing HANDOVER_SEN template
*** Parsing HANDOVER_REC template
*** Parsing PLOT template
generation code started ...
Start of CDL compilation contact_GRP_0.cdl
Start of DATASET compilation ../../source/ddl/contact.pre
Generation of CDL file completed
Start of CONTACT PRIMITIVES compilation ../../runtime/a_gkf_contact_symbol_p.info
Start of CONTACT ATTRIBUTE compilation ../../runtime/a_contactattribute_p.info
Start of GLOB CONTACT compilation ../../runtime/a_globcontact_p.info
GLOBAL WRITE SELECT_PRIMITIVE: 'P_SELECT'=<20747> [-13,-13][13,13]
Start of TPL CONTACT compilation ../../runtime/a_contacttpl_p.info
WARNING: symbol name not found '(null)'
Happened with state = PLOT, and symbol for speed vector field
Start of API
compilation ../../runtime/a_contactapi_p.info
Error: Wrong Or Undefined Plot Label Distance (0)
Default Assigned (0.7 * track's) (31)
Start of SYMBOL
compilation ../../source/include/contact_GRP_0.symbols
Start of CDL compilation contact_SRP_0.cdl
Start of DATASET compilation ../../source/ddl/contact.pre
Generation of CDL file completed
Start of CDL compilation contact_TRP_0.cdl
Start of DATASET compilation ../../source/ddl/contact.pre
Generation of CDL file completed
... generation code completed
... generation makefile started
... generation makefile completed
parser completed !
**** CONTACT PARSER

COMPLETED ****

make
-f
../../source/ddl/multi_ddl.mk
DSP_PARTNER=/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04;

quick

**** GENSET ON CONTACT


STARTED ....
/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_genset
-I/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/source/consegna -I../../source/include
-I/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../lib
-I/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/
-I/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci
-a
-scont.symbols
../../source/ddl/contact.pre
-o../../runtime/contact.bin ||
rm -f ../../runtime/contact.bin
input
file
found
in
/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../lib/cont.symbols
**** GENSET ON CONTACT COMPLETED ****
[ compiling gkf ]
**** CURSOR PARSER
STARTED ....
/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_cursor
-I/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/source/consegna -I../../source/include
-I/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci
-I/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci cursor.dsp
-s../../source/include/cursor_configuration.h
-o../../source/ddl/cursor.pre
||
-f ../../source/ddl/cursor.pre
Start of cursor descriptor file parsing .....
parsing cursor file started ...
NO OF DEC 1
NO OF DEC 1
..... End of cursor descriptor file parsing

251138275.doc

UNCLASSIFIED

rm

Page 16

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

B
21/11/2000

End of dataset file generation


Output File 'a_gkf_file_p.dat' ... Built.
End of sdl files generation
End of sdl make file generation
**** CURSOR PARSER
COMPLETED ****
mv ../../source/ddl/situation0.symbols ../../source/include/situation_GRP_0.symbols;
mv ../../source/ddl/situation1.symbols ../../source/include/situation_SRP_0.symbols;
**** GENSET ON CURSOR
STARTED ....
/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../tools/bin/dsp_genset
-I/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/source/consegna -I../../source/include
-I/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/
-I/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci
s/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/cursor.symbols
../..
/source/ddl/cursor.pre
-o../../runtime/cursor.bin || rm -f
../../runtime/cursor.bin
**** GENSET ON CURSOR COMPLETED ****
**** TOOL_FILES INSTALLING STARTED ....
**** ... TOOL_FILES INSTALLING COMPLETED ****
rm -f gsl.mk map_attributes.dsp widget_dsp.mk
rm -f GENERATION_IN_PROGRESS.doc
---

It might happen that the changes, made during the edit session, don't appear during the runtime test
session. This might depend on a wrong sequence in the data-set compiling phase. In order to grant the
correct compilation of all changes, sometimes might be necessary to execute the rm_all command
(removing all the compilation products), before re-starting the compilation.

251138275.doc

UNCLASSIFIED

Page 17

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

2.4

B
21/11/2000

RUNNING THE HCI APPLICATION WITH A LOCAL PLAYBACK : TRACE


4
After dataset generation, run the HCI executable with a playback of traffic messages:
(remember to digit "r<enter>" after the run.sh command script starts the execution: the playback runs in
batch, while the HCI runs with dbx, so needs the run command ("r"<enter>)).

--> run.sh
[1] 1742
path = /usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/runtime/BUFFER
dbx version 3.11.8
Type 'help' for help.
waiting for connection: Connection refused
main:
Source not available
(dbx) r
waiting for connection: No such file or directory
waiting for connection: No such file or directory
playback file RECDEMO opened
X Toolkit Warning: Cannot convert string "-*-Menu-Medium-R-Normal--*-120-*-*-P-*-ISO8859-1"
to type FontStruct
WARNING: Not Loadable Font:
10x24
Warning - load GSL style.
BitmapFileInvalid for file:
pattern625.xbm
Warning - load GSL style.
BitmapFileInvalid for file:
pattern625.xbm
Warning - load GSL style.
BitmapFileInvalid for file:
pattern625.xbm
04/06/99 16:10:26 - ATC_FLIGHT Error: STATUS_CHECK: Error in the compatibility between
status and method (method: Stop).
04/06/99 16:10:28 - ATC_SUP Warning: XDI connected ( < 3.0) is not fully compatible
msg_number = 100
msg_number = 200
msg_number = 300
msg_number = 400
msg_number = 500
msg_number = 600
msg_number = 700
...
---

251138275.doc

UNCLASSIFIED

Page 18

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

B
21/11/2000

On the screen the HCI will have the following appearance:

Fig._ 2.4-2 HCI Appearance By Default Data-sets


Now kill the HCI application using <Ctrl>c, followed by q<enter>
--Interrupt
signal Interrupt at >*[__select, 0x3ff850581c8]
(dbx) q

beq

r19, 0x3ff850581e0

---

251138275.doc

UNCLASSIFIED

Page 19

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

2.5

B
21/11/2000

USING THE INTERFACE EDITOR SYSTEM - WIDGET FACILITY :


TRACE 5
Now run again the Interface Editor System:

--> E041HCI2.SH ies

For the messages on the screen please refer to the paragraph 2.2 [TRACE 2].
Click on the "WIDGET" button:
--SYSTEM STRING /usr2/ies/IES_KIT/IES_KIT_06102000/ies/IesRun.sh widget
/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04 /usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04
/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/source/consegna
/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci
/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci
/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../lib
IES WIDGET STARTING
Using Project Path: /usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/source/ddl/
Using Library Path: /usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../lib/
__Builder: WIDGET
__Version: IES-02_00 6-OCT-2000
__Status: 0
/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/runtime//resource_range.dat
Warning - can't load GSL cursor.
Bitmap File: /usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/runtime/Warning.xbm
Warning - can't load GSL cursor.
Bitmap File: /usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/runtime/Warning.xbm
current_dsp_file: widget.dsp
open_file: /usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/source/ddl/widget.dsp
parser started ...
Shell SLDA
Shell TLDA
Shell DRAW_SYM
Shell DRAW_BROK
Shell LOCMAPS_CAT_MENU
Shell DRAW_ARC
Shell DRAW_TEXT
Shell Menu
Shell Menu_Popup
Shell DF_MENU
Shell LOCMAPS_EDIT_MENU
Shell LDA
Shell SDA
Shell SLC
Shell ORIENT_MENU
Shell MAPS_MENU
Shell ICM_MENU
Shell RRA
Shell GRP
Shell LIST
Shell LIST_NO_SCROLLBAR
Shell LIST_NO_RESIZE

251138275.doc

UNCLASSIFIED

Page 20

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

B
21/11/2000

Shell LIST_NO_RESIZE_NSA
Shell PREVIEW
Shell PREVIEW_FIELD
Shell CHOICE
Shell ICON
Shell MUTE
Shell TRACE_OBJECTS
Shell TRACELIST
Shell WDG_ECHO
Shell WDG
Shell GLOBMAP_MENU
Shell CKM
Shell XEVENT
Shell CDW_LIST
String Define Not Found: MAP_0_MOTIF
Indirect Color Declaration For: MAP_0 : 0
String Define Not Found: TRANSPARENT_COLOR_MOTIF
Indirect Color Declaration For: TRANSPARENT_COLOR : 22
...
---

251138275.doc

UNCLASSIFIED

Page 21

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

B
21/11/2000

Load the "SLC" (screen layout) Motif interface selecting the "File" "Load" main menu
item and the selecting the "SLC" item on the popped up selection box:
The "SLC" structural tree will look like the following:

Fig._ 2.5-3 "SLC" Structural Tree


while the "SLC" interface will be like the following:

251138275.doc

UNCLASSIFIED

Page 22

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

B
21/11/2000

Fig._ 2.5-4 "SLC" Interface

Change the "SLC" interface title opening the "SLC.Form0.Label1" widget properties editor: change the
"labelString" resource from "SCREEN LAYOUT" to the italian "LAYOUT DI SCHERMO":

Fig._ 2.5-5 "SLC.Form0.Label1" Widget Properties Editor


Then change the "GRP_RIG" toggleButton widget "labelString" resource from "LEFT" to the italian
"SINISTRA"; change also its "update" resource syntax, substituting "SINISTRA" to "LEFT" and
"DESTRA" to "RIGHT":

251138275.doc

UNCLASSIFIED

Page 23

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

B
21/11/2000

Fig._ 2.5-6 "GRP_RIG" toggleButton Widget Properties Editor

Fig._ 2.5-7 "GRP_RIG" toggleButton "update" Resource


Apply the same last two changes to the "ESB_RIG" widget resources.
Open the "SLC.Form0.Frame3.Form4" widget (the form containing the two previous toggleButton
widgets) properties editor, and change the "background" resource to "ARM_COL" (Override Defaults background):

251138275.doc

UNCLASSIFIED

Page 24

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

B
21/11/2000

Fig._ 2.5-8 "SLC.Form0.Frame3.Form4" Widget Properties Editor


Then open the "SLC" TopLevelShell properties editor and change the "dimensions" resource syntax,
multiplying by 2.0 the shell width and by 1.7 shell height:

Fig._ 2.5-9 "SLC" TopLevelShell Properties Editor

251138275.doc

UNCLASSIFIED

Page 25

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

B
21/11/2000

After these changes the "SLC" interface will look like the following:

Fig._ 2.5-10 The "SLC" Interface


Now select "File" "Save" and the "File" "Exit"

251138275.doc

UNCLASSIFIED

Page 26

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

2.6

B
21/11/2000

USING THE INTERFACE EDITOR SYSTEM - TABULAR FACILITY :


TRACE 6
Click now on the "TABULAR" button of the IES main panel:
Execute "File" "Load", then selecting "fldi" on the table selection box:

--SYSTEM STRING /usr2/ies/IES_KIT/IES_KIT_06102000/ies/IesRun.sh tabular


/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04 /usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04
/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/source/consegna
/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci
/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci
/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../lib
Using Project Path: /usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/source/ddl/
Using Library Path: /usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../lib/
__Builder: TABULAR
__Version: IES-02_00 6-OCT-2000
__Status: 0
/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/runtime//resource_range.dat
Warning - can't load GSL cursor.
Bitmap File: /usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/runtime/Warning.xbm
Warning - can't load GSL cursor.
Bitmap File: /usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/runtime/Warning.xbm
...
table name: FLDI
Opening File: /usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../lib/fldi.dsp ... DONE
String Define Not Found: MAP_0_MOTIF
Indirect Color Declaration For: MAP_0 : 0
String Define Not Found: TRANSPARENT_COLOR_MOTIF
Indirect Color Declaration For: TRANSPARENT_COLOR : 1
...
---

The "FLDI" structural tree and layout will look like the following:

251138275.doc

UNCLASSIFIED

Page 27

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

B
21/11/2000

Fig._ 2.6-11 The "FLDI" Structural Tree

Fig._ 2.6-12 The "FLDI" Layout

251138275.doc

UNCLASSIFIED

Page 28

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

B
21/11/2000

Duplicate the field "FLDI_SCT_LEGEND" to one named "FLDI_TYPE_LEGEND".


Open the properties editor of the new field changing the resources: "name", "default_string",
"default_status", "position_x" and "length" as shown in the following figure:

Fig._ 2.6-13 "FLDI_TYPE_LEGEND" Properties Editor

Duplicate the field "FLDI_SCT" to one named "FLDI_TYPE".


Open the properties editor of the new field changing the resources: "name", "default_string",
"default_status", "position_x", "length" and "reference" as shown in the following figure:

251138275.doc

UNCLASSIFIED

Page 29

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

B
21/11/2000

Fig._ 2.6-14 "FLDI_TYPE" Properties Editor


Duplicate the field "FLDI_TYPE_LEGEND" to one named "FLDI_DEP_LEGEND".
Open the properties editor of the new field changing the resources: "name", "default_string",
"default_status", "position_x" and "length" as shown in the following figure:

251138275.doc

UNCLASSIFIED

Page 30

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

B
21/11/2000

Fig._ 2.6-15 "FLDI_DEP_LEGEND" Properties Editor

Duplicate the field "FLDI_TYPE" to one named "FLDI_DEP".


Open the properties editor of the new field changing the resources: "name", "default_string",
"default_status", "position_x", "length" and reference as shown in the following figure:

251138275.doc

UNCLASSIFIED

Page 31

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

B
21/11/2000

Fig._ 2.6-16 "FLDI_DEP " Properties Editor


Open now the "List" tree node properties editor, to change the entry resource named "tot_chars_in_row",
setting it to "FLDI_TOT_CHARS_IN_ROW+9" (=24)

251138275.doc

UNCLASSIFIED

Page 32

UNCLASSIFIED

Alenia Marconi Systems

E000IES0-06SUM
Issue
Date:

B
21/11/2000

Consequently the "FLDI" layout will become the following:

Fig._ 2.6-17 the "FLDI" layout


Change the Template "NORMAL_TEMPLATE", setting to "On" the "default_status" resource of the two
entry fields "FLDI_TYPE" and "FLDI_DEP".
Execute "File" "Save" and "File" Exit".

251138275.doc

UNCLASSIFIED

Page 33

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

2.7

B
21/11/2000

USING THE INTERFACE EDITOR SYSTEM - CONTACT FACILITY :


TRACE 7
Click now on the "CONTACT" button of the IES main panel:

--SYSTEM STRING /usr2/ies/IES_KIT/IES_KIT_06102000/ies/IesRun.sh contact


/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04 /usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04
/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/source/consegna
/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci
/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci
/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../lib
Using Project Path: /usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/source/ddl/
Using Library Path: /usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../lib/
__Builder: CONTACT
__Version: IES-02_00 6-OCT-2000
__Status: 0
/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/runtime//resource_range.dat
Warning - can't load GSL cursor.
Bitmap File: /usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/runtime/Warning.xbm
Warning - can't load GSL cursor.
Bitmap File: /usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/runtime/Warning.xbm
INCLUDE /usr2/ies/IES_KIT/IES_KIT_06102000/ies/bin/dsp_ies_contact
INCLUDE -I/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/source/include
INCLUDE -I/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/source/ddl
INCLUDE -I/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../lib
INCLUDE -I/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci
INCLUDE -I/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci
INCLUDE contact.dsp
INCLUDE -scontact.bin
OPEN /usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/source/ddl/contact.dsp file
*** Parsing PENDING class
FIRST SELECT SYMBOL: 'P_SELECT'
*** Parsing CONTROLLED class
*** Parsing PLOT class
*** Parsing NOT_PRESENT_TEMPLATE template
*** Parsing PENDING template
*** Parsing CONTROLLED template
*** Parsing NEIGHBOUR template
*** Parsing HANDOVER_SEN template
*** Parsing HANDOVER_REC template
*** Parsing PLOT template
generation code started ...
Start of CDL compilation contact_GRP_0.cdl
Start of DATASET compilation contact.bin
Generation of CDL file completed
Start of CDL compilation contact_SRP_0.cdl
Start of DATASET compilation contact.bin
Generation of CDL file completed
Start of CDL compilation contact_TRP_0.cdl
Start of DATASET compilation contact.bin
Generation of CDL file completed
... generation code completed
... generation makefile started
... generation makefile completed
parser completed !
String Define Not Found: MAP_0_MOTIF
Indirect Color Declaration For: MAP_0 : 0
String Define Not Found: TRANSPARENT_COLOR_MOTIF
Indirect Color Declaration For: TRANSPARENT_COLOR : 22
String Define Not Found: PENDING_COLOR_MOTIF
Indirect Color Declaration For: PENDING_COLOR : 32
String Define Not Found: CONTROLLED_COLOR_MOTIF

251138275.doc

UNCLASSIFIED

Page 34

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

B
21/11/2000

...
Indirect Color Declaration For: LABEL_BACK_STYLE : 14
String Define Not Found: CONST_NORMAL_TEMPLATE_MOTIF
...
String Define Not Found: CONST_GHOST_TEMPLATE_MOTIF
Indirect Color Declaration For: CONST_GHOST_TEMPLATE : 2
String Define Not Found: CONST_BIG_TEMPLATE_MOTIF
Indirect Color Declaration For: CONST_BIG_TEMPLATE : 3
...
---

251138275.doc

UNCLASSIFIED

Page 35

UNCLASSIFIED

Alenia Marconi Systems

E000IES0-06SUM
Issue
Date:

B
21/11/2000

The following contact classes hierarchy tree will be visible on the screen:

Fig._ 2.7-18 Contact Classes Hierarchy Tree


View the PENDING class structural tree:

251138275.doc

UNCLASSIFIED

Page 36

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

251138275.doc

UNCLASSIFIED

B
21/11/2000

Page 37

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

B
21/11/2000

Fig._ 2.7-19 PENDING Class Structural Tree


Open the "background" node properties editor and change the resources "color" to "FIL_5" and "style" to
"OPAQUE0":

Fig._ 2.7-20 "background" Node Properties Editor


The preview window will look like that of the following figure:

Fig._ 2.7-21 The Preview Window

Now go back to the hierarchy tree representation, and view the CONTROLLED class structural tree:

251138275.doc

UNCLASSIFIED

Page 38

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

251138275.doc

UNCLASSIFIED

B
21/11/2000

Page 39

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

B
21/11/2000

Fig._ 2.7-22 "CONTROLLED" Class Structural Tree


Execute the menu "Edit" "Grid", selecting "GRID_SMALL_0", then modify the "char_size" resource,
adding 3 pixels to char width and char height.

Fig._ 2.7-23 "GRID_SMALL_0" Grid Properties Editor


Now click with the Action Button of the mouse (Btn1), on the "Label" tree node; the preview window
will look like that of the following figure:

Fig._ 2.7-24 The Preview Window


Duplicate the "FLD_CALLSIGN" field, with the name "FLD_TYPE", then open the "FLD_TYPE" new
field properties editor and set the resources "visible", "actions" (="value: TRACK_TYPE_REF.string"),
"position" and "length" as in the following figure:

251138275.doc

UNCLASSIFIED

Page 40

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

B
21/11/2000

Fig._ 2.7-25 the "FLD_TYPE" New Field Properties Editor


Open the "background" node properties editor and set the resources "visible", "edge",
"shadowThickness", "shadowType" and "bottomShadowColor" to the values visible in the following
figure:

251138275.doc

UNCLASSIFIED

Page 41

UNCLASSIFIED

Alenia Marconi Systems

E000IES0-06SUM
Issue
Date:

B
21/11/2000

Fig._ 2.7-26 the "background" Node Properties Editor


Open the "FLD_MODECODE" properties editor and set the resources "visible" and "color" to the values
"TRUE" and "OVL_2", then change the "position" values, if it's necessary, to "R#2" and "C#10".
Applying all these changes, the preview window will look like that of the following figure:

Fig._ 2.7-27 The Preview Window

Execute "File" "Save", then "File" "Exit".

251138275.doc

UNCLASSIFIED

Page 42

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

2.8

B
21/11/2000

USING THE INTERFACE EDITOR SYSTEM - GSL FACILITY : TRACE 8


Click now on the "GSL" button of the IES main panel:

--SYSTEM STRING /usr2/ies/IES_KIT/IES_KIT_06102000/ies/IesRun.sh gsl


/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04 /usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04
/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/source/consegna
/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci
/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci
/usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../lib
Using Project Path: /usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/source/ddl/
Using Library Path: /usr2/ies/IES_KIT/IES_KIT_06102000/ies/files/csci/../../lib/
__Builder: GSL
__Version: IES-02_00 6-OCT-2000
__Status: 0
/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/runtime//resource_range.dat
Warning - can't load GSL cursor.
Bitmap File: /usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/runtime/Warning.xbm
Warning - can't load GSL cursor.
Bitmap File: /usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/runtime/Warning.xbm
parser started ...
Version 2
parser completed !
>>>>> Warning : Unable To Declare Cursor
'-Rubberband-Line-*-50-*-1-*-'
>>>>> Warning : Unable To Declare Cursor
'-Rubberband-Rectangle-*-50-*-1-*-'
>>>>> Warning : Unable To Declare Cursor
'-Rubberband-None-*-50-*-1-*-'
>>>>> Warning : Unable To Declare Cursor
'-Rubberband-Line-*-50-*-35-*-'
...
---

251138275.doc

UNCLASSIFIED

Page 43

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

B
21/11/2000

Execute "Edit" "Fonts", selecting the font category "TRACK_FONT2"; set the resources "Font Type" to
"-adobe-helvetica-bold-r-normal--20-140-100-100-p-105-iso8859-1", and "Grid Width" and "Grid
Height" respectively to 18 and 23:

Fig._ 2.8-28 Modifying "TRACK_FONT2" Font Category

Modify now the font category "FLIGHT_FONT1", setting its resources "Font Type" to
"-adobe-helvetica-bold-r-normal--14-140-75-75-p-82-iso8859-1", and "Grid Width" and "Grid Height"
respectively to 15 and 22:
Then execute "File" "Save" and "File" "Exit"

251138275.doc

UNCLASSIFIED

Page 44

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

B
21/11/2000

Execute "rm_all" from the command terminal to generate again all the resource files (dataset).
Now click on the IES main panel the "COMPILE" button.
The messages that will appear on the command terminal window will
be similar to that of the previous paragraph 2.3 [TRACE 3].

After dataset generation, run the HCI excutable with a playback of traffic messages:
(remember to digit "r<enter>" after the run.sh command script starts the execution:
The messages that will appear on the command terminal window will be similar to that of the previous
paragraph 2.4 [TRACE 4].

251138275.doc

UNCLASSIFIED

Page 45

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

B
21/11/2000

The HCI application will look like the following figure:

Fig._ 2.8-29 HCI Appearance Using IES Modified Data-sets

251138275.doc

UNCLASSIFIED

Page 46

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

2.9

B
21/11/2000

AUTOMATIC BACKUP
In order to provide a maintenance activity relative to an IES project its necessary, before every Saveoperation, to make a copy of the previous project files. The security backup of the file (.dsp) is made with
the same name and extension of the original file, with an additional extension including the information
about the current year, month, day, hour, minute and second (.<YYYYMMDDHHMMSS>); the backup
file is created in a new directory named "backup.d" under the project ddl directory.
For instance, using IES Widget facility in a system named demo, if you execute a save project action for
the Slc interface, you will see the following message in the Xterm Window:
NOTICE: A Copy Of The File:
/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/source/ddl/widget.dsp
Has Been Written As The Backup File:
/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/source/ddl/backup.d/widget.dsp.Y2000M1
0D20h17m24s32

NOTICE: A Copy Of The File:


/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/source/ddl/Action.dsp
Has Been Written As The Backup File:
/
usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/source/ddl/backup.d/Action.dsp.Y2000M10
D20h17m24s32
NOTICE: A Copy Of The File:
/disk6/cwpgen/system/demo_work/source/ddl/General.dsp
Has Been Written As The Backup File:
/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/source/ddl/backup.d/General.dsp.Y2000M
10D20h17m24s32

NOTICE: A Copy Of The File:


/disk6/cwpgen/system/demo_work/source/ddl/Slc.dsp
Has Been Written As The Backup File:
/usr2/ies/IES_KIT/IES_KIT_06102000/std_cwp_04/source/ddl/backup.d/Slc.dsp.Y2000M10D2
0h17m24s32

In this example the saving operation is accomplished at 17:24:32, 20/10/00.


The backup action takes place only if the project file is already located under the project ddl directory
(and not in case of library project files).
Using Save as command the tool make a backup copy only if you overwrite an existent project file.

251138275.doc

UNCLASSIFIED

Page 47

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

B
21/11/2000

INSTALLING THE FINAL COMPILED DATA-SETS ON THE ON-LINE


TARGET ENVIRONMENT
After a customised data-set configuration has been defined, widely tested, completely bugs free
considered, and definitely accepted by controllers and software configuration responsible, configuration
data-sets should then be transferred on the on-line target platforms, to be definitely used as HCI and TCA
initialisation files.
Beware: the off-line testing environment doesn't allow a complete check on the configuration data. TCA
procedures work generally on an on-line environment, and many of the HCI input/output data need a
wider solicitation.
What is here suggested, is to take under observation, and on only one target on-line platform the new
data-sets; this stress test might continue for some weeks, to be absolutely sure that the new configuration
is bug free at all.

3.1

WHAT MUST BE KNOWN BEFORE


In order to install customised data-sets on target platforms, the user should know exactly:
1. For the off-line development platform: nodename, tcp-address, and username and password for the
account where the I.E.S. environment has been installed.
2. For all the on-line platforms where HCI and TCA run: nodenames, tcp-addresses, username and
password for each account used.
3. How these machines are connected one to each other, if by LAN connection, or if they are stand alone,
and furnished with a DAT or similar i/o devices.
In any case, we try to define a general purpose procedure, to achieve the goal of upgrading the on-line
stations with I.E.S. generated new data-sets.

3.2

INSTALLATION STEPS
In one of the first paragraphs we explained how to install the whole I.E.S. environment under the off-line
platform (Par. 1.2). The I.E.S. directories architecture is explained also in the figure of Par. 1.1. With
reference to the names used in these two paragraphs, one should execute the following commands:

"s <System Name>" (the current work directory becomes now the system directory; as shown in the
figure it contains the sub-directory "runtime", where final data-set are located, also for testing
purposes; this sub-directory should contain also the "Map Editor" data-sets (".mpp" files), for what
attains to the HCI background maps).
"tar cvf <Customised File Archive Name> ./runtime" (In this way all the customised files will be
merged in a single transportable file).
"compress <Customised File Archive Name>" (within the <System Name> directory you will then
find a file, named <Customised File Archive Name>.Z).
Transfer this file, making use of "rcp" or "ftp" or "DAT i/o device", to the father directory where the
on-line system data-sets are located, repeatedly for each required platform.

251138275.doc

UNCLASSIFIED

Page 48

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

B
21/11/2000

After that the "<Customised File Archive Name>.Z" file has been correctly positioned, tipically on a
$HOME directory of the runtime user, activate the commands:

"uncompress <Customised File Archive Name>.Z"

"tar xvf <Customised File Archive Name>" (obtaining a new directory named "runtime", under
the father directory where the on-line initialisation system datasets are located).

Stop the HCI program execution on the on-line node, if enabled to do so, following somewhere else
described standard procedures.
Make a copy of the current <On-Line Initializasion Directory> under a significant new directory
name, to save it for an eventual future restoring of the previous configuration.
Copy the files contained in the just created "runtime" directory under the <On-Line Initialisation
Directory>
Restart the HCI program, using somewhere else described standard procedures, and verify that the
HCI application results correctly re-customised
When the installation procedure has been correctly executed on the target on-line platform, it is
recommended to remove all the files or directories used as transfer files, to save disk space.
It is also recommended to backup on a "DAT" cartridge the whole I.E.S. environment installed as a
new customisation release, and to keep this backup in order to be able to reconstruct all specific
customised source data configuration.

251138275.doc

UNCLASSIFIED

Page 49

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

4
4.1

B
21/11/2000

APPENDIX
SYNTHETIC CHECK PROCEDURE

s std_cwp_04 (under source/ddl only lists.dsp)

E041HCI2.SH ies
GSL:
- Save

WIDGET:
- File Load SLC
- Change the text string "SCREEN LAYOUT" (SLC.Form0.Label1)
to
"LAYOUT DI SCHERMO"
- Change the text string "LEFT" (GRP_RIG)
and its dynamic settings.
labelString:
update:

"SINISTRA"
"DESTRA" "SINISTRA"

- Change the text string "LEFT" (ESB_RIG)


and its dynamic settings.
labelString:
update:

"SINISTRA"
"DESTRA" "SINISTRA"

- Change the background resource for the widget (SLC.Form0.Frame3.Form4):


background:
ARM_COL
- Resize the whole interface:
dimensions:

*2

*1.7

- File Save; Exit

251138275.doc

UNCLASSIFIED

Page 50

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

B
21/11/2000

TABULAR:
- File Load fldi
- Duplicate FLDI_CS_LEGEND to FLDI_TYPE_LEGEND
name:
FLDI_TYPE_LEGEND
default_string:
TYPE
default_status:
On
position_x:
C#14
length:
4
- Duplicate FLDI_CS to FLDI_TYPE
name:
default_string:
default_status:
position_x:
length:
reference:

FLDI_TYPE
NULL_STRING
Off
C#14
4
FLIGHT_TYPE_REF

- Duplicate FLDI_TYPE_LEGEND to FLDI_DEP_LEGEND


name:
FLDI_DEP_LEGEND
default_string:
DEP
default_status:
On
position_x:
C#19
length:
4
- Duplicate FLDI_TYPE to FLDI_DEP
name:
default_string:
default_status:
position_x:
length:
reference:

FLDI_DEP
NULL_STRING
Off
C#19
4
FLIGHT_DEP_REF

- Modify the properties editor of List:


tot_chars_in_row:

FLDI_TOT_CHARS_IN_ROW+10

- Press the Structure Radio-Button :


- Modify the Template NORMAL_TEMPLATE :
FLDI_TYPE:
FLDI_DEP:

On
On

- Edit Attribute/Parametric Attribute/ FLDI_A_TEXT:


color_name:
DIR_FINDER_COLOR
- File Save; Exit
251138275.doc

UNCLASSIFIED

Page 51

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

B
21/11/2000

CONTACT:
- PENDING View Structure
background
color :
style :

FIL_5
OPAQUE0

- CONTROLLED View Structure


- Click AB on Label
- Edit Grid
GRID_SMALL_0
char_size:
-

FLD_CALLSIGN : Duplicate :

FLD_TYPE :
visible :
actions :
position:
length :

+3

+3
FLD_TYPE

TRUE
(value: TRACK_TYPE_REF.string)
C#9; R#3
1

background
visible :
edge :
shadowThickness :
shadowType
:
bottomShadowColor :

TRUE
6
6
STACKED
OVL_2

FLD_MODECODE :
visible :
position :
color :

TRUE
C#10; R#2
OVL_2

- File Save; Exit

251138275.doc

UNCLASSIFIED

Page 52

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

B
21/11/2000

GSL:
- Edit Fonts TRACK_FONT2
Font Type :
-adobe-helvetica-bold-r-normal--20-140-100-100-100-p-105-iso8859-1
Grid Width :
18
Grid Height :
23
- Edit Fonts FLIGHT_FONT1
Font Type :
-adobe-helvetica-bold-r-normal--14-140-75-75-p-82-iso8859-1
Grid Width :
14
Grid Height :
17
- File Save; Exit

COMPILE
run.sh

251138275.doc

UNCLASSIFIED

Page 53

Alenia Marconi Systems

UNCLASSIFIED

E000IES0-06SUM
Issue
Date:

FIG._ 2.2-1 IES MAIN PANEL


FIG._ 2.4-1 HCI APPEARANCE BY DEFAULT DATA-SETS
FIG._ 2.5-1 "SLC" STRUCTURAL TREE
FIG._ 2.5-2 "SLC" INTERFACE
FIG._ 2.5-3 "SLC.FORM0.LABEL1" WIDGET PROPERTIES EDITOR
FIG._ 2.5-4 "GRP_RIG" TOGGLEBUTTON WIDGET PROPERTIES EDITOR
FIG._ 2.5-5 "GRP_RIG" TOGGLEBUTTON "UPDATE" RESOURCE
FIG._ 2.5-6 "SLC.FORM0.FRAME3.FORM4" WIDGET PROPERTIES EDITOR
FIG._ 2.5-7 "SLC" TOPLEVELSHELL PROPERTIES EDITOR
FIG._ 2.5-8 THE "SLC" INTERFACE
FIG._ 2.6-1 THE "FLDI" STRUCTURAL TREE
FIG._ 2.6-2 THE "FLDI" LAYOUT
FIG._ 2.6-3 "FLDI_TYPE_LEGEND" PROPERTIES EDITOR
FIG._ 2.6-4 "FLDI_TYPE" PROPERTIES EDITOR
FIG._ 2.6-5 "FLDI_DEP_LEGEND" PROPERTIES EDITOR
FIG._ 2.6-6 "FLDI_DEP " PROPERTIES EDITOR
FIG._ 2.6-7 THE "FLDI" LAYOUT
FIG._ 2.7-1 CONTACT CLASSES HIERARCHY TREE
FIG._ 2.7-2 PENDING CLASS STRUCTURAL TREE
FIG._ 2.7-3 "BACKGROUND" NODE PROPERTIES EDITOR
FIG._ 2.7-4 THE PREVIEW WINDOW
FIG._ 2.7-5 "CONTROLLED" CLASS STRUCTURAL TREE
FIG._ 2.7-6 "GRID_SMALL_0" GRID PROPERTIES EDITOR
FIG._ 2.7-7 THE PREVIEW WINDOW
FIG._ 2.7-8 THE "FLD_TYPE" NEW FIELD PROPERTIES EDITOR
FIG._ 2.7-9 THE "BACKGROUND" NODE PROPERTIES EDITOR
FIG._ 2.7-10 THE PREVIEW WINDOW
FIG._ 2.8-1 MODIFYING "TRACK_FONT2" FONT CATEGORY
FIG._ 2.8-2 HCI APPEARANCE USING IES MODIFIED DATA-SETS

251138275.doc

UNCLASSIFIED

B
21/11/2000

10
19
22
23
23
24
24
25
25
26
28
28
29
30
31
32
33
36
38
38
38
40
40
40
41
42
42
44
46

Page 54

UNCLASSIFIED

Alenia Marconi Systems

E000IES0-06SUM
Issue
Date:

B
21/11/2000

DISTRIBUTION LIST

LOCATION

G22

NAME

COPY No2

G. Di Blasi

To be filled if required by security rating

251138275.doc

UNCLASSIFIED

Page 55

Вам также может понравиться