Each product and program carries a respective written warranty, the only
warranty on which the customer can rely. Paxar reserves the right to make
changes in the product, the programs, and their availability at any time and
without notice. Although Paxar has made every effort to provide complete and
accurate information in this manual, Paxar shall not be liable for any omissions
or inaccuracies. Any update will be incorporated in a later edition of this
manual.
This equipment has been tested and found to comply with the limits for a Class A digital
device, pursuant to Part 15 of the FCC Rules. These limits are designed to provide
reasonable protection against harmful interference when the equipment is operated in a
commercial environment. This equipment generates, uses, and can radiate radio frequency
energy and, if not installed and used in accordance with the instruction manual, may cause
harmful interference to radio communications. Operation of this equipment in a residential
area is likely to cause harmful interference in which case the user will be required to correct
the interference at his own expense.
CANADIAN D.O.C. WARNING
This digital apparatus does not exceed the Class A limits for radio noise emissions from
digital apparatus set out in the Radio Interference Regulations of the Canadian Department
of Communications.
Le présent appareil numérique n’émet pas de bruits radioélectriques dépassant les limites
applicables aux appareils numériques de la classe A prescrites dans le Réglement sur le
brouillage radioélectrique édicte par le ministère des Communications du Canada.
Trademarks
Monarch®, 9403, and 9800 are registered trademarks of Paxar Americas, Inc.
MonarchNet2, 7410, 917, 918, 926, 928, 932, 935, 939, 939i, 9825, 9850, 9855, and 9860 are trademarks of
Paxar Americas, Inc.
Paxar® is a trademark of Paxar Corporation.
Microsoft, Windows, and NT are trademarks or trademarks of Microsoft Corporation.
Novell and NetWare are trademarks of Novell, Inc. in the United States and other countries.
HP Jet Admin and HP Web Jet Admin are trademarks of Hewlett-Packard, Inc.
Hewlett-Packard is a registered trademark of Hewlett-Packard, Inc.
Centronics is a registerd trademark of Centronics Data Computer Corporation.
Adobe and Acrobat are trademarks of Adobe Systems Incorporated.
UFST, Monotype, the Monotype logo, and CG Triumvirate are trademarks of Monotype Imaging, Inc.
Paxar Americas, Inc.
170 Monarch Lane
Miamisburg, OH 45342
Before you read this manual, review the printer information in the
Operator’s Handbook or Operating Instructions. This manual
provides the necessary information to design, write and print a
Monarch® Printer Control Language II (MPCLII) format. The
following printers support this type of format:
N
9403® (V. 1.0 or greater)
N
9825 (V. 1.0 or greater)
N
9850 and 9855 (V. 1.0 or greater).
These models will be represented as 985x.
N
9860 (V. 1.0 or greater)
See Appendix E, "Printer Differences" for a description of each
printer’s features.
About This Manual
You do not need to be a programmer to use this manual, but you
must be familiar with creating text files and using basic MS-DOS®
commands. This chapter describes how to
1
N
create and download a sample MPCLII packet.
N
use the Supply Layout Grid and Format Worksheet.
N
categorize data into field types and select fonts to use in
your format.
See "Defining Text Fields" in Chapter 3 for a list of available fonts
for your printer. See Chapter 4, "Defining Field Options," for a list
of available options for your printer.
Getting Started
1-1
Before You Begin
Connect the printer to the host. Refer to the Quick Reference
1.
or Operator’s Handbook for more information.
Load supplies in the printer. Refer to the Quick Reference or
2.
Operator’s Handbook for more information.
Turn on the printer.
3.
Set the communication parameters and configure the printer.
4.
The communication parameters at the printer must match
those at the host. See Chapter 2, "Configuring the Printer,"
for more information.
Design your format. See "Starting with a Design" for more
5.
information.
Download your format to the printer. See Chapter 6,
6.
"Printing," for more information.
Creating an MPCLII Format Packet
A format defines which fields appear and where the fields are
printed on the label. The printer requires this information in a
special form, using Monarch Printer Control Language II (MPCL).
This section describes how to create a sample MPCLII format
packet.
1-2
Getting Started
Make sure supplies are loaded, the printer is connected to the
host and is ready to receive data. Refer to the Quick Reference
or Operator’s Handbook for more information.
For detailed information about the format header, text, constant
text, and bar code fields, see Chapter 3, "Defining Fields." For
information about batch packets, see Chapter 6, "Printing."
Type the following format header, in any text editor:
1.
{F,25,A,R,E,200,200,"FMT-25" p
Type the following constant text field:
2.
C,140,40,0,1,2,1,W,C,0,0,"SAMPLE FORMAT",0 p
Type the following bar code field:
3.
B,1,12,F,85,40,1,2,40,5,L,0 p
Type the following text field:
4.
T,2,18,V,50,50,1,3,1,1,B,L,0,0,0 p }
You have created a format packet for your MPCLII printer. Now, a
batch packet must be created before you can print the format.
Type the following batch header, after the text field line:
5.
{B,25,N,1 p
Type the following bar code data:
6.
1,"02802811111" p
Type the following text field data:
7.
2,"TEXT FIELD" p }
Save your file as SAMPLE.FMT.
8.
Type MODE COM1:9600,N,8,1 at the DOS prompt if you are
9.
using serial communications. This sets the communication
parameters at your host. These communication parameters
must match those at your printer. See "Setting
Communication Parameters," in Chapter 2, or your host’s
documentation for more information.
Getting Started 1-3
Type COPY SAMPLE.FMT COM1. The following 2 inch by 2
10.
inch label prints:
{F,25,A,R,E,200,200,"Fmt 25" p
C,140,40,0,1,2,1,W,C,0,0,"SAMPLE FORMAT",0 p
B,1,12,F,85,40,1,2,40,5,L,0 p
T,2,18,V,50,50,1,3,1,1,B,L,0,0,0 p }
Sample Batch Packet
{B,25,N,1 p
1,"02802811111" p
2,"TEXT FIELD" p }
See "Starting with a Design" to design your
format and Chapter 3, "Defining Fields" to
create text, bar code, and line fields.
Daily Startup Procedures
You may want to design a checklist for operators to follow each
day. Here are a few suggested items: Turn on the printer and
host, make sure ribbon and supplies are loaded, make sure
communication parameters are set, and download packets from
the host to the printer.
You may want to keep records of supplies that have been printed.
A good way to do this is to design a print log for operators to
complete at the end of the day. Here are some suggestions for
types of information to include in a print log: date, operator’s
name, format name, supply size, quantity printed, evaluation of
print quality, and problems/comments.
Keep backup copies of your format, batch data, check digit, and
graphic packets.
1-4 Getting Started
Starting with a Design
Before you create a format packet, you must design your label.
There are several steps to designing a custom label:
Decide which fields should appear on your label. See
1.
"Determining Format Contents" for more information.
Determine your label size. Labels are available from Paxar in
2.
a wide variety of sizes. Your application and the amount of
data you need to print determines the supply size. Contact
your Account Manager or Technical Support for more
information.
Draw a rough sketch of your label. You may want to draw
3.
several variations to see what works best. See "Drawing
Rough Sketches" for more information.
Identify the field types that appear on your label. See
4.
"Considering Field Types" for more information.
Decide which fonts you want to use. See "Considering Fonts"
5.
for more information.
Fill out your Format Worksheet. See "Using the Format
6.
Worksheet" for more information.
At this point, you are ready to send your design to the printer. To
do this:
Create a format packet, based on how you filled out your
7.
worksheet. See Chapter 3, "Defining Fields," for more
information.
Download your format packet to the printer. See Chapter 6,
8.
"Printing," for more information.
Getting Started
1-5
Determining Format Contents
Before you lay out your format, answer these questions. How
large is your supply, which fonts do you want to use, do you want
to include a bar code, and do you want to include graphics?
Determining the Print Area
The "bottom" (or leading edge) is the edge that exits the printer
first. The 0,0 point is at the bottom left corner of the label. Forthe 9403 printer, the print area begins 0.10 inches from the left
edge of the supply. For the Monarch® 9800® series printers, the
print area is in the center of the label.
PrinterUnit of
9403
9825
985x/
9860
9855RFID
Measure
English200 x 600200 x 60075 x 60065 x 71.5
Metric 508 x 1524508 x 1524191 x 1524165 x 182
Dots (203)406 x 1218406 x 1218152 x 1218132 x 145
English425 x 1750400 x 160075 x 5075 x 50
Metric1080 x 44451016 x 4064191 x 127191 x 127
Dots (203)863 x 3553812 x 3248152 x 102152 x 102
English425 x 1750400 x 160075 x 3275 x 32
Metric1080 x 44451016 x 4064191 x 81191 x 81
Dots (203)863 x 3553812 x 3248152 x 65152 x 65
Dots (300)1275 x 5250200 x 3900225 x 96225 x 96
English400 x 1300400 x 1300400 x 100400 x 100
Metric1016 x 33001016 x 33001016 x 2541016 x 254
Dots (203)812 x 2639812 x 2639812 x 203812 x 203
Dots (300)1200 x 39001200 x 39001200 x 3001200 x 300
Max. Supply
(Wid x Len)
Max. Print Area
(Wid x Len)
Min. Supply
(Wid x Len)
Min. Print Area
(Wid x Len)
Keep in mind the following non-print zones for the 9403 printer:
Bottom.035 inches at the beginning of the label.
Left.10 inches from the left edge of the label.
1-6
Getting Started
The following non-print zones are recommended for the 9800
series printers:
All Supplies.050 inches on either edge of the label.
All Supplies.020 inches at the end of the label.
If using the optional verifier, allow a minimum no-scan zone on
the trailing edge of the label of 0.5 inch (13 mm). The trailing
edge is the edge of the label that exits the printer last; regardless
of how the format is designed on the label.
Use the following formulas to convert inches to dots and metric:
Dots = inches x 203 (or 300 dots per inch)
Metric (1/10mm) = inches x 254
English (1/100 inch) = 100 x (dots/203) or (dots/300)
Dots = Metric (1/10 mm) x 799/1000 (or 1181/1000)
300 dpi depends on your printer.
Drawing Rough Sketches
After you decide what information you want to print, sketch how
you want the information to appear on the label. Note any areas
that are preprinted on the label, such as a logo.
As soon as you know what information to include on the label,
and you have a rough sketch, you can use a supply layout grid to
help you layout and size your label. If you do not want to use a
grid, go to "Considering Field Types" to choose
what information you want on your label.
Getting Started
1-7
Using Supply Layout Grids
A supply layout grid contains measurement markers. These
markers help you accurately position information on your label.
Decide whether you want to design formats using English, Metric,
or Dot measurements. Choose from the following grids:
N
English
The English grid, shown to the
right, is measured in 1/100
inches.
N
Metric
The Metric grid is measured in
1/10 millimeters (mm).
N
Graphic
The printer uses dots to print
images on a label. The
printhead has 203 dots per inch
203300
1624
1523
1421
1320
1218
1117
1015
914
812
711
609
508
406
305
203
102
0.0
102
203
0.0
203
300
150
0.0
300
305
406
450
600
Supply Layout (dpi)
508 609
711
812
750
900
1050
1200
853
1350 1500 1650 1800 1950 2100
(dpi) or an optional 300 dots per
inch printhead depending on
your printer.
Choose English or Metric units when designing formats to use
with different printers. English or Metric units allow more direct
use of formats on printers with different density printheads.
If you want to use supply layout grids, a copy of each is in
Appendix D, "Format Design Tools."
2400
2250
2100
1950
1800
1650
1500
1350
1200
1050
900
750
600
450
300
150
0.0
1-8
Getting Started
Considering Field Types
After you select a supply size, the next step in designing a format
is to decide what information you want to print on the label. For
example, you may want to print your company name, price of an
item, and a bar code that combines information from other places.
Everything you want to print falls into one of the following
categories.
Field TypeDescriptionExamples
TextContains letters, numbers, or
Non-Printable
Te x t
Bar CodeUsed for printing bar codes that
Constant Text Prints fixed characters that print
Line or BoxHighlights or separates items.line marking out the regular price,
GraphicContains a bitmap image or a
symbols you want to print.
Holds data for use later, such as
for merging into another field.
The printer does not print
non-printable text fields.
can be scanned.
without changing.
compliance label overlay.
item number, item description,
department number, price, date
city, state, and zip code to be
included in a bar code
item or serial numbers, zip codes,
information you don’t want to
have visible to customers
company name, company address
border around the supply
logos
All of the above field types except graphics
are discussed in Chapter 3. See Chapter 5,
"Creating Graphics," for information on
including graphics in your format.
Getting Started
1-9
Considering Fonts
When working with fonts, you have three considerations: font
appearance, font size (scalable or bitmapped), and font spacing
(monospaced or proportional).
The TrueType® scalable font, EFF Swiss Bold (font 50) is
standard on the 9825, 985x, and 9860 printers. It is not available
for the 9403 printer. See Appendix B, "Fonts," for samples of
each font.
Interchanging Packets
You can use an MPCLII format that was designed for another
MPCLII printer on a 9800 series printer. However, the format may
appear smaller (fields will be shorter), because most of the 9800
series printers use a 203 dpi printhead. The 985x and 9860
printers have an optional 300 dpi printhead.
Using the Format Worksheet
The Format Worksheet is divided into sections that list the field
types. Each section has boxes to fill in with parameters that
define your format. A format worksheet is included in Appendix
D, "Format Design Tools."
1-10
Filling in the Format Worksheet
Decide what type of field to use on your label.
Make a copy of the Format Worksheet.
1.
Define the Format Header.
2.
Define all non-printable text fields before you define the ones
3.
you want to print. See "Defining Non-Printable Text Fields" in
Chapter 3 for more information.
Define options as you require them. See Chapter 4, "Defining
4.
Field Options" for more information.
Getting Started
CONFIGURING THE PRINTER
This chapter discusses how to
N
set communication parameters.
N
upload the printer’s configuration or font information.
N
configure the printer using online configuration packets.
N
use immediate commands to control the printer’s operation
at any time.
Some parameters may not be available on each printer.
See Appendix E, "Printer Differences," for a list of
differences between all the printers.
2
Configuring the Printer
2-1
Setting Communication Parameters
Use the following information if you are using serial
communications. See "Using Parallel Communications" for
information about parallel communications.
Not all printers have a parallel port.
The communication parameters at the printer must match those at
the host, or you will not be able to communicate.
You can use the communication settings packet to set
communication parameters for your printer.
On MS-DOS computers, you can use the MODE command to set
communication values on your PC.
For example
MODE COM1:9600,N,8,1
This command sets your host to these communication values:
9600 baud, no parity, an 8 bit word length, 1 stop bit.
Using Parallel Communications
If your printer supports parallel communications, the parallel port
is IEEE-1284 or Centronics® mode. You can set which mode to
use through the control panel. Refer to the Quick Reference or
Operator’s Handbook for control panel information. The
communication settings are automatically configured for you.
There are no operator settings required.
We recommend waiting at least two seconds (or longer) when
switching between the serial and parallel ports to send data,
because data may be lost. Be careful when using print spoolers,
because data transmission occurs in the background of the
operating system. This makes data transmission completion
difficult to determine when switching between ports.
2-2
Configuring the Printer
MPCLII Punctuation
Use the following symbols when creating MPCLII packets:
Character
Decimal
Value Description
{ (left bracket)123start of header
} (right bracket)125end of header
p(vertical bar)124field separator*
, (comma)044parameter separator
"ABC"
(quotation
marks)
‘comment‘
(single
quotation marks)
034Quotation marks enclose character
strings. Empty quotes ("") identify null
strings or unused fields.
039Grave accents enclose comments.
Any data enclosed in grave accents is
ignored. Do not embed comments
within a quoted string. Grave accents
are also used to reject mainframe data.
These MPCL characters are the default.
* The field separator is the split vertical bar, which we are representing as p in this
manual. The decimal value is 124. To enter this character, use the Shift key plus the
Split Vertical Bar key on your computer’s keyboard. Depending on your text editor, it
may appear as a solid vertical bar or as a split vertical bar.
Configuring the Printer
2-3
Standard Syntax Guidelines
When creating MPCLII packets:
N
Begin each packet with a start of header ({).
N
End each packet with an end of header (}).
N
Define no more than 1000 fields (100 fields for 9403) in a
format. Each p indicates one field. However, options are not
counted as fields. The actual number of fields a format can
have may be less, because the number of fields is limited by
the available memory.
N
The field number 0 to 999 (99 for the 9403) must be unique.
We recommend starting at 1, instead of 0.
N
Do not use a field number more than once per format.
N
Define all fields in the order you want to image/print them.
The printer does not print in field number order.
N
Separate all parameters with a Parameter Separator (,).
N
End each field with a Field Separator ( p ).
N
Enter all information in CAPITAL letters, except words or
phrases within quotation marks.
N
Include all parameters for a field unless documented as
optional.
N
Define non-printable text fields before the field to which they
apply.
N
Define options immediately after the field to which they apply.
N
Multiple options can be used with most fields. Options can be
used in any combination except as noted with each definition.
When using multiple options on the 9403 printer, remember
that options are processed in the order they are received.
N
Keep in mind that proportionally spaced fonts need wider
fields than monospaced fonts. For variable field data, use a
letter "W" to determine the maximum field size.
N
Do not place a new line (return) or any other non-printing
character within a field definition. However, a carriage return
or line break after each p (field separator) makes your formats
2-4
Configuring the Printer
easier to read.
T,1,20,V,30,30,1,1,1,1,B,C,0,0,0 p
T,2,10,V,50,30,1,1,1,1,B,C,0,0,0 p
N
Spaces are ignored, except within character strings.
N
Indenting options improves readability of your formats.
T,1,18,V,30,30,1,1,1,1,B,C,0,0,0 p
R,42,1 p
N
Use a tilde (~) followed by a 3-digit ASCII code in a quoted
string to send function codes or extended characters or send
the 8-bit ASCII code.
You can modify formats and fields with the optional entry method.
See "Optional Entry Method" in Chapter 6 for more information.
Using Online Configuration Packets
Use online configuration packets to change the printer settings.
You can send an individual packet or a packet that contains all
eight online configuration packets. You can supply all parameters
for each packet. Leave the parameters blank that you do not
need to change.
For example,
{ I,A,,,,1 p }
prints a slashed zero and uses the last sent online System Setup
parameters.
Make a copy of the online configuration worksheet in Appendix D,
"Format Design Tools," and save the original. Packets A-M are
listed on the worksheet.
When you turn off the printer, all the information in the online
configuration packets is saved and used when the printer is
turned back on. After you change printer configurations, you
must resend the format, batch, or graphic to the printer before the
changes take effect.
Configuring the Printer
2-5
Configuration Packet Header
Always include an I
before the packet identifier (A, B, C, etc.). The I
, immediately after the left bracket { and
parameter
identifies the data stream as a configuration packet.
Include the I parameter with each packet if
you are sending them individually. Include it
only at the beginning of a data stream if you
are sending multiple packets.
This is the syntax to use when you create online configuration
packets:
Syntax
{
I
,
1 to 8 optional packets
A, parameter 1...parameter 5 p
B, parameter 1...parameter 5 p
C, parameter 1...parameter 5 p
D, parameter 1...parameter 3 p
E, parameter 1...parameter 9 p
F, parameter 1...parameter 5 p
G, parameter 1...parameter 4 p
M, parameter 1...parameter 4 p
}
Start of Header
Configuration Header
System Setup
Supply Setup
Print Control
Monetary Formatting
Control Characters
Communication Settings
Backfeed Control
Memory Configuration
End of Header
Syntax for single packet
{
I
,
A, parameter 1...parameter 5
}
You can also add a configuration to non-volatile RAM or specify
units for supply, print, margin, and cut positions. If you use the
optional parameters with the I
packets following the split vertical bar ( p ) must specify distances
using the selected units. However, the test labels display the
units in dots, even if you entered them in English or Metrics units.
2-6
Configuring the Printer
Start of Header
Configuration Packet Identifier
System Setup
End of Header
packet, any online configuration
Syntax
1. headerConstant I.
2. ID#ID. Use 0.
{header,ID#,action,device p }
3. actionAction. Options:
4. deviceStorage Device. Options:
5. unitsUnits. (Optional parameter.) Options:
Example
AAdd configuration.
U Upload User Configuration.
MMemory
NNonvolatile RAM
RVolatile RAM
EEnglish
MMetric
GDots
{I,0,A,N,E p
C,0,25,0,0,0 p }
Adds a configuration to non-volatile RAM and specifies English
units. It also uses the default contrast, moves print 0.25 inches
closer to the bottom of the supply and does not change the
margin adjustment, prints at the default print speed, and uses the
default printhead width.
If you do not use the optional parameters, the syntax for the
online configuration packets does not change. For example,
p
{I,C,0,50,0,0,0
}
uses the default contrast, moves print 50 dots (0.25) inches
closer to the bottom of the supply and does not change the
margin adjustment, prints at the default print speed, and uses the
default printhead width.
Example
{I,0,U,N p }
Uploads the printer configuration from nonvolatile RAM and
returns the following to the host.
Configuring the Printer
2-7
A,0,0,0,0,0 p
B,2,1,0,0,0 p
C,0,0,0,0,0,0 p
D,1,0,2 p
E,"~123~044~034~124~125~126","","~013~010" p
F,3,1,0,0,1 p
G,0,65,65 p
M,R,8725,1345,N,2535,615 p
M,R,R,300 p
M,T,R,20 p
M,I,R,3300 p
M,D,N,1280 p
M,F,N,640 p
M,V,R,3740 p
The parameters for each packet (A-M) are displayed. In the first
line that begins with M, 8725 is the total volatile memory
available, 1345 is the memory available in volatile RAM. 2535 is
the total non-volatile memory available, 615 is the memory
available in non-volatile RAM. The remaining lines beginning with
M list the buffer sizes in 1/10K for the Receive, Transmit, Image,
Downloadable Fonts, Formats, and Scalable Fonts Buffers.
Configuration Syntax Guidelines
When creating a printer configuration packet:
N
N
N
N
N
N
2-8
Configuring the Printer
Follow the "Standard Syntax Guidelines" listed at the
beginning of this chapter.
Begin a packet with the configuration header (I).
Download multiple configuration packets within one packet or
download a single configuration packet.
If you change any of the online configuration packets, resend
the format packet to the printer, so the configuration changes
take effect.
Make sure the communication settings at the host match those
at the printer.
Send configuration packets once per session (each time the
printer is turned off and then back on), not with every format
or batch packet.
Making Print Adjustments
You can adjust where the printer prints on your supply by
adjusting the supply, print, or margin positions. However, keep in
mind the following:
N
Supply adjustments across the width of your supply, such as
the margin position, are based in dots- either 203 dpi or 300
dpi, depending on your printhead density.
N
Supply adjustments for the length of your supply, such as
supply position or print adjustment, are always measured in
1/203 of an inch, regardless of your printhead density.
Defining the System Setup Packet
Use the system setup packet (A) to select the power up mode,
display language, print separators between batches, print a
"slashed zero," and select the symbol set.
NOTE: The CG Triumvirate typefaces support only the
ANSI and DOS Code Page 437 and 850 Symbol Sets.
The scalable font does not support Code Page 1256
(Arabic). See Appendix C for more information.
Code pages 852-860 and 1250-1258 may only be
used with downloaded TrueType® fonts or the
scalable font. Code Pages 932, 936, and 950 may
only be used with the memory expansion option and
downloaded Double-byte fonts. TrueType fonts are
designed to be regionally specific; therefore, all code
pages may not be supported in a given font.
Example
{I,A,0,0,1,1,0 p }
Powers up the printer in the online mode, displays prompts in
English, prints a separator after each batch, prints zeros with
slashes through them, and uses the internal symbol set.
Defining the Supply Setup Packet
Use the supply setup packet (B) to select supply type, ribbon,
feed mode, supply position, and cut position.
NOTE: You must use continuous supply in continuous mode.
B3. ribbon_onRibbon. Options:
0Ribbon not installed (default for 9403)
1Ribbon installed (default for 9825/985x/9860)
2High Energy Ribbon installed (985x/9860)
You must use a print speed of 2.5 IPS with the high energy
ribbon. Serial bar codes cannot be printed using the high
energy ribbon. Settings for ribbon and supply type must
match the supplies loaded in the printer; otherwise, an error
occurs. To clear the error, turn off the printer and change the
configuration packet. Turn on the printer and resend the
packet.
Must use with printer applicator
Do not use continuous supply with extended
backfeed or 94x5 emulation. If your aperture supply
has holes on the edge, use 1. If your aperture supply
has holes in the center, use 3.
B4. feed_modeFeed Mode. Options:
0Continuous operation (default)
1On-demand mode
Configuring the Printer
2-11
B5. supply_posn Supply Position. -300 to 300 in 1/203 inch. 0 is the default.
Adjusts the machine to print at the vertical 0,0 point on the
supply. This adjustment accounts for mechanical tolerances
from machine to machine. The supply position adjustment
only needs to be made on the initial machine setup. Adjust
the supply position if formats do not start at the 0,0 point on
the supply. Increase the supply position to move print up,
decrease to move print down on the label. To verify the 0,0
point, print a test label. See "Printing a Test Label" in Chapter
8 for more information.
If using one-inch RFID supplies, see "One-Inch Feed Length
Guidelines" in Chapter 3 for more information about setting
the supply position.
You can not change the supply position while the printer is
active. Changing the supply position will affect the print
position, dispense position, and backfeed distance. Once the
supply position is set, use the print control packet and
backfeed control packet to adjust printing and the dispense
position.
B6. cut_posnCut position. -300 to 300 in 1/203 inch. Use 0 for 9403/9825.
B7. skip_indexSkip index mode. The 9403, 9825, and 9850 printers do not
Example
Adjusts where the tag is cut. The printer adjusts the cut
position according to the black marks on the supply. You may
need to adjust for aperture supplies. Increase to move the cut
up, decrease to move the cut down.
support skip index mode. If using RFID supplies, see "RFID
Considerations" in Chapter 3 for more information about skip
index mode. Options:
0Disable skip index mode (default)
1Enable skip mode. Allows the printer to skip a
sense mark and print an image over multiple labels.
{I,B,0,0,1,10,50,1 p }
Indicates black mark and thermal direct stock has been loaded,
causes the printer to operate in on-demand mode, feeds the
supply approximately .05 inches up before printing the format on
each label (10/203 inches), feeds the supply .25 inches (50/203
inches) before cutting, and enables skip index mode.
2-12
Configuring the Printer
Defining the Print Control Packet
Use the print control packet (C) to set the contrast, print, and
margin adjustment, print speed, and printhead width.
Syntax
{I,C,contrast,print_adj,margin_adjust,
speed_adj,ph_width p }
C1. CPrint Control Packet
C2. contrastPrint Contrast. -390 to 156 (9403) or -699 to 699
C3. print_adjPrint adjustment (position). -99 to 99 (9403/9825) or -450 to
C4. margin_adjMargin adjustment (position). -99 to 99 in 1/203 inch (or
C5. speed_adjPrint speed in inches per second (ips). Options:
(9825/985x/9860). 0 is the default.
450 (9855/9860) in 1/203 inch. 0 is the default. Adjusts
where data prints vertically on the supply. Increase the print
position to move print up, decrease to move print down.
If using one-inch RFID supplies, see "One-Inch Feed Length
Guidelines" in Chapter 3 for more information about setting
the print adjustment (position).
1/300 inch for 985x/9860 printer). 0 is the default. Adjusts
where data prints horizontally on the supply. Increase the
margin position to move print to the right, decrease to move
print to the left. Margin and print position are format
adjustments. They will not affect the supply position,
dispense position, or backfeed distance.
0Default (formats with serial bar codes automatically
print at 2.5 ips)
202.0 ips (only speed for 9403)
252.5 ips (default for serial bar codes)
404.0 ips
606.0 ips (default for 9825/985x/9860)
808.0 ips (985x/9860)
10010.0 ips (985x with 203 dpi)
12012.0 ips (985x with 203 dpi and high speed option)
NOTE: Serial bar codes with an 8-dot narrow element do not
automatically print at 2.5 ips. Serial bar codes
printed at speeds greater than 2.5 ips may not scan
properly. However, the 985x and 9860 printers can
print 203 dpi serial bar codes with narrow elements of
3 dots (or greater) at 4.0 ips. You must use a print
speed of 2.5 ips with the high energy ribbon. See
"Special Printing Considerations," in Chapter 6 for
more information.
Configuring the Printer
2-13
C6. ph_widthWidth of the printhead in dots. Use 0 for these printers.
Example
{I,C,0,-20,-10,0,0 p }
Uses the default contrast, moves print 0.1 inch closer to the
bottom of the supply (20/203 inches) and .05 inch to the left on
the supply (10/203 inches), prints at six inches per second, and
uses the default printhead width.
Defining the Monetary Formatting Packet
The monetary formatting packet (D) selects the monetary symbols
to print for a price field. Use the monetary formatting packet to
select primary and secondary monetary symbols, and designate
the number of digits to appear at the right of a decimal.
Prints the dollar sign, uses a secondary symbol, and places two
digits to the right of the decimal.
Defining the Control Characters Packet
Use the control characters packet (E) to change the MPCLII
control characters, enable and disable the immediate commands,
and change the default terminator character for job requests and
ENQ’s.
Changes take effect with the first character following the end of
header character } of the configuration packet. Each control
character must be unique and cannot appear anywhere else in
your packet, except within quotation marks. You can customize
the trailer characters to work with your host.
Wait two seconds for the new characters to
take effect before sending packets using the
new characters.
Use the following syntax for the control characters packet. Notice
all but the first parameter are within quotation marks.
Configuring the Printer
2-15
Syntax
E1. EControl Characters Packet
{I,E,"ANSI_cd","string1","string2" p }
E2. "ANSI_cd"~123Start of header{(left bracket)
E3. "string 1"Terminator for status requests and ENQ requests. Up to any 3
E4. "string 2"Terminator for job requests and data uploads. Up to any 3
~044Parameter ,(comma)
separator
~034Quoted strings"(quotes)
~124Field separatorp(pipe sign- use hex 7C)
~125End of header}(right bracket)
~126Data escape ~~ (double tilde)
character (optional)
def. ch.Immediate command character (optional).
Up to any 3 characters in the 0 to 255 decimal
range. The character must be defined before this
command can be used. The caret (~094) is
normally used.
NOTE: "ANSI_cd" includes seven separate parameters. The
first five parameters are required. The other
parameters are optional.
characters in the 0 to 255 decimal range. The default is
"013". Sending "" disables this sequence.
characters in the 0 to 255 decimal range. The default is none.
Sending "" disables this sequence.
After you change these parameters, all packets, including any
future configuration packets, must use the new control characters.
We recommend using the tilde and ASCII character code
sequence when sending this packet multiple times. Also, set the
packet delimiters to characters within the 21 hex to 7E hex range.
You must send the control characters packet to enable the
immediate commands. An immediate command will execute
immediately, even if it is embedded within quotation marks, and
all data following the command in the string will be ignored.
2-16
Configuring the Printer
Example
Changes the parameter separator character from , to ?. The
other control characters remain unchanged. It also enables the
immediate commands by defining the ^ symbol as the command
identifier.
{I,E,"~123~063~034~124~125~126~094" p }
Resetting Control Characters
You can change the characters in the previous example back to
their original settings by downloading this packet:
{I?E?"~123~044~034~124~125~126~094"
Notice that the parameter separator is ? in this packet. This is
the parameter separator that was set before this packet. Once
the packet is received by the printer, the new parameter separator
(a comma, in this case) is valid.
Be careful when using this feature. If you forget what the control
characters were changed to, print a test label. (The test label
lists the current control characters.) See "Printing a Test Label,"
in Chapter 8 for more information.
p
}
Using Immediate Commands
Immediate commands affect printer operation as soon as the
printer receives them, even if they are included within a packet or
used inside quotation marks.
You can use immediate commands to change immediate
command or status polling control characters, reset the printer, or
cancel and repeat batches.
Configuring the Printer
2-17
Enabling Immediate Commands
When the printer is first turned on, these commands are not
available. To use these commands, you must first send the
control characters packet and define the immediate command
control character. The immediate command control character is
saved in non-volatile RAM and therefore not lost after you turn off
the printer. Once the immediate command control character is
defined, the immediate commands are enabled.
Sending Immediate Commands
Immediate commands consist of a three- or four-character
sequence you can send in a packet or embed in your application.
Each command must be sent separately.
Syntax
control character_immediate command
The printer can accept only one immediate command at a time.
Sending a command before the previous one is completed can
result in an error.
Example
^CB
Immediately cancels the batch currently printing. This example
assumes that the defined immediate command control character
is the caret (^).
2-18
Configuring the Printer
CommandParameter
^CA
^CB
^DD or
^DCd
^EA
^ER
^FD
^FF1
^FF2
^GD
^GE
^ID or ^ICd
^MC
^MD
^MI
^MM
^MP
^MR
^MV
Cancels all the batches in the queue.
Cancels only the current batch being printed.
Disables the MPCL data escape character (the tilde) and inhibits MPCL
from acting on ANY data escape sequence from the host. Sets the MPCL
data escape character to the ASCII value given by the d parameter. The
value can be any ASCII character.
Aborts an error condition. This command is the same as pressing CLEAR(ESCAPE/CLEAR) to clear an error. May need to be sent multiple times.
Use ^RB to reprint batch.
CAUTION: Command causes the current batch to stop and the
condition that caused the error to remain uncorrected.
Resets the error. This command is the same as pressing FEED(FEED/CUT) to acknowledge an error. Normal operation will resume.
Feeds a label when printer is idle. Simulates the operation of pressingFEED (FEED/CUT) and dispenses the next label if printer is in the
on-demand mode. NOTE: Printer ignores this command if printing.
Formats flash memory (9825/985x/9860 printers)
Returns the amount (in bytes) of the available flash memory.
Disables conversion of formats designed in 203 dpi density dot units to 300
dpi density.
Enables the conversion of formats designed in 203 dpi dot units (not
English or Metric) to 300 dpi.
Disables the Immediate Command feature by turning off the Immediate
Command escape character. Sets the Immediate Command escape
character to the ASCII value given by the d parameter. The value can be
any ASCII character.
Returns the customer ID or RPQ version to the host. (00 to 99)
Returns the printhead dot density to the host. 00 = 203 dpi 01 = 300 dpi
Returns the customer ID or RPQ revision level to the host. (00 to 99)
Returns the model number to the host. 11 = M9403 16 = M9850
17 = 9825 18 = 9855 19 = 9860
Returns the prototype number to the host. (00 to 99)
Returns the revision number to the host. (00 to 99)
Returns the version number to the host. (00 to 99)
Configuring the Printer
2-19
CommandParameter
^PR
^RB
^RS
^SD or
^SCd
^SFa
^SFb
^SFc
^SFd
^SFe
^SFf
^SFg
^SFh
^SFi
^SFj
^TP
Resets the printer. This command takes five seconds to complete and then
the printer is ready to receive data. It has the same effect as turning off
and then turning on the printer.
NOTE: Command should be used only when the printer is not printing.
Repeats the last printed batch, printing the same number of labels as
specified in the original batch. This command does not work if using batch
separators.
NOTE: Printer ignores this command if printing.
Resynchronizes supply when supply roll is changed.
NOTE: Printer ignores this command if printing.
Disables the status polling feature by turning off the status polling control
character. Sets the status polling control character to the ASCII value
given by the d parameter. The value of d can be any ASCII character.
Loads script with host response (9825/985x/9860)
Loads script without host response (9825/985x/9860).
Enables script (9825/985x/9860).
Disables script (9825/985x/9860).
Uploads script version information (9825/985x/9860).
Deletes script (9825/985x/9860).
Turns on ENQ status polling before it reaches the script (9825/985x/9860).
Turns off ENQ status polling before it reaches the script (9825/985x/9860).
Turns on immediate commands before it reaches the script
(9825/985x/9860).
Turns off immediate commands before it reaches the script
(9825/985x/9860).
Prints a test label set. NOTE: Printer ignores this command if printing.
The table represents the defined immediate command control
character as ^ and the defined status polling control character as
d. You may define these characters to suit your needs.
2-20
Configuring the Printer
To use the immediate command control
character or the status polling character
within your data, use the tilde sequence.
Defining the Communication Settings Packet
Use the communication settings packet (F) to set the baud rate,
word length, stop bits, parity, and flow control for serial
communications. To set parallel communications, see "Using
Parallel Communications."
Changing the communication settings takes approximately two
seconds. Communications sent during this interval will be lost.
Make sure the host communication values match the values on
the printer and the host is capable of communicating at the speed
you select for the printer.
Do not add any characters, such as a carriage return/line feed, in
your communication settings packet or communications errors
may occur.
Syntax
F1. FCommunication Settings Packet
F2. baudBaud Rate. Options:
F3. word_length Word Length. Options:
F4. stop_bitsStop Bits. Options:
F5. parityParity. Options:
{I,F,baud,word_length,stop_bits,parity,
flow_control p }
NOTE: The 9403 printer does not support baud rates greater
than 19200. Only the 985x and 9860 printers support
baud rates greater than 38400.
07-bit word length
18-bit word length (default)
01-stop bit (default)
12-stop bits
0None (default)
1ODD parity
2EVEN parity
Configuring the Printer
2-21
F6. flow_control Flow Control. Options:
0None2(CTS)
1DTR (default)3XON/XOFF
NOTE: If you use the DOS COPY command to download
your formats, set "Flow Control" to DTR (not
XON/XOFF).
Example
{I,F,3,1,0,0,1 p }
Uses 9600 baud, an 8-bit word length, one stop bit, no parity, and
the DTR mode.
Defining the Backfeed Control Packet
Use the backfeed control packet (G) to enable or disable the
backfeed option, set the dispense position and the backfeed
distance. Backfeed works by advancing each printed label to the
desired dispense position. Once that label is removed, the next
label to be printed is backed up underneath the printhead. In
continuous mode, only the last label in the batch is advanced to
the dispense position. You may need to adjust the dispense
position to allow labels to be removed, die cut labels to be
removed easily, or to prevent them from falling off.
Extended backfeed is available on the 985x printers with a knife
installed. Extended backfeed feeds a tag far enough out to be cut
and backfeeds the next tag to the printhead line. You can not
change the backfeed distance while the printer is active.
Extended backfeed eliminates printed tags being left between the
printhead and knife. Extended backfeed does not work with
non-indexed (continuous) supply/mode. Do not use extended
backfeed when sensing on attacher-hole supplies.
The 9860 printer automatically backfeeds when necessary.
Backfeed is also cut-mode dependent. See "Defining the Batch
Control Field" in Chapter 6 for more information about the best
cut mode for your application.
2-22
Configuring the Printer
Do not use backfeed (normal or extended) with supplies less than
0.75 inches. We recommend using 0.5-inch gap supplies in peel
mode when backfeed is disabled. Not all printers support peel
mode.
The 9403 printer does not support the backfeed packet. The
dispense position and backfeed distance are optional parameters
and do not have to be specified. However, they allow for greater
precision when positioning the supply.
Syntax
G1. GBackfeed Control Packet
G2. actionAction. Options:
G3. dis_posDispense Position. Adjusts the stopping point of the label. 50
G4. bkfd_disBackfeed Distance. Amount to move label backwards. 10 to
Example
{I,G,action,dis_pos,bkfd_dis p }
0disable backfeed (default)
1enable backfeed (use on any printer without a knife)
2enable extended backfeed (use on any printer with
a knife)
If using one-inch RFID Supplies, see "One-Inch Feed Length
Guidelines" in Chapter 3 for more information about backfeed.
to 200 dots (default 65 dots). Use 95 dots for the printer
applicator.
200 dots (default 65 dots). Use 95 dots for the printer
applicator. This distance can not be greater than the dispense
position.
The backfeed distance should equal the dispense position.
An exception is if you are tearing instead of peeling. Then,
the backfeed distance must be 30 dots (.150 inches) less than
the dispense position. However, you will have a 30 dot
non-print zone on your supply. The 30-dot difference
accounts for improper tearing of butt cut supplies, because
you do not want any exposed adhesive under the printhead.
{I,G,2 p }
Enables extended backfeed and cuts any tags remaining between
the knife and printhead and moves the supply backwards so the
next tag is underneath the printhead. Using cut mode 4, you do
not have to press FEED (FEED/CUT) to cut the last tag.
Configuring the Printer
2-23
Example
{I,G,1,50,10 p }
Enables backfeed and sets the dispense position to 0.25 inches
(50/203) and the backfeed distance to 0.05 inches (10/203).
Special Considerations When Using Backfeed
Make a note of the following items:
N
Be careful when tearing supplies, because the adhesive can
adhere to the printhead or platen roller.
N
Backfeed affects each label in the on-demand mode or the
first and last label of the batch in continuous mode.
N
When backfeed is enabled and multiple batches are sent, the
printer may not backfeed between each batch.
N
Backfeed should only be used when you need to advance
labels to the desired dispense point.
N
Backfeed does not interfere with the supply, print, or margin
positions you have set.
N
If the supply inter-label gap is not between .07 inch to .15 inch
(14 to 30 dots), you must adjust the dispense position and
backfeed distance accordingly.
See the following graphic for a representation of the following
adjustments: dispense position, backfeed distance, supply
position, print position, and margin position.
2-24
Configuring the Printer
Contact Technical Support if you have problems adjusting where
the format prints on the supply.
Defining the Memory Configuration Packet
Use the memory configuration packet (M) to customize the size of
your printer’s buffers, which gives you greater flexibility in your
formats.
Memory must be allocated in 1/2K increments. The memory
configuration packet does not accept decimals, so enter whole
numbers. Multiply the amount to reallocate (in K) by 10. For
example,
To reallocate (in K)Enter this amount
110
1.515
220
2.525
1531530
229.52295
Each buffer’s allocated memory remains in effect until that buffer
is reallocated. For this reason, you may want to reallocate all the
buffers when reallocating any buffer. If you reallocate more
memory than you have available, you will receive an error.
Syntax
M1. MMemory Configuration Packet
M2. bufferBuffer type:
{I,M,buffer,device,buffer_size p }
DDownloadable Fonts
FFormat
IImage
RReceive
TTr a ns m it
VScalable (vector) Fonts (9825/985x/9860)
Configuring the Printer
2-25
M3. deviceStorage type:
NNon-volatile RAM
RVolatile RAM
NOTE: You cannot reallocate flash memory.
M4. buffer sizeBuffer size in 1/10K ranges. See the following table for
ranges.
Example
{I,M,I,R,1530 p }
Stores the image buffer in volatile RAM and allocates 153K for it.
The following table lists the configured buffer sizes and min-max
values for your printer. The printer’s configuration is stored in
non-volatile RAM and retained when you turn off the printer. The
max. value for each buffer is listed; however, the sum of all the
buffers cannot exceed the max. available memory of the printer.
BufferType94039825*98509855/9860
TransmitVol.1K
ReceiveVol.8K
ImageVol.67K
Downld. FontsNVol.
Vol .
Scalable FontsVol.NA64K
FormatsNVol.
Vol .
InternalNAcannot
(.5K- 4K)
(2K- 32K)
(41.5K124K)
NA
20K
(8K- 32K)
NA
32K
(16K- 64K)
reallocate
2K
(.5K- 4K)
8K
(2K- 64K)
330K
(41.5K640K)
NA
64K
(8K- 640K)
(32K-640K)
NA
64K
(16K- 640K)
cannot
reallocate
2K
(.5K- 4K)
8K
(2K- 64K)
585K
(38.5K6144K)
120K
(8K- 1024K)
NA
384K
(0K-1024K)
128K
(16K- 1024K)
NA
cannot
reallocate
64K
(.5K- 128K)
64K
(2K- 128K)
330K
(41.5K6144K)
NA
64K
(8K- 8192K)
384K
(0K-8192K)
NA
128K
(16K- 1024K)
cannot
reallocate
* The 9825, 9855, and 9860 printers do not have non-volatile RAM; however, you can
2-26
Configuring the Printer
store formats, fonts, and graphics in flash memory. Use the correct storage device
depending on your printer. In the past, "N" and "R" have been interchanged and the
printer would store the packets in the printer’s "base" memory. Now, flash memory is
available and you may need to change your packets to "F" instead of "N."
Use the following table to see how much memory is available to
reallocate.
RAM*9403982598509855/9860
Volatile RAM256K1 Meg4 Meg8 Meg
Non-volatile RAM NANA512KNA
* You cannot reallocate more memory than what is available, or you will receive an error.
Memory expansion is an option available on the 9855 and 9860 printers.
Checking Current Buffer Sizes
Send a configuration upload packet to check the sizes of your
current buffers. See "Configuration Packet Header" for more
information. After you check your current buffer sizes you can
begin reallocating memory.
If you want to increase your image buffer and you will not be
using scalable fonts, add that memory into your image buffer.
Example
{I,M,R,R,20 p
M,T,R,10 p
M,D,N,80 p
M,V,R,160 p
M,I,N,3200 p }
Make sure memory is available before adding memory to a buffer.
In the above example, if the image buffer (M,I,N,3200) was
defined before the downloadable fonts and scalable fonts buffers
(M,D,N,80 and M,V,R,160) were defined, an error would have
occurred.
Configuring the Printer
2-27
About Memory Buffers
Transmit BufferUsed to send ENQ, job, and upload
responses. This buffer must be allocated as
volatile (R) RAM.
Receive BufferUsed to save data received from the host
before it is processed by the printer.
Changing this buffer size affects the amount
of data the printer can receive without using
flow control. This buffer must be allocated as
volatile (R) RAM.
Image BufferUsed to image the current format. The 9800
printers support two 4-inch by 8-inch buffers.
You can create an image up to 16 inches long
without reallocating memory. The Image
Buffer is cleared after a printer reset, even if
it is stored in non-volatile RAM.
Use the formula below to calculate the
required image buffer size.
Example
2-28
Configuring the Printer
19.13K x
Length is the length of your label in inches.
19.13K x 6 = 114.78K
(Multiply by 10 and round up.)
114.78K x 10 = 1147.8
1147.8 = 1150
Enter 1150 for your Image buffer.
Length
Format BufferUsed to store formats, batch data, and
graphics. Use the following formula to
calculate the required format buffer size:
Downloadable
Fonts Buffer
Scalable (Vector)
Fonts Buffer
Linecount
Linecount is the number of lines in your
format packet including the format header
and all the options.
The result of the above calculation is in
kilobytes.
On the 9800 printers, formats remain in
memory when you turn off the printer.
Used to store downloaded soft (bitmapped or
TrueType) fonts. To determine the size of
your downloadable fonts, send a font packet.
For TrueType fonts, the file size, in bytes, is
the minimum amount needed in this buffer.
See "Using the Font Packet" for more
information.
Used to image the scalable or downloaded
(TrueType or bitmapped) font characters.
Increasing this buffer size allows more
characters to be saved in cache memory, so
the characters do not have to be re-built the
next time they are printed. Use 0 if you are
not using scalable/TrueType fonts. This buffer
must be allocated as volatile (R) RAM.
The printer does not print the fonts if there is
not enough memory in this buffer to image
them.
Not all printers support the scalable font.
x 50/1024
Configuring the Printer
2-29
Buffer Worksheet
Make copies of this page to use as a buffer worksheet.
HEADER
DEVICE
BUFFER SIZE
maximum of 2295
maximum of 2295
maximum of 2295
R
R
R
maximum of 320
maximum of 40
maximum of 1280
DOWN LOADABLE
FONTS BUFFER
FORMAT
BUFFER
IMAGE
BUFFER
RECEIVE
BUFFER
TRANSMIT
BUFFER
SCALABLE
FONTS BUFFER
M
D
MF
MI
MR
MT
MV
BUFFER
Buffer Allocation Considerations
Keep these items in mind when allocating memory.
N
N
N
N
2-30
Configuring the Printer
Do not allocate more memory than what is available.
Free memory from one buffer before you add it to another
buffer.
Reallocate all the buffers if you need to reallocate any buffer.
Send all buffer (re)allocations in one packet. The printer
evaluates each individual buffer allocation separately. If one
buffer allocation is invalid, the entire packet is invalid. For
example, if you send
{I,M,R,N,20
M,T,N,60
p
p
...}
the printer ignores the entire packet, because the second line
allocates 6K for the transmit buffer, and 4K is the maximum
for that buffer. If you define a buffer size that exceeds the
maximum value, an error occurs. However, no information is
lost.
N
Whenever the printer accepts a memory configuration packet,
it takes effect immediately, causing a printer reset. Any
information contained in the buffers is lost. Resend your
formats, batches, graphics, or fonts to the printer.
N
If you remap your image buffer, make sure the length and
width specified in your format header are not too large for the
current image buffer. In other words, if you remap for a 4 x 4
inch label, you cannot print a 4 x 6 inch label without receiving
an error, until you change your format header or increase your
image buffer.
Memory Considerations with Downloaded TrueType
Fonts
N
Downloaded TrueType fonts are only available on the 9825,
985x, and 9860 printers.
N
The size of the TrueType font file, in bytes, is the minimum
amount of memory you must have available in the
downloadable fonts buffer.
N
The scalable (vector) fonts buffer is used to image the
downloaded fonts (TrueType or bitmapped). If you are using
several downloaded TrueType fonts, you may need 100K or
more in this buffer. The printer does not print the fonts if there
is not enough memory in the scalable (vector) fonts buffer.
N
To use large point sizes (greater than 60 point), you must
reconfigure memory and increase the size of the scalable
(vector) fonts buffer.
N
Font storage is limited on the 9825 printer, because there is no
extended memory available.
Configuring the Printer
2-31
Formatting Flash Memory
Before you send packets to flash memory, it must be formatted
first. This is required once during initial printer setup. On the
9800 series printers, from the Main Menu, select Setup, Flash
Memory, then Format Flash. The process takes a few minutes.
When you format flash memory, the script and
any downloaded TrueType® fonts saved in the
printer’s flash memory are deleted and must
be resent to the printer. Refer to your
printer’s Operator’s Handbook for more
information.
Flash Memory Guidelines
Use these basic guidelines when storing files in your printer’s
flash memory.
N
Your printer may have volatile RAM (packets deleted when the
printer is turned off), non-volatile RAM (packets saved when
the printer is turned off), and flash memory (packets saved
when the printer is turned off). Each printer has a different
limit of available memory.
N
Before you save any packets in flash memory, you must format
flash memory first. See "Formatting Flash Memory" for more
information.
N
Formats, graphics, and check digits can be saved in flash (but
they are also duplicated in RAM). Any packets saved in flash
cannot exceed the memory available in RAM.
N
Fonts are stored differently in flash. For example, the 9825
printer has very limited flash font memory and one TrueType
font may exceed that limit. If you print TrueType or
double-byte Asian fonts, use a 9855 or 9860 printer with the
memory expansion option.
N
There is not a 1-to-1 ratio between the memory in your printer
and the memory in your PC. For example, a file that is 5K in
Windows may require 15-20K to store in your printer.
2-32
Configuring the Printer
N
When using graphics, use the lowest-resolution graphic
possible. If your printer uses a 203 dpi printhead, the
graphic’s resolution should be 150 to 200 dpi. In fact, 96 dpi
may work. Try to create the smallest file size possible.
N
Use temporary storage for graphics that are only used once or
twice. However, if you have a logo that is used on multiple
formats, save the graphic in flash. Once again, try to create
the smallest file size possible for your graphic.
N
Each line in a packet requires the same amount of memory.
The smaller the format, the less memory required to save it.
Clearing Packets from Memory
You may want to remove packets from the printer to increase
memory storage capacity or if the formats/fonts/graphics are no
longer needed. In some cases, turning the printer off may clear
the packets from memory. If not, send a format clear packet.
Syntax
1. headerIdentifies the packet. Options:
2. packet#Identification number of the packet to clear (1-999) or font
3. actionAction. Enter C to clear the packet.
4. deviceStorage device. Options:
Example
{header,packet#,action,device p }
ACheck Digit Scheme
FFormat
GGraphic
WFont
number (0-9999). 0 is for all formats, fonts, or graphics.
FFlash
NNonvolatile RAM
RVolatile RAM
{F,1,C,R p }
Clears Format #1 from volatile RAM.
Configuring the Printer
2-33
Using the Font Packet
You can use a font packet to add or clear downloaded fonts from
memory, upload your font buffer, or upload the cell size
information for a particular font. The font packet is useful when
you are downloading fonts. If you are using downloaded fonts,
the font number and the number of bytes each downloaded font
uses is listed.
This packet does not list the number of bytes the standard printer
fonts use.
Syntax
W1. WWritable Font Header.
W2. font#Font number from 0-9999.
W3. actionAction. Options:
W4. deviceDevice. Options:
{W,font#,action,device p }
0 is for all fonts. 1 - 5 digits is the font number.
Example: 3 is the standard printer font, Bold.
AAdds the specified font.
CClears all or specified fonts, except ones in ROM.
HUploads font size information.
MUploads font memory usage information.
NOTE: C does not clear (erase) fonts saved in the 9825,
985x, or 9860 printer’s flash memory. You must
format flash memory to erase fonts from the printer’s
flash memory. However, when you format flash
memory, ALL fonts saved in the printer’s flash
memory are deleted.
FFlash (9825/985x/9860)
RVolatile RAM
ZAll devices (use for upload).
If you are creating fonts, you need to have font data included with
this packet. Software is available to download from our Web site
to create the font data and packet.
2-34
Configuring the Printer
Example
{W,0,M,R p }
Selects all fonts and checks the memory usage in RAM. The
printer returns the following to the host:
{W,0,M,R p
Number of bytes free, Number of bytes used p }
Example
Selects all fonts and uploads the font size information for any
downloaded fonts.
The printer returns the following to the host:
Font Style
Symbol Set
Ty p e
Cell Width
{W,0,H,Z p }
{W,0,H,Z p
Font Name
0,1,0,"Standard",0,0,0,14,22,14,22,3 p
0,1,1,"CGTriBd9",1,0,7,25,31,10,15,0 p
0,1,437,"CGTriBd9",1,0,7,25,31,10,15,0 p
0,1,850,"CGTriBd9",1,0,7,25,31,10,15,0 p
0,1,945,"X5 Standard",1,0,0,15,24,16,24,0 p
0,2,0,"Reduced",0,0,0,7,14,7,14,1 p
0,2,1,"CGTriumv6",1,0,5,17,21,5,10,0 p
0,2,437,"CGTriumv6",1,0,5,17,21,5,10,0 p
0,2,850,"CGTriumv6",1,0,5,17,21,5,10,0 p
0,2,945,"X5 Reduced",1,0,0,7,16,7,14,0 p
0,3,0,"Bold",0,0,0,24,34,24,34,3 p
Inter-Character Gap
0,3,945,"X5 Bold",1,0,0,30,48,26,36,0 p
0,4,0,"OCRA",0,0,0,13,24,13,24,3 p
0,5,945,"X5 OCRA",1,0,0,16,26,15,26,3 p
0,5,0,"HR1",0,0,0,12,20,12,20,2 p
0,6,945,"X5 HR1",1,0,0,12,20,15,26,2 p
0,6,0,"HR2",0,0,0,10,16,10,16,1 p
0,7,945,"X5 HR2",1,0,0,9,15,15,26,1 p
0,10,0,"CGTriBd9",1,0,7,25,31,10,15,0 p
0,10,1,"CGTriBd9",1,0,7,25,31,10,15,0 p
0,10,437,"CGTriBd9",1,0,7,25,31,10,15,0 p
0,10,850,"CGTriBd9",1,0,7,25,31,10,15,0 p
0,11,0,"CGTriumv6",1,0,5,17,21,5,10,0 p
0,11,1,"CGTriumv6",1,0,5,17,21,5,10,0 p
0,11,437,"CGTriumv6",1,0,5,17,21,5,10,0 p
0,11,850,"CGTriumv6",1,0,5,17,21,5,10,0 p
Spacing
Baseline
Cell Height
Nominal Width
Nominal Height
Printhead Density
Configuring the Printer
2-35
0,15,0,"CGTriumv7",1,0,7,21,28,9,14,0 p
0,15,1,"CGTriumv7",1,0,7,21,28,9,14,0 p
0,15,437,"CGTriumv7",1,0,7,22,28,9,14,0 p
0,15,850,"CGTriumv7",1,0,7,22,28,9,14,0 p
0,16,0,"CGTriumv9",1,0,8,28,35,12,18,0 p
0,16,1,"CGTriumv9",1,0,8,28,35,12,18,0 p
0,16,437,"CGTriumv9",1,0,8,29,35,12,18,0 p
0,16,850,"CGTriumv9",1,0,8,29,35,12,18,0 p
0,17,0,"CGTriumv11",1,0,9,31,40,13,22,0 p
0,17,1,"CGTriumv11",1,0,9,31,40,13,22,0 p
0,17,437,"CGTriumv11",1,0,9,33,40,13,22,0 p
0,17,850,"CGTriumv11",1,0,9,33,40,13,22,0 p
0,18,0,"CGTriumv15",1,0,13,47,59,20,31,0 p
0,18,1,"CGTriumv15",1,0,13,47,59,20,31,0 p
0,18,437,"CGTriumv15",1,0,13,49,59,20,31,0 p
0,18,850,"CGTriumv15",1,0,13,49,59,20,31,0 p
0,510,0,"CGTriumv7",1,0,7,21,28,9,14,0 p
0,510,1,"CGTriumv7",1,0,7,21,28,9,14,0 p
0,510,437,"CGTriumv7",1,0,7,22,28,9,14,0 p
0,510,850,"CGTriumv7",1,0,7,22,28,9,14,0 p
0,511,0,"CGTriumv9",1,0,8,28,35,12,18,0 p
0,511,1,"CGTriumv9",1,0,8,28,35,12,18,0 p
0,511,437,"CGTriumv9",1,0,8,29,35,12,18,0 p
0,511,850,"CGTriumv9",1,0,8,29,35,12,18,0 p
0,512,0,"CGTriumv11",1,0,9,31,40,13,22,0 p
0,512,1,"CGTriumv11",1,0,9,31,40,13,22,0 p
0,512,437,"CGTriumv11",1,0,9,33,40,13,22,0 p
0,512,850,"CGTriumv11",1,0,9,33,40,13,22,0 p
0,513,0,"CGTriumv15",1,0,13,47,59,20,31,0 p
0,513,1,"CGTriumv15",1,0,13,47,59,20,31,0 p
0,513,437,"CGTriumv15",1,0,13,49,59,20,31,0 p
0,513,850,"CGTriumv15",1,0,13,49,59,20,31,0 p
0,70,0,"Paxar15",1,0,7,32,42,22,42,0 p
0,71,0,"Paxar18",1,0,9,34,51,27,51,0 p
0,72,0,"Nafta15",1,0,6,32,42,32,41,0 p
0,73,0,"Nafta18",1,0,8,48,51,46,50,0 p
0,50,0,"EFFSwissBold",1,1,92248 p }
* The CG Triumvirate typefaces are trademarks of Monotype Imaging, Inc.
2-36
Configuring the Printer
This example shows the fonts for the 9860
printer. Fonts 510, 511, 512, and 513 are the
same as fonts 15, 16, 17, and 18.
SpacingMonospaced (0) or proportional (1).
Ty p eBitmapped (0) or scalable (1).
BaselineBottom of the font.
Cell WidthHorizontal number of dots to contain the
widest character.
Cell HeightVertical number of dots to contain the tallest
character.
Nominal WidthAverage width for lower-case letters.
Nominal HeightAverage height for lower-case letters.
Inter-Character
Gap
Printhead DensityDisplays whether a 203 (0) dpi or 300 (1) dpi
Default spacing between characters in
monospaced fonts.
printhead is used.
The scalable font (font 50) is not available for
all printers and it does not display which
printhead (203 dpi or 300 dpi) is used.
Configuring the Printer
2-37
Using the Flash Upload Packet
Use the flash upload packet to check the contents of flash
memory. This packet is only valid on the 9403 printer.
Syntax
1. headerIdentifies the packet. Options:
2. packet#Identification number of the packet. Use 0 to upload all
3. actionAction. Enter H to upload flash information.
Example
{header,packet#,action p }
ACheck Digit Scheme
FFormat
GGraphic
packets.
{F,0,H p }
Selects all the formats in flash memory and uploads the
information.
The printer returns the following to the host:
{1,A,F,E,200,200,"FMT1" p
5,A,F,E,400,200,"FMT5" p }
Format 1 was added to flash memory and uses English units. The
supply length was two inches and the supply width was two
inches. The format name was "FMT1." Format 5 was added to
flash memory and uses English units. The supply length was four
inches and the supply width was two inches. The format name
was "FMT5."
Example
Selects all the graphics in flash memory and uploads the
information.
The printer returns the following to the host:
2-38
Configuring the Printer
{G,0,H p }
{10,A,F,G,812,406,"Wire" p
99,A,F,G,350,406,"Logo" p }
Graphic 10 was added to flash memory and uses Graphic units.
The supply length was 812 dots and the supply width was 406
dots. The format name was "Wire." Graphic 99 was added to
flash memory and uses Graphic units. The supply length was 350
dots and the supply width was 406 dots. The format name was
"Logo."
If no packets are stored in flash memory, empty brackets {} are
returned to the host.
Flash Considerations
Note the following items when storing formats, graphics, or check
digits in flash:
N
Packets with the same number should not be added to flash
memory. If two packets with the same number are stored in
flash, only the last packet sent can be used. For example, if
you send the following packets to flash memory, only the
"Textiles" format can be used.
{F,10,A,F,E,300,200,"UPC"p}
Flash
Selector
{F,10,A,F,E,300,200,"Textiles"p}
N
Clear flash memory if you encounter problems storing packets.
Flash must be cleared through the printer’s menu.
N
Individual packets cannot be cleared from flash memory.
Clearing flash erases all packets stored in flash memory (with
"F" selector); however, clearing flash does not erase any
packets loaded by Service.
N
Flash cannot be reallocated.
Configuring the Printer
2-39
Uploading Format Header Information
You can upload format header information from the formats in
memory to check the supply length and width for each format.
You can use this packet on the 9825, 985x, or 9860 printers.
Formats stored in Flash memory are loaded into RAM when the
985x or 9860 printer boots. However, the formats remain in Flash
memory when you turn off the printer.
Syntax
F1. headerFormat Header
F2. format#Format number from 0-999. 0 is for all formats in memory.
F3. actionAction. Options:
F4. deviceDevice. Options:
Example
{header,format#,action,device p }
AAdds the specified format
CClears the specified format
HUploads format header information
FFlash
RVolatile RAM
ZAll devices (use for upload)
{F,0,H,Z p }
Selects all formats in memory and returns the following:
{F,0,H,Z p
Fmt_1,406,406 p
Fmt_10,324,406 p
Fmt_15,812,812 p
Fmt_20,305,609 p
Fmt_25,1218,406 p }
Displays the format number, supply length and supply width (in
dots) for each format in memory.
Example
Selects format1 and returns the following to the host:
Displays the supply length and supply width (in dots) for format1.
2-40
Configuring the Printer
{F,1,H,Z p }
{F,1,H,Z p
Fmt_1,406,406 p }
Defining a Verifier Configuration Packet
With the verifier configuration packet you can customize the
verifier for each format you print. You can select which bar codes
to scan, the acceptable ANSI grade levels, quiet zone,
X-dimension range, and more. You can download the Monarch®
Verifier Configuration Tool (from our Web site) to create this
packet or follow the syntax below.
Syntax
{V,format#,action,device,"name" p
D,"vfr_comds" p }
V1. VVerifier Configuration Packet.
V2. format#Number from 0-999 to identify the format number that
V3. actionAction. Enter A to add a verifier configuration.
V4. deviceStorage device. Options:
V5. "name"Packet name, 0-8 characters, enclose within quotation marks.
corresponds to this particular verifier configuration packet.
However, you can assign a verifier configuration packet to any
format even if the format number is not changed. See
"Defining Verifier Fields" in Chapter 3 for more information.
NOTE: You can specify up to 50 different verifier
configurations for your formats.
FFlash. Stores the verifier configuration in the printer.
Packets stored in flash memory are saved when the
power is turned off.
TTemporary. Passes the packet through the printer
and stores the packet in the verifier. Packets stored
in temporary memory are lost when the power is
turned off.
The name you enter here is shown as a custom configuration
on the menu for MODE. Refer to your verifier’s Operating
Instructions (available on our Web site) for more information.
D1. DNon-Printable Text/Data Field.
D2. "vfr_comds" Verifier commands. Must be enclosed within quotation marks.
Refer to the SV Series Operator’s Guide for the complete list
of verifier commands.
Configuring the Printer
2-41
Example
{V,1,A,T,"BEAMON" p
D,"~LV02" p }
The verifier’s configuration packet ID is "1" and named
"BEAMON." The verifier packet is added to temporary memory. It
uses Mode 2.
Defining a Network Console Packet
The network console packet is only valid on a 9855 or 9860
Version 2.0 (or greater) printer containing MonarchNet2
software for the Monarch® 7410 Ethernet Print Server. Use the
network console packet to send console commands directly to the
network card via the printer’s serial port. If the network card does
not appear to be communicating with the printer, you can use the
network console packet to change the SSID, IP Address, etc. of
the network card.
Syntax
N1. NNetwork Console Packet.
N2. numberNumber from 0-999 to identify the network console packet.
N3. actionAction. Enter A to add a verifier configuration.
N4. deviceStorage device. Enter T to pass the packet through the
N5. "name"Packet name, 0-8 characters, enclose within quotation marks.
C1. CCommand field.
C2. "con_comds" Console commands. Must be enclosed within quotation
{N,number,action,device,"name" p
C,"con_comds" p }
printer and store the packet in the network card.
marks. Each command must be on a separate line. The
maximum number of characters per command is 100. Refer
to the list of console commands in the MonarchNet2Operating Instructions (available on our Web site) for more
information.
NOTE: The maximum number of commands per packet is
ten (10).
2-42
Configuring the Printer
Example
{N,1,A,T,"mystore" p
C,"set ip me static
"
init" p
C,
"
exit" p }
C,
"
p
Sends the network conosle packet 1 "my store" directly to the
network card (T) and sets the IP method to static for determining
the IP Addresses. The Init and Exit commands must be used to
save changes and initialize the network card.
Configuring the Printer
2-43
2-44
Configuring the Printer
DEFINING FIELDS
This chapter provides a reference for defining
N
the format header
N
text, constant text, and non-printable text fields
N
bar code fields
N
line and box fields
N
verifier fields
N
RFID data fields.
3
Defining Fields
3-1
Defining the Format Header
A Format Header begins a format file.
Syntax
{F,format#,action,device,measure,length,
width,"name" p
F1. FFormat Header.
F2. format#Number from
1-999 (1-99
F3. actionEnter A to add a new format to the printer.
F4. deviceFormat storage device. Options:
Flash (must be formatted first. See "Formatting Flash"
F
and "Flash Memory Guidelines" in Chapter 2 for more
information.)
Non-volatile RAM (9850)
N
Volatile RAM
R
F5. measureUnit of measure: E (English), M (Metric), or G (Graphic Dots).
See the following table.
PrinterUnit of MeasureLengthWidth
9403
9825/
985x/
9860
985x/
9860
9855RFID
English (1/100 inch)
Metric (1/10 mm)
203 dpi Dots
English (1/100 inch)
Metric (1/10 mm)
203 dpi Dots
English (1/100 inch)
Metric (1/10 mm)
300 dpi Dots
English (1/100 inch)
Metric (1/10 mm)
203 Dots
300 Dots
for 9403) to identify the format.
75-599
191-1523
152-1217
75-1599
191-4063
152-3247
75-1199
191-3047
225-3599
75-1299
191-330
152-2637
225-3897
75-199
191-507
152-405
32-399
81-1013
62-810
32-399
81-1013
96-1197
399
1013
810
1197
3-2
Defining Fields
F6. lengthLength in selected units. Measure supply from the top of one
black mark to the top of the next black mark. Use the
previous table for values.
F7. widthWidth, from left to right, in selected units. Use the previous
table for values.
F8. "name"Format name (optional),
characters, enclose within
0-8
quotation marks.
Example
{F,1,A,R,E,300,200,"TEXTILES" p
Adds Format 1 ("TEXTILES") to the printer. It uses a three inch
long by two inch wide label.
Defining Text Fields
Create a separate definition for each text field. If text falls on two
lines, each line of text requires a separate definition.
Syntax
T,field#,# of char,fix/var,row,column,
gap,font,hgt mag,wid mag,color,alignment,
char rot,field rot,sym set p
T1. TText Field.
T2. field#Unique number from
1-999 (1-99
T3. # of charMaximum number of printed characters is
9403) in the field.
T4. fix/varFixed or variable length field. Options:
F
V
Fixed length
Variable length
T5. rowFor monospaced fonts, distance from bottom of print area to
the pivot point. The pivot point varies depending on how text
is justified.
0 (TOP)
1 (LEFT)
0 (TOP)
2 (BOTTOM)
3 (RIGHT)
1 (LEFT)
Left/Center/Right-Justified
Balanced
For proportionally spaced fonts, distance
from bottom of print area to baseline of
characters in field.
for 9403) to identify this field.
0-2710 (0-100
2 (BOTTOM)
3 (RIGHT)
3 (RIGHT)
0 (TOP)
2 (BOTTOM)
1 (LEFT)
End-Justified
for
Defining Fields
3-3
PrinterUnit of MeasureRow or
9403
9825/
985x/
9860
985x/
9860
9855RFID
English (1/100 inch)
Metric (1/10 mm)
203 dpi Dots
English (1/100 inch)
Metric (1/10 mm)
203 dpi Dots
English (1/100 inch)
Metric (1/10 mm)
300 dpi Dots
English (1/100 inch)
Metric (1/10 mm)
203 Dots
300 Dots
End Row
3-599
9-1521
7-1216
0-1599
0-4061
0-3246
0-1199
0-3045
0-3597
0-1299
0-3299
0-2637
0-3897
T6. columnDistance from the left edge of the print
area to the pivot point to find the column
location. Use the previous table for values.
T7. gapNumber of dots between characters 203
dpi (or 300 dpi for 985x or 9860 printers).
Range:
0-99
.
Column or
End Column
10-199
25-505
20-404
0-399
0-1013
0-810
0-399
0-1013
0-1197
0-399
0-1013
0-810
0-1197
3-4
Defining Fields
NOTE:
For monospaced fonts, the additional spacing is
added to the existing inter-character gap. This is
also true for proportionally spaced fonts, but
remember that the inter-character gap varies with
character combinations.
Any number other than 0 or the default number affects your
field width. Default spacing:
Or a valid downloaded font selector number.
Fonts 5 and 6 are for numeric data only.
The 9403 supports fonts 1, 2, 3, 4, 5, 6, 10, and 11.
The CG Triumvirate typefaces support only the ANSI and
DOS Code Page 437 and 850 Symbol Sets. The scalable font
does not support Code Page 1256 (Arabic). See Appendix C
for more information.
CG Triumvirate Typeface Bold
10
CG Triumvirate Typeface
11
7 pt. CG Triumvirate Typeface
15
9 pt. CG Triumvirate Typeface
16
11 pt. CG Triumvirate Typeface
17
15 pt. CG Triumvirate Typeface
18
EFF Swiss Bold (TrueType®Scalable)
50
T9. hgt magHeight magnifier,
TrueType fonts). Use a magnifier of 1 with proportionally
spaced fonts, because characters lose smoothness at higher
magnifications. See Appendix B, "Fonts," for more
information about fonts.
T10. wid magWidth magnifier,
TrueType fonts). Proportionally spaced fonts do not have a
set width. To estimate the size of your field, use the letter "W"
for the widest field or an "L" for an average width field. Find
your selected font and the desired width in Appendix B,
"Fonts."
NOTE:
T11. colorThere are two types of field color overlay attributes:
TransparentThe overlay field (text or constant text) does
OpaqueThe overlay field blocks out (or "erases")
Options for standard printer fonts:
Options for the Scalable Font:
To use large point sizes (greater than 60 point), you
must reconfigure memory and increase the size of
the scalable (vector) fonts buffer.
B
D/R/W
O
A/N
B/O
D/W
E/S
F/T
times (4-
1-7
times (4-
1-7
not block out (or "erase") existing fields.
existing fields.
Opaque, Normal, Black, Normal
Opaque, Normal, White, Normal
Transparent, Normal, Black, Normal
Transparent, Normal, Black, Bold
Transparent, Normal, Black, Normal
Opaque, Normal, White, Normal
Transparent, Italics, Black, Bold
Transparent, Italics, Black, Normal
for scalable/downloaded
255
for scalable/downloaded
255
Defining Fields
3-5
Field placement in the packet is an important consideration
when using field color attributes, because fields are imaged in
the order they are received. If a line field is defined before
the overlay (text or constant text) field, the line field is
blocked out by the overlay field, depending on the overlay
field’s color attribute. If a line field is defined after the overlay
field, the line field is not blocked out by the overlay field,
regardless of the overlay field’s color attribute.
T12. alignmentOptions:
Line field
blocked out by
opaque field
using attribute B
Line field not
blocked out by
transparent field
using attribute O
L
C
R
B
E
Use L, B, or E for any font.
T13. char rotCharacter rotation. The field or supply does not rotate, only
the characters do. Options:
0
1
2
3
NOTE:
Align on left side of field.
Center text within field (monospaced fonts only)
Align on right side of field (monospaced fonts only)
Align at midpoint of field
Align at endpoint of the field
Top of character points to top of field
(Use for scalable font)
Top of character points to left of field
Top of character points to bottom of field
Top of character points to right of field
Font 50 and downloaded TrueType fonts do not
support character rotation.
3-6
Defining Fields
T14. field rotField rotation. Field rotation rotates the whole field, not just
the characters. Rotation is affected by the pivot point, which
varies depending on how text is justified. Lower left corner of
field is the pivot point. Options:
The CG Triumvirate typefaces support only the ANSI and
DOS Code Page 437 and 850 Symbol Sets. The scalable font
does not support Code Page 1256 (Arabic). See Appendix C,
"Symbol Sets/ Code Pages" for more information. Code
pages 852-860 and 1250-1258 are for downloaded TrueType
fonts or the scalable font. Code Pages 932, 936, and 950 are
for downloaded Double-byte fonts. TrueType fonts are
designed to be regionally specific; therefore, all code pages
may not be supported in a given font.
Top of field points to top of supply
Top of field points to left of supply
Top of field points to bottom of supply
Top of field points to right of supply
Internal Symbol Set
ANSI Symbol Set
Macintosh
Wingdings
UNICODE (user input) for particular mapping
BIG5 (user input) for UNICODE mapping
GB2312 (user input) for UNICODE mapping
SJIS (user input) for UNICODE mapping
Code Page 932 (Japanese Shift-JIS)
GB2312 (user input) for GB23212 mapping
Code Page 936 (Simplified Chinese)
BIG5 (user input) for BIG5 mapping
Code Page 950 (Traditional Chinese)
DOS Code Page 437 (Domestic)
DOS Code Page 850 (International)
DOS Code Page 852 (Latin 2)
DOS Code Page 855 (Russian)
DOS Code Page 857 (IBM Turkish)
DOS Code Page 860 (MS-DOS Portuguese)
Code Page 1250 (Latin 2)
Code Page 1251 (Cyrillic)
Code Page 1252 (Latin 1)
Code Page 1253 (Greek)
Code Page 1254 (Turkish)
Code Page 1255 (Hebrew)
Code Page 1256 (Arabic)
Code Page 1257 (Baltic)
Code Page 1258 (Vietnamese)
Defining Fields
3-7
Example
T,2,10,V,250,50,0,1,1,1,B,C,0,0,0 p
Defines a text field (field #2) with a variable length of up to 10
characters. The field begins at row 250, column 50. There is no
additional gap between characters, and the Standard font is used
without any additional magnification. The printing is black on
white and centered. No field or character rotation is used. The
internal symbol set is used.
Defining Bar Code Fields
Each bar code field requires a separate definition.
Syntax
B,field#,# of char,fix/var,row,column,
font,density,height,text,alignment,
field rot p
B1. BBar Code Field.
B2. field#Unique number from
B3. # of charMaximum number of characters. If the bar code uses a check
digit, allow an extra character for the check digit. The actual
maximum number of characters is limited by the size of the
label and bar code density. Range:
Quick Response (QR Code) can use 299-2710 characters.
Data Matrix can use up to 2710 numeric characters or 2335
alphanumeric characters. See Appendix A, "Samples," for
more information.
B4. fix/varFixed (F) or variable (V) length field.
Bar CodeNumber of Characters Fixed or
UPCA
UPCA+2
UPCA+5
UPCA+Price CD
UPCE
UPCE+2
UPCE+5
1-999 (1-99
for 9403) to identify this field.
0-2710 (0-100
12F
14F
17F
12F
7F
9F
12F
for 9403).
Var iable
3-8
Defining Fields
Bar CodeNumber of Characters Fixed or
EAN8
EAN8+2
EAN8+5
EAN13
EAN13+2
EAN13+5
EAN13+Price CD
POSTNET
Interleaved 2 of 5
or
Interleaved I 2 of 5 with
Barrier Bar
Code 39 or MOD43
Codabar (NW7)
Code 128
Code 16K
Code 93
MSI
PDF417
MaxiCode*
Data Matrix*
Quick Response*
Varia ble
8F
10F
13F
13F
15F
18F
13F
9 or 11F
0 to 2710V
0 to 2710V
depends on applicationF or V
0 to 2710V
0 to 2710V
0 to 2710V
0 to 14F or V
0 to 2710V
0 to 93 (alphanumeric)
0 to 128 (numeric)
0 to 2335 (alphanumeric)
0 to 2710 (numeric)
1167 to 2710 (numeric)
707 to 2710 (alphanumeric)
V
V
V
* For more information about MaxiCode, Data Matrix, and Quick Response, see Appendix
A, "Samples."
Defining Fields
3-9
B5. rowDistance from bottom of the print area to the pivot point of the
field. The pivot point varies, depending on how the field is
justified. Pivot points:
Left/Center/Right-Justified Fields
Balanced FieldsEnd-Justified Fields
Remember to include text or numbers
that may appear with the bar code for
the row measurement.
3-10
Defining Fields
PrinterUnit of MeasureRow or
9403
9825/
985x/
9860
985x/
9860
9855RFID
English (1/100 inch)
Metric (1/10 mm)
203 dpi Dots
English (1/100 inch)
Metric (1/10 mm)
203 dpi Dots
English (1/100 inch)
Metric (1/10 mm)
300 dpi Dots
English (1/100 inch)
Metric (1/10 mm)
203 Dots
300 Dots
End Row
3-599
9-1521
7-1216
0-1599
0-4061
0-3246
0-1199
0-3045
0-3597
0-1299
0-3299
0-2637
0-3897
Column or
End Column
10-199
25-505
20-404
0-399
0-1013
0-810
0-399
0-1013
0-1197
0-399
0-1013
0-810
0-1197
B6. columnDistance from the lower left edge of the print area to the pivot
point. Use the previous table for values.
NOTE:
B7. fontBar code. Options:
Allow a minimum of
between the scan edge of bar
code and label edges or other
data.
If using the optional verifier,
allow a minimum of 1.3 inches
(33 mm) between the bar code
and the top of the label. See "Determining the Print
Area" in Chapter 1 for more information.
NOTE: The start (*) and stop (+) characters are automatically added for Code 39. Code 39,
density 12, produces a one-dot narrow bar. This density is intended for special
U.S.P.S. ACT-tag applications only. Synthetic supplies are recommended to produce
scannable bar codes.
Model 1: 0-1167 Numeric; 0-707
Alphanumeric; 0-486 (8-Bit); 0-299 Kanji
Model 2: 0-2710 Numeric; Alphanumeric and
8-Bit; 0-1817 Kanji
0,5,6,9 or1180 to 9
FFH
Data
Length
0 to 2709800H to
Data Length
Appearance
Codes
Available
Char Set
FFH
Defining Fields
3-13
203 DPI Barcode Densities
Bar CodeSize
Data Matrix
Square
symbols
Bar CodeSize
Data Matrix
Rectangular
symbols
Row x Col.
10 x 10
12 x 12
14 x 14
16 x 16
18 x 18
20 x 20
22 x 22
24 x 24
26 x 26
32 x 32
36 x 36
40 x 40
44 x 44
48 x 48
52 x 52
64 x 64
72 x 72
80 x 80
88 x 88
96 x 96
104 x 104
120 x 120
132 x 132
144 x 144
0 default (bar code size automatically determined by data)
Density
Selector
25
26
27
28
29
30
0 default (bar code size automatically determined by data)
Max. Data
Length
Num. X
Alphanum.
6 x 3
10 x 6
16 x 10
24 x 16
36 x 25
44 x 31
60 x 43
72 x 52
88 x 64
124 x 91
172 x 127
228 x 169
288 x 214
348 x 259
408 x 304
560 x 418
736 x 550
912 x 682
1152 x 862
1392 x 1042
1632 x 1222
2100 x 1573
2608 x 1954
2710 x 2335
Max. Data
Length
Num. X
Alphanum.
10 x 6
20 x 13
32 x 22
44 x 31
64 x 46
98 x 72
App
Code
800H to FFH
App
Code
800H to FFH
Char
Set
Char
Set
3-14
NOTE:
Defining Fields
The 9825, 985x, and 9860 printers support printing a Data Matrix
symbol with an X-dimension of 13 mils or greater (3 dots @203 dpi). If
you use a denser bar code, make sure the bar code scans in your
particular application. Paxar "premium" supplies and increasing the
print contrast are recommended for denser bar codes. Depending on
your application, additional densities are available.
300 DPI Barcode Densities
Bar code
Ty pe
UPCA +2/+5
Price CD
UPCE
+2/+5
EAN8
+2/+5
EAN13+2/+5
Price CD24
Interleaved
2 of 5
or I2of5
with Barrier
Bar
Density
Selector
2
4
2
4
2
4
1
2
3
4
5
6
Density
(% or cpi)
77
%
103
%
77
%
103
%
77
%
103
%
77
%
103
%
1.1
2.1
3.3
4.2
5.6
6.2
Narrow
Element
(dots/mils)
3/10
4/13.3
3/10
4/13.3
3/10
4/13.3
3/10
4/13.3
31/103.4
18/60.1
10/33.4
9/30.0
6/20.0
6/20.0
Narrow to
Wide Ratio
1:2.011 or 12
1:2.06 or 7
1:2.07 or 8
1:2.012 or 13
1:3.0
1:2.5
1:3.0
1:2.4
1:3.0
1:2.5
Data
Length
14/17
9/12
10/13
15/18
0 to 271080 to 9
Appearance
Codes
Available
1, 5, 6, 7 or 8 0 to 9
1, 5, 6, 7 or 8 0 to 9
1, 5, 6,7 or 8 0 to 9
1, 5, 6,7 or 8 0 to 9
Char
Set
Code 39 or
MOD43
(Extended
Code 39)
Codabar
(NW7)
Code 128 or
Code 16 K46
NOTE:
The start (*) and stop (+) characters are automatically added for Code 39. Code 39,
density 12, produces a one-dot narrow bar. This density is intended for special U.S.P.S.
ACT-tag applications only. Synthetic supplies are recommended to produce scannable
bar codes.
Model 1: 0-1167 Numeric; 0-707
Alphanumeric; 0-486 (8-Bit); 0-299 Kanji
Model 2: 0-2710 Numeric; Alphanumeric and
8-Bit; 0-1817 Kanji
0,5,6,9 or1180 to 9
FFH
Data
Length
0 to 2709800H to
Data Length
Appearance
Codes
Available
Char Set
FFH
3-16
Defining Fields
300 DPI Barcode Densities
Bar CodeSize
Data Matrix
Square
symbols
Row x Col.
10 x 10
12 x 12
14 x 14
16 x 16
18 x 18
20 x 20
22 x 22
24 x 24
26 x 26
32 x 32
36 x 36
40 x 40
44 x 44
48 x 48
52 x 52
64 x 64
72 x 72
80 x 80
88 x 88
96 x 96
104 x 104
120 x 120
132 x 132
144 x 144
0 default (bar code size automatically determined by data)
Max. Data
Length
Num. X
Alphanum.
6 x 3
10 x 6
16 x 10
24 x 16
36 x 25
44 x 31
60 x 43
72 x 52
88 x 64
124 x 91
172 x 127
228 x 169
288 x 214
348 x 259
408 x 304
560 x 418
736 x 550
912 x 682
1152 x 862
1392 x 1042
1632 x 1222
2100 x 1573
2608 x 1954
2710 x 2335
App
Code
800H to FFH
Char
Set
Bar CodeSize
Data Matrix
Rectangular
symbols
NOTE:
The 9825, 985x, and 9860 printers support printing a Data Matrix
Row x Col.
8 x 18
8 x 32
12 x 26
12 x 36
16 x 36
16 x 48
symbol with an X-dimension of 13 mils or greater (3 dots @203 dpi). If
you use a denser bar code, make sure the bar code scans in your
particular application. Paxar "premium" supplies and increasing the
print contrast are recommended for denser bar codes. Depending on
your application, additional densities are available.
Density
Selector
25
26
27
28
29
30
0 default (bar code size automatically determined by data)
Max. Data
Length
Num. X
Alphanum.
10 x 6
20 x 13
32 x 22
44 x 31
64 x 46
98 x 72
App
Code
800H to FFH
Char
Set
Defining Fields
3-17
B9. heightBar code height, in 1/100 inches, 1/10 mm, or dots. Minimum
values:
English
Metric
203 Dots
300 Dots
POSTNET, PDF417, and MaxiCode bar codes have a fixed
height. Always use 0 for these bar codes.
For Data Matrix and QR Code, the printer determines the size
of the symbol, but the user’s scanner determines the
functional size (minimum height) of the symbol. Small Data
Matrix and QR Codes may not be scannable. The Data Matrix
and QR Code’s height depends on the number entered for this
parameter. For example, if you select 80, the symbol could be
smaller than 0.80," but it will not be greater than the amount
specified in this parameter. The symbol arranges the data
according to rows and columns within the specified height.
B10. textAppearance of text with bar code. For UPC and EAN only use
. For all others, use 8, except where noted. Options:
0-7
0
1
2
3
5
6
7
8
Default
MaxiCode Mode 0 (obsolete)
QR Code Model 2
No check digit or number system
QR Code Model 1
MaxiCode Mode 2 (Numeric Postal Code)
QR Code Model 2
MaxiCode Mode 3 (Alphanumeric Postal Code)
Number system at bottom, no check digit
Check digit at bottom, no number system
Check digit and number system at bottom
No text, bar code only
MaxiCode (autodetect modes 0, 2, or 3)
19
48
38
57
3-18
NOTE:
B11. alignmentChoose L, R, C, B or E to align the bar code data correctly in
the field. B centers variable width bar codes, which may not
allow pad-character centering (Code 128, Code 39, etc.)
right justifies variable width bar codes. MaxiCode, Data
Matrix, and QR Code must use L.
Data Matrix must use 8.
Defining Fields
E
B12. field rotField rotation. Field rotation rotates the whole field, not just
the characters. Rotation is affected by the pivot point, which
varies depending on how text is justified. Lower left corner of
field is the pivot point. Options:
Top of field points to top of supply
(Use for Maxicode)
Top of field points to left of supply
Top of field points to bottom of supply
Top of field points to right of supply
Serial bar codes with an 8-dot narrow element do not
automatically print at 2.5 IPS. Serial bar codes
printed at speeds greater than 2.5 IPS may not scan
properly.
Example
0
1
2
3
NOTE:
B,3,12,V,150,40,1,2,80,7,L,0 p
Defines a bar code field (field #3) with 12 characters of variable
length starting at row 150, column 40. A UPCA bar code with a
density of 2 and a height of 80 is used. The check digit and
number system are shown at the bottom. The bar code is left
aligned without any field rotation.
Defining Non-Printable Text Fields
Non-printable text fields allow you to enter data without printing it
in its entered form. Typically, non-printable fields "hold" data that
later combines with other fields to form a merged field. Define
non-printable text fields before you define the field where the
information prints.
When you copy this field into another field, the maximum number
of characters for the final field is
2710 (
or
0-100
for 9403). Allow
only as many characters as you need, because extra characters
use up space. Also, if you are copying into a bar code field, the
maximum number of characters in the destination bar code is
determined by the bar code specification (UPCA-12, EAN-13,
etc.). You need to apply field options to manipulate the text
entered in this field. For example, you may want to copy data
from this field into another field. See "Option 4 Copy Data" in
Chapter 4 for more information.
Defining Fields
3-19
In the following example, data is entered into four non-printable
fields and merged to form field 5, and is then printed as a bar
code. See "Merging Fields" in Chapter 4 for more information.
Each non-printable text field requires a separate definition.
Syntax
D1. DNon-Printable Text Field.
D2. field#Unique number from
D3. # of charMaximum number of characters in this field:
Example
D,field#,# of char p
0-999 (0-99
field.
for 9403).
D,4,20 p
for 9403) assigned to this
0-2710
or (
0-100
Defines a non-printable text field (field #4) with a maximum of 20
characters.
Defining Constant Text Fields
A constant text field is a set of fixed characters that prints on all
labels. Define each constant text field separately. This field is
not assigned a field number, but is counted as a field (keep this in
mind, as the printer allows a maximum of
9403 printer per format). The characters in this field cannot be
changed by batch data. Field options do not apply to constant
text fields. Mark the pivot point of your field. This will vary,
depending on how your field is justified.
1000
fields or
100
for
3-20
Defining Fields
Syntax
C,row,column,gap,font,hgt mag,
wid mag,color,alignment,char rot,
field rot,"fixed char",sym set p
C1. CConstant Text Field.
C2. rowFor monospaced fonts, distance from
bottom of print area to the pivot point. For
proportionally spaced fonts, distance from
bottom of print area to baseline of
characters in the field. (Bottom exits the
printer first.)
PrinterUnit of MeasureRow or
9403
9825/
985x/
9860
985x/
9860
9855RFID
English (1/100 inch)
Metric (1/10 mm)
203 dpi Dots
English (1/100 inch)
Metric (1/10 mm)
203 dpi Dots
English (1/100 inch)
Metric (1/10 mm)
300 dpi Dots
English (1/100 inch)
Metric (1/10 mm)
203 Dots
300 Dots
End Row
9-1521
7-1216
0-1599
0-4061
0-3246
0-1199
0-3045
0-3597
0-1299
0-3299
0-2637
0-3897
C3. columnDistance from the lower left edge of the
print area to the pivot point. Use the
previous table for values.
C4. gapNumber of dots between characters.
Range:
0-99
dots.
3-599
Column or
End Column
10-199
25-505
20-404
0-399
0-1013
0-810
0-399
0-1013
0-1197
0-399
0-1013
0-810
0-1197
Any number other than 0 or the default number affects your
field width. Default spacing:
Or a valid downloaded font selector number.
Fonts 5 and 6 are for numeric data only.
The 9403 supports fonts 1, 2, 3, 4, 5, 6, 10, and 11.
The CG Triumvirate typefaces support only the ANSI and
DOS Code Page 437 and 850 Symbol Sets. See Appendix C
for more information.
CG Triumvirate Typeface Bold
10
CG Triumvirate Typeface
11
7 pt. CG Triumvirate Typeface
15
9 pt. CG Triumvirate Typeface
16
11 pt. CG Triumvirate Typeface
17
15 pt. CG Triumvirate Typeface
18
EFF Swiss Bold (TrueType® Scalable)
50
C6. hgt magHeight magnifier,
C7. wid magWidth magnifier,
C8. colorThere are two types of field color overlay attributes:
TrueType fonts). Use a magnifier of 1 with proportionally
spaced fonts, because characters lose smoothness at higher
magnifications. See Appendix B, "Fonts," for more
information about fonts.
TrueType fonts). Proportionally spaced fonts do not have a
set width. To estimate the size of your field, use the letter "W"
for the widest field or an "L" for an average width field. Find
your selected font and the desired width in Appendix B,
"Fonts."
NOTE:
TransparentThe overlay field (text or constant text) does
OpaqueThe overlay field blocks out (or "erases")
Options for standard printer fonts:
Options for the Scalable Font:
To use larger point sizes (greater than 60), you must
reconfigure memory and increase the size of the
scalable (vector) fonts buffer.
B
D/R/W
O
A/N
B/O
D/W
E/S
F/T
times (4-
1-7
times (4-
1-7
not block out (or "erase") existing fields.
existing fields.
Opaque, Normal, Black, Normal
Opaque, Normal, White, Normal
Transparent, Normal, Black, Normal
Transparent, Normal, Black, Bold
Transparent, Normal, Black, Normal
Opaque, Normal, White, Normal
Transparent, Italics, Black, Bold
Transparent, Italics, Black, Normal
for scalable/downloaded
255
for scalable/downloaded
255
3-22
Defining Fields
Field placement in the packet is an important consideration
when using field color attributes, because fields are imaged in
the order they are received. If a line field is defined before
the overlay (text or constant text) field, the line field is
blocked out by the overlay field, depending on the overlay
field’s color attribute. If a line field is defined after the overlay
field, the line field is not blocked out by the overlay field,
regardless of the overlay field’s color attribute.
C9. alignmentAlignment of constant text in the field. Options:
L
B
E
Use L, B, or E for any font.
C10. char rotCharacter rotation. Options:
0
1
2
3
NOTE:
C11. field rotField rotation. Lower left corner of field is the pivot point.
Options:
0
1
2
3
NOTE:
C12. "fixed char" Fixed characters to appear in the field. Maximum
for 9403) characters. Enclose in quotation marks.
Align on left side of field.
Align at midpoint of field
Align at end of field.
Top of character points to top of field
(Use for scalable font.)
Top of character points to left of field
Top of character points to bottom of field
Top of character points to right of field
Font 50 and downloaded TrueType fonts do not
support character rotation.
Top of overlay points to top of supply
Top of overlay points to left of supply
Top of overlay points to bottom of supply
Top of overlay points to right of supply
Rotation is affected by the pivot point, which varies
depending on how text is justified.
The CG Triumvirate typefaces support only the ANSI and
DOS Code Page 437 and 850 Symbol Sets. The scalable font
does not support Code Page 1256 (Arabic). See Appendix C,
"Symbol Sets/ Code Pages" for more information. Code
pages 852-860 and 1250-1258 are for downloaded TrueType
fonts or the scalable font. Code Pages 932, 936, and 950 are
for downloaded Double-byte fonts. TrueType fonts are
designed to be regionally specific; therefore, all code pages
may not be supported in a given font.
Internal Symbol Set
ANSI Symbol Set
Macintosh
Wingdings
UNICODE (user input) for particular mapping
BIG5 (user input) for UNICODE mapping
GB2312 (user input) for UNICODE mapping
SJIS (user input) for UNICODE mapping
Code Page 932 (Japanese Shift-JIS)
GB2312 (user input) for GB23212 mapping
Code Page 936 (Simplified Chinese)
BIG5 (user input) for BIG5 mapping
Code Page 950 (Traditional Chinese)
DOS Code Page 437 (Domestic)
DOS Code Page 850 (International)
DOS Code Page 852 (Latin 2)
DOS Code Page 855 (Russian)
DOS Code Page 857 (IBM Turkish)
DOS Code Page 860 (MS-DOS Portuguese)
Code Page 1250 (Latin 2)
Code Page 1251 (Cyrillic)
Code Page 1252 (Latin 1)
Code Page 1253 (Greek)
Code Page 1254 (Turkish)
Code Page 1255 (Hebrew)
Code Page 1256 (Arabic)
Code Page 1257 (Baltic)
Code Page 1258 (Vietnamese)
3-24
Example
C,30,10,0,1,1,1,B,L,0,0,"MADE IN USA",0 p
Defines a constant text field starting at row 30, column 10. It
does not have any additional inter-character gap. The Standard
font is used without any additional magnification. The printing is
black on white and left justified. No field or character rotation is
used. "MADE IN USA" is printed in this field. The internal symbol
set is used.
Defining Fields
Defining Line Fields
Use lines to form borders and mark out original prices. Define
each line separately. This field is not assigned a field number, but
is counted as a field (keep this in mind, as the printer allows a
maximum of
can define any line length and a thickness up to 99 dots, as long
as the solid black print does not exceed 30 percent of any given
square inch of the label.
Line Types
You can create horizontal and vertical lines. Define lines as
1000
fields or
for 9403 printer per format). You
100
Segments
Vectors
Choose starting point and ending point.
Choose starting point, angle, and length of
line.
Syntax
L1. LLine Field.
L2. typeType of line. Only vertical and horizontal lines are
L3. rowDistance from bottom of print area to the starting point.
L,type,row,column,angle/end row,length/
end col,thickness,"pattern" p
supported. Options:
S
V
Segment. Choose starting
point and ending point.
Vector. Choose starting
point, angle, and length.
Defining Fields
3-25
PrinterUnit of MeasureRow or
9403
9825/
985x/
9860
985x/
9860
9855RFID
English (1/100 inch)
Metric (1/10 mm)
203 dpi Dots
English (1/100 inch)
Metric (1/10 mm)
203 dpi Dots
English (1/100 inch)
Metric (1/10 mm)
300 dpi Dots
English (1/100 inch)
Metric (1/10 mm)
203 Dots
300 Dots
End Row
3-599
9-1521
7-1216
0-1599
0-4061
0-3246
0-1199
0-3045
0-3597
0-1299
0-3299
0-2637
0-3897
Column or
End Column
10-199
25-505
20-404
0-399
0-1013
0-810
0-399
0-1013
0-1197
0-399
0-1013
0-810
0-1197
L4. columnDistance from left edge of the print area to line origin. Use
the previous table for values.
L5. angle/
If Using
Segments
end row
Row location of ending point. Measure from bottom of print
area. Ranges same as row above. On horizontal lines, this
value must match item L3.
If Using
Vec tors
Angle of line. Options: 0, 90,
L6. length/
, or
180
If Using
.
270
Segments
end col
Column location of end point. Measure from left edge of print
area. Ranges same as column above. On vertical lines, this
value must match parameter L4.
If Using
Vec tors
3-26
Length of the line in selected units. Use
the previous table for values.
Defining Fields
L7. thicknessUsing the chart below for reference, write the desired line
thickness (1 to 99) in box L7. Measured in dots.
NOTE:
L8. "pattern"Line pattern. Enter "".
Example
Line thickness fills upward on horizontal lines, or to
the right on vertical lines.
L,S,110,30,110,150,10,"" p
Defines a horizontal line field as a segment starting at row 110,
column 30 and ending at row 110, column 150. The line
thickness is 10 dots.
Defining Box Fields
Use boxes to form borders or highlight items of interest. Define
each box field separately. This field is not assigned a field
number, but is counted as a field (keep this in mind, as the printer
allows a maximum of
format). You can define any line length and a thickness up to 99
dots, as long as the solid black print does not exceed 30 percent
of any given square inch of the label.
1000
fields or
for 9403 printer per
100
Defining Fields
3-27
Syntax
Q,row,column,end row,end col,thickness,
"pattern" p
Q1. QBox (Quadrilateral) Field.
Q2. rowDistance from bottom of print area to
lower left corner of box.
PrinterUnit of MeasureRow or
9403
9825/
985x/
9860
985x/
9860
9855RFID
English (1/100 inch)
Metric (1/10 mm)
203 dpi Dots
English (1/100 inch)
Metric (1/10 mm)
203 dpi Dots
English (1/100 inch)
Metric (1/10 mm)
300 dpi Dots
English (1/100 inch)
Metric (1/10 mm)
203 Dots
300 Dots
End Row
9-1521
7-1216
0-1599
0-4061
0-3246
0-1199
0-3045
0-3597
0-1299
0-3299
0-2637
0-3897
Q3. columnDistance from left edge of print area to
lower left corner of box.
Use the previous table for values.
Q4. end rowDistance from bottom of print area to
upper right corner of box.
Ranges same as row.
3-599
Column or
End Column
10-199
25-505
20-404
0-399
0-1013
0-810
0-399
0-1013
0-1197
0-399
0-1013
0-810
0-1197
3-28
Q5. end colDistance from left edge of print area
to upper right corner of box. Ranges
same as column.
Defining Fields
Q6. thicknessUsing the chart below for reference, write the desired line
thickness (
1 to 99
) in box Q6. Measured in dots.
NOTE:
Q7. "pattern"Line pattern. Enter "".
Example
Boxes fill inward, so make sure your boxes do not
overwrite other fields.
Q,240,30,270,150,3,"" p
Defines a box field starting at row 240, column 30. It ends at row
270, column 150. It has a thickness of 3 dots.
Defining Fields
3-29
Defining Verifier Fields
The verifier field in a format references the verifier configuration
packet ID to use for this particular format. The verifier field
allows you to specify a different verifier configuration packet for
each format, regardless of the format number. See "Defining a
Verifier Configuration Packet," in Chapter 2 for more information.
The verifier field allows you to specify a different verifier
configuration packet for each of your formats.
NOTE:
Syntax
V1. VVerifier Field.
V2. vfrIDUnique number from 1-999 to identify the verifier configuration
packet you want to use with this format.
Example
If you do not specify a particular verifier configuration
packet, the last sent verifier configuration packet is
used.
V,vfrID p
F,25,A,R,M,508,508,"FMT-25" p
V,3 p
B,1,12,F,110,115,1,2,120,5,L,0 p
Specifies to use verifier configuration packet #3 starting with
format 25 and used until another verifier configuration packet is
specified.
3-30
Defining Fields
Defining the RFID Data Field
The RFID Data Field contains the information you want
programmed into the RFID tag. The syntax of the RFID Data
Field is similar to the standard non-printable text field format.
RFID is only supported on the 9855 printer using die cut
thermal direct or thermal transfer supplies.
information about RFID, refer to the RFID Multi-Protocol
Application Notes, available from our Web site.
Using the 9855 printer, version 2.8 or greater firmware, the printer
supports both 64-bit and 96-bit RFID tags. With version 3.2 or
greater firmware, the printer supports multi-protocol encoding,
including Class 0+, Class 1 Generation (Gen) 1, Class 1
Generation (Gen) 2, and UCODE Version 1.19 supplies. Matrics
0+ protocol is only included for demo purposes. References to
"RFID tags" in this section refer to RFID supplies,
For more
tag stock.
not
Syntax
X1. XRFID Data Field.
X2. field#Unique number from
X3. # of charNumber of characters in the RFID Data Field. The exact
RFID Tag TypeHex or ASCIIASCII HexASCII Binary
Class1 Gen 1 64-bit (8 bytes)81664
Class 1 Gen 1 96-bit (12 bytes)122496
Class 1 Gen 2 96-bit (12 bytes)122496
UCODE 96-bit (12 bytes)122496
Impinj 0+ 96-bit (12 bytes)122496
Matrics 0+ 96-bit (12 bytes)122496
X,field#,# of char,data_type p
assigned to this field.
0-999
number of characters depends on the data type below.
Number of Characters per Data Type
NOTE:
An error 715 occurs if the printer does not receive the
correct amount of data (either 64-bits or 96-bits).
You can pad data to make sure you have the correct
amount of bits. See "Option 30," in Chapter 4 for
more information. However, you cannot program
64-bits of data into a 96-bit tag.
The only valid characters in ASCII Hex format are
numbers 0 to 9 and letters A to F; in ASCII Binary
format, use only 0 and 1.
Defining Fields
3-31
X4. data_typeData type. Options:
0
1
2
3
Multiple data types are offered, which allows flexibility and
compatibility with your host system. You should know the
data type your host provides. If you are unsure, see the
examples on the following pages.
For example, the letter A has a decimal value of 65 in the
ASCII table. The hex (base 16) equivalent of decimal (base
10) is 41. Hex 41 in binary notation is 01000001.
Data TypeCharacterMPCL Batch Data for a 96-bit RFID tag
Defines an RFID Data Field (field #5) with exactly 24 ASCII Hex
characters for a 96-bit RFID tag.
Sample Format
{F,1,A,R,E,600,400,"RDCI" p
L,V,500,115,90,85,3 p
L,V,298,245,90,102,3 p
C,568,8,0,2,2,2,B,L,0,0,"FROM:",0 p
C,568,125,0,2,2,2,B,L,0,0,"CARRIER:",0 p
C,387,8,0,2,1,1,B,L,0,0,"(420) SHIP TO POSTAL CODE",0 p
C,391,250,0,2,1,1,B,L,0,0,"APPOINTMENT NUMBER:",0 p
C,327,250,0,2,1,1,B,L,0,0,"ITEM:",0 p
C,190,8,0,2,1,1,B,L,0,0,"UPC SHIPPING CONTAINER CODE",0 p
T,1,15,V,529,220,0,2,2,2,B,L,0,0,0 p
B,3,13,V,311,28,8,4,50,8,L,0 p
B,4,14,V,17,60,50,5,130,8,L,0 p
X,5,24,0 p
T,6,20,V,415,270,0,50,15,15,B,L,0,2 p
R,4,5,1,16,1,0 p
.
.
.}
RFID Field
Copy Option from field 5
(RFID Field) to field 6
(Text Field)
3-32
Defining Fields
Sample Batch Data
{B,1,N,1 p
1,"RFID TEST" p
3,"1005678" p
4,"67-90-32" p
5,"0123456789ABCDEF12345678" p
6,"ABCDEFG" p
.
.
.}
RFID Data Field Batch
Data in ASCII Hex
The RFID Data Field contains exactly 24 characters of data in
ASCII Hex format for a 96-bit RFID tag.
Copy Option Example
{F,2,A,R,E,400,400,"ASCIIHEX" p
X,2,24,0 p
T,1,50,V,10,10,0,1,1,1,B,L,0,0 p
R,4,2,1,16,1,2 p }
{B,2,N,2 p
1,"313233343536373831323334" p
2,"313233343536373831323334" p }
Copy Data from RFID
Data Field to Text Field
This example uses Option 4 to copy data from the RFID Data
Field and displays the data in text field 1. Note the data type
being used is ASCII Hex, so the data in the RFID Data Field is in
ASCII Hex format. This example uses a 96-bit RFID tag.
Applying Options to the RFID Data Field
All the normal field options (copy, merge, pad, increment, etc.)
can be applied to the RFID Data Field. However, certain
restrictions may apply.
N
To copy, merge, pad, or increment data in the RFID Data Field,
the copied/merged/padded/incremented data
same format specified in the RFID Data Field. For example,
to copy data into
field being copied
the RFID Data Field using ASCII Hex, the
be in ASCII Hex format; otherwise,
must
unexpected results may occur.
must
be in the
Defining Fields
3-33
N
When incrementing the RFID Data Field, see the following
table for an explanation of how the field increments.
Data TypeHow the Field Increments
ASCII Hex0 to F (0123456789ABCDEF), then back to 0
ASCII Binary0 to 1 or 1 to 0
ASCII or Hexnext position in 0 to 255 range
N
If Option 60 (Increment Field) contains the character "D" to
decrement, it is ignored and the field is instead incremented
by one.
N
When incrementing the RFID Data Field, the only valid value
to increment is by
N
Use caution when incrementing an RFID field if data is coming
one
.
directly from your host because the field must be incremented
in ASCII Hex (or other specified data type).
RFID Considerations
N
Printing over the RFID tag (or transponder) causes printing
irregularity.
N
You may want to purchase an RFID Reader to verify the RFID
tags after printing them.
N
Do not modify the S
supplies greater than a two-inch feed length.
may move the RFID tag out of the RF Field’s readable and
programmable range. If necessary, you can modify the Print
Position; however, make sure you do not move the tag out of
the readable and programmable range.
N
Do not use batch separators, which prints a pinstripe pattern
on a label; or skip index mode, which prints ONE format over
multiple labels, since these features unnecessarily waste a
label. A batch separator label is different from an overstrike
label.
upply Position
when using RFID
Doing so
3-34
Defining Fields
Loading...
+ hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.