Intermec PX6i Intermec Printer Language (IPL) Developer's Guide (old) - Page 36

Values for Bar Code Field Command String, Values for Interpretive Field Command String

Page 36 highlights

Chapter 2 - Designing Bar Code Labels Values for Bar Code Field Command String Text B2 o200,150 ; c0,0 h100 w2 i1 d0,10 Description B is the syntax for the "Bar Code Field, Create or Edit" command, with field number 2. o sets the origin of the bar code field, where x = 200 and y = 150. ; is the command terminator character. c is the syntax for the "Bar Code, Select Type" command, where 0,0 specifies Code 39, 8646 compatible, with no check digit. h is the syntax for the "Height Magnification of Bar Code, Define" command, where 100 indicates a magnification of 100 dots tall. w is the syntax for "Width of Bar Code, Define" command, where 2 indicates a magnification of 2 dots wide i is the syntax for the "Interpretive Field" command, where 1 enables the field. d is the syntax for the "Field Data, Define Source" command, where 0,10 indicates that the data is entered in Print mode and has a maximum length of 10 characters. 6 Press Enter and type the following text to define the interpretive field: I2;h1;w1;c20 The next table explains these values: Values for Interpretive Field Command String Text Description I2 I is the syntax for the "Interpretive Field, Define" command, with field number 2 (matches the accompanying bar code field number). h1 h is the syntax for the "Height Magnification" command, with a magnification level of 1 dot vertically. w1 w is the syntax for the "Width Magnification" command, with a magnification level of 1 dot horizontally. c20 c is the syntax for the "Font Type, Select" command, where 20 specifies the 8-point monospace font. 7 Press Enter and type the following text to place the printer in Print mode, access format 4, and clear previous field data: R E4 26 Intermec Printer Language (IPL) Developer's Guide

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112

Chapter 2 — Designing Bar Code Labels
26
Intermec Printer Language (IPL) Developer’s Guide
6
Press
Enter
and type the following text to define the interpretive field:
<STX>I2;h1;w1;c20<ETX>
The next table explains these values:
7
Press
Enter
and type the following text to place the printer in Print mode, access
format 4, and clear previous field data:
<STX>R<ETX>
<STX><ESC>E4<ETX>
<STX><CAN><ETX>
Values for Bar Code Field Command String
Text
Description
B2
B
is the syntax for the “Bar Code Field, Create or Edit” command,
with field number 2.
o200,150
o
sets the origin of the bar code field, where x = 200 and y = 150.
;
;
is the command terminator character.
c0,0
c
is the syntax for the “Bar Code, Select Type” command, where
0,0 specifies Code 39, 8646 compatible, with no check digit.
h100
h
is the syntax for the “Height Magnification of Bar Code,
Define” command, where 100 indicates a magnification of 100
dots tall.
w2
w
is the syntax for “Width of Bar Code, Define” command, where
2 indicates a magnification of 2 dots wide
i1
i
is the syntax for the “Interpretive Field” command, where 1
enables the field.
d0,10
d
is the syntax for the “Field Data, Define Source” command,
where 0,10 indicates that the data is entered in Print mode and
has a maximum length of 10 characters.
Values for Interpretive Field Command String
Text
Description
I2
I
is the syntax for the “Interpretive Field, Define” command, with
field number 2 (matches the accompanying bar code field
number).
h1
h
is the syntax for the “Height Magnification” command, with a
magnification level of 1 dot vertically.
w1
w
is the syntax for the “Width Magnification” command, with a
magnification level of 1 dot horizontally.
c20
c
is the syntax for the “Font Type, Select” command, where 20
specifies the 8-point monospace font.