I'm having a small issue I hope someone can point me in the right direction. I have a pcl file that needs to be duplexed and pull paper from 2 trays. The file came in simplex and with no paper source commands. I have written a script that adds the calls needed to do both. The problem is when I test 1 call seems to cancel the other out. If I get the duplex working then it wont pull paper from both trays. If I get the paper to pull from both trays it won't duplex. Perhaps I am putting the calls out of order? I have searched and can't find a hiearchy list of pcl5 commands. Can anyone point me to such a list?
What I am doing is turning on Duplex in the pcl header before page 1 using: hex '1B266C3153'. Then on each page I have:
Form Feed, Paper Source (page1 pulls from lower tray) hex '1B266C3448' (all other pages pull from Aux tray) hex '1B266C3548'. Next I send the page side commands as needed. For front side printing hex '1B26613147' and for back side I send print next side hex '1B26613047'.........are these calls out of order? Each works without the other call so I think the calls are correct. Any help would be appreciated.
What I am doing is turning on Duplex in the pcl header before page 1 using: hex '1B266C3153'. Then on each page I have:
Form Feed, Paper Source (page1 pulls from lower tray) hex '1B266C3448' (all other pages pull from Aux tray) hex '1B266C3548'. Next I send the page side commands as needed. For front side printing hex '1B26613147' and for back side I send print next side hex '1B26613047'.........are these calls out of order? Each works without the other call so I think the calls are correct. Any help would be appreciated.