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

Deleting Fields, Positioning Fields, Command String Descriptions, Field Origin, Define Command

Page 25 highlights

Chapter 2 - Designing Bar Code Labels Deleting Fields It is possible to delete any field from a format unless the format only has one field. For example, use the following command string to delete field 3 from format 4: P;F4;D3;R The following table describes each command in this string: Command String Descriptions Command P F4 D3 R Description Enters Program mode. Accesses format 4. Deletes field 3. Returns to Print mode. Positioning Fields Using the IPL command language to position fields is the trickiest part of designing labels. Since you cannot tell exactly how the field looks until it prints, you may need to make several test prints before you get the field positioned correctly. For all types of fields, determine the print position by defining the coordinates of the upper left corner of the unrotated field. The field origin is the upper left corner of an unrotated field. To define the coordinates of the field origin, use the "Field Origin, Define" command (ox,y), where: Field Origin, Define Command Coordinates Definition o is the command syntax. x is the distance (in dots) from the left edge of the label to the field origin. y is the distance (in dots) from the top edge of the label to the field origin. Intermec Printer Language (IPL) Developer's Guide 15

  • 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
Intermec Printer Language (IPL) Developer’s Guide
15
Deleting Fields
It is possible to delete any field from a format unless the format only has one field.
For example, use the following command string to delete field 3 from format
4:
<STX><ESC>P;F4;D3;R<ETX>
The following table describes each command in this string:
Positioning Fields
Using the IPL command language to position fields is the trickiest part of designing
labels. Since you cannot tell exactly how the field looks until it prints, you may need
to make several test prints before you get the field positioned correctly.
For all types of fields, determine the print position by defining the coordinates of
the upper left corner of the unrotated field.
The field origin is the upper left corner of an unrotated field. To define the
coordinates of the field origin, use the “Field Origin, Define” command (o
x
,
y
),
where:
Command String Descriptions
Command
Description
<ESC>P
Enters Program
mode.
F4
Accesses format 4.
D3
Deletes field 3.
R
Returns to Print
mode.
Field Origin, Define Command
Coordinates
Definition
o
is the command syntax.
x
is the distance (in dots) from the left edge of the label to the field
origin.
y
is the distance (in dots) from the top edge of the label to the field
origin.