Defining Printer Setup XML Tags 2-1
DEFINING PRINTER SETUP XML TAGS
This chapter provides a reference for defining printer setup XML tags:
♦ job settings
♦ energy, contrast, print speed, black mark, and on-demand settings
♦ quantity
♦ image settings.
This chapter also includes information about adjusting the supply position (use backfeed) to
reduce the non-print zone.
Defining Printer Setup Tags
Tags required for each job are listed at the beginning of each section.
Defining the Job Container (Required)
The job tag is the container for a complete LNT file.
It contains the printer setup XML tags and field setup XML tags for each job.
Syntax <Job>
Example <Job>
printer setup tags
field setup tags
</Job>
Note: The printer’s software supports multiple <Job> tags
in one LNT file. Use version 2.0 or higher (6057) or version 1.0 or higher (6140).
Defining the LabelSize Tag (Required)
The LabelSize tag defines the length and width of the label.
It contains the following attributes: units, length, and width.
Syntax <LabelSize units=”value” length=”value” width=”value” />
units Unit of measure. Options:
Inches Inches
MM Millimeters
Pixels Pixels
length Length of the label in selected units:
Inches 0.55 40.0 Float
Millimeters 14.0 1016.0 Float
Pixels 112 8120 Integer
width Width of the label in selected units:
Unit of Measure Minimum Maximum Data Type
Inches 1.1 2.0 Float
Millimeters 27.94 50.8 Float
Pixels 224 406 Integer