Xerox Workcentre Pro 35 pcl codes

G

Guest

Guest
Archived from groups: comp.periphs.printers (More info?)

Does anyone have the PCL codes for all trays of the
Xerox Workcentre Pro 35? I need to print simple dos
documents to specific trays.

Please help!! :)


--
Met vriendelijke groet,

Johan



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.817 / Virus Database: 555 - Release Date: 15-12-2004
 

Alan

Distinguished
Mar 31, 2004
839
0
18,980
Archived from groups: comp.periphs.printers (More info?)

On Fri, 17 Dec 2004 18:10:15 +0100, <nospam@nospam.nl> wrote:

>Does anyone have the PCL codes for all trays of the
>Xerox Workcentre Pro 35? I need to print simple dos
>documents to specific trays.
>

A PCL5 reference gives this:
The Output Bin Selection command selects either of the two output
paper bins (upper or lower [rear]) for paper output.
<esc>&l#G
# = 1 - Upper Output Bin
2 - Lower (Rear) Output Bin
Default = Upper Output Bin
Range = 1, 2

So try this, and if you have more than two trays, just see what
happens with # = 3, 4, etc.

Also you might try the PJL command OUTBIN:
OUTBIN Sets the default output bin.
values: UPPER, LOWER,
OPTIONALOUTPUTBIN1, . . .OPTIONALOUTPUTBIN62

PJL commands go before and after the PCL of the actual page. Most
printers that support PCL5 or above can use PJL.