Xerox Phaser 6510, WorkCentre 6515 Customer Tip

dc17cc0497 May 17, 2017 Customer Support Page 1
Accessing Extended Features
Overview
This document enables you to access the extended features of the Phaser 6510/ WC6515 in environments that do not have a custom driver.
This document provides the PJL or PCL commands and syntax for each feature.
This document is not intended to be a complete PJL or PCL reference manual:
It is a guide for using the PJL and PCL commands with Phaser 6510/ WC6515.
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 the platform. For example, the Phaser 6510/ WC6515 must have the
Finisher installed to use stapling commands.
3. Follow across the table to find the syntax listed for the PDL examples.
4. Read the Dependencies/Caveats section.
PDL Reference Guide for the Phaser 6510/WC 6515 Series
Customer Tip
dc17cc0497 May 17, 2017 Customer Support Page 2
Table of Contents
Accessing Extended Features ................................................................................................................................................. 1
Overview ................................................................................................................................................................................... 1
Using this Guide .................................................................................................................................................................... 1
Table of Contents ........................................................................................................................................................................ 2
PCL ............................................................................................................................................................................................... 3
PCL/PJL Implementation ......................................................................................................................................................... 4
PCL/PJL Feature Dependencies/Caveats ........................................................................................................................... 7
Examples ......................................................................................................................................................................................... 7
PJL Template ........................................................................................................................................................................... 7
Sample PJL Headers ................................................................................................................................................................... 8
Supported PostScript Fonts ..................................................................................................................................................... 8
Supported PCL5 Fonts ............................................................................................................................................................ 11
Additional Information .......................................................................................................................................................... 12
dc17cc0497 May 17, 2017 Customer Support Page 3
PCL
The Phaser 6510/WorkCentre 6515 supports PCL5 emulations that enable the features listed in the following table.
Feature
Description
Job Name
Job Name.
Custom Paper Size
This command specifies the custom designated media size.
Media Size
This command specifies the size of media on which to print the job.
Media Source
This command specifies the tray to supply the job’s media.
Output Location
Indicates the output bin where the job is sent.
Quantity
Use this command to specify the number of collated sets of a document.
Resolution
This command sets the resolution value.
Copies
Use this command to specify the number of uncollated sets of a document in a print job.
Simplex
Deliver one-sided output
Duplex
Deliver two-sided output
Orientation
Landscape or Portrait
Job Mode
Opening Command, Required for all files
Job Type
(Secure Print / Proof Print / Box Print)
You can specify Confidential(Secure) Print or Proof Print
Job Based Accounting
This command is used to pass accounting codes to a printer enabled for Job Based Accounting.
Banner Sheet
This command turns on/off the banner sheet that prints at the beginning of every job.
dc17cc0497 May 17, 2017 Customer Support Page 4
PCL/PJL Implementation
This section describes the PCL or PJL commands for specific features. This table lists each feature and the PCL or PJL 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.
Refer to these reference materials: PCL5 Printer Language Technical Reference Manual and Printer Job Language Technical Reference Manual, Hewlett-Packard Manual.
Feature
Implementation
Values
Job Name
PJL SET JOBNAME = jobname-string
Where job name-string is a maximum of 32 characters
Exclude [](22H) character
Custom Paper Size
Not in PJL command. You have to specify by
PCL:
<ESC>&l101A
Width of Custom Paper is specified by <ESC>&f#Iwhere # = decipoints for (76.2 – 215.9) mm.
Length of Custom Paper is specified by <ESC>&f#J where # = decipoints for (127 – 355.6) mm.
For instance:
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 Size
@PJL SET PAPER = value
Where value is one of the following: A6 = A6 (105 x 148mm) A5 = A5 (148 x 210mm) A4 = A4 (210 x 297mm) JISB5 = B5 (182 x 257mm)
STATEMENT = Statement (5.5 x 8.5”) EXECUTIVE =
Executive (7.25 x 10.5") 8X10 = 8x10(8 x 10") LETTER = Letter (8.5 x 11") SPANISH = 215×315mm (8.46×12.4”) † JISEXEC = 8.5 x 13" LEGAL = Legal (8.5 x 14") POSTCARD = Postcard (4 x 6") 50X70 = 5 x 7"
COM10 = No. 10 Envelope (4.1 x 9.5”) MONARCH = Monarch Envelope (3.9 x 7.5”)
DL = DL Envelope (110 x 220mm) C5 = C5 Envelope (162 x 229mm) †
YOUKEI2 = C6 Envelope (114 x 162mm) †
†: Whether each paper is available depends on
NV memory setting.
The following paper sizes are only available with Bypass tray. JISB6 = B6 (128 x 182mm)
<ESC>&l int A
Where value is one of the following: 24 = A6 (105 x 148mm)
Loading...
+ 8 hidden pages