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



Scott,

Using spool files in QEZJOBLOG as test spool files:

The original *WSCST object pulls from drawer 2, prints in landscape.

The modified *WSCST object pulls from drawer 1, prints in portrait

The goal is to make drawer 1, look like drawer 2 in all respects.

Michael

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

Michael,

You shouldn't have to change your WSCST to get portrait/landscape to
work right. These are the same on all PCL printers (unlike paper
drawers), so the stock WSCST should be fine.

You should be able to code the "Page Rotation" (PAGRTT) keyword on the
CRTPRTF or OVRPRTF command in your programs to control the page
rotation.

It can be PAGRTT(0), PAGRTT(90), PAGRTT(180) or PAGRTT(270). The number
is a number of degrees of rotation... I believe PAGRTT(0) is portrait,
and PAGRTT(270) is landscape. But, you can experiment to get the right
value.


On 9/23/2011 7:22 AM, Michael Smith wrote:
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.


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