Printer delay before final form feed


 
Thread Tools Search this Thread
Operating Systems AIX Printer delay before final form feed
# 1  
Old 03-03-2010
Printer delay before final form feed

Hi,

I am new to printing with Unix (AIX on HP).

I am printing from a COBOL program.

On our test system the page prints and does a Form Feed to the next page. This is good.

When I release the program to our customer it prints the page but waits 5 or more seconds before doing a page throw. They say the the final FF delay is unacceptable.


Any ideas where to start? I have experimented with SEQUENTIAL and LINE SEQUENTIAL files but I feel that it is a configuration issue (BSD queue).

Name of queue qrintronix
ACTIVATE the queue? yes +
Queuing DISCIPLINE first come first serve +
ACCOUNTING FILE pathname [FALSE] /
HOSTNAME of remote server [printronix]
Name of QUEUE on remote server [d1prn]
Pathname of the SHORT FORM FILTER for queue [/usr/lib/lpd/bsdshort] +/
status output
Pathname of the LONG FORM FILTER for queue [/usr/lib/lpd/bsdlong] +/
status output

Regards,
Andrew
# 2  
Old 03-04-2010
Have you tried adding a form feed just before closing the print file. Test if doing this will cause the printer to immediately do a form feed, and then not add its own form feed when it (the printer) finally realizes there is no more data coming and goes to top of form.
# 3  
Old 03-04-2010
Thanks for that. I just tried it (WRITE NOTE-PRN-REC BEFORE ADVANCING PAGE) and it gives me the required form feed immediately - but then it throws another (unwanted) page...

Regards,
Andrew
# 4  
Old 03-04-2010
Are you printing one page at a time (invoice/packing slip/etc)? Is there a tear off function on the printer? If you tear off the printed form, and press the top of form button on the printer, does the printer suck the unprinted form back so that no forms are actually wasted. And is this behavior different than the test printer that you used?

Jack
# 5  
Old 03-04-2010
Hi Jack,
This is a Delivery Note print program. Sometimes one Delivery Note (running to 1 or more pages) is printed, sometimes many Notes (many spool files with around 1-5 pages each) are printed. The printer (a Printronix PSA3) does not suck unprinted forms back. The development printer and customer printer are the same model.

Regards,
Andrew
# 6  
Old 03-04-2010
Since the print method is LPR/LPD is it possible to print on the production printer from the test cpu and on the test printer from the production cpu?
Is there a way to stop the printing from starting until the file is completely received by the printer. In other words bury the 5 seconds in the beginning of the print job.
# 7  
Old 03-08-2010
Thanks for your advice. I am not sure how to do that at the moment. I think I will now try to get a queue set up in my office that exactly mimics the customer's queue. If I can reproduce the problem I may be able to spot the difference(s) between the queue configurations. If not, I will follow up your suggestion. Many thanks.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Insert FF (feed form) in text file so that when printing the printer print on a new page accordingly

Hello. First happy new year to everybody. I have a script that generate a text file ( /tmp/part_list.txt for example ). This file can be edited using a kde graphical text editor like kate or kwrite The file can be printed out from command line or within the text editor using the print... (5 Replies)
Discussion started by: jcdole
5 Replies

2. Shell Programming and Scripting

Transpose Data form Different form

HI Guys, I have data in File A.txt RL03 RL03_A_1 RL03_B_1 RL03_C_1 RL03 -119.8 -119.5 -119.5 RL07 RL07_A_1 RL07_B_1 RL07_C_1 RL07 -119.3 -119.5 -119.5 RL15 RL15_A_1 RL15_C_1 RL15 -120.5 -119.4 RL16... (2 Replies)
Discussion started by: asavaliya
2 Replies

3. Shell Programming and Scripting

replace last form feed with line feed

Hi I have a file with lots of line feeds and form feeds (page break). Need to replace last occurrence of form feed (created by - echo "\f" ) in the file with line feed. Please advise how can i achieve this. TIA Prvn (5 Replies)
Discussion started by: prvnrk
5 Replies

4. UNIX for Dummies Questions & Answers

Disable form feed on a serial printer connected to Sco OpenServer

I connected a serial printer to my scoOpenServer which works great. I was able to disable the banner in the interface of the printer. However i am unable to find the command in the interface to disable the formfeed . Below is a copy of the interface file. Please can anyone instruct me on how to... (0 Replies)
Discussion started by: scoman2
0 Replies

5. UNIX for Dummies Questions & Answers

Form Feed...

Hi, I've a text file that has a formfeed character at the beginning. I want to get rid of this formfeed character using sed. But I don't know how to specify the formfeed character. I've tried \014 (octal for formfeed), \f but still not works. Regards, Johnny (5 Replies)
Discussion started by: johnny_woo
5 Replies

6. UNIX for Advanced & Expert Users

Changing Unix form to Microsoft Word form to be able to email it to someone.

Please someone I need information on how to change a Unix form/document into a microsoft word document in order to be emailed to another company. Please help ASAP. Thankyou :confused: (8 Replies)
Discussion started by: Cheraunm
8 Replies
Login or Register to Ask a Question