Xerox workcenter 5230 用户手册

下载
页码 28
Feature 
Implementation 
Values 
Banner Sheet 
@PJL SET JOBATTR= 
"@BANR=value
 
 
 
@PJL SET JOBATTR= 
"@BCMT=comment string
Where value is one of the following: 
START: start 
sheet 
DEVICE: 
depend on device setting 
OFF: no 
banner 
sheet 
 
Where string is a maximum of 255 characters 
(ASCII characters in the range 20h - 7Eh are 
allowed Only) as comment for banner. 
 
PJL Template 
This section illustrates a standard PJL template that is used to access general print features as 
well as WorkCentre Product specific features.  This template lists each feature and the syntax, 
both PCL commands and PJL, required to use these features. The next section of this document 
contains other examples of how to use these commands. 
Section 1 (Opening Command, Required for all files) 
<ESC>%-12345X@PJL JOB MODE=PRINTER 
 
Section 2 (PJL Set Commands) 
@PJL SET RESOLUTION=600 
@PJL SET COPIES=1 
 
Section 3 (PCL Code used to invoke PCL Language
@PJL ENTER LANGUAGE=PCL 
 
Section 4 (PCL Data Stream or ASCII Document inserted here for Options such as 
selection Different Fonts, Simplex, Duplex, etc.) 
,,,,,,,,,, 
 
Section 5 (Closing Command, Required at end of Document) 
<ESC>%-12345X@PJL EOJ 
 
Sample PJL Headers 
This section contains examples of these commands in use. 
Example 1 Simple Print 
<ESC>%-12345X@PJL JOB MODE=PRINTER<CR><LF> 
@PJL COMMENT Beginning PCL Job<CR><LF> 
@PJL SET OUTBIN=MAINTRAY<CR><LF> 
@PJL SET QTY=1<CR><LF> 
@PJL SET RESOLUTION=600<CR><LF> 
@PJL SET JOBATTR="@JOAU=John"<CR><LF> 
 
Example 2 Finishing Options (Stapling) 
<ESC>%-12345X@PJL JOB MODE=PRINTER<CR><LF> 
@PJL SET OUTBIN=OUTBIN101<CR><LF> 
@PJL SET FINISH=ON<CR><LF> 
@PJL SET STAPLE=TOPLEFT<CR><LF> 
 
dc08cc0440 
Customer Support 
Page 9