Xerox 65 User Manual

Page of 22
dc04cc0332 
Customer Support 
Page 14 
Structure of a PCL File that Includes Xerox Commands 
This section illustrates the structure of a PCL file that includes Xerox commands. The 
sections shown are taken from a typical PCL file used to access 2-sided printing, single 
portrait stapling, and output to main tray (stacker) features of the WorkCentre Pro 65/75/90. 
Note: To generate a complete PCL file that you can review and/or use to access 
WorkCentre Pro 65/75/90 features, see “Using WordPad to Create a PS/PCL Printing 
Feature File,” later in this document. 
Section 1 (Opening command, required for all files) 
<ESC>%-12345X@PJL JOB  
Section 2 (Options coded with additional PCL PJL commands) 
@PJL SET COPIES=1 
@PJL SET DENSITY=4 
@PJL SET JOBOFFSET=ON 
@Section 3 (XRXbegin – Opening comment statement, required) 
@PJL COMMENT XRXbegin 
Section 4 (Xerox Specific PJL commands) 
@PJL COMMENT OID_ATT_OUTPUT OID_VAL_OUTPUT_PAGE_COLLATE; 
@PJL COMMENT OID_ATT_JOB_OWNER "ROlivier"; 
@PJL COMMENT OID_ATT_JOB_NAME "Document"; 
@PJL COMMENT OID_ATT_START_SHEET OID_VAL_JOB_SHEET_FULL; 
@PJL COMMENT OID_ATT_JOB_TYPE OID_VAL_JOB_TYPE_PRINT; 
@PJL COMMENT XRXSTAPLE=PORTRAIT; 
@PJL COMMENT OID_ATT_DEFAULT_MEDIUM_TYPE "System-Default"; 
@PJL COMMENT OID_ATT_DEFAULT_MEDIUM_COLOUR "White"; 
@PJL COMMENT OID_ATT_OUTPUT_BINS OID_VAL_OUTPUT_BIN_STACKER 
@PJL COMMENT OID_ATT_PRINT_QUALITY OID_VAL_PRINT_QUALITY_NORMAL; 
@PJL COMMENT OID_ATT_PUNCH 0; 
Section 5 (XRXend - Closing statement for comment section, required) 
@PJL COMMENT XRXend 
Section 6 (PCL code used to invoke PCL Language) 
@PJL ENTER LANGUAGE=PCL 
Section 7 (Duplex option coded with PCL escape command) 
_&l1S 
Section 8 (Closing command, required at end of document) 
<ESC>%-12345X