Have you read the pdf that comes with the XTOOLS package?
Page 9 is exactly what you are asking. It literally steps you through the entire setup and has pictures.
If you have an issue with the directions in the pdf, reference where you can't follow, and provide explicit details with pictures of how it isn't working.
Hi Joe ,
I can now print form IBM i , but from the wrong tray. I want to print from tray 3.
How can i change the workstation customisation object
:DWRSLT
DRAWER=PAPER
DATA ='1B266C3748'X. /* esc&l7H Tray Auto Main Tray */
:DWRSLT
DRAWER=ENVELOPE /* Selected by *E1 in DRAWER of Printer file */
DATA ='1B266C333348'X. /* esc&l33H Tray Multi Purpose */
:DWRSLT
DRAWER=DRAWER1 /* this will point to Tray 1 */
DATA ='1B266C3448'X. /* esc&l4H */
:DWRSLT
DRAWER=DRAWER2 /* Is pointing to tray 2 but can be changed to tray */
DATA ='1B266C3148'X. /* 2 OR 3 esc&l1H */
regards
XRX7800 will do
Hi ,
Thanks for your reply.
I have installed the xerox tool. But in the source member field in the CRTXWSC command I can't find the C8055 printer.
I have the following models listed :
ASCIICP XRXM20I
POSTPEND11 XRXPE120
PREPEND11 XRXVLB
XRXALX XRXVLC
XRXCQ8570 XRXVLX
XRXCQ8700 XRXWCP
XRXCQ8900 XRXWC32XX
XRXCQ92XX XRXWC3550
XRXCQ93XX XRXWC4150
XRXC2424 XRXWC4250
XRXDXXX XRXWC4260
XRXM118 XRXWC4265
XRXM123 XRXWC5XX
XRXWC50XX XRXWC75XX
XRXWC5020 XRXWC76XX
XRXWC51XX XRXWC77XX
XRXWC52XX XRXWC78XX
XRXWC53XX XRXWC79XX
XRXWC56XX XRX3200MFP
XRXWC57XX XRX3250
XRXWC58XX XRX33XX
XRXWC59XX XRX33X5
XRXWC64XX XRX3300MFP
XRXWC72XX XRX3330
XRXWC73XX XRX3450
XRXWC74XX XRX3500
XRX36XX XRX6120
XRX3600 XRX6128MFP
XRX3635MFP XRX6130
XRX4025 XRX6140
XRX41XXCP XRX6180
XRX4400 XRX6250
XRX4500 XRX6280
XRX4510 XRX63XX
XRX4525 XRX65XX
XRX46XX XRX651X
XRX5400 XRX66XX
XRX55XX XRX6700
XRX55XXSTP XRX71XX
XRX7300
XRX7400
XRX7500
XRX7750
XRX7760
XRX7800
XRX8400
XRX85XX
XRX8550
XRX88XX
Which of the above printer can I chose to configure my Xerox Altalink C8055 MFP printer ?
regards
Paul
Xerox only supports AS/400 if you use their driver/WSCO library.
Instructions are in the zip included.
Hi ,
How can we configure a Xerox Altalink C8055 MFP on IBM i (AS400) ?
Which emulation (MFRTYPMDL) t do we have to use in the device description ?
Version of IBM i is V7R1
**Where x.x.x.x is the printer's IP address
For a LAN attached printer that has drawers:
CRTDEVPRT DEVD(PrinterName) DEVCLS(*LAN) TYPE(3812) MODEL(1) LANATTACH(*IP) PORT(9100)
ONLINE(*YES) FONT(11) FORMFEED(*AUTOCUT) PRTERRMSG(*INFO) INACTTMR(*SEC15)
TRANSFORM(*YES) MFRTYPMDL(*HP4 ????) RMTLOCNAME('x.x.x.x') SYSDRVPGM(*IBMSNMPDRV -or- *HPPJLDRV)
For a LAN attached continuous forms printer that is SNMP capable:
CRTDEVPRT DEVD(PrinterName) DEVCLS(*LAN) TYPE(3812) MODEL(1) LANATTACH(*IP) PORT(9100)
ONLINE(*YES) FONT(11) FORMFEED(*CONT) PRTERRMSG(*INFO) INACTTMR(*SEC15)
TRANSFORM(*YES) MFRTYPMDL(*HP4 ????) RMTLOCNAME('x.x.x.x') SYSDRVPGM(*IBMSNMPDRV)
Solved! Go to Solution.