Xerox ColorQube 9201, ColorQube 9202, ColorQube 9203 Reference Guide

Xerox Multifunction Devices

Customer Tips

… for the user

dc09cc0451 July 9, 2009

PDL Reference Guide for the Xerox ColorQube 9201/9202/9203

This document applies to these Xerox products. The information in this document may apply to a feature(s) optional for your device.

XColorQube 9201/9202/9203

Accessing Extended Features

Overview

This document describes how to access the extended features of the products listed in environments for which Xerox does not make 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 tables are also included:

features supported by the WorkCentre platform.

commands to use in a PCL print job

commands to use in a PS print job

This document is not intended as a PS or PCL reference manual, but a guide for using the extended features in PS, PCL or ASCII print jobs.

Using this Guide

1.Refer to the Feature List for the feature you wish to implement. Select the page number to jump to that page.

2.Follow the syntax listed for the command you selected. Read the “Dependencies/Caveats” section. You can access features using several methods:

PCL or PS commands

PJL SET commands

Xerox specific COMMENT command.

dc09cc0451

Customer Support Page 1

Feature Listing

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.

PostScript print jobs can use Document Structuring Commands (DSC) or PS commands. If there is more than one method listed to access a specific feature, determine the best method for your application and use that method.

For this document, both PJL COMMENT and DSC are referred to as Comment commands.

Getting Started

Comment Commands

To process all PJL COMMENT commands and DSC, enclose them with XRXBegin and XRXEnd commands. The following example shows a PCL or ASCII print job:

@PJL COMMENT XRXbegin

@PJL COMMENT OID_ATT_START_SHEET OID_VAL_JOB_SHEET_NONE;

@PJL COMMENT XRXend

This example shows a PS print job:

%%XRXbegin

%%OID_ATT_START_SHEET OID_VAL_JOB_SHEET_NONE; %%XRXend

The parameters of the command are 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.

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.

 

dc05cc0359

Page 2

Customer Support

Features

 

ACCESSING EXTENDED FEATURES

.................................................................................. 1

OVERVIEW..........................................................................................................................

1

USING THIS GUIDE ..............................................................................................................

1

FEATURE LISTING ...............................................................................................................

2

GETTING STARTED ...................................................................................................................

2

Comment Commands.............................................................................................................................

2

PJL SET Commands ..............................................................................................................................

2

PCL Commands .....................................................................................................................................

2

PS Commands........................................................................................................................................

2

FEATURES.............................................................................................................................

3

XRXBegin ...............................................................................................................................................

5

XRXEnd ..................................................................................................................................................

5

GENERAL COMMENT COMMANDS..............................................................................................

5

JOB NAME .............................................................................................................................................

5

JOB OWNER ..........................................................................................................................................

5

QUANTITY..............................................................................................................................................

5

COPIES ..................................................................................................................................................

6

JOB TYPE ..............................................................................................................................................

6

DELAY PRINT ........................................................................................................................................

6

FAX SEND..............................................................................................................................................

6

BANNER SHEET (START SHEET) .......................................................................................................

7

MEDIA COMMENT COMMANDS...................................................................................................

8

MEDIA SOURCE....................................................................................................................................

8

MEDIA SIZE ...........................................................................................................................................

9

Custom Media Sizes.............................................................................................................................

10

MEDIA TYPE ........................................................................................................................................

11

MEDIA COLOR.....................................................................................................................................

12

FORMATTING COMMENT COMMANDS.......................................................................................

12

COLLATION .........................................................................................................................................

12

FEED EDGE.........................................................................................................................................

12

BINDING...............................................................................................................................................

13

SIMPLEX / DUPLEX PRINTING ..........................................................................................................

13

FINISHING COMMENT COMMANDS ...........................................................................................

13

OFFSET................................................................................................................................................

13

OUTPUT DESTINATION......................................................................................................................

14

STAPLE ................................................................................................................................................

14

HOLE PUNCH ......................................................................................................................................

15

FOLD ....................................................................................................................................................

15

BOOKLET FOLD ..................................................................................................................................

16

BOOKLET STAPLE..............................................................................................................................

16

IMAGE QUALITY ......................................................................................................................

16

PRINT QUALITY...................................................................................................................................

16

COLOR MODE .....................................................................................................................................

17

PRINT JOB ACCOUNTING ........................................................................................................

17

NETWORK ACCOUNTING ..................................................................................................................

17

INTERNAL AUDITRON ........................................................................................................................

17

COVERS .................................................................................................................................

18

FRONT COVER ONLY.........................................................................................................................

18

FRONT COVER ONLY MEDIA COLOR ..............................................................................................

18

FRONT COVER ONLY MEDIA SIZE ...................................................................................................

18

dc09cc0451

Customer Support Page 3

FRONT COVER ONLY MEDIA TYPE..................................................................................................

18

FRONT AND BACK COVER ................................................................................................................

19

FRONT AND BACK COVER MEDIA COLOR......................................................................................

19

FRONT AND BACK COVER MEDIA SIZE ..........................................................................................

19

FRONT AND BACK COVER MEDIA TYPE .........................................................................................

19

INTERLEAVE .......................................................................................................................................

20

INTERLEAVE MEDIA COLOR .............................................................................................................

20

PJL/PCL DEPENDENCIES/CAVEATS .......................................................................................

20

DSC/PS DEPENDENCIES/CAVEATS.........................................................................................

21

EXAMPLES ..........................................................................................................................

22

BASIC PCL/PJL TEMPLATE ..............................................................................................

22

SAMPLE PCL HEADERS....................................................................................................

23

BASIC POSTSCRIPT/DSC TEMPLATE ................................................................................

24

SUPPORTED POSTSCRIPT FONTS...................................................................................

26

SUPPORTED PCL5 FONTS ................................................................................................

27

ADDITIONAL INFORMATION..............................................................................................

28

 

dc05cc0359

Page 4

Customer Support

Xerox ColorQube 9201, ColorQube 9202, ColorQube 9203 Reference Guide

XRXBegin

When the interpreter receives this command it begins to parse PJL COMMENT commands to check for Xeroxspecific commands until it receives the command to stop parsing.

PJL COMMENT

DSC Comment Command

PJL SET

PCL Cmd

PS Cmd

Command

 

 

 

 

 

 

 

 

 

@PJL COMMENT

%%XRXbegin

N/A

N/A

N/A

XRXbegin

 

 

 

 

 

 

 

 

 

XRXEnd

When the interpreter receives this command it stops parsing PJL COMMENT commands.

PJL COMMENT Command

DSC Comment Command

 

 

@PJL COMMENT XRXend

%%XRXend

 

 

General Comment Commands

JOB NAME

The value for Job Name is stored for printing on the banner page.

PJL COMMENT Command

DSC Comment Command

 

 

@PJL COMMENT JOB NAME ”string”;

%%OID_ATT_JOB_NAME ”string”;

 

 

Where string is a maximum of 40 characters. This appears as the first item on the banner sheet.

JOB OWNER

The value for Job Owner is stored for printing on the banner page.

PJL COMMENT Command

DSC Comment Command

 

 

@PJL COMMENT

%%OID_ATT_JOB_OWNER ”string”;

OID_ATT_JOB_OWNER “string”;

 

Where string is a maximum of 40 characters. This appears as the second item on the banner sheet.

QUANTITY

This PJL variable is used to specify the number of collated sets of a document. A value greater than 9999 results in 9999 copies produced. A value less than one results in one copy produced.

PJL SET

PCL Cmd

PS Cmd

 

 

 

@PJL SET COPIES=int

NA

NA

 

 

 

Where int is 1 to 9999.

 

 

dc09cc0451

Customer Support Page 5

COPIES

Use this command to specify the number of non-collated sets of a document in a print job. With COPIES specified, the device renders X number of copies of page 1 of the document, X number of copies of page 2, and so on. Use the COLLATION command in conjunction with the COPIES command to set a collate value.

PJL SET

PCL 6 Cmd

PS Cmd

 

 

 

@PJL SET COPIES=int;

uint16 int ubyte pagecopies

<</NumCopies int>>

 

 

 

Where int is 1 to 9999.

 

 

JOB TYPE

The Job Type command indicates a job that requires special handling.

PJL COMMENT Command

DSC Comment Command

 

 

@PJL COMMENT OID_ATT_JOB_TYPE

%%OID_ATT_JOB_TYPE OID_VAL_JOB_TYPE_string;

OID_VAL_JOB_TYPE_string;

 

Where string is one of the following:

 

PRINT

Indicates a normal print job.

 

PROOF_PRINT

Comparable to Sample Set in a driver. This job type allows you to specify multiple copies

 

with the @PJL SET COPIES command. One set prints for review. Then you can release or

 

delete the job.

 

FAX_SEND

This job type directs a print job to use the embedded fax board and fax the job to a phone

 

number instead of printing the job. See the FAX SEND command for the commands to

 

provide the phone number and other fax options.

DELAY PRINT

Delays printing a job until the time specified by the command.

PJL COMMENT Command

DSC Comment Command

 

 

@PJL COMMENT OID_ATT_JOB_PRINT_AFTER

%%OID_ATT_JOB_PRINT_AFTER

yyyymmddhhmmss”;

yyyymmddhhmmss”;

Where yyyy=year, mm=month, dd=day, hh=hours, mm=minutes, ss=seconds

 

FAX SEND

 

 

 

Must use with the FAX_SEND Job Type command.

 

 

 

Required Commands

 

 

 

PJL COMMENT Command

DSC Comment Command

 

 

@PJL COMMENT OID_ATT_START_SHEET

%%OID_ATT_START_SHEET

 

 

OID_VAL_JOB_SHEET_NONE;

OID_VAL_JOB_SHEET_NONE;

 

 

@PJL COMMENT OID_ATT_JOB_TYPE

%%OID_ATT_JOB_TYPE

 

 

OID_VAL_JOB_TYPE_FAX_SEND;

OID_VAL_JOB_TYPE_FAX_SEND;

 

 

@PJL COMMENT

%%OID_ATT_FAX_DESTINATION_PHONE "xxxx";

 

 

OID_ATT_FAX_DESTINATION_PHONE

 

 

 

"xxxx";

 

 

 

Where xxxx is the phone number and any special access numbers. If a dialing prefix is added, it must be

 

 

immediately followed by a pause (comma) character. Each fax number can be up to 30 characters in length.

 

 

Optional Commands

 

 

 

@PJL COMMENT

%%OID_ATT_FAX_COVER_SHEET string;

 

 

 

 

 

 

 

dc05cc0359

Page 6

Customer Support

OID_ATT_FAX_COVER_SHEET string;

Where string is:

TRUE

FALSE

@PJL COMMENT

%%OID_ATT_FAX_CONFIRMATION_SHEET string;

OID_ATT_FAX_CONFIRMATION_SHEET

 

 

string;

 

 

Where string is:

 

 

TRUE

 

 

FALSE

 

 

@PJL COMMENT

%%OID_ATT_FAX_RESOLUTION int;

OID_ATT_FAX_RESOLUTION int;

 

 

Where int is:

 

 

0 – Standard Resolution

 

 

1 – Fine Resolution

 

 

2 – Super Fine Resolution

 

 

@PJL COMMENT

%%OID_ATT_FAX_TYPE OID_VAL_FAX_TYPE_string;

OID_VAL_FAX_TYPE_string;

 

 

Where string is:

 

 

G3_AUTO = Super G3 (33.6kbps)

 

 

G3_14400 = G3 (14.4kbps)

 

 

G3_FORCED_4800= Forced 4800 bps

 

 

@PJL COMMENT

 

%%OID_ ATT_JOB_FAX_AFTER

OID_ATT_JOB_FAX_AFTER “string

 

OID_ATT_JOB_FAX_AFTER “string

 

 

Where string is:

 

 

YYYYMMDDHHMMSS” where SS is always “00”.

@PJL COMMENT OID_ATT_CREDIT_CARD "xxxx";

Where xxxx is the credit card or charge code required to send the fax. Select this option and enter the credit card number (up to 16 digits) if you want to charge the fax call to a credit card. The credit card number is concealed on confirmation reports.

Characters for phone numbers, prefix numbers, credit cards, and other numeric entries.

= Wait for dial tone.

! Used to designate a mailbox signal.

, Used to initiate a pause period; default pause period is 3 seconds. / Used to delineate private data.

$ Signifies to wait for a confirmation dial tone.

<1> Use preceding a fax number to specify which fax line should be used on systems that support dual fax lines. <2> Use preceding a fax number to specify which fax line should be used on systems that support dual fax lines.

BANNER SHEET (START SHEET)

This command turns on/off the banner sheet that prints at the beginning of every job. It only applies to the job that contains the command; it does not affect any other jobs. If the device is configured to disable banner sheets, this command is ignored.

PJL COMMENT Command

DSC Command

 

 

@PJL COMMENT

%%OID_ATT_START_SHEET

OID_ATT_START_SHEET

OID_VAL_JOB_SHEET_”string”;

OID_VAL_JOB_SHEET_”string”;

 

Where string is:

 

NONE Do not create a banner sheet for this job.

FULL Create a banner sheet for this job. By default, if the START SHEET comment is not included a banner sheet is generated unless the device has banner sheet disabled.

USER A custom start sheet is included in this job.

dc09cc0451

Customer Support Page 7

Media Comment Commands

MEDIA SOURCE

This command specifies the tray to supply the job’s media. These are PCL commands rather than PJL commands. Insert this command within the PCL portion of the print job.

PCL Cmd

 

PS Cmd

 

 

 

 

 

 

<esc> &lintH

 

<</MediaPosition int>>

 

 

 

 

 

 

Where int is one of the following:

 

 

 

 

 

 

 

 

Description

 

 

 

 

 

 

 

 

 

 

PCL5

 

PCL6

PS

 

int

 

int

int

Auto Select

7

 

1

<null>

 

 

 

 

 

Tray 1

1

 

4

1

 

 

 

 

 

Tray 2

4

 

5

2

 

 

 

 

 

Tray 3

23

 

7

3

 

 

 

 

 

Tray 4 (Bypass)

2

 

8

4

 

 

 

 

 

Tray 5

6

 

10

5

 

 

 

 

 

NOTE: When sending a job with a tray selection, issue a MEDIA COLOUR “Unspecified” and MEDIA TYPE “Unspecified” PJL COMMENT in the PDL.

 

dc05cc0359

Page 8

Customer Support

MEDIA SIZE

This command specifies the size of media on which to print the job. These are PCL commands rather than PJL commands. Insert a media size command within the PCL portion of the print job.

PCL Cmd / PCL6 Cmd

 

 

 

 

PS Cmd

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

<esc> &

A / PCL 6c Emulation

int

<</PageSize [width height]/ImagingBBox null>>

 

lint

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Note: / ImagingBBox null is optional

 

 

 

 

 

 

 

 

 

 

 

 

Where int is one of the following:

 

 

Where width and height (w h) is one of the following:

 

 

 

 

 

 

 

 

 

 

 

 

Media Sizes

 

PCL5

 

PCL6

 

PS (w h)

Media Sizes

PCL5 int

PCL6

PS (w h)

 

 

int

 

int

 

Points

 

 

int

Points

Letter

 

2

 

0

 

612 X 791

A3

27

5

842 X 1191

8.5 x 11” (216 x 279 mm)

 

 

 

 

 

(297 x 420 mm)

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Legal

 

3

 

1

 

612 X 1009

A4 Oversized

113

113

632 x 842

8.5 x 14” (216 x 356 mm)

 

 

 

 

 

(223 x 297 mm)

 

 

 

 

 

 

 

 

 

 

 

 

 

Tabloid (Ledger)

6

 

4

 

792 X 1225

A4 Tab

123

123

638 x 842

11 x 17” (279 x 432 mm)

 

 

 

 

 

(225 x 297 mm)

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Executive

 

1

 

3

 

522 x 756

A5

25

16

425 x 595

7.25 x 10.5” (184 x 267

 

 

 

 

 

(148 x 210 mm)

 

 

 

mm)

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Statement

 

143

 

143

 

396 x 612

B4

179

179

709 x 1002

5.5 x 8.5” (216 x 140 mm)

 

 

 

 

 

(250 x 353 mm)

 

 

 

 

 

 

 

 

 

 

 

 

 

Foolscap, Euroletter, US

18

 

157

 

612 x 935

B5

100

12

499 x 709

Folio

 

 

 

 

 

 

(176 x 250 mm)

 

 

 

8.5 x 13” (216 x 330 mm)

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Letter Tab

 

146

 

146

 

649 x 791

JIS B4

46

10

729 x 1032

9 x 11” (229 x 279mm)

 

 

 

 

 

(257 x 364 mm)

 

 

 

 

 

 

 

 

 

 

 

 

 

Oversized Tabloid, Arch B

148

 

148

 

864 x 1296

JIS B5

45

11

516 x 729

12 x 18” (305 x 457mm)

 

 

 

 

 

(182 x 257 mm)

 

 

 

 

 

 

 

 

 

 

 

 

 

 

A4

 

26

 

2

 

595 X 842

 

 

 

 

(210 x 297 mm)

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Envelope Sizes

PCL5

 

PCL6

 

PS (W H)

Envelope Sizes

PCL5 Int

PCL6

PS (W H)

 

 

Int

 

int

 

Points

 

 

int

Points

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Envelope

 

181

 

181

 

432 x 648

C4 Envelope

171

171

649 x 918

6 x 9” (152 x 229 mm)

 

 

 

 

 

(229 x 324 mm)

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Envelope

 

180

 

180

 

648 x 864

C5 Envelope

91

8

459 x 649

9 x 12” (229 x 305 mm)

 

 

 

 

 

(162 x 229 mm)

 

 

 

 

 

 

 

 

 

 

 

 

 

No. 10 Envelope

81

 

6

 

297 x 684

DL Envelope

90

9

312 x 624

4.1 x 9.5" (105 x 241 mm)

 

 

 

 

 

(110 x 220 mm)

 

 

 

 

 

 

 

 

 

 

 

 

 

 

NOTE: When sending a job with a media size, there must be a MEDIA COLOUR “Unspecified” and MEDIA TYPE “Unspecified” PJL COMMENT command issued in the PDL.

dc09cc0451

Customer Support Page 9

Loading...
+ 19 hidden pages