Intermec PM23c Fingerprint Developer's Guide (PC23d, PC43d/t, PM23c, PM43, PM4 - Page 97

Creating Boxes, Summary for Boxes

Page 97 highlights

Chapter 6 - Designing Bar Code Labels Creating Boxes 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 appears 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 Boxes To print a box, 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 Creating Lines You can print a line field in right angles to or across the media path. In addition to the standard positioning statements PRPOS, ALIGN and DIR, a line field can only contain the PRLINE command, which specifies the length and weight (in dots) of the line. You can also use the PRDIAGONAL command to create a diagonal line. Fingerprint Developer's Guide 85

  • 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

Chapter 6 — Designing Bar Code Labels
Fingerprint Developer’s Guide
85
Creating Boxes
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
appears 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 Boxes
To print a box, 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
Creating Lines
You can print a line field in right angles to or across the media path.
In addition to the standard positioning statements PRPOS, ALIGN and DIR, a line
field can only contain the PRLINE command, which specifies the length and weight
(in dots) of the line. You can also use the PRDIAGONAL command to create a
diagonal line.
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