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

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
simply ^D29
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
A label format is coming.
5,575,609,,25,35,0,1,285,0,0
Header Information.
1,300,500,8,1,5,0,4,2,2,,,,,0
Field #1 format information.
2,300,400,11,1,5,0,4,2,2,,,,,0
Field #2 format information.
3,300,300,26,1,5,0,4
Field #3 format information.
4,300,200,6,1,5,0,4
Field #4 format information.
4,300,100,6,16,3,,4,3,75
Field #4 format information.
^D56
Select RAM format.
^D2
Text data is coming.
Microcom
Text data string #1.
Corporation
Text data string #2.
Thermal Printing Solutions
Text data string #3.
012345
Text data string #4.
^D3
Print label.
The command ^D57
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
information.
The command ^D2
field’s strings that are entered into the previous format received (between the ^D57 and