22
ESim v5.12 for EasyCoder PD4—Programmer’s Reference Manual
Chapter 5—Editing in Form Edit Mode
Draw a Box and two Lines
Start to draw the surrounding box using the X command and then draw
the two lines using the LO command.
Command
Explanation
X0,0,4,752,584
↵
Draw a box
LO0,144,752,4
↵
Draw a black line
LO440,232,4,160
↵
Draw a black line
Place a Text Line with Fixed Data
Enter a 90° rotated text line containing the fixed data "Made in Sweden"
in text size 1. The quotation marks enclosing the fixed data will not be
printed. The text size (1) is the smallest resident font in the printer.
Command
Explanation
A40,400,1,1,1,1,N,"Made in Sweden"
↵
90 degree. text line, fixed data
Place a Variable Text
The next line is a text line, using text size 5 in reverse and prints the vari-
able V00. The data printed in this field must be sent to the printer at the
time of form retrieval.
Command
Explanation
A24,160,0,5,1,1,R,V00
↵
Write a text line, 1:st variable
Place a Combination of Fixed Data and a Variable
The following two command lines consist of a combination of fixed data
enclosed in quotation marks and variable data.
Command
Explanation
A24,250,0,4,1,1,N,"MODEL: "V01
↵
Text line, fixed data + 2:nd variable
A472,312,0,4,1,1,N,"Checked by: "V02
↵
Text line, fixed data + 3:rd variable
Содержание 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 ...