Xerox Phaser 7800 Documento

Pagina di 24
Phaser 7800 
Customer Support 
Page 20 
Sample PJL Headers 
Note: This section is only an example that may include features and commands that do 
not exist for every product model. 
 Example 1 Header for Simple Print 
<Esc>%-12345X 
@PJL SET COPIES= 1 
@PJL COMMENT XRXbegin 
@PJL COMMENT OID_ATT_JOB_OWNER “John Smith”; 
@PJL COMMENT OID_ATT_JOB_NAME “Print Job”; 
@PJL COMMENT XRXend 
@PJL ENTER LANGUAGE=PCL 
[Insert PCL document or text to be printed here]  
<Esc>%-12345X 
 
Example 2 Header for Proof Print 
<Esc>%-12345X 
@PJL SET COPIES= 6 
@PJL COMMENT XRXbegin 
@PJL COMMENT OID_ATT_JOB_TYPE OID_VAL_JOB_TYPE_ PROOF_PRINT 
@PJL COMMENT XRXend 
@PJL ENTER LANGUAGE=PCL 
[Insert PCL document or text to print here]  
<Esc>%-12345X 
 
 
Example 3 Header for Finishing Options 
<Esc>%-12345X 
@PJL COMMENT XRXbegin 
@PJL COMMENT OID_ATT_JOB_OWN
ER “John Smith” 
@PJL COMMENT OID_ATT_JOB_TYPE OID_VAL_JOB_TYPE_PROOF_PRINT; 
@PJL COMMENT OID_ATT_FINISHING OID_VAL_FINISHING_STAPLE; 
@PJL COMMENT XRXSTAPLE=PORTRAIT; 
@PJL COMMENT XRXend 
@PJL ENTER LANGUAGE=PCL 
<Esc>&l2G 
[Insert PCL document or text to print here] 
<Esc>%-12345X 
 
 
 
 
 
 
 
 
Note: 
This is a simple print job 
header specifying the 
Job Owner and Job 
Name and one copy. 
 
The quotations in the 
Job Owner and Job 
Name lines are required. 
Note: 
This is a proof print job 
header that requests 6 
copies. 
Note: 
This is a proof print job 
header requesting the 
staple option. You must 
send the job to the 
stacker using the native 
PCL command.