1
ESim v5.12 for EasyCoder PD4—Programmer’s Reference Manual
Chapter 4—Editing in Direct Mode
Example
Assuming that...
• the printer has been set up for the application (see Chapter 3),
• the length of the label and the gap has been determined using the
Autosensing Mode (see
EasyCoder PD4 User’s Guide
),
• and the graphic used in the example has been downloaded using a
GM
command
1
),
...we will now print two copies of a label which we will edit in the Direct
Mode. The label will look like the example in Chapter 5.
The label can be printed as many times as you want, as long as it still is
stored in the image buffer. Once replaced, it cannot be retrieved. It also
implies that counters and variables cannot be used.
Command
Explanation
↵
CR/LF to start command structure
N
↵
Clear image memory
X0,0,4,752,584
↵
Draw a box
LO0,144,752,4
↵
Draw a line
LO440,232,4,160
↵
Draw a line
A40,400,1,1,1,1,N,"Made in Sweden"
↵
Write a 90° text line of fixed data
A24,160,0,5,1,1,R,"EASYCODER"
↵
Write a text line of fixed data
A24,250,0,4,1,1,N,"MODEL: 501SA"
↵
Write a text line of fixed data
A472,312,0,4,1,1,N,"Checked by: Dan"
↵
Write a text line of fixed data
A24,312,0,4,1,1,N,"SERIAL#: 000001"
↵
Write a text line of fixed data
B280,440,0,1,2,3,96,B,"S 000001"
↵
Write barcode representing fixed data
GG24,12,"LOGO"
↵
Write a graphic from graphics memory
1
P2
↵
Print command to image buffer; Print
2 copies
1
/. The Intermec logotype is not included in the software package and
is only included in the example to demonstrate how to print a graphics
field. You can substitute it with any graphics of approximately the same
size. If you find it difficult to download graphics, you could omit the
GG
command from the example until you have become more familiar with
the concept.
Содержание EasyCoder PD4
Страница 1: ...Programmer s Reference Manual ESim v5 12 for EasyCoder PD4 Bar Code Label Printer ...
Страница 22: ...16 ESim v5 12 for EasyCoder PD4 Programmer s Reference Manual Chapter 3 Setting Up the Printer ...
Страница 134: ...128 ESim v5 12 for EasyCoder PD4 Programmer s Reference Manual Chapter 7 Commands ...
Страница 138: ...132 ESim v5 12 for EasyCoder PD4 Programmer s Reference Manual Chapter 8 Fonts ...
Страница 154: ...148 ESim v5 12 for EasyCoder PD4 Programmer s Reference Manual Chapter 9 Code Pages and Character Sets ...