Using Different Printer Language Modes C
To change CONFIG.PS to specify different timeouts, substitute new values for 0 and 40 in the JobTimeOut and WaitTimeOut lines. Permitted timeout values are as follows:
■JobTimeOut: 0 to 999
■WaitTimeOut: 0, or 15 to 999
■ManualFeedTimeout: 0 to 999
■To specify no timeout, use 0
Note To avoid timeouts or job cancellation on Windows
In the following example, the timeouts are set to their default values.
3 dict begin /Password() def /JobTimeOut 0 def /WaitTimeOut 40 def
currentdict end setsystemparams 1 dict begin
currentpagedevice /ManualFeedTimeout known
{ /ManualFeedTimeout 60 def } if currentdict end setpagedevice
5.Use one of the following methods to send the file to the printer:
■PC users: Use the DOS COPY command, described on page
Or, use the Copy command in Windows File Manager, described on page
■Workstation users: Send the CONFIG.PS file to the printer as you would any PostScript file.
Printing Reference |