Chapter 4
Designing Labels with LDS
428T Operator’s Manual - 880037-0141
4-3
information needed to define the different properties of the media being used. The current
state of the printer is accessed through the enquiry command (^D5 <CR>, Ctrl E, or 5 NULL
characters (HEX 00) if binary compression has been enabled). The statistical 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 has been
achieved, use the Quick Reference Guide in Appendix C for expedient label design.
4.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 created for a 300dpi printer on a 4x3 diecut label. We will
refer to this format as we break down the steps and components to produce the format.
Refer to Figure 4-2 for a printed representation.
^D57 <CR>
A label format is coming.
5,1280,900,19,38,7,0,1,385,0,0 <CR>
Header Information.
1,640,650,8,1,5,0,4,2,2,,,,,0 <CR>
Field #1 format information.
2,640,550,11,1,5,0,4,2,2,,,,,0 <CR>
Field #2 format information.
3,640,450,26,1,5,0,4 <CR>
Field #3 format information.
4,640,300,6,1,5,0,4 <CR>
Field #4 format information.
4,640,150,6,16,3,,4,3,75 <CR>
Field #4 format information.
^D56 <CR>
Signals the end of the label field definition.
^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 format.
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.
Summary of Contents for 428T
Page 2: ......
Page 4: ......
Page 12: ...viii 428T Operator s Manual 880037 0141...
Page 60: ...Getting Started Chapter 3 3 44 428T Operator s Manual 880037 0141...
Page 152: ...Downloadable Fonts Chapter 7 7 8 428T Operator s Manual 880037 0141...
Page 180: ...Bar Codes Chapter 8 8 28 428T Operator s Manual 880037 0141...
Page 186: ...Code Switching Chapter 9 9 6 428T Operator s Manual 880037 0141 Figure 9 5 Code Page 850...
Page 190: ...Code Switching Chapter 9 9 10 428T Operator s Manual 880037 0141 Figure 9 9 Code Page 852...
Page 194: ...Code Switching Chapter 9 9 14 428T Operator s Manual 880037 0141 Figure 9 13 Code Page 437...
Page 198: ...Code Switching Chapter 9 9 18 428T Operator s Manual 880037 0141...
Page 218: ...12 10 428T Operator s Manual 880037 0141...
Page 220: ...12 12 428T Operator s Manual 880037 0141...
Page 222: ...13 2 428T Operator s Manual 880037 0141...
Page 224: ...13 4 428T Operator s Manual 880037 0141...
Page 242: ...13 22 428T Operator s Manual 880037 0141...
Page 246: ...13 26 428T Operator s Manual 880037 0141...
Page 248: ...13 28 428T Operator s Manual 880037 0141...
Page 249: ......