Intermec PB31 Fingerprint Developer's Guide (old) - Page 104

Creating Box Fields, Summary for Box Fields

Page 104 highlights

Chapter 6 - Designing Bar Code Labels Required Information for Image Fields Purpose Style Image Print a label Command INVIMAGE NORIMAGE PRIMAGE PRINTFEED Default no yes - - Remarks White-on-black Black-on-white .1 or .2 depending on direction Resets parameters to default This example shows a typical image field instruction: 10 PRPOS 50,50 20 ALIGN 9 30 DIR 3 40 MAG 2,2 50 INVIMAGE 60 PRIMAGE "GLOBE.1" 70 PRINTFEED RUN Creating Box Fields A box is a hollow square or rectangle that can be rotated with an increment of 90° according to the print direction. If the line thickness is sufficiently large, the box will appear to be filled (another method is to print an extremely thick short line). In addition to the standard positioning statements PRPOS, ALIGN and DIR, a box field can only contain the PRBOX command, which specifies the height and width of the box, and the line weight (thickness) in dots of the optional border. Summary for Box Fields To print a box field, the following information and instructions must be specified. If no value is specified, default values are substituted. Required Information for Box Fields Purpose X/Y Position Alignment Direction Box specifications Print a label Command Default PRPOS 0/0 ALIGN 1 DIR 1 PRBOX - PRINTFEED - Remarks Number of dots Select ALIGN 1-9 Select DIR 1-4 Height, width, and line weight in dots Resets parameters to default This example shows a typical box field instruction: 10 PRPOS 250,250 20 ALIGN 1 30 DIR 3 40 PRBOX 200,200,10 50 PRINTFEED RUN 88 Intermec Fingerprint Developer's Guide

  • 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 6 — Designing Bar Code Labels
88
Intermec Fingerprint Developer’s Guide
This example shows a typical image field instruction:
10
PRPOS 50,50
20
ALIGN 9
30
DIR 3
40
MAG 2,2
50 INVIMAGE
60
PRIMAGE “GLOBE.1”
70 PRINTFEED
RUN
Creating Box Fields
A box is a hollow square or rectangle that can be rotated with an increment of 90°
according to the print direction. If the line thickness is sufficiently large, the box will
appear to be filled (another method is to print an extremely thick short line).
In addition to the standard positioning statements PRPOS, ALIGN and DIR, a box
field can only contain the PRBOX command, which specifies the height and width
of the box, and the line weight (thickness) in dots of the optional border.
Summary for Box Fields
To print a box field, the following information and instructions must be specified. If
no value is specified, default values are substituted.
This example shows a typical box field instruction:
10
PRPOS 250,250
20
ALIGN 1
30
DIR 3
40
PRBOX 200,200,10
50 PRINTFEED
RUN
Style
INVIMAGE
no
White-on-black
NORIMAGE
yes
Black-on-white
Image
PRIMAGE
.1 or .2 depending on direction
Print a label
PRINTFEED
Resets parameters to default
Required Information for Image Fields
Purpose
Command
Default
Remarks
Required Information for Box Fields
Purpose
Command
Default
Remarks
X/Y Position
PRPOS
0/0
Number of dots
Alignment
ALIGN
1
Select ALIGN 1-9
Direction
DIR
1
Select DIR 1-4
Box specifications
PRBOX
Height, width, and line weight in dots
Print a label
PRINTFEED
Resets parameters to default