× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I have an HP 3015 printer attached via Ethernet to our iseries as follows:


CRTDEVPRT DEVD(P8) DEVCLS(*LAN) TYPE(3812) MODEL(1) LANATTACH(*IP) +

PORT(9100) ATTACH(*DIRECT) ONLINE(*YES) FONT(011 *NONE) +

FORMFEED(*AUTOCUT) SEPDRAWER(*FILE) PRTERRMSG(*INQ) +

MSGQ(*CTLD) ACTTMR(170) INACTTMR(*SEC15) LINESPEED(19200) +

WORDLEN(8) PARITY(*NONE) STOPBITS(1) TRANSFORM(*YES) +

MFRTYPMDL(*RICOHAP3200) PPRSRC1(*LETTER) PPRSRC2(*NONE) +

ENVELOPE(*NONE) ASCII899(*YES) IMGCFG(*IMGA02) +

CHRID(*SYSVAL) RMTLOCNAME('192.168.0.200') +

SYSDRVPGM(*HPPJLDRV) TEXT('HP 3015') PUBLISHINF(*UNKNOWN +

*UNKNOWN *UNKNOWN *UNKNOWN *BLANK (*UNKNOWN))



It has 2 draws and a manual feed. Up to last Thursday, it was printing fine
from draw 3. Now, I cant get it to print to that draw. It keeps defaulting
back to drawer 1.



If I try printing to each draw via a pc, it works fine.



Can anyone tell me how to figure out why its not printing to the correct
drawer?



Program I used to test drawer printing.

pgm &draw



dcl &draw *char 1



if (&draw *eq '1') do

ovrprtf *prtf drawer(1) prttxt('tray 1') outq(p8)

dsplib cgi *print

dltovr *all

enddo



if (&draw *eq '2') do

ovrprtf *prtf drawer(2) prttxt('tray 2') outq(p8)

dsplib cgi *print

dltovr *all

enddo



if (&draw *eq '3') do

ovrprtf *prtf drawer(3) prttxt('tray 3') outq(p8)

dsplib cgi *print

dltovr *all

enddo


As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.