Intermec PB51 Fingerprint Developer's Guide (old) - Page 19

Fingerprint Operating Modes, Sending Fingerprint Commands to the Printer

Page 19 highlights

Chapter 1 - Introduction to Fingerprint 10 PRPOS 200,200 20 DIR 3 30 ALIGN 5 40 PRIMAGE "GLOBE.1" 50 PRINTFEED RUN where: 10...50 PRPOS DIR ALIGN PRIMAGE PRINTFEED RUN Specify line numbers for the program. Specifies the insertion point for a line of text, a bar code, an image, a box, or a line. 200,200 is a numeric value indicating the x- and y-coordinates of the insertion point. Specifies the print direction, where 3 indicates that printing should be in the same direction as the print feed. Specifies which anchor point of a field, line, or box should be at the insertion point. 5 indicates that the center anchor point should be at the insertion point. Selects an image stored in printer memory, where "Globe.1" is the image file name. Prints one label. Runs the program. For more information on command syntax, For more information, see "Understanding Fingerprint Syntax" on page 5. Fingerprint Operating Modes Fingerprint has two operating modes: • Immediate Mode. In this mode, Fingerprint commands are executed as soon as the printer receives a carriage return. Generally, commands sent in Immediate Mode cannot be saved after they are executed. Use Immediate Mode when you want to test the effects of commands without saving the commands, such as when you are editing label formats. For more information, see "About Immediate Mode" on page 12. • Programming Mode. In this mode, you can save one or more Fingerprint commands as programs which can then be edited, copied, loaded, listed, or merged with other programs as needed. For more information, see "About Programming Mode" on page 13. Sending Fingerprint Commands to the Printer To send Fingerprint commands to an Intermec printer, you need: • a terminal or host computer with a display and keyboard. • a serial connection to the printer. • a communications program, such as Windows HyperTerminal, that can transmit and receive ASCII characters. Intermec Fingerprint Developer's Guide 3

  • 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
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187

Chapter 1 — Introduction to Fingerprint
Intermec Fingerprint Developer’s Guide
3
10
PRPOS 200,200
20
DIR 3
30
ALIGN 5
40
PRIMAGE “GLOBE.1”
50 PRINTFEED
RUN
where:
For more information on command syntax, For more information, see
“Understanding Fingerprint Syntax” on page 5.
Fingerprint Operating Modes
Fingerprint has two operating modes:
Immediate Mode. In this mode, Fingerprint commands are executed as soon as
the printer receives a carriage return. Generally, commands sent in Immediate
Mode cannot be saved after they are executed.
Use Immediate Mode when you want to test the effects of commands without
saving the commands, such as when you are editing label formats. For more
information, see
“About Immediate Mode” on page 12.
Programming Mode. In this mode, you can save one or more Fingerprint
commands as programs which can then be edited, copied, loaded, listed, or
merged with other programs as needed. For more information, see
“About
Programming Mode” on page 13.
Sending Fingerprint Commands to the Printer
To send Fingerprint commands to an Intermec printer, you need:
a terminal or host computer with a display and keyboard.
a serial connection to the printer.
a communications program, such as Windows HyperTerminal, that can transmit
and receive ASCII characters.
10...50
Specify line numbers for the program.
PRPOS
Specifies the insertion point for a line of text, a bar code, an
image, a box, or a line. 200,200 is a numeric value indicating the
x- and y-coordinates of the insertion point.
DIR
Specifies the print direction, where 3 indicates that printing
should be in the same direction as the print feed.
ALIGN
Specifies which anchor point of a field, line, or box should be at
the insertion point. 5 indicates that the center anchor point
should be at the insertion point.
PRIMAGE
Selects an image stored in printer memory, where “Globe.1” is the
image file name.
PRINTFEED
Prints one label.
RUN
Runs the program.