ACC Utilities Reference Guide

TTGEN - ZCOM System Table Generator
Creating the TTGEN Configuration File
Chapter 2 39
Example:
For a 100% busy system with 8 mux cards with 57.6k links, and an
average message length of 100 bytes, the Buffer-Pool size should be at
least:
8 x 576 x 5 x (100 + 200) x 1.5 = 10 Mbytes
Logical-Size
The size in bytes of an LTT extension area. An extension area can be
associated with a logical terminal table (LTT). The extension area, if
present, would appear at the end of the LTT (hence, the total LTT size
would be “size of system data” (ZCOM area and user-maintainable area)
plus “size of extension area”. Currently, LTT system data (ZCOM area
and user-maintainable area) is 400 bytes). Only one Logical-Size value
can be defined in your TTGEN configuration file. Thus, there is only one
extension-area size for all LTTs. This also means that if you define a
Logical-Size, then every LTT will have an extension area. Logical-Size
defaults to 0 (i.e., no extension). Define any value as needed (or just leave
it out for a default of zero, i.e., no extension). The valid range of values is
0 or 8…2048 (ZCOM_MAXLSIZE in /opt/acc/include/zcom/zcomsys.h),
and the value must be a multiple of 8.
Logical-Data
This parameter enables application programs to reserve some of the
spare data area (of the terminal information) for a group of terminals. It
is defined according to the application number (as set up in the TERM or
LTERM parameters). There may be up to 20 Logical-Data statements.
Note that Logical-Size must be defined first.
The following information is required if this parameter is specified:
Logical-Data <appln> <label> <offset> <size>
<appln> the application number of the terminals for which the
space is reserved. Using 0 (zero) reserves space for all
the terminals, regardless of their application number.
<label> the name (up to 7 characters) for the reserved space -
this name must be different for each Logical-Data
statement.