17.08.2013 Views

Contents, cont'd. - Intermec

Contents, cont'd. - Intermec

Contents, cont'd. - Intermec

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

STORE IMAGE<br />

Chapter 2 Program Instructions<br />

Field of Application Statement for setting up parameters for storing an image in the printer's<br />

memory.<br />

Syntax STORE ↔ ΙMAGE [RLL] [KILL],,,[],<br />

[RLL] optionally indicates RLL compression.<br />

[KILL] optionally specifies that the image will be erased from the<br />

temporary memory at startup (recommended).<br />

is the name of the image (max 30 char. incl. extension).<br />

is the width of the image in bits (=dots).<br />

is the height of the image in bits (=dots).<br />

[] is the size of the images in bytes (RLL only).<br />

is the name of the protocol: "INTELHEX"<br />

"UBI00"<br />

"UBI01"<br />

"UBI02"<br />

"UBI03"<br />

"UBI10"<br />

Remarks The name of the protocol must be entered in one sequence ("INTELHEX").<br />

Upper- or lowercase letter can be used at will. Refer to the chapter 3 “Image<br />

Transfer” for more information on the syntax of the protocols.<br />

STORE IMAGE RLL is used when the image to be received is compressed<br />

into RLL format. In this case the size of the image must be included in the list<br />

of parameters (). 3<br />

STORE IMAGE KILL implies that the image will be stored in the printer's<br />

temporary memory, which is erased at power off or REBOOT. It is strongly<br />

recommended to use this option to improve the performance. If you need to<br />

store the image permanently, copy it from the temporary memory ("tmp:")<br />

to the permanent memory ("c:") after the download is completed.<br />

A STORE IMAGE statement must precede any STORE or STORE INPUT<br />

statement.<br />

Example This example shows how an Intelhex file is received via the standard input<br />

channel and stored in the printer's temporary memory:<br />

10 STORE OFF<br />

20 INPUT "Name:", N$<br />

30 INPUT "Width:", W%<br />

40 INPUT "Height:", H%<br />

50 INPUT "Protocol:", P$<br />

60 STORE IMAGE N$, W%, H%, P$<br />

70 INPUT "", F$<br />

80 STORE F$<br />

90 IF MID$(F$,8,2,)"01" THEN GOTO 70<br />

100 STORE OFF<br />

<strong>Intermec</strong> Fingerprint 7.2 – Reference Manual Ed. 3 216

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

Saved successfully!

Ooh no, something went wrong!