Intermec PF4i Intermec Printer Language (IPL) Developer's Guide (old) - Page 43

RFID Tag Example, Command Strings

Page 43 highlights

Chapter 2 - Designing Bar Code Labels Command String Descriptions for Example (continued) Command d0,20; i1; h100; p@; I25 h2 w2 W27; o015,000; w10; l1150; h775; R E5 Lot 23455 262948 307 91747 I2 5 Description Determines that the data for field 25 is entered during Print mode with a maximum of 20 characters. Enables the interpretive field for the bar code, to print with start and stop characters included. Sets the bar code height to 100 dots. Clears all prefixes from the bar code field. Edits the interpretive field for bar code field 25. Sets the height of the interpretive field to twice its original height. Sets the width of the interpretive field to 2 dots. Defines field 27 as a box field. Sets the origin of field 27 at 15,0. Defines the line width of the box as 10 dots. Defines the length of the box as 1150. Sets the height of the box to 775. Places the printer in Print mode. Accesses format 5 from the printer memory. Clears all data for the current format and sets the field pointer to the lowest numbered dataentry field. This is the data intended for the first data-entry field. instructs the printer to go to the next data-entry field. Specifies that the following data is to be incremented. This is the data intended for the next data-entry field (specified as data to be incremented). Specifies that the preceding data is to be incremented. The data surrounded by commands is to be incremented by a value of 2 after each label is printed. Sets the number of labels to print when the print command is executed. Prints the label. RFID Tag Example This example is a bar code label that contains an RFID tag. Command Strings C P E4;F4; H0;o102,51;f0;c25;h20;w20;d0,30; L1;o102,102;f0;l575;w5; B2;o203,153;c0,0;h100;w2;i1;d0,10; I2;h1;w1;c20; Q3;a2,2,0,23;d3,MY FIRST RFID TAG WRITE; R; E4 Intermec Printer Language (IPL) Developer's Guide 33

  • 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
33
RFID Tag Example
This example is a bar code label that contains an RFID tag.
Command Strings
<STX><ESC>C<ETX>
<STX><ESC>P<ETX>
<STX>E4;F4;<ETX>
<STX>H0;o102,51;f0;c25;h20;w20;d0,30;<ETX>
<STX>L1;o102,102;f0;l575;w5;<ETX>
<STX>B2;o203,153;c0,0;h100;w2;i1;d0,10;<ETX>
<STX>I2;h1;w1;c20;<ETX>
<STX>Q3;a2,2,0,23;d3,MY FIRST RFID TAG WRITE;<ETX>
<STX>R;<ETX>
<STX><ESC>E4<ETX>
d0,20;
Determines that the data for field 25 is entered during Print mode with a maximum of 20
characters.
i1;
Enables the interpretive field for the bar code, to print with start and stop characters included.
h100;
Sets the bar code height to 100 dots.
p@;
Clears all prefixes from the bar code field.
I25
Edits the interpretive field for bar code field 25.
h2
Sets the height of the interpretive field to twice its original height.
w2
Sets the width of the interpretive field to 2 dots.
W27;
Defines field 27 as a box field.
o015,000;
Sets the origin of field 27 at 15,0.
w10;
Defines the line width of the box as 10 dots.
l1150;
Defines the length of the box as 1150.
h775;
Sets the height of the box to 775.
R
Places the printer in Print mode.
<ESC>E5
Accesses format 5 from the printer memory.
<CAN>
Clears all data for the current format and sets the field pointer to the lowest numbered data-
entry field.
Lot 23455
262948<CR>
This is the data intended for the first data-entry field. <CR> instructs the printer to go to the
next data-entry field.
<FS>
Specifies that the following data is to be incremented.
307 91747
This is the data intended for the next data-entry field (specified as data to be incremented).
<FS>
Specifies that the preceding data is to be incremented.
<ESC>I2
The data surrounded by <FS> commands is to be incremented by a value of 2 after each label is
printed.
<RS>5
Sets the number of labels to print when the print command is executed.
<ETB>
Prints the label.
Command String Descriptions for Example (continued)
Command
Description