PCL tray selection command. Behaviour??

  • Thread starter Thread starter Jens Christiansen
  • Start date Start date
J

Jens Christiansen

Hi,

Which tray will a printer get the paper from if the data stream looks
somewhat like this:

[SelectTray0][SomePCLData][SelectTray1][EndOfJob]

Will the printer print from tray 0 or tray 1 ?

Thank you.
 
As I remember, the SomePCLData will be printed from Tray0 IF SomePCLData
includes a formfeed (conditional or unconditional).
If SomePCLData does NOT include any formfeed, it will print from Tray1, and
the SelectTray1 command will also trigger a conditional formfeed.
 
Back
Top