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

Layout and Printable Data in One Sequence, Continuous String, Line-by-Line

Page 16 highlights

Chapter 2-Principles of Operation Layout and Printable Data in One Sequence Continuous String Enter the instructions as a continuous string, where the instructions are separated by colons (:). BF ON:BF "Swiss 721 BT",6:PP 10,10: PX 430,340,15:PP 30,30:PM "GLOBE.1": PP 75,270:BT "CODE39":PB "ABC":PP 75,220: FT "Swiss 721 BT",6:PT "My FIRST label":PF ↵ Line-by-Line You can also send the same string line by line: BF ON ↵ BF "Swiss 721 BT",6 ↵ PP 10,10 ↵ PX 430,340,15 ↵ PP 30,30 ↵ PM "GLOBE.1" ↵ PP 75,270 ↵ BT "CODE39" ↵ PB "ABC" ↵ PP 75,220 ↵ FT "Swiss 721 BT",6 ↵ PT "My FIRST label" ↵ PF ↵ (enable bar code interpretation) (select bar code interpr. font) (insertion point for box field) (create a box) (insertion point for image field) (select image) (insertion point for bar code field) (select bar code type) (input data to bar code field) (insertion point for text field) (select font for text field) (input data to text field) (print one label) A label looking like this should be printed regardless if you use a continuous string or send the instructions line-by-line: 8 Intermec Direct Protocol v.8.60-Programmer's Reference Manual

  • 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

8
Intermec Direct Protocol v.8.60—Programmer’s Reference Manual
Chapter 2—Principles of Operation
Layout and Printable Data in One Sequence
Continuous String
Enter the instructions as a continuous string, where the instructions are
separated by colons (:).
BF ON:BF "Swiss 721 BT",6:PP 10,10:
PX 430,340,15:PP 30,30:PM "GLOBE.1":
PP 75,270:BT "CODE39":PB "ABC":PP 75,220:
FT "Swiss 721 BT",6:PT "My FIRST label":PF
Line-by-Line
You can also send the same string line by line:
BF ON
(enable bar code interpretation)
BF "Swiss 721 BT",6
(select bar code interpr. font)
PP 10,10
(insertion point for box field)
PX 430,340,15
(create a box)
PP 30,30
(insertion point for image field)
PM "GLOBE.1"
(select image)
PP 75,270
(insertion point for bar code field)
BT "CODE39"
(select bar code type)
PB "ABC"
(input data to bar code field)
PP 75,220
(insertion point for text field)
FT "Swiss 721 BT",6
(select font for text field)
PT "My FIRST label"
(input data to text field)
PF
(print one label)
A label looking like this should be printed regardless if you use a
continuous string or send the instructions line-by-line: