Printronix P9000 Series Printer User Manual


 
6-63Programming
RibbonMinder, Set Job Rate
ASCII Hex Decimal
P-Series SFCC
r J NNNN E
SFCC 72 4A NNNN 45
SFCC 114 74 NNNN 69
Serial
ESC r J NNNN E
1B 72 4A NNNN 45
27 114 74 NNNN 69
Purpose
Sets printer job rate.
P-Series Expression
(using SOH) CHR$(1);rJNNNNE";
Serial
Expression CHR$(27);rJNNNNE";
where NNNN
is the JOB R
A
TE expressed as a decimal number having
between
one and four digits. NNNN must be a value between 0 and 1000, and is
represented
by an A
SCII sequence. F
or example, if the JOB R
A
TE value
is
341, the serial control code sequence will be CHR$(27);rJ341E";
E
is the terminator following the NNNN field.
Comment R
efer to the RibbonMinder chapter to determine
the job rate and job analyĆ
sis,
and for more information on the RibbonMinder feature.
Example R
efer to the RibbonMinder Enable/Disable control code on page 6-62.