![]() |
HPLASEII.PRS And The Inmac Net Controller Plu |
The information in this document applies to:
WordPerfect® 5.1 for DOS
Problem
Solutions: A customer modified his HPLASEII.PRS file to talk to his printer through his Inmac Net Controller Plus. (This switch box is also marketed under other names by other communications equipment vendors.) The changes he made would work in any .PRS file for any printer. 1. Initialize the two printer definition integer Variables, isfv and jsjv, to zero 2. Create a Printer Definition function variable called sjvend. Here's what it looks like: isjv:=1 WHILE(isjv<=4444) jsjv:=((isjv/35)-66)/(isjv) isjv+=1 ENDWHILE The purpose of sjvend is to create a delay of slightly more than one second. The customer does a bunch of meaningless arithmetic to bog down his PC a bit. On a PS/2-50 repeating the loop 4444 times produces about the right amount of delay. 3. Insert the following at the front of the command for Initialize at start of Print Job: "@@/T1/L3@". The quotes are included. The T1 command sets the timeout to one second, and the L3 specifies that he wants to print to port number three. 4. Insert the following at the back of the commands for Reset at End of Print Job: sjvend "@@/U@". The sjvend command causes a delay of over one second which allows the Net Controller to time out. Then the U command unassigns the port. *This information is given as a troubleshooting option. |
Answer:
Details:
Product specifications, packaging, technical support and information (*Specifications*) refer to theUnited States retail English version only. Specifications for other versions may vary. All Specifications, claims, features, representations, and/or comparisons provided are correct to the best of our knowledge of the date of publication, but are subject to change without notice.OUR MAXIMUM AGGREGATE LIABILITY TO YOU AND THAT OF OUR DEALERS AND SUPPLIERS IS LIMITED. IT SHALL NOTEXCEED THE AMOUNT YOU PAID TO ACCESS THE INFORMATION. SEE LEGAL DISCLAIMER. |