Manual Xerox M123

20 pages 0.18 mb
Download

Go to site of 20

Summary
  • Xerox M123 - page 1

    W orkCen tre M1 28/M123 R efere nce Gui de Page 1 dc05cc0364 Xerox DocuColor Accessing Extended Features Overview This document enables you to access t he extended features of the WorkCentre M128/M123 in environments whe r e Xerox does not provide a custom drive r. NOTE: Some of the commands and syntax used in this documents re quires familiarity w ...

  • Xerox M123 - page 2

    Page 2 W orkCen tre M1 28/M12 3 Refer ence Guide dc05cc0364 PostScript This WorkCe ntre supp orts PostScript 3 commands that enable the feature s listed in the following tabl e. Feature Description Media Size Physical paper (media) size (wi dth and height) Media Direction Feed direction of paper Media Source Feed tray Media Source from SMH Specify ...

  • Xerox M123 - page 3

    W orkCen tre M1 28/M123 R efere nce Gui de Page 3 dc05cc0364 Feature Description Separation Color Names Specify the process colorant name. Separation Order Specify the order of pr ocess colorant name. Use CIE Color Specify to apply CIE-based color spa c e through color conversi on PostScript Implementation This section des c ribes the PostScript co ...

  • Xerox M123 - page 4

    Page 4 W orkCen tre M1 28/M12 3 Refer ence Guide dc05cc0364 Feature Implementation Values [459 649] = C5 [340 666] = Tyoukei You 3 Media Direction <</LeadingEdge int >> setpagedevice Where int is one of the following: 0 = Short Edge; top of page in portrait orientation. 1 = Long Edge; left side of page i n portrait orientation. 2 = Shor ...

  • Xerox M123 - page 5

    W orkCen tre M1 28/M123 R efere nce Gui de Page 5 dc05cc0364 Feature Implementation Values Media Selection <</DeferredMediaSel ection value >> setpagedevice Where value is one of the following: true* = Deferred media sel ection by output device (more powerful and flexible media selection) false = Immediate media selection by strict setp ...

  • Xerox M123 - page 6

    Page 6 W orkCen tre M1 28/M12 3 Refer ence Guide dc05cc0364 Feature Implementation Values Quantity <</NumCopi es value >> setpagedevice Where value is one of the following: integer from 1 to 9999: number of copies null: Not specified Collation <</Collate value >> setpagedevice Where value is one of the following: true = coll ...

  • Xerox M123 - page 7

    W orkCen tre M1 28/M123 R efere nce Gui de Page 7 dc05cc0364 Feature Implementation Values Process Color Model <</ProcessColorModel name >> setpagedevice Where name is one of the following: /DeviceGray /DeviceRGB (with Separations true) /DeviceCMYK (with Separations true) /DeviceCMY (with Separations true) /DeviceRGBK (with Separations ...

  • Xerox M123 - page 8

    Page 8 W orkCen tre M1 28/M12 3 Refer ence Guide dc05cc0364 Sample PostScript Headers Example 1 Header for Simple Print %!PS Example 2 Header for Finishing (Letter paper , duplex, 10 copies with collation, stapling with lef t-upper single and stacke r tray for output bin) %!PS <</PageSize [612 792]>>setpagedevice <</Duplex true /T ...

  • Xerox M123 - page 9

    W orkCen tre M1 28/M123 R efere nce Gui de Page 9 dc05cc0364 PostScript Fonts The following PostScript font s are resident with Adobe interpreter . Albertus Albertus Italic Albertus Light Antique Olive Roman Antique Olive Italic Antique Olive Bold Antique Olive Compact Apple Chancery Arial Arial Italic Arial Bold Arial Bold Italic ITC Avant Garde G ...

  • Xerox M123 - page 10

    Page 10 W orkCen tre M1 28/M12 3 Refer ence Guide dc05cc0364 Symb ol T ekton Regular T imes Roman T imes Italic T imes Bold T imes Bold Italic T imes New Roman T imes Ne w Roman Italic T imes New Roman Bold T imes Ne w Roman Bold Italic Univers 45 Light Univers 45 Light Oblique Univers 55 Univers 55 Oblique Univers 65 Bold Univers 65 Bold Oblique U ...

  • Xerox M123 - page 11

    W orkCen tre M1 28/M123 R efere nce Gui de Page 11 dc05cc0364 PCL This WorkCe ntre supports PCL5e and PCL XL color emulations that enable th e features listed in the following table. Feature Description Job Name Job identifier Custom Paper Size – available only for PCL Customer designated pa per size Media Size Dimensions of paper Media Source Fe ...

  • Xerox M123 - page 12

    Page 12 W orkCen tre M1 28/M12 3 Refer ence Guide dc05cc0364 PCL/PJL Implementation This section include s the PCL commands for specific features. The following table list s each feature and the PCL syntax required to use the feature. Following the table are exa mples of how to use these commands and the PCL file. Refer to these reference materials ...

  • Xerox M123 - page 13

    W orkCen tre M1 28/M123 R efere nce Gui de Page 13 dc05cc0364 Feature Implementation Values Media Size (continued) <ESC>&l int A Where int is one of the following: 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 131 = 16Kai Media Source @PJL SET MEDIASOURCE = valu ...

  • Xerox M123 - page 14

    Page 14 W orkCen tre M1 28/M12 3 Refer ence Guide dc05cc0364 Feature Implementation Values <ESC>&l int X Where int is: 1 ~ 999 Simplex @ PJL SET DUPLEX = value1 Where value1 = OFF (simplex) <ESC>&l int S Where int is one of the following: 0 = simplex Duplex @PJL SET DUPLEX = value1 @PJL SET BINDING = value2 Where value1 = ON ( ...

  • Xerox M123 - page 15

    W orkCen tre M1 28/M123 R efere nce Gui de Page 15 dc05cc0364 Feature Implementation Values Interleaving Paper @PJL SET SLIPSHEET = value Where value is one of the followi ng: OFF = no slipsheet BLANK = blank slipsheet COPY = imaged slipsheet Accounting @PJL SET JOBATTR = “@JOAU = string ” Where string is a maximum of 32 characte rs (case se ns ...

  • Xerox M123 - page 16

    Page 16 W orkCen tre M1 28/M12 3 Refer ence Guide dc05cc0364 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> ...

  • Xerox M123 - page 17

    W orkCen tre M1 28/M123 R efere nce Gui de Page 17 dc05cc0364 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 HOL ...

  • Xerox M123 - page 18

    Page 18 W orkCen tre M1 28/M12 3 Refer ence Guide dc05cc0364 PCL Fonts The following PCL fonts ar e reside nt 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, Ro man-8. To change the symbol set, ...

  • Xerox M123 - page 19

    W orkCen tre M1 28/M123 R efere nce Gui de Page 19 dc05cc0364 Font Name PCL Escape Command Univers Medium It alic <esc>(<esc>(s1p12v1s0b4148T Univers Medium Conde nsed <esc>(<esc>(s1p12v4s0b4148T Univers Medium Conde nsed It alic <esc>(<esc>(s1p12v5s0b4148T Letter Gothic <esc>(<esc>(s1p12h0s0b4102T Le ...

  • Xerox M123 - page 20

    Page 20 W orkCen tre M1 28/M12 3 Refer ence Guide dc05cc0364 Additional Information Xerox Customer Support wel comes feedback on all documentation - send feedback via e-mail to: USA.DSSC.Doc.Feed back@mc.usa.xerox.com . You can reach Xerox Cust omer Support at 1-800-821-2797 (USA), TTY 1-800-855-2880 or at http://www.xerox .com . Other Tips about X ...

Manufacturer Xerox Category All in One Printer

Documents that we receive from a manufacturer of a Xerox M123 can be divided into several groups. They are, among others:
- Xerox technical drawings
- M123 manuals
- Xerox product data sheets
- information booklets
- or energy labels Xerox M123
All of them are important, but the most important information from the point of view of use of the device are in the user manual Xerox M123.

A group of documents referred to as user manuals is also divided into more specific types, such as: Installation manuals Xerox M123, service manual, brief instructions and user manuals Xerox M123. Depending on your needs, you should look for the document you need. In our website you can view the most popular manual of the product Xerox M123.

Similar manuals

A complete manual for the device Xerox M123, how should it look like?
A manual, also referred to as a user manual, or simply "instructions" is a technical document designed to assist in the use Xerox M123 by users. Manuals are usually written by a technical writer, but in a language understandable to all users of Xerox M123.

A complete Xerox manual, should contain several basic components. Some of them are less important, such as: cover / title page or copyright page. However, the remaining part should provide us with information that is important from the point of view of the user.

1. Preface and tips on how to use the manual Xerox M123 - At the beginning of each manual we should find clues about how to use the guidelines. It should include information about the location of the Contents of the Xerox M123, FAQ or common problems, i.e. places that are most often searched by users in each manual
2. Contents - index of all tips concerning the Xerox M123, that we can find in the current document
3. Tips how to use the basic functions of the device Xerox M123 - which should help us in our first steps of using Xerox M123
4. Troubleshooting - systematic sequence of activities that will help us diagnose and subsequently solve the most important problems with Xerox M123
5. FAQ - Frequently Asked Questions
6. Contact detailsInformation about where to look for contact to the manufacturer/service of Xerox M123 in a specific country, if it was not possible to solve the problem on our own.

Do you have a question concerning Xerox M123?

Use the form below

If you did not solve your problem by using a manual Xerox M123, ask a question using the form below. If a user had a similar problem with Xerox M123 it is likely that he will want to share the way to solve it.

Copy the text from the picture

Comments (0)