Xerox DC 555 用户手册

下载
页码 28
dc02cc0304
Page 18
Document Centre Technical Support Operations
Basic PCL Template
This section illustrates a standard PCL template that is used to access general print features
as well as Document Centre 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
Section 2 (PJL Set Commands)
@PJL SET RESOLUTION=600
@PJL SET COPIES=1
@PJL SET DENSITY=4
@PJL SET JOBOFFSET=ON
Section 3 (XRXbegin – Opening Comment Statement, Required)
@PJL COMMENT XRXbegin
Section 4 (PJL Comments)
@PJL COMMENT OID_ATT_JOB_NAME "Readme.txt";
@PJL COMMENT OID_ATT_START_SHEET OID_VAL_JOB_SHEET_NONE;
@PJL COMMENT OID_ATT_JOB_OWNER "John Smith";
@PJL COMMENT OID_ATT_JOB_TYPE OID_VAL_JOB_TYPE_PRINT;
@PJL COMMENT OID_ATT_DEFAULT_MEDIUM_TYPE "Cardstock";
@PJL COMMENT OID_ATT_DEFAULT_MEDIUM_COLOUR "Green";
@PJL COMMENT OID_ATT_PRINT_QUALITY OID_VAL_PRINT_QUALITY_DRAFT;
@PJL COMMENT OID_ATT_FINISHING OID_VAL_FINISHING_STAPLE;
@PJL COMMENT XRXSTAPLE=PORTRAIT;
"6.15.0.128.95.124.157.20.0.1.11.4";
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 (PCL Data Stream or ASCII Document inserted here for Options such as
Selecting Different Fonts, Simplex, Duplex, etc.)
[Document or Text to be printed out inserted here]
_%1BINWU0PW0,0PW0,1UL1,60,40UL2,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5UL3,40,25,
10,25UL4,35,15,10,15,10,15LT0,10,1LTLA1,4,2,1SP1TR0CF2_%1A_&l1X_&l1S_&l0H_&l0o
6a4d1E_*t600R_*v1onT_*rF_*c7181x4609Y_*p162x555Y_*cT_*pxY_%1BIP0,0,1016,1016
SC0,600,0,600;_%1A_*v1O_*v1T_%0BFT10,0;_%0A_*p544x855Y_*c2160a3200b1P_(19U
_(s4099t0b0s20.00h0P_*vT_%0BFT;_%0A_*p544x883Y
Section 8 (Closing Command , Required at end of Document)
<ESC>%-12345X
NOTE:
This print job specifies
the following items:
• Job 
owner
• Job 
name
•  11 x 17 paper size
• Heavyweight
• Green 
paper
• 1 
staple
• Sample 
set
• Draft 
mode
The quotations in the
Job Name and Job
Owner lines are
required.