Printing to multiple trays

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Printing to multiple trays

#1 Post by rdonnay »

I'm working on a customer's print job that requires the job to print to 2 different trays.
It also has to switch between the trays in the middle of the job.

I added this capability to the DCPRINT system many years ago by incorporating DCPRINT STARTPAGE, DCPRINT PAPERBIN, and DCPRINT ENDPAGE, however I could never test it because I don't have a printer with multiple trays. I was sure that this worked because it was requested several times from eXpress++ users.

Is anyone using this feature? I can't get it to work.
The customer has a "HP Universal Printing PCL 6" printer.
It switches between portrait and landscape just fine, but won't switch between trays.
The eXpress train is coming - and it has more cars.

skiman
Posts: 1199
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

Re: Printing to multiple trays

#2 Post by skiman »

Hi Roger,

I'm switching between paperbins, but I always start/stop the printerjob.

With aprintOptions[40] := layout->paperbin I select the paperbin.

I suppose you know that the number of the paperbin isn't 1, 2, ... which would be logical, but can be different numbers. Paperbin 1 can be number 4.
Best regards,

Chris.
www.aboservice.be

User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Printing to multiple trays

#3 Post by rdonnay »

I suppose you know that the number of the paperbin isn't 1, 2, ... which would be logical, but can be different numbers. Paperbin 1 can be number 4.
Yes, I found that out on the HP website for the API.
No matter which numbers I use, everything prints in Tray 3.

I'll keep looking.
The eXpress train is coming - and it has more cars.

Post Reply