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

Label Format - RFID Example Command Descriptions continued

Page 45 highlights

Chapter 2 - Designing Bar Code Labels Label Format - RFID Example Command Descriptions (continued) Command Description h100 Sets the height to 100 dots. w2 Sets the width to 2 dots. i1 Enables the interpretive field, to print with start and stop characters included. d0,10 Specifies that data for this field is transmitted in Print mode with a maximum of 10 characters. I2 Edits the interpretive field for bar code field 2. h1 Sets the height to original size. w1 Sets the width to original size. c20 Sets the font to font 20. Q3 Defines field 3 as an RFID field. a2,2,0,23 Sets the format to ASCII, writes to the Data segment, starts on byte 0 and writes up to 23 bytes. d3,MY FIRST Defines constant data for field 3 to be "MY FIRST RFID TAG WRITE." RFID TAG WRITE R Places the printer in Print mode. E4 Accesses format 4 from the printer memory. Clears all data for format 4 and sets the field pointer to the lowest numbered data-entry field. MY FIRST RFID TAG WRITE This is the data intended for the first data-entry field (human-readable field 0). instructs the printer to go to the next data-entry field. SAMPLE This is the data intended for the second data-entry field (bar code field 2). J2,2,0 Reads the data from the RFID tag. The data is in ASCII format on the Data segment, starting ,23 on byte 0 and having a length of 23 bytes. Prints the label. Intermec Printer Language (IPL) Developer's Guide 35

  • 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
35
h100
Sets the height to 100 dots.
w2
Sets the width to 2 dots.
i1
Enables the interpretive field, to print with start and stop characters included.
d0,10
Specifies that data for this field is transmitted in Print mode with a maximum of 10 characters.
I2
Edits the interpretive field for bar code field 2.
h1
Sets the height to original size.
w1
Sets the width to original size.
c20
Sets the font to font
20
.
Q3
Defines field 3 as an RFID field.
a2,2,0,23
Sets the format to ASCII, writes to the Data segment, starts on byte 0 and writes up to 23 bytes.
d3,MY FIRST
RFID TAG
WRITE
Defines constant data for field 3 to be “MY FIRST RFID TAG WRITE.”
R
Places the printer in Print mode.
<ESC>E4
Accesses format 4 from the printer memory.
<CAN>
Clears all data for format 4 and sets the field pointer to the lowest numbered data-entry field.
MY FIRST
RFID TAG
WRITE<CR>
This is the data intended for the first data-entry field (human-readable field 0). <CR> instructs
the printer to go to the next data-entry field.
SAMPLE
This is the data intended for the second data-entry field (bar code field 2).
<ESC>J2,2,0
,23
Reads the data from the RFID tag. The data is in ASCII format on the Data segment, starting
on byte 0 and having a length of 23 bytes.
<ETB>
Prints the label.
Label Format – RFID Example Command Descriptions (continued)
Command
Description