Ribbonminder, set job rate – Printronix P9000 Series User Manual
Page 161

6-63
Programming
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 RATE 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 ASCII sequence. For example, if the JOB RATE value
is 341, the serial control code sequence will be CHR$(27);rJ341E";
E is the terminator following the NNNN field.
Comment
Refer to the RibbonMinder chapter to determine the job rate and job analyĆ
sis, and for more information on the RibbonMinder feature.
Example
Refer to the RibbonMinder Enable/Disable control code on page 6-62.