× 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.



The following change pulls from the manual feed drawer(#1), but prints
portrait, I now need to make it print landscape.

Any suggestions on how to accomplish this would be appreciated.

Thanks Scott for your assistance.

:DWRSLT
DRAWER=PAPER
DATA ='1B266C3248'X.
:DWRSLT
DRAWER=ENVELOPE
DATA ='1B266C3768314F'X.
:DWRSLT
DRAWER=DRAWER1
DATA ='1B266C3148'X. <<<<<<<<<
:DWRSLT
DRAWER=DRAWER2
DATA ='1B266C3148'X.

-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Scott Klement
Sent: Friday, September 23, 2011 2:25 AM
To: Midrange Systems Technical Discussion
Subject: Re: RICOH WSCST object

Hi Michael,


I am trying to make *RICOHSP6330N printer pull paper from the manual
feed tray. I have tried several combinations of changes the :DWRSLT
parms will no success.

I'm not familiar with the *RICOHSP6330N. I've worked with other Ricoh
printers, though -- primarily the Aficio 2035. (Which is getting old,
now!)

When I started working with this stuff in 2005, Ricoh sent me a manual
with their PCL code specification. Not sure if it still applies to
today's printers, but it says this:

Paper Source Command is ESC & l <opt> H , where <opt> corresponds to an
option. Then, there's a table that lists the options.

The possible <opt> values for manual sheet feeder appear to be 2, 3 and
6.

I'm not exactly sure what you've tried, but in the example you posted
with the <<<<< marks, neither of them looks like a paper source command.

The first one, '1B266C3768314F'X, is ESC & l 7 o 1 O. I have no idea
what they might do. The second one is '1B266C3768'X which is ESC & l 7
o. I have no idea what these do??

I would suggest you try 1B266C3248, and if that doesn't work, try
1B266C3348, and 1B266C3648. The second byte from the right (32, 33 or
36 in these examples) is the only one you'd change to change the input
paper source. (32 is ASCII code for the number 2, 33 is the ASCII code
for the number 3, 36 is the ASCII code for the number 6.)

If that fails, keep trying more values (in ASCII from 0 - 40) or contact
Ricoh and ask them for a list of PCL codes for your printer so you can
tell which one you need.

Also, please be sure you are sending the right drawer from your program.

IF you change the WSCST for DRAWER1, and the program that you're
testing with specifies OVRPRTF DRAWER(2), it won't matter what you put
in the drawer1 spec!

Good luck
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at http://archive.midrange.com/midrange-l.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

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.