User manual

User’s Manual InterCon-PrintServer
116
port is busy. If the
MAXR
parameter is initialised with the value
0
, the script is
terminated.
In all other cases, (
MAXR > 0
) the data will once again de sent via FTP to the
printer after a delay time defined by the
WAIT
variable. After each try the loop
counter will be decremented and the delay time doubled. This continues until
the data is printed or the parameter
MAXR
becomes
0
; the script ends. If
MAXR
is initialised with the value of
-1
the script will only be terminated if the data
could be printed. The default setting
MAXR=10
determines a maximum wait time for a printer port marked free is 1024 seconds
(which is about 15 minutes).
H_PRESCR
: contains a string causing a prescribe-compatible printer to print all
LF
characters following as
CR+LF
characters
T_PRESCR:
contains a string causing a prescribe-compatible printer to print all
LF
characters following as
LF
characters
H_HPLJET:
contains a string causing a HP-LaserJet-compatible printer to print all
LF
characters following as
LF+CR
characters
T_HPLJET:
contains a string causing a HP-LaserJet-compatible printer to print all
LF
characters following as
LF
characters
HEADER:
contains a string which will be sent to the printer in front of each print job.
TRAILER:
contains a string which will be sent to the printer after each print job. This string
may be used to change the emulation of the printer or to tell the printer how to
interpret the
LF
(LineFeed) characters.