Designing Pages - Intermec EasyCoder 3240 Developer's Manual

Intermec printer language (ipl)
Hide thumbs Also See for EasyCoder 3240:
Table of Contents

Advertisement

Hex Data Commands in Example
Data
27 90 A8 D5 90 22
26 84 96 22
22
26 8C 84 22
24 82
25 88 22
21 93 43 C2
25 43 C2
28

Designing Pages

Intermec Printer Language (IPL) Developer's Guide
Command
Description
0x27
Raw bitmap data follows, starts at Y0
90
90 - 80 (LO) = 0x10 -> 1 dot at Y4
A8
A8 - 80 (LO) = 0x28 -> 2 dots at Y10 and Y12
D5
D5 - 80 (LO) = 0x45 -> 3 dots at Y14, Y17, and Y20
90
90 - 80 (LO) = 0x10 -> 1 dot at Y25
0x22
End of line
0x26
Transition white
84
84 - 80 (LO) = 4 white
96
96 - 80 (LO) = 22 black
0x22
End of line
0x22
End of line
0x26
Transition white
8D
8D - 80 (LO) = 13 white
84
84 - 80 (LO) = 4 black
0x22
End of line
0x24
Repeat last line
82
82 - 80 (LO) = 2 times
0x25
Transition black
88
89 - 80 (LO) = 9 black
0x22
End of line
0x21
Change origin
93
93 - 80 (LO) = 0x13 -> X19
43 C2
43 - 40 (HI) = 0x03
C2 - 80 (LO) = 0x42
(0x03 ∗ 0x80) + 0x42 = 1C2 -> Y450
0x25
Transition black
43 C2
43 - 40 (HI) = 0x03
C2 - 80 (LO) = 0x42
(0x03 ∗ 0x80) + 0x42 = 1C2 -> Y450
0x28
End of bitmap
A page is a collection of one or more formats that you combine to print at
the same time. This feature is helpful when you need to print several
different labels for an application at once. For example, you may need to
attach one type of label to a product and a different type of label to its
container. With the page printing capability, you can print both labels at
the same time. Because you can print pages of several formats at once, you
can also print labels on media rolls that have different sizes and shapes of
labels already precut.
When you group label formats into a page, you assign the formats to
positions designated by the letters a through z. You can print the formats
used in pages independent of each other.
Chapter 4 — Advanced Printer Programming
67

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents