Xerox Phaser 4600/4620 管理员指南

下载
页码 26
dc10cc0470 
Customer Support 
Page 2 
Getting Started 
PCL and ASCII print jobs can use PJL commands or PCL commands to access the attributes of the device. If there is more 
than one method listed to access a specific feature, determine the best method for your application and use that method. 
Comment Commands 
To process all PJL COMMENT commands, enclose them with XRXBegin and XRXEnd commands.  
Example PCL or ASCII print job: 
@PJL COMMENT XRXbegin 
@PJL COMMENT OID_ATT_START_SHEET OID_VAL_JOB_SHEET_NONE; 
@PJL COMMENT XRXend 
Example PS print job: 
%%XRXbegin 
%%OID_ATT_START_SHEET OID_VAL_JOB_SHEET_NONE; 
%%XRXend 
 
The first parameter of the command is an attribute followed by a value. 
 
Comment commands must end with a semicolon except for the XRXbegin and XRXend commands. 
 
A comment command not enclosed by XRXbegin and XRXend is NOT a Xerox specific command and is treated as a real 
comment with no functional attachment to its contents. 
 
The comment commands are specific to the Phaser 4600/4620  Series. 
 
PJL SET Commands 
PJL SET commands are available for some features. If you choose to use these commands, do not enclose them with the 
XRXBegin and XRXEnd commands. 
PJL SET commands do not require a semicolon at the end of the command line. 
 
PCL Commands 
PCL commands are available for some features. If you choose to use these commands do not enclose them with the 
XRXBegin and XRXEnd commands. Refer to a PCL reference manual for more specific information regarding PCL commands. 
 
PS Commands 
PS commands are for some features. If you choose to use these commands, do not enclose them with the XRXBegin and 
XRXEnd commands. Refer to a PS reference manual for more specific information regarding PS commands.