Xerox WorkCentre Pro 75 Reference Manual - Page 14

Browse online or download pdf Reference Manual for All in One Printer Xerox WorkCentre Pro 75. Xerox WorkCentre Pro 75 22 pages. Pdl reference guide
Also for Xerox WorkCentre Pro 75: Quick Start Manual (16 pages), User Manual (24 pages), System Administration Manual (30 pages), Network Installation Manual (42 pages)

Xerox WorkCentre Pro 75 Reference Manual
dc04cc0332
Customer Support
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
Page 14