View Single Post
  #2  
Old December 21st 04, 01:00 PM
Alan
external usenet poster
 
Posts: n/a
Default

On Fri, 17 Dec 2004 18:10:15 +0100, 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.