1. The page count for a single copy is returned after the first copy is printed.
2. The page count for the rest of the copies, excluding the first copy, is returned after all copies have
been printed.
3. This emulates an older HP PCL firmware spec. It is only needed for compatibility with legacy
software.
BitSw 9-4=1:
The page count for all copies is output after all copies have been printed.
This emulates more recent HP PCL firmware specs.
For example, consider 3 copies of a 3 page job:
9-4 = 0
@PJL USTATUS JOB
START
NAME="TEST_page1-3"
@PJL USTATUS PAGE
1
@PJL USTATUS PAGE
2
@PJL USTATUS PAGE
3
@PJL USTATUS JOB
END
NAME="TEST_page1-3"
PAGES=3
<comment> The page count of the first copy is returned.</comment>
@PJL USTATUS PAGE
1
@PJL USTATUS PAGE
2
@PJL USTATUS PAGE
3
@PJL USTATUS PAGE
4
@PJL USTATUS PAGE
5
5. Software Configuration
682