User manual

EASYGEN™
3
12
3.3 LIMITS OF EASYGEN
Message/Comment:
This is a sequence of a maximum of 32 alphanumeric
characters;
Number:
is formed by a maximum of 7 integers and two decimal
numbers in the format
±XXXXXXX.YY
The programmer is responsible to ensure that all
numerical operations do not exceed this limit;
Variables: 7 temporary variables of a maximum of 32 alphanumeric
characters are available. The first one is reserved as an
“Error Variable” the other 6 can be named (see par.
4.6.2).
Tables: It is possible to use simultaneously up to 15 named tables
(1..15). In general, table 0 is used to store acquired data.
A numeric index variable is associated with each table.
Tables are composed of records and each record can
have a maximum of 30 fields (see par. 4.6.1).The index
variable points to the nth record. It assumes the minimum
value of zero, or “first record”, and the maximum value of
“maximum number of records” minus one.