Intermec PF4i Intermec Direct Protocol 8.60 Programmer's Reference Manual - Page 74

Setting Break for Batch Printing

Page 74 highlights

Chapter 5-Setting Up the Printer 5.18 Setting Break for Batch Printing When printing large batches of labels, it is useful to be able to break the printing, if for example an error should be detected. You can break the printing either via any serial communication channel or from the printer's built-in keyboard (if any). By default, a break instruction is produced by simultaneously pressing the and keys on the printer's keyboard. Two instructions allow you to create other ways of issuing a break instruction. BREAK specifies an individual break interrupt character for some serial communication channels and for the keyboard, whereas BREAK ON|OFF enables/disables break interrupt and deletes the break character for the corresponding devices. Note: Break interrupt characters are not saved in the permanent memory, but must be transmitted to the printer after each power-up. BREAK , = 0 = 1 = 2 = 3 = 7 = 8 Default: Printer's keyboard "uart1:" serial communication channel "uart2:" serial communication channel "uart3:" serial communication channel "uart4:" serial communication channel "uart5:" serial communication channel is the ASCII decimal value of the desired break character. Communication channels: ASCII 03 dec. Keyboard: + (= ASCII 128 dec.) By default, the function keys on the printer's keyboard produce the following ASCII values: F1 1 F1 + Shift 129 F2 2 F2 + Shift 130 F3 3 F3 + Shift 131 F4 4 F4 + Shift 132 F5 5 F5 + Shift 133 Enter 13 Enter + Shift 141 Feed 28 Feed + Shift 156 Setup 29 Setup + Shift 157 Pause 30 Pause + Shift 158 66 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

66
Intermec Direct Protocol v.8.60—Programmer’s Reference Manual
Chapter 5—Setting Up the Printer
5.18 Setting Break for Batch Printing
When printing large batches of labels, it is useful to be able to break the
printing, if for example an error should be detected. You can break the
printing either via any serial communication channel or from the print-
er’s built-in keyboard (if any). By default, a break instruction is produced
by simultaneously pressing the <
Pause
> and <
Shift
> keys on the printer’s
keyboard.
Two instructions allow you to create other ways of issuing a break
instruction.
BREAK
specifies an individual break interrupt character for
some serial communication channels and for the keyboard, whereas
BREAK ON|OFF
enables/disables break interrupt and deletes the break
character for the corresponding devices.
Note:
Break interrupt characters are not saved in the
permanent memory, but must be transmitted to the printer
after each power-up.
BREAK <device>,<break char.>
<device> = 0
Printer’s keyboard
<device> = 1
"uart1:" serial communication channel
<device> = 2
"uart2:" serial communication channel
<device> = 3
"uart3:" serial communication channel
<device> = 7
"uart4:" serial communication channel
<device> = 8
"uart5:" serial communication channel
<break char.>
is the ASCII decimal value of the desired break character.
Default:
Communication channels: ASCII 03 dec.
Keyboard: <Pause> + <Shift> (= ASCII 128 dec.)
By default, the function keys on the printer’s keyboard produce the
following ASCII values:
F1
1
F1 + Shift
129
F2
2
F2 + Shift
130
F3
3
F3 + Shift
131
F4
4
F4 + Shift
132
F5
5
F5 + Shift
133
Enter
13
Enter + Shift
141
Feed
28
Feed + Shift
156
Setup
29
Setup + Shift
157
Pause
30
Pause + Shift
158