ESim v5.12 for EasyCoder PD4—Programmer’s Reference Manual
Chapter —Commands
P – Print
Description
This command is used to print the contents of the image buffer.
Syntax
Pp
1
[,p
2
]
Parameters
p
1
Numbers of label sets (1-65535).
p
2
Number of copies of each label (1-65535). Used in combination with counters
to print multiple copies of the same label.
Remarks
Important!
The
P
command cannot be used inside a stored form sequence.
For automatic printing of stored forms, use the
PA
command.
Examples
P
↵
:
Prints one label set
P1
↵
:Prints one label set
P2,1
↵
:
Prints two label sets of one label each
P5,2
↵
:Prints five label sets of two labels each
The principles for how counters are printed is illustrated by this
example, where the print command is P2,2:
Counter: 1
Label No. 1
Counter: 1
Label No. 2
Counter: 2
Label No. 3
Counter: 2
Label No. 4