Xerox WorkCentre 7120 Reference Guide

PDL Reference Guide for the Xerox WorkCentre 7120
Customer Tip
dc10cc0471
October 14, 2
010

Accessing Extended Features

This document describes how to access the extended features of the WorkCentre 7120 and in environments that do not have a custom driver.
Note: Some of the commands and syntax used in this document requires familiarity with either PostScript (PS) or Printer Command Language (PCL).
This document provides the Printer Description Language (PDL) commands and syntax for each feature. The following items are also included:
PCL tables that describes the PCL features and the syntax to use the feature. PostScript tables that describes the PostScript features and the syntax to use the feature.
This document is not intended as a PS or PCL reference manual, but a guide for using the extended features in PS and PCL commands.

Using this Guide

1. Search the Feature Table to determine whether the feature you wish to use is supported.
2. Verify that the feature is supported by your device. For example, the WorkCentre must have the Finisher option installed to
use stapling commands.
3. Following across the tables to find the syntax listed for the PDL examples shown. Read the Dependencies/Caveats section.

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 and DSC, enclose them with XRXBegin and XRXEnd commands.
Example PCL 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
dc10cc0466 Customer Support Page 1
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 WorkCentre 7120.
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. Ensure that each command line ends with setpagedevice.
dc10cc0466 Customer Support Page 2
Table of Contents
Accessing Extended Features.................................................................................................................................................1
Overview...................................................................................................................................................................................1
Using this Guide....................................................................................................................................................................1
Getting Started......................................................................................................................................................................1
PCL Feature List............................................................................................................................................................................5
PCL/PJL Implementation .........................................................................................................................................................5
JOB NAME .........................................................................................................................................................................................5
JOB MODE......................................................................................................................................................................................... 5
BANNER SHEET (START SHEET)............................................................................................................................................... 6
COPIES................................................................................................................................................................................................ 6
QUANTITY ........................................................................................................................................................................................ 6
SIMPLEX / DUPLEX PRINTING.................................................................................................................................................. 6
ORIENTATION................................................................................................................................................................................. 7
JOB TYPE (Secure Print / Proof) ................................................................................................................................................ 7
DELAY PRINT.................................................................................................................................................................................... 7
MEDIA SIZE ...................................................................................................................................................................................... 8
CUSTOM MEDIA SIZE.................................................................................................................................................................. 9
MEDIA SOURCE .............................................................................................................................................................................. 9
OUTPUT LOCATION ..................................................................................................................................................................... 9
STAPLING ........................................................................................................................................................................................10
PUNCH..............................................................................................................................................................................................10
FOLDING..........................................................................................................................................................................................11
BOOKLET..........................................................................................................................................................................................11
RESOLUTION..................................................................................................................................................................................11
BITS PER PIXEL..............................................................................................................................................................................12
FORCE SHORT EDGE FEEDING...............................................................................................................................................12
JOB BASED ACCOUNTING / AUDITRON ...........................................................................................................................12
Dependencies/Caveats..........................................................................................................................................................12
Examples......................................................................................................................................................................................13
Basic PJL Template............................................................................................................................................................13
Sample PJL Headers.........................................................................................................................................................13
Supported PCL Fonts...............................................................................................................................................................16
PostScript Feature List............................................................................................................................................................18
PostScript Implementation..................................................................................................................................................19
COPIES..............................................................................................................................................................................................19
COLLATION.....................................................................................................................................................................................19
DUPLEX.............................................................................................................................................................................................19
TUMBLE............................................................................................................................................................................................19
MEDIA SOURCE ............................................................................................................................................................................19
MEDIA SOURCE FROM BYPASS TRAY .................................................................................................................................20
MEDIA CLASS.................................................................................................................................................................................20
MEDIA COLOR...............................................................................................................................................................................20
MEDIA SELECTION......................................................................................................................................................................21
MEDIA WEIGHT............................................................................................................................................................................22
OUTPUT LOCATION ...................................................................................................................................................................22
IMAGE ENHANCEMENT............................................................................................................................................................22
TONER SAVER................................................................................................................................................................................22
HALFTONE SCREEN SELECTION............................................................................................................................................22
OFFSET..............................................................................................................................................................................................23
BOOKLET (with SB-Finisher and booklet module)...........................................................................................................23
PUNCH (with SB-Finisher).........................................................................................................................................................23
STAPLING (with A-Finisher or SB-Finisher) ........................................................................................................................24
PRINT MODE..................................................................................................................................................................................24
PROCESS COLOR MODEL ..........................................................................................................................................................24
RGB CORRECTION .......................................................................................................................................................................25
GRAY GUARANTEE ......................................................................................................................................................................25
dc10cc0466 Customer Support Page 3
GAMMA CORRECTION...............................................................................................................................................................25
CMYK CORRECTION....................................................................................................................................................................26
RGBSPACE .......................................................................................................................................................................................26
WHITEPOINT.................................................................................................................................................................................26
BRIGHTNESS ..................................................................................................................................................................................27
SEPARATIONS................................................................................................................................................................................27
SEPARATION COLOR NAMES..................................................................................................................................................27
SEPARATION ORDER ..................................................................................................................................................................27
USE CIE COLOR.............................................................................................................................................................................28
Dependencies/Caveats..........................................................................................................................................................28
Sample PostScript Headers..................................................................................................................................................28
Supported PostScript Fonts ..................................................................................................................................................29
Additional Information..........................................................................................................................................................30
dc10cc0466 Customer Support Page 4

PCL Feature List

Feature Description
Job Name Job Name Job Mode Specify Job Mode Banner Sheet (Start Sheet) Turns on/off the banner sheet that prints at the beginning of every job. Copies Specifies the number of uncollated sets of a document in a print job. Quantity Specifies the number of collated sets of a document. Simplex / Duplex Printing Deliver one-sided or two-sided output Orientation Landscape or Portrait Job Type You can specify Confidential Print or Proof Print Delay Print Delays printing a job until the time specified by the command. Media Source Specifies the tray to supply the job’s media. Custom Media Size Specifies the designated media size. Output Location Indicates the output bin where the print job is sent. Stapling Indicates use and location of staple(s). Punch Indicates hole punches for a print job on a device with hole punch capability. Folding Indicates to fold the print job. Booklet
Resolution Sets the resolution value. Bits Per Pixel Sets the color depth value. Force Short Edge Feeding Indicates the feed edge to use. Job Based Accounting /
Auditron
Enable printing documents as small booklets. The pages are reordered sequentially and are oriented so that when they are folded, the paging is correct.
Allows entry of accounting information.

PCL/PJL Implementation

This section describes the PCL commands for specific features. This table lists each feature and the PCL syntax that is required to use the feature. Following this table are examples of how to use these commands and what the PCL file looks like.

JOB NAME

PJL
PJL SET JOBNAME = “jobname-string
Where jobname-string is a maximum of 32 characters

JOB MODE

PJL
@PJL JOB MODE = value
Where value is one of the following:
PRINTER = Printer
dc10cc0466 Customer Support Page 5

BANNER SHEET (START SHEET)

PJL
@PJL SET JOBATTR= “@BANR=value
Where value is one of the following: START = start sheet DEVICE = depend on device setting OFF = no banner sheet

COPIES

Use this command to specify the number of non-collated sets of a document in a print job.
PJL PCL
@PJL SET COPIES = int <ESC>&l intX
Where int is 1 to 999.

QUANTITY

Use this command to specify the number of collated sets of a document in a print job.
PJL
@PJL SET QTY = int
Where int is 1 to 999.

SIMPLEX / DUPLEX PRINTING

This command specifies if a job is to print on one side or both sides of the sheet.
PJL PCL
@PJL SET DUPLEX = value1 @PJL SET BINDING = value2
Where value1 is one of the following:
ON = Duplex OFF = Simplex
Where value2 is one of the following:
LONGEDGE SHORTEDGE
(value2 is used combined with value1=ON)
<ESC>&l int S
Where int is one of the following:
0 = simplex 1 = Duplex Long Edge Binding 2 = Duplex Short Edge Binding
dc10cc0466 Customer Support Page 6

ORIENTATION

PJL PCL
@PJL SET ORIENTATION = value <ESC>&l int O
Where value is one of the following:
PORTRAIT LANDSCAPE

JOB TYPE (Secure Print / Proof)

PJL
@PJL SET HOLD = value1 @PJL SET HOLDKEY = "four-digit string"
Where value1 is one of the following:
PROOF = proof print STORE = confidential print (secure print)
four-digit string:
The HOLDKEY variable acts as a password without encryption to protect a held job. Four-digit string can be any four-digit value from 0000 to 9999. The default value is “”. When “” (empty string) is specified, no password is required.

DELAY PRINT

Where int is one of the following:
0 = Portrait 1 = Landscape 2 = Reverse Portrait 3 = Reverse Landscape
Delays printing a job until the time specified by the command.
PJL
@PJL SET JOBATTR = “@PRTM = “YYYY:MM:DD:hh:mm
Where YYYY:MM:DD:hh:mm is:
YYYY = year (AD 2000 - 2099) MM = month (1 - 12) DD = day (1 - 31) hh = hour(0 - 23) mm = minute(0 - 59)
dc10cc0466 Customer Support Page 7

MEDIA SIZE

This command specifies the size of media on which to print the job.
PJL PCL PS
@PJL SET PAPER = string <ESC>&l valueA << /PageSize [X Y] /CustomPageSize false >>
setpagedevice
Where string is from the table below. Where value is the number
where X Y are the points for PS.
from the table below.
Media PJL String PCL
Value
A5 (148 x 210mm)
A4 (210 x 297mm)
A3 (297 x 420mm)
B5 (182 x 257mm)
B4 (257 x 364mm)
Statement (5.5 x 8.5")
Executive (7.25 x 10.5")
Letter (8.5 x 11")
The following paper sizes are only available with Bypass tray.
Media PJL String PCL
A6 (105 x 148mm)
B6 (128 x 182mm)
8 x 10" 8X10 208 576 x 720 5 x 7" 50X70 204 360 x 504 215 x 315mm SPANISH 43 609 x 893 Envelope
11 x 15" 11X15 217 792 x 1080 No. 10 Envelope
A4 Cover (223 x 297mm)
9 x 11" LETTERCOVER 201 648 x 792 DL Envelope
Postcard (100 x 148mm)
A5 25 420 x 595 8.5 x 13" JISEXEC 18 612 x 936
A4 26 595 x 842 Legal
A3 27 842 x 1191 Tabloid
JISB5 45 516 x 729 16K
JISB4 46 729 x 1032 8K
STATEMENT 41 396 x 612 16K
EXECUTIVE 1 522 x 756 8K
LETTER 2 612 x 792
Value
A6 24 297 x 420 Postcard
JISB6 44 363 x 516 Postcard
A4COVER 200 632 x 842
JPOST 71 284 x 420 C5 Envelope
PS Points Media PJL String PCL
Value
LEGAL 3 612 x 1008
(8.5 x 14")
LEDGER 6 792 x 1224
(11 x 17")
ROC16K 219 550 x 757
(194 x 267mm)
ROC8K 220 757 x 1100
(267 x 388mm)
16KAIGCO NA 553 x 765
(195 x 270mm)
8KAIGCO NA 765 x 1106
(270 x 390mm)
PS Points Media PJL String PCL
Value
JPOSTD 72 420 x 566
(148 x 200mm)
POSTCARD 216 288 x 432
(4 x 6")
TYOUKEI3 218 340 x 666
(120 x 235mm)
COM10 81 297 x 684
(4.1 x 9.5”) Monarch
Envelope (3.9 x 7.5”)
(110 x 220mm)
(162 x 229mm)
MONARCH 80 279 x 540
DL 90 312 x 624
C5 91 459 x 649
PS Points
PS Points
dc10cc0466 Customer Support Page 8

CUSTOM MEDIA SIZE

This command specifies the custom media size on which to print the job. Insert a media size command within the PCL portion of the print job.
PCL
Width of Custom Paper is specified by <ESC>&f#I
where # = decipoints for (89 - 297)mm.
Length of Custom Paper is specified by <ESC>&f#J where # = decipoints for (98 - 432)mm.
For example:
4.25-inch x 5.5-inch will give <ESC>&f3060I3960J by
4.25-inch x 720 decipoints/inch = 3060 and
5.5-inch x 720 decipoints/inch = 3960.

MEDIA SOURCE

This command specifies the tray to supply the job’s media.
PJL PCL
@PJL SET MEDIASOURCE = value <ESC>&l intH
Where value is one of the following:
TRAY1 = Feed from paper tray1 TRAY2 = Tray2 TRAY3 = Tray3 TRAY4 = Tray4 TRAY5 = Tray5(Bypass)
Where int is one of the following:
0 = Feed paper from default tray 4 = Tray1 1 = Tray2 5 = Tray3 8 = Tray4 20 = Auto 2 or 3 = Tray5 (Bypass)

OUTPUT LOCATION

Indicates the output bin where the print job is sent.
PJL PCL
@PJL SET OUTBIN = value <ESC>&l int G
Where value is one of the following:
MAINTRAY = Center Tray MAINTRAY2 = Center Tray - Upper OUTBIN101 = Finisher Tray (w/ A-Finisher or SB-Finisher) BOOKLETTRAY = Right Bottom Tray(Booklet Maker) (w/ SB-Finisher and
booklet module)
Where int is one of the following:
0 = Automatic Selection 1 = Center Tray 4 = Center Tray - Upper
6 = Finisher Tray (w/ A-Finisher or SB-Finisher)
dc10cc0466 Customer Support Page 9
Loading...
+ 21 hidden pages