Chapter 5 — Editing in Direct Mode
ESim for the PC4 and PF8 Printer Programmer’s Reference Manual 29
Complete List of the Example
Command Explanation
CR/LF to start command structure.
FK“TEST”
Delete any existing form named TEST.
FS”TEST”
Start store form named TEST.
V00,15,N,“Enter Product name:”
Define first variable.
V01,10,L,“Enter Model number:”
Define second variable.
V02,8,N,“Checked by”:”
Define third variable.
C0,6,L,+1,”Enter Serial Number:”
Define counter.
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”
90° text line containing fixed data.
A24,160,0,5,1,1,R,V00
Write a text line, first variable.
A24,250,0,4,1,1,N,“MODEL:”V01
Write a text line, second variable.
A472,312,0,4,1,1,N,”Checked by:“V02
Write a text line, third variable.
A24,312,0,4,1,1,N,“SERIAL#:“C0”
Write a text line with fixed data and first
counter.
B280,440,0,1,2,3,96,B,“S”C0
Bar code with fixed data and first counter.
HH24,12,“LOGO”
Write graphic from graphics memory.
FE
Closing command to store form.