Gary Jackson wrote:
>
> I have a LaserJet 5SiMX that is networked and that has a duplexing unit.  I
> am running MPE/iX running 5.5 Express 1.  I have prepunched paper in tray 3
> and have told the printer, through the control panel, that I have done so.
> Now the problem:  using NPCONFIG I a am trying to tell the printer to use
> the paper in tray three using data_tray = 3 (see the last lines of NPCONFIG)
>
snip

I have a LJ 5SiMX with a duplexing unit, although I'm using a TCP connection
through Spoolmate (I'm on 5.0). On page B-4 of the 5SiMX manual it shows the
escape codes for paper source (among other things). The number for each tray
does not match the tray number itself. Here is the table:
        0 - prints/ejects current page
        1 - Tray 2
        2 - Manual Feed - paper
        3 - Manual Feed - envelope
        4 - Tray 3

Trying specifying 'data_tray = 4'. Good Luck

Mike Gabriel