Intermec PX4i Intermec Printer Language (IPL) Developer's Guide (old) - Page 42

Command String Descriptions for Example continued, Command, Description

Page 42 highlights

Chapter 2 - Designing Bar Code Labels Command String Descriptions for Example (continued) Command E5;F5 H0; o35,40; c25; d3,Cat.; k12; L6; o740,10; f3; l130; w8; H8; o30,165; c25; f3; r1; d3,Size; k12; H10; o150,165; f3; r1; c25; d3,3/4; k12; H13; o60,560; f1; c25; d0,20; k10; U21; o40,610; c2; h9; w9; B25; o685,615; c0,0; Description Clears current format 5 and creates a new format 5. Defines field 0 as a human-readable field. Sets the origin of field 0 at 35,40. Sets the font for field 0 to font 25.z Sets the data for field 0 to "Cat.". Sets the font size to 12. Defines field 6 as a line field. Sets the origin for field 6 at 740,10. Rotates field 6 by 270 degrees counterclockwise around the field origin. Sets the length of the line in field 6 to 130 dots. Sets the width of field 6 to 8 dots. Defines field 8 as a human-readable field. Sets the origin of field 8 at 30,165. Defines the font for field 8 as font 25. Rotates field 8 by 270 degrees counterclockwise around the origin. Rotates the characters in field 8 by 90 degrees counterclockwise. Sets the data for field 8 to "Size". Sets the Font size to 12. Defines field 10 as a human-readable field. Sets the origin for field 10 at 150,165. Rotates field 10 by 270 degrees counterclockwise around the origin. Rotates the characters in field 10 by 90 degrees counterclockwise. Sets the font for field 10 to font 25. Sets the data for field 10 to "3/4". Sets the font size to 12. Defines field 13 as a human-readable field. Sets the origin of field 13 at 60,560. Rotates field 13 by 90 degrees around the origin. Sets the font for field 13 to font 25. Specifies that data for field 13 is entered during Print mode with a maximum of 20 characters. Sets the font size to 10. Defines field 21 as a graphic field. Sets the origin of field 21 at 40,610. Specifies that field 21 prints in font 2. In this case, font 2 actually refers to the user-defined graphic ("diamond") previously downloaded to the printer. Sets the height to nine times the original size. Sets the width to 9 dots. Defines field 25 as a bar code field. Sets the origin of field 25 at 685,615. Sets the bar code font to Code 39 with no check digit. 32 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
32
Intermec Printer Language (IPL) Developer’s Guide
E5;F5
Clears current format 5 and creates a new format 5.
H0;
Defines field 0 as a human-readable field.
o35,40;
Sets the origin of field 0 at 35,40.
c25;
Sets the font for field 0 to font
25
.z
d3,Cat.;
Sets the data for field 0 to “Cat.”.
k12;
Sets the font size to 12.
L6;
Defines field 6 as a line field.
o740,10;
Sets the origin for field 6 at 740,10.
f3;
Rotates field 6 by 270 degrees counterclockwise around the field origin.
l130;
Sets the length of the line in field 6 to 130 dots.
w8;
Sets the width of field 6 to 8 dots.
H8;
Defines field 8 as a human-readable field.
o30,165;
Sets the origin of field 8 at 30,165.
c25;
Defines the font for field 8 as font 25.
f3;
Rotates field 8 by 270 degrees counterclockwise around the origin.
r1;
Rotates the characters in field 8 by 90 degrees counterclockwise.
d3,Size;
Sets the data for field 8 to “Size”.
k12;
Sets the Font size to 12.
H10;
Defines field 10 as a human-readable field.
o150,165;
Sets the origin for field 10 at 150,165.
f3;
Rotates field 10 by 270 degrees counterclockwise around the origin.
r1;
Rotates the characters in field 10 by 90 degrees counterclockwise.
c25;
Sets the font for field 10 to font 25.
d3,3/4;
Sets the data for field 10 to “3/4”.
k12;
Sets the font size to 12.
H13;
Defines field 13 as a human-readable field.
o60,560;
Sets the origin of field 13 at 60,560.
f1;
Rotates field 13 by 90 degrees around the origin.
c25;
Sets the font for field 13 to font 25.
d0,20;
Specifies that data for field 13 is entered during Print mode with a maximum of 20 characters.
k10;
Sets the font size to 10.
U21;
Defines field 21 as a graphic field.
o40,610;
Sets the origin of field 21 at 40,610.
c2;
Specifies that field 21 prints in font 2. In this case, font 2 actually refers to the user-defined
graphic (“diamond”) previously downloaded to the printer.
h9;
Sets the height to nine times the original size.
w9;
Sets the width to 9 dots.
B25;
Defines field 25 as a bar code field.
o685,615;
Sets the origin of field 25 at 685,615.
c0,0;
Sets the bar code font to Code 39 with no check digit.
Command String Descriptions for Example (continued)
Command
Description