Programming instructions
Intermec Fingerprint v7.61 – Programmer’s Reference Manual Ed. 7 141
Chapter 2 Program Instructions
LAYOUT, cont.
Remarks, cont.
Note 1:
The bar code extended field record (E) corresponds to the six last
parameters in the BARSET statement. Must have a lower element number
than the corresponding bar code record (B), which specifi es the other
bar code parameters.
Note 2:
The maximum font name length in the LAYOUT statement is 10 characters.
Most font names in Intermec Fingerprint are longer. A workaround method
is to use font name aliases with a maximum length of 10 characters,
See Chapter 6, “Fonts”.
Logotype name fi le format #1:
(no embedded spaces in name)
Record 1–n, 10 bytes each.
C
1
...C
10
Name for logotype No. 1
. . .
. . .
C
1
...C
10
Name for logotype No. n
Logotype name fi le format #2:
(Records sorted in ascending logotype number order)
Record 1-n, 13 bytes each.
DD Logotype number (2 digits)
C always ":" (colon). Separator. Distinguishes format 2.
C
1
...C
10
Name of logotype (10 characters)
Note: Logotype name fi le formats #1 and #2 are alternative.
Data array/fi le format:
(sorted in ascending order)
One array position/One fi le line.
HH Element number
C
1
...C
n
Data
If a data element cannot be used in the layout, an error will occur and the index of the unused
element and error code -1 is placed in the error array/fi le.
Error array/fi le format:
(sorted in ascending order)
Array position/File line No. 0: Record number for error 1
Array position/File line No.1: Error number for error 1
. . .
. . .
Array position/File line No. 2n-2: Record number for error n
Array position/File line No. 2n-1: Error number for error n
Also refer to the chapter “Label Design; Layout Files" in the Intermec
Fingerprint v7.50, Programmer’s Guide.
To improve the performance, it is strongly recommended to create the layout
and logotype name fi les in the printer’s temporary memory ("tmp:"). Once
they have been created in "tmp:", they could be copied to the printer’s
permanent memory to avoid losing them at power off.
Do not confuse this statement with the statements LAYOUT INPUT,
LAYOUT END, and LAYOUT RUN.