Chapter 3 — Designing Bar Code Labels
ESim for the PC4 and PF8 Printers Programmer’s Reference Manual 23
Complex Label Design
This section includes several examples of complex bar code label
designs. Use these examples as a source of ideas for your own label
formats.
Example with Storing Label Forms
In this example, you will editing a label and save it as a form in the
printer’s memory so you can retrieve it later. This example also
includes counters and variables.
To create the command string:
1 Open a text editor or word processor application
.
2 Open HyperTerminal.
3 Enter Form Edit mode by [X].
4 Copy and paste the following text in the text editor, inserting a
hard return when you see
FK“TEST”
FS”TEST”
V00,15,N,“Enter Product name:”
V01,10,L,“Enter Model number:”
V02,8,N,“Checked by”:”
C0,6,L,+1,”Enter Serial Number:”
X0,0,4,752,584
LO0,144,752,4
LO440,232,4,160
A40,400,1,1,1,1,N,“Made in Sweden”
A24,160,0,5,1,1,R,V00
A24,250,0,4,1,1,N,“MODEL:”V01
A472,312,0,4,1,1,N,”Checked by:“V02
A24,312,0,4,1,1,N,“SERIAL#:“C0”
B280,440,0,1,2,3,96,B,“S”C0
HH24,12,“LOGO”
FE