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

Label Format - RFID Example Command Descriptions

Page 44 highlights

Chapter 2 - Designing Bar Code Labels MY FIRST RFID TAG WRITE SAMPLE J2,2,0,23 These commands print this label: MY FIRST RFID TAG WRITE *SAMPLE* *SAMPLE* RFID Tag Example The next table explains the command strings for the RFID tag example. For more information, see the IPL Command Reference Manual. Label Format - RFID Example Command Descriptions Command C P E4;F4 H0 o102,51 f0 c25 h20 w20 d0,30 L1 o102,102 f0 l575 w5 B2 o203,153 c0,0 Description Places the printer in Advanced mode. Places the printer in Program mode. Clears current format 4 and creates a new format 4. Defines field 0 as a human-readable field. Sets the origin of field 0 at coordinates 102,51. Rotates field 0 by 0 degrees. Sets the font to font 25. Sets the height to 20 times original size. Sets the width to 20 times original size. Specifies that data for this field is transmitted in Print mode with a maximum of 30 characters. Defines field 1 as a line field. Sets the origin of field 1 at coordinates 102,102. Rotates field 1 by 90 degrees counterclockwise around the origin. Defines the length of the line as 575. Sets the width of the line to 5 dots. Defines field 2 as a bar code field. Sets the origin of field 2 at coordinates 203,153. Sets the bar code font to Code 39 with no check digit. 34 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
34
Intermec Printer Language (IPL) Developer’s Guide
<STX><CAN><ETX>
<STX>MY FIRST RFID TAG WRITE<CR><ETX>
<STX>SAMPLE<ETX>
<STX><ESC>J2,2,0,23<ETX>
<STX><ETB><ETX>
These commands print this label:
RFID Tag Example
The next table explains the command strings for the RFID tag example. For more
information, see the
IPL Command Reference Manual
.
MY FIRST RFID TAG WRITE
*SAMPLE*
*SAMPLE*
Label Format – RFID Example Command Descriptions
Command
Description
<ESC>C
Places the printer in Advanced mode.
<ESC>P
Places the printer in Program mode.
E4;F4
Clears current format 4 and creates a new format 4.
H0
Defines field 0 as a human-readable field.
o102,51
Sets the origin of field 0 at coordinates 102,51.
f0
Rotates field 0 by 0 degrees.
c25
Sets the font to font
25
.
h20
Sets the height to 20 times original size.
w20
Sets the width to 20 times original size.
d0,30
Specifies that data for this field is transmitted in Print mode with a maximum of 30 characters.
L1
Defines field 1 as a line field.
o102,102
Sets the origin of field 1 at coordinates 102,102.
f0
Rotates field 1 by 90 degrees counterclockwise around the origin.
l575
Defines the length of the line as 575.
w5
Sets the width of the line to 5 dots.
B2
Defines field 2 as a bar code field.
o203,153
Sets the origin of field 2 at coordinates 203,153.
c0,0
Sets the bar code font to Code 39 with no check digit.