This is a discussion on RE: LG12 Line Printer - VMS ; Ira, Sorry I didn't read your original message closely enough. Have you tried adding /DEFAULT=FEED to the queue initialization command? If that doesn't work, you might try this: 1. Add a module to your device control library containing a single ...
Ira,
Sorry I didn't read your original message closely enough.
Have you tried adding /DEFAULT=FEED to the queue initialization
command?
If that doesn't work, you might try this:
1. Add a module to your device control library containing a single
formfeed. If you already have a RESET form that does this, it
will do.
2. Define a print form such as:
$ DEFINE/FORM/SETUP=module_name LG12_DEFAULT
3. Make that the default form for the queue:
$ INITIALIZE/QUEUE/DEFAULT=(FORM=LG12_DEFAULT) queue_name
I hope this helps.
Dale
> -----Original Message-----
> From: Ira Melamed - Database Administrator
> [mailto:MELAMEIS@FARMINGDALE.EDU]
> Sent: Monday, August 28, 2006 1:16 PM
> To: info-tcpware@process.com
> Cc: MELAMEIS@FARMINGDALE.EDU
> Subject: Re: LG12 Line Printer
>
> Thanks for your suggestion.
>
> We had already tried that approach, but as you indicate that
> is designed to
> send a form feed to the printer between *jobs*.
>
> We need a form feed between each file of a single job (print
> command). For
> example, in "print/copies=3 test.lis"; we need a form feed
> between copy one and
> two and another, form feed between copy two and three. We
> managed to get the
> LG12 to form feed after the final copy of each job, by
> configuring a "logical
> printer" using the LG12's web panel interface.
>
> Any other thoughts would be appreciated...