3 label design: an overview – Microcom 322M User Manual

Page 29

Advertising
background image

Chapter 5

Designing Labels Using LDS

322M Operator’s Manual

25

information of the printer is made available through the use of the ^A0^D29 <CR> or more
simply ^D29 <CR> command.

The following sections of this chapter are intended to provide the user an overview of the
LDS language. The overview will include information regarding the label format, header
definition, and list the different types of field information available. The combination of these
sections and Chapter 5 should provide the user with the information required for easy format
creation and printing. Once some understanding of these basis concepts are achieved, use
the Quick Reference Guide in Appendix C for expedient label design.

5.3

Label Design: An Overview

A label format consists of a header record and field records, followed by the text data to be
printed. The records describe how the label is to be printed. The header contains
information about the label itself such as label height, width, print speed, etc. The field
records refer to the data section and contain information about positioning coordinates, and
the type of character generation such as text, graphics, bar codes, etc. The number of
fields is limited only by the amount of free memory available.

Below is a sample label format. We will refer to this format as we break down the steps and
components to produce the format. Refer to Figure 8 for a printed representation.

^D57 <CR>

A label format is coming.

5,575,609,,25,35,0,1,285,0,0 <CR>

Header Information.

1,300,500,8,1,5,0,4,2,2,,,,,0 <CR>

Field #1 format information.

2,300,400,11,1,5,0,4,2,2,,,,,0 <CR>

Field #2 format information.

3,300,300,26,1,5,0,4 <CR>

Field #3 format information.

4,300,200,6,1,5,0,4 <CR>

Field #4 format information.

4,300,100,6,16,3,,4,3,75 <CR>

Field #4 format information.

^D56 <CR>

Select RAM format.

^D2 <CR>

Text data is coming.

Microcom <CR>

Text data string #1.

Corporation <CR>

Text data string #2.

Thermal Printing Solutions <CR>

Text data string #3.

012345 <CR>

Text data string #4.

^D3 <CR>

Print label.


The command ^D57<CR> on the first line informs the printer that a format is coming and
causes the printer to enter the format entry mode.

The next line is the header information that sets the label size and other pertinent
information.

The next five lines are layout and configuration for each data field in the format.

The command ^D56<CR> selects the user’s layout or more simply the end of the formatting
information.

The command ^D2<CR> instructs the printer to start accepting data for each of the defined
field’s strings that are entered into the previous format received (between the ^D57 and

Advertising