02.10.2012 Views

Programmer's Reference Manual Intermec Fingerprint® v8.70.0 ...

Programmer's Reference Manual Intermec Fingerprint® v8.70.0 ...

Programmer's Reference Manual Intermec Fingerprint® v8.70.0 ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Chapter —Program Instructions<br />

LAYOUT RUN<br />

Purpose Statement for providing variable input data to a predefined layout<br />

(<strong>Intermec</strong> Direct Protocol only).<br />

Syntax LAYOUT RUN <br />

is the name of the layout as specified in the LAYOUT INPUT statement.<br />

Remarks This instruction can only be used in the <strong>Intermec</strong> Direct Protocol and<br />

is used to select a predefined layout in a specified part of the printer’s<br />

memory (see LAYOUT INPUT statement) and provide input to string<br />

variables in the layout. Such variables are indicated by VARn$, where “n”<br />

indicates a field in the string of data that should follow the LAYOUT<br />

RUN statement.<br />

The string of input data should be composed according to the following<br />

syntax, where is the start-of-text separator, is the field<br />

separator and is the end-of-text separator (see FORMAT INPUT<br />

statement):<br />

. . . .<br />

Before reverting to “normal” Fingerprint printing after having used variable<br />

data (LAYOUT INPUT, LAYOUT END, and LAYOUT RUN), the<br />

data must be cleared using LAYOUT RUN with an empty string (LAYOUT<br />

RUN " ").<br />

Example This example illustrates how the <strong>Intermec</strong> Direct Protocol is enabled, how<br />

new separators are specified, how a layout is stored in the printer’s temporary<br />

memory, how variable data are combined with the layout, and how a<br />

label is printed. Finally, the <strong>Intermec</strong> Direct Protocol is disabled:<br />

INPUT ON ↵<br />

FORMAT INPUT "#","@","&" ↵<br />

LAYOUT INPUT "tmp:LABEL1" ↵<br />

FT "Swiss 721 BT" ↵<br />

PP 100,250 ↵<br />

PT VAR1$ ↵<br />

PP 100,200 ↵<br />

PT VAR2$ ↵<br />

LAYOUT END ↵<br />

LAYOUT RUN "tmp:LABEL1" ↵<br />

#Line number 1&Line number 2&@ ↵<br />

PF ↵<br />

INPUT OFF ↵<br />

1 <strong>Intermec</strong> Fingerprint <strong>v8.70.0</strong>/v10.0.0 Programmer´s <strong>Reference</strong> <strong>Manual</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!