Chapter 4 — ESim Commands
ESim for the PC4 and PF8 Printers Programmer’s Reference Manual
43
Example 1:
When labels with consecutive numbers are printed next to each other
across the web, it is done by using a single counter in a single form.
The command Cn±x in our example is used twice to increment the
single counter by one (1) in each position (last two
B-command lines).
Set the Form Step Value p4 to +3 for the counter Cn used in our
example (see the C-command line) and refer to the C-Counter
command.
FK“TEST3”
FS“TEST3”
C0,6,L,+3,“Counter 0”
B120
,50,0,2,3,6,100,B,C0
B320,50,0,2,3,6,100,B,C0+1
B520,50,0,2,3,6,100,B,C0+2
FE
Example 1:
Consequtive Numbers Using a Single Counter
Example 2:
This example illustrates how fixed text, variable text, and counters can
be used in text fields in the Form Edit mode:
FK“TEST4”
FS“TEST4”
V00,25,l,“Product name”
C0,4,L,+1,“Start serial No”
B50,50,0,3,2,6,100,B,“TEXT”
B50,200,0,3,2,6,100,B,V00
B50,350,0,3,2,6,100,B,C0
FE
Summary of Contents for EasyCoder PC4
Page 1: ...Programmer s Reference Manual ESim for the PC4 and PF8 Printers...
Page 4: ...iv ESim for the PC4 and PF8 Printers Programmer s Reference Manual...
Page 10: ...x ESim for the PC4 and PF8 Printers Programmer s Reference Manual...
Page 14: ...Before You Begin xiv ESim for the PC4 and PF8 Printers Programmer s Reference Manual...
Page 43: ...29 4 ESim Commands This chapter contains a comprehensive list of ESim commands...
Page 144: ...Chapter 4 ESim Commands 130 ESim for the PC4 and PF8 Printers Programmer s Reference Manual...
Page 148: ...Chapter 5 ESim Fonts 134 ESim for the PC4 and PF8 Printers Programmer s Reference Manual...
Page 168: ...Chapter 6 Code Pages 154 ESim for the PC4 and PF8 Printers Programmer s Reference Manual...
Page 178: ...Chapter A Error Handling 164 ESim for the PC4 and PF8 Printers Programmer s Reference Manual...
Page 179: ......