![Zeka LP Programming Manual Download Page 40](http://html1.mh-extra.com/html/zeka/lp/lp_programming-manual_3301653040.webp)
User’s Manual
40
ZEKA LP
7.8. PRINTING
7.8.1. LABEL PRINTING
The command prints the graphic buffer. When printed, the buffer is cleared
automatically and is ready to generate new label.
When working with sticky labels, after printing the last label, the paper is fed
enough to unstick the label.
format:
P[m,]n
m
Number of arrays of identical labels, that will be printed. Entering value
different from 1 is usable when working with forms that consists counters.
After printing certain label amount, the counters automatically change their
values according the way they were stated, and the new array is printed with
new values. Allowed values: 1..1000.
n
Number of identical labels. Allowed values: 1..1000.
The total number of printed labels will be
m*n
.
The command, when used with one parameter, prints label, generated
through directly sent to the printer commands. The active form is ignored. The
parameter indicates the number of identical labels to be printed.
When both of the parameters are set, the printer works only with the active
form. The commands that are sent directly to the printer are ignored. If no form
is activated empty labels are printed.
example
:
P2,3
Will print 6 labels, as the second three of them will be with
new counter values.
7.8.2. RESUME INTERRUPTED PRINTING
format:
PC
If the last print command was executed normally, this command won’t
provoke printer action. If, however, the last print was interrupted, it can
resume the printing at the point it was stopped.