Xerox WorkCentre M128 Reference Manual
Hide thumbs Also See for WorkCentre M128:

Advertisement

Xerox DocuColor
PDL Reference Guide for the
WorkCentre M128/M123
Accessing Extended
Features
Overview
This document enables you to access the extended features of the WorkCentre
M128/M123 in environments where Xerox does not provide a custom driver.
NOTE:
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:
A PostScript tables that describes the PostScript features the WorkCentre
supports and the syntax to use the feature.
A PCL table that describes the PCL features the WorkCentre supports and
the syntax to use the feature.
This document is not intended to be a complete PS or PCL reference manual: it
is a guide for using the PS and PCL commands with WorkCentre. Refer to
these additional reference materials: PostScript Language Reference Manual,
Third Edition, ISBN 0-201-38922-8, PCL5 Printer Language Technical
Reference Manual Hewlett-Packard manual and Printer Job Language
Technical Reference Manual, Hewlett-Packard manual.

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
WorkCentre must have the Finisher option installed to use stapling
commands.
3. Following across the table to find the syntax listed for the PDL examples
shown. Read the Dependencies/Caveats section.
WorkCentre M128/M123 Reference Guide
Some of the commands and syntax used in this documents requires
Xerox WorkCentre
October 20, 2004
dc05cc0364
Page
1
dc05cc0364

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the WorkCentre M128 and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for Xerox WorkCentre M128

  • Page 1: Using This Guide

    Features Overview This document enables you to access the extended features of the WorkCentre M128/M123 in environments where Xerox does not provide a custom driver. NOTE: Some of the commands and syntax used in this documents requires familiarity with either PostScript (PS) or Printer Command Language (PCL).
  • Page 2 PostScript This WorkCentre supports PostScript 3 commands that enable the features listed in the following table. Feature Description Media Size Physical paper (media) size (width and height) Media Direction Feed direction of paper Media Source Feed tray Media Source Specify if you feed from SMH (Sheet Media Handler). from SMH Media Color Paper color...
  • Page 3 Feature Description Separation Color Specify the process colorant name. Names Separation Specify the order of process colorant name. Order Use CIE Color Specify to apply CIE-based color space through color conversion PostScript Implementation This section describes the PostScript commands required to access specific WorkCentre features.
  • Page 4 Feature Implementation Values [459 649] = C5 [340 666] = Tyoukei You 3 Media <</LeadingEdge int >> Where int is one of the following: Direction setpagedevice 0 = Short Edge; top of page in portrait orientation. 1 = Long Edge; left side of page in portrait orientation.
  • Page 5 Feature Implementation Values Media <</DeferredMediaSelection Where value is one of the following: Selection value>> true* = Deferred media selection by output device (more powerful and flexible setpagedevice media selection) false = Immediate media selection by strict setpagedevice operator Resolution <</HWResolution [x y]>> Where x and y are one of the following: setpagedevice 600 600*(dpi)
  • Page 6 Feature Implementation Values Quantity <</NumCopies value >> Where value is one of the following: integer from 1 to 9999: number of copies setpagedevice null: Not specified Collation <</Collate value >> Where value is one of the following: setpagedevice true = collated false* = uncollated <</Jog int >>setpagedevice Where int is one of the following:...
  • Page 7 Feature Implementation Values Process Color <</ProcessColorModel name >> Where name is one of the following: Model setpagedevice /DeviceGray /DeviceRGB (with Separations true) /DeviceCMYK (with Separations true) /DeviceCMY (with Separations true) /DeviceRGBK (with Separations true) Separations <</Separations value >> Where value is one of the following: true = Multiple color separations will be setpagedevice generated for each page of output.
  • Page 8 Sample PostScript Headers Example 1 Header for Simple Print %!PS Example 2 Header for Finishing (Letter paper, duplex, 10 copies with collation, stapling with left-upper single and stacker tray for output bin) %!PS <</PageSize [612 792]>>setpagedevice <</Duplex true /Tumble false>>setpagedevice <</OutputType (FINISHER TRAY1)>>setpagedevice <</Collate true>>setpagedevice <</NumCopies 10>>setpagedevice...
  • Page 9: Postscript Fonts

    PostScript Fonts The following PostScript fonts are resident with Adobe interpreter. Albertus Goudy Oldstyle Italic Albertus Italic Goudy Bold Albertus Light Goudy Bold Italic Antique Olive Roman Goudy Extra Bold Antique Olive Italic Helvetica Antique Olive Bold Helvetica Oblique Antique Olive Compact Helvetica Bold Apple Chancery Helvetica Bold Oblique...
  • Page 10 Symbol Univers 65 Bold Tekton Regular Univers 65 Bold Oblique Times Roman Univers 57 Condensed Times Italic Univers 57 Condensed Oblique Times Bold Univers 67 Condensed Bold Times Bold Italic Univers 67 Condensed Bold Oblique Times New Roman Univers 53 Extended Times New Roman Italic Univers 53 Extended Oblique Times New Roman Bold...
  • Page 11 This WorkCentre supports PCL5e and PCL XL color emulations that enable the features listed in the following table. Feature Description Job Name Job identifier Custom Paper Size Customer designated paper size – available only for Media Size Dimensions of paper Media Source Feed tray Output Location...
  • Page 12 PCL/PJL Implementation This section includes the PCL commands for specific features. The following table lists each feature and the PCL syntax required to use the feature. Following the table are examples of how to use these commands and the PCL file.
  • Page 13 Feature Implementation Values <ESC>&l int A Media Size Where int is one of the following: (continued) 2 = Letter (8.5 x 11) 3 = Legal (8.5 x 14) 6 = Ledger (11x17) 12 = B5 (JIS) 13 = A5 26 = A4 27 = A3 46 = B4 (JIS) 74 = 8Kai...
  • Page 14 Feature Implementation Values <ESC>&l int X Where int is: 1~999 Simplex @PJL SET DUPLEX = Where value1 = OFF (simplex) value1 <ESC>&l int S Where int is one of the following: 0 = simplex Duplex @PJL SET DUPLEX = Where value1 = ON (duplex) value1 Where value2 is one of the following: @PJL SET BINDING =...
  • Page 15 Feature Implementation Values Interleaving @PJL SET SLIPSHEET = Where value is one of the following: Paper value OFF = no slipsheet BLANK = blank slipsheet COPY = imaged slipsheet Where string is a maximum of 32 Accounting @PJL SET JOBATTR = characters (case sensitive) “@JOAU = string”...
  • Page 16: Sample Pcl Headers

    Sample PCL Headers Example 1 Header for Simple Print <ESC>%-12345X@PJL JOB MODE=PRINTER<CR><LF> @PJL COMMENT Beginning PCL Job<CR><LF> @PJL SET OUTBIN=MAINTRAY<CR><LF> @PJL SET QTY=1<CR><LF> @PJL SET RESOLUTION=600<CR><LF> @PJL SET JOBATTR=”@JOAU=Nagaoka” <CR><LF> @PJL ENTER LANGUAGE=PCL<CR><LF> PCL DATA ………. <ESC>%-12345X@PJL EOJ <CR><LF> Example 2 Header for Finishing Options <ESC>%-12345X@PJL JOB MODE=PRINTER<CR><LF>...
  • Page 17 Example 4 Header for Confidential Print <ESC>%-12345X@PJL JOB MODE=PRINTER<CR><LF> @PJL COMMENT Beginning PCL Job<CR><LF> @PJL SET OUTBIN=MAINTRAY<CR><LF> @PJL SET QTY=1<CR><LF> @PJL SET RESOLUTION=600<CR><LF> @PJL SET HOLD=STORE <CR><LF> @PJL SET HOLDKEY="1234"<CR><LF> @PJL SET USERNAME="Nagaoka" <CR><LF> @PJL SET JOBNAME="Job1" <CR><LF> @PJL ENTER LANGUAGE=PCLXL<CR><LF> PCL DATA ……….
  • Page 18: Pcl Fonts

    PCL Fonts The following PCL fonts are resident on the device. Each of the commands reference a 12-point font. If you wish to use any other point size, change the 12v to the desired size (.25 – 999.75). The commands listed use the default symbol set, Roman-8. To change the symbol set, include the alternate symbol set after the first <ESC>...
  • Page 19 Font Name PCL Escape Command Univers Medium Italic <esc>(<esc>(s1p12v1s0b4148T Univers Medium Condensed <esc>(<esc>(s1p12v4s0b4148T Univers Medium Condensed Italic <esc>(<esc>(s1p12v5s0b4148T Letter Gothic <esc>(<esc>(s1p12h0s0b4102T Letter Gothic Italic <esc>(<esc>(s1p12h1s0b4102T Letter Gothic Bold <esc>(<esc>(s1p12h0s3b4102T Times Roman <esc>(<esc>(s1p12h0s3b4102T Times Italic <esc>(<esc>(s1p12h0s3b4102T Times Bold <esc>(<esc>(s1p12h0s3b4102T Times Bold Italic <esc>(<esc>(s1p12h0s3b4102T Helvetica <esc>(<esc>(s1p12v0s0b24580T...
  • Page 20: Additional Information

    Other Tips about Xerox multifunction devices are available at the following URL: http://www.office.xerox.com/support/dctips/dctips.html. XEROX ®, The Document Company ®, the digital X ®, and all Xerox product names are trademarks of XEROX CORPORATION. Other trademarks belong to their respective owners.

This manual is also suitable for:

M123 workcentre

Table of Contents