Xerox ColorQube 8700 Reference Manual

Color mfp
Hide thumbs Also See for ColorQube 8700:

Advertisement

PDL Reference Guide for the
Xerox ColorQube 8700/8900 Color MFP
Customer Tip
CQ8700-8900

Accessing Extended Features

Overview

This document describes how to access the extended features of the ColorQube 8700/8900 Color Multifunction Printer
(MFP) 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 ColorQube ColorQube 8700/8900 Color Multifunction Printer
commands to use in a PCL print job
commands to use in a PS print job
This information 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 want to implement. Select the page number to jump to that page.
2. Follow the syntax listed for the command you select. Read the "Dependencies/Caveats" section. You can access features
using several methods:
 PCL or PS commands
 PJL SET commands
 Xerox specific COMMENT command.

Feature Listing

PCL and ASCII print jobs can use PJL commands or PCL commands to access the attributes of the printer. 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.
In this document, both PJL COMMENT and DSC are referred to as Comment commands.
CQ8700-8900
Customer Support
July 10, 2012
Page 1

Advertisement

Table of Contents
loading

Summary of Contents for Xerox ColorQube 8700

  • Page 1: Accessing Extended Features

    Accessing Extended Features Overview This document describes how to access the extended features of the ColorQube 8700/8900 Color Multifunction Printer (MFP) 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).
  • Page 2: Getting Started

    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.
  • Page 3: Table Of Contents

    Table of Contents Accessing Extended Features ................................1 Overview ........................................ 1 Using this Guide ....................................1 Feature Listing ....................................1 Getting Started....................................2 Comment Commands.....................................2 PJL SET Commands ....................................2 PCL Commands ......................................2 PS Commands ......................................2 XRXBegin ........................................5 XRXEnd ........................................5 General Comment Commands .................................5 Job Name .........................................5 Job Owner.........................................5 Copies .........................................5...
  • Page 4 PJL/PCL Dependencies/Caveats ..............................22 DSC/PS Dependencies/Caveats ............................... 22 Examples ........................................22 Basic PCL/PJL Template ................................23 Sample PCL Headers ..................................24 Basic PostScript/DSC Template..............................25 Supported PostScript Fonts ................................26 Supported PCL5 Fonts ..................................28 Additional Information ..................................28 CQ8700-8900 Customer Support Page 4...
  • Page 5: Xrxbegin

    REFERENCE TOPICS XRXBegin When the interpreter receives this command it begins to parse PJL COMMENT commands to check for Xerox-specific commands until it receives the command to stop parsing. PJL COMMENT Command DSC Comment Command @PJL COMMENT XRXbegin %%XRXbegin XRXEnd When the interpreter receives this command it stops parsing PJL COMMENT commands.
  • Page 6: Job Type

    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.
  • Page 7: Fax Send

    Fax Send Must use with the FAX_SEND Job Type command. Required Commands PJL COMMENT Command DSC Comment Command @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.
  • Page 8: Banner Sheet (Start Sheet)

    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.
  • Page 9 PCL5 Command Tray Mapping Tool A user with Administrator access rights to the device has the opportunity to change the PCL5 command used to identify a specific paper tray. A user can do this by opening CentreWare® Internet Services by entering the printer’s IP address in their favorite Web browser.
  • Page 10: Media Size

    Media Size This command specifies the size of media on which to print the job. Note: some sizes may not apply to every printer model. PCL5 <Esc> &l#A <</PageSize [width height] /CustomPageSize false >> setpagedevice Where Where width and height [w h] are the numbers from the table below. is the number from the table below.
  • Page 11: Custom Media Sizes

    Envelope Sizes PCL5 PCL6 int PS [W H] Envelope Sizes PCL5 PCL6 int PS [W H] Points Points #9 ½ Booklet 0x10 na-9x12- [648 864] 0x02 C5 [459 649] envelope 9 x 12” (162 x 229 mm) (228 x 304 mm) 0x05 COM10 [297 684] 0x02 DL...
  • Page 12: Media Type

    Media Type Media types are used to distinguish the type of media a job requires. If using the Media Source command, set the Media Type command to Unspecified. <</MediaType (string) >> setpagedevice PCL5 <Esc>&n#Wdstring where # is the length of string+1, and string from the table below PCL6 ubyte_array uint16 ## ## string attr_ubyte MediaType Example: 0xc8 0xc1 0x0C 0x00 transparency 0xf8 0x27...
  • Page 13 PS (string) value PCL5 examples PCL6 Hexadecimal and String 0x07 0x00 custom1 custom1 <Esc>&n8Wdcustom1 0x07 0x00 custom2 <Esc>&n8Wdcustom2 custom2 0x07 0x00 custom3 custom3 <Esc>&n8Wdcustom3 0x07 0x00 custom4 custom4 <Esc>&n8Wdcustom4 0x07 0x00 custom5 custom5 <Esc>&n8Wdcustom5 Media Color Use this command to indicate the color of the media used to print a job. The strings are case sensitive with the first letter capitalized and the rest lower-case.
  • Page 14: Formatting Comment Commands

    Formatting Commands Feed Edge The values indicate the feed edge to use. Feeds paper so that Leading Edge of paper is the shorter side. PJL COMMENT Command DSC Comment Command << /Leading Edge int >> @PJL COMMENT %% OID_ATT_FEED_EDGE OID_ATT_FEED_EDGE string; string;...
  • Page 15: Output Destination

    Output Destination Indicates the output bin where the print job is sent. Note: Some output options may not be available on every product model Output Tray PJL Comment Command Simple Catch Tray << /OutputType (MiddleTray) >> @PJL COMMENT setpagedevice OID_ATT_OUTPUT_BINS Offset Catch Tray OID_VAL_OUTPUT_BIN_MIDDLE;...
  • Page 16: Hole Punch

    Hole Punch This command indicates hole punches for a print job on a device with hole punch capability. Note: Some hole punch options may not be available on every product model. PJL COMMENT Command DSC Comment Command @PJL COMMENT %%OID_ATT_PUNCH int; <<...
  • Page 17: Booklet Fold

    Booklet Fold This command indicates an optional fold type generated by the professional finisher. The short edge feed command is also required to use the booklet fold command. Note: Some booklet options may not be available on every product model. PJL COMMENT Command DSC Comment Command @ PJL COMMENT...
  • Page 18: Color Mode

    Internal Auditron This PJL command sends the users pin number for use by devices that support the Internal Auditron or Xerox Standard Accounting (XSA). You must provide at least a valid USERID. You may also provide a GENERAL Account number or GROUP Account number if required.
  • Page 19: Covers

    Cover Commands Front Cover Only This command specifies a job has a front (only) cover sheet and whether the cover sheet is imaged (TRUE) or blank (FALSE). PJL COMMENT Command DSC Comment Command %%OID_ATT_FIRST_PAGE_IMAGED “string”; @PJL COMMENT OID_ATT_FIRST_PAGE_IMAGED “string”; Where string is TRUE or FALSE Front Cover Only Media Color This command indicates the first page of a job is to print on media of a specified color.
  • Page 20: Front And Back Cover Media Color

    FIRST_PAGE_IMAGED. PJL COMMENT Command DSC Comment Command @PJL COMMENT %%OID_ATT_FIRSTLAST_PAGE_IMAGED “string”; OID_ATT_FIRSTLAST_PAGE_IMAGED “string”; Where string is TRUE or FALSE Front And Back Cover Media Color This command indicates the first and last page of a job is to print on media of a specified color. Requires that OID_ATT_FIRSTLAST_PAGE_IMAGED is also used.
  • Page 21: Interleave Media Color

    Where string is one of the following: NONE BLANK IMAGED Interleave Media Color This command identifies the color of the interleaved pages. PJL COMMENT Command DSC Comment Command @PJL COMMENT %%OID_ATT_INTERLEAVE_COLOR “string”; OID_ATT_INTERLEAVE_COLOR “string”; Where string is one of the following. Entries are case sensitive. White, Blue, Yellow, Green, Pink, Clear, Ivory, Gray, Buff, Goldenrod, Red, Orange, Other, Custom1, Custom2, Custom3, Custom4, Custom5, Custom6, Custom7 CQ8700-8900...
  • Page 22: Pjl/Pcl Dependencies/Caveats

    PJL/PCL Dependencies/Caveats • Locate all PJL commands in the beginning of the file before the image data starts (PS or PCL). • To combine printer escape commands (not including PJL commands):  The first two characters after the <esc> MUST be the same. ...
  • Page 23: Examples

    Examples Basic PCL/PJL Template This section illustrates a standard PCL template example that is used to access general print features. This example lists each feature and the syntax, both PCL commands and PJL, required to use these features. Note: This section is only an example that may include features and commands that do not exist for every product model.
  • Page 24: Sample Pcl Headers

    Sample PJL Headers Note: This section is only an example that may include features and commands that do not exist for every product model. Example 1 Header for Simple Print Note: <Esc>%-12345X @PJL SET COPIES= 1 This is a simple print job header specifying the @PJL COMMENT XRXbegin Job Owner and Job...
  • Page 25: Basic Postscript/Dsc Template

    Basic PostScript/DSC Template This section is an example of a standard PostScript template that is used to access general print features. This template lists each feature and the syntax, both Postscript commands and DSC (Document Structuring Conventions) required. Note: This section is only an example that may include features and commands that do not exist for every product model.
  • Page 26: Supported Postscript Fonts

    Example 1 Header for Simple Print0 Note: %!PS The header for simple %%XRXbegin print specifies the Job %%OID_ATT_JOB_OWNER “John Smith”; Owner, Job Name, and %%OID_ATT_JOB_NAME “Print Job”; one copy. %%OID_ATT_COPY_COUNT 1; The quotations in the %%XRXend Job Owner and Job Name lines are required.
  • Page 27 AlbertusMT GreekMono737 LetterGothic AlbertusMT-Italic GreekMono737-Bold LetterGothic-Bold AlbertusMT-Light GreekMono737-BoldItalic LetterGothic-BoldSlanted AntiqueOlive-Bold GreekMono737-Italic LetterGothic-Slanted AntiqueOlive-Compact GreekMono851 LubalinGraph-Book AntiqueOlive-Italic GreekMono851-Bold LubalinGraph-BookOblique AntiqueOlive-Roman GreekMono851-BoldItalic LubalinGraph-Demi Apple-Chancery GreekMono851-Italic LubalinGraph-DemiOblique Arial-BoldItalicMT GreekMono8859-7 Marigold Arial-BoldMT GreekMono8859-7Bold Monaco Arial-ItalicMT GreekMono8859-7BoldItalic MonaLisa-Recut ArialMT GreekMono8859-7Italic NewCenturySchlbk-Bold AvantGarde-Book GreekSans737 NewCenturySchlbk-BoldItalic AvantGarde-BookOblique GreekSans737-Bold NewCenturySchlbk-Italic AvantGarde-Demi...
  • Page 28: Supported Pcl5 Fonts

    USA.DSSC.Doc.Feedback@xerox.com. Other Tips about Xerox multifunction devices are available at the following URL: http://www.office.xerox.com/support/dctips/dctips.html. © 2012 Xerox Corporation. All rights reserved. XEROX®, XEROX and Design®, and WorkCentre® are trademarks of Xerox Corporation in the United States and/or other countries. CQ8700-8900...

This manual is also suitable for:

Colorqube 8900

Table of Contents