ACC Utilities Reference Guide

TTGEN - ZCOM System Table Generator
Creating the TTGEN Configuration File
Chapter 260
Ldata is associated with the Term or Lterm parameter previously defined
before it. Term and Lterm entries have application numbers associated
with them. Ldata resides in a Logical-Data area that has an application
number associated with it. The application number of this Logical-Data
area and the Term or Lterm parameter must match, or the application
number of the Logical-Data area must be zero (0). Else an error will be
reported.
To set up data within the LTT extension area or Logical-Data area,
“location”, “format” and “data” must be specified as follows:
Ldata location format data, data, ...
<location> specifies where to place the data, and is either:
a number which specifies the byte offset (starting
from 0) from the beginning of the LTT extension
area
•or the form:
NAME:xxxxxxx:offset
<xxxxxx> a name defined in Logical-Data
in the Configuration section
<offset> the byte offset relative to region
“xxxxxx”
<format> specifies the format of the following data, and is either:
STRING—following data is an ASCII string
BYTES—following data are contiguous byte (8-bit)
values
INT16—following data are contiguous 16-bit values
<data> specifies the data value to be used, and must be:
quoted string for STRING data, and
numeric values for BYTES or INT 16 data
NOTE The following is an example, only for illustration; do not use it in your
TTGEN configuration file: