sburroughs
6th February 2009, 19:42
I am attempting to create a Baan device for a Xerox Phaser 6250 printer with two installed trays. One version of the device is to pull from tray 3, leagl paper, but I have tried several different hp_lj5si drivers that point to tray 3 but the printer consistently pulls from tray 2-letter paper. Any suggetions?

Han Brinkman
10th February 2009, 13:45
Do you have a programmers manual for that printer? You need to find out what escape sequence you need to send to the printer in order to use a specific tray. As soon as you know (test it with a simple ascii file) than you can apply it to the printer driver.

Regards,

bdittmar
10th February 2009, 19:43
I am attempting to create a Baan device for a Xerox Phaser 6250 printer with two installed trays. One version of the device is to pull from tray 3, leagl paper, but I have tried several different hp_lj5si drivers that point to tray 3 but the printer consistently pulls from tray 2-letter paper. Any suggetions?

Hello,

create two Drivers in $BSE/lib/printinf with different INIT PCL sequence.
One for BIN 1 and One for BIN 2

Assign this driver to your BaaN device eg:

XP6250-B1 for BIN 1
XP6250-B2 for BIN 2

Regards