Intermec PX4i Intermec Direct Protocol 8.60 Programmer's Reference Manual - Page 15

Sending Instructions

Page 15 highlights

Chapter 2-Principles of Operation • Some instructions only work in the Intermec Direct Protocol: COUNT& ERROR FORMAT INPUT INPUT ON|OFF LAYOUT END LAYOUT INPUT LAYOUT RUN PRINT KEY ON|OFF 2.4 Sending Instructions The Intermec Direct Protocol allows you to send instructions to the printer in two ways: • You can send instructions that the printer will act upon directly. This method is used for setting up the printer, for reading various data from the printer back to the host, and for managing files, fonts, and images. Examples: PRINT KEY ON ↵ (enable Print key) ? DATE$ ↵ (read printer's calendar) KILL "LAYOUT1" ↵ (delete a layout or file) This method can also be used for creating label layouts including all the printable data as illustrated below. • The other method is only intended for creating labels. First create a layout containing formatting instructions for a number of variable fields. Also include such fields that you do not need to change. Then send a string of printable data to the empty variable fields plus a print instruction. You can create a number of different layouts, select the one you need, and then add the variable data. Intermec Direct Protocol v.8.60-Programmer's Reference Manual 7

  • 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
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134

Intermec Direct Protocol v.8.60—Programmer’s Reference Manual
7
Chapter 2—Principles of Operation
Some instructions only work in the Intermec Direct Protocol:
COUNT&
ERROR
FORMAT INPUT
INPUT ON|OFF
LAYOUT END
LAYOUT INPUT
LAYOUT RUN
PRINT KEY ON|OFF
2.4 Sending Instructions
°e Intermec Direct Protocol allows you to send instructions to the
printer in two ways:
You can send instructions that the printer will act upon directly. °is
method is used for setting up the printer, for reading various data
from the printer back to the host, and for managing files, fonts, and
images.
Examples:
PRINT KEY ON
(enable Print key)
? DATE$
(read printer’s calendar)
KILL "LAYOUT1"
(delete a layout or file)
°is method can also be used for creating label layouts including all
the printable data as illustrated below.
°e other method is only intended for creating labels. First create a
layout containing formatting instructions for a number of variable
fields. Also include such fields that you do not need to change. °en
send a string of printable data to the empty variable fields plus a print
instruction. You can create a number of different layouts, select the
one you need, and then add the variable data.