Xerox Workcentre Pro 35 pcl codes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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!! :)
 
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.
 
Back
Top