Apple 310 Printer User Manual


 
CHAPTER 2
LaserWriter Select 310 Software
Setting Compatibility Operators 25
setdefaulttimeouts 2
setidlefonts 2
setpassword 2
Syntax job manualfeed wait setdefaultimeouts –
Definition This operator establishes the default values for the three timeouts. It
returns the following:
system parameter jobtimeout for job
system parameter waittimeout for wait
manualfeedtimeout for manualfeed
Errors invalidaccess, rangecheck, stackunderflow, typecheck
Syntax mark font s
x
s
y
rot nchars ... setidlefonts –
Definition This operator expects the operand stack to contain up to 150 integers in
the range 0 through 255. The integers are delimited by a mark
immediately below them. Operator setidlefonts removes the mark
and the integers and remembers them permanently. The integers are
interpreted in groups of five that specify characters that are to be scan
converted while the LaserWriter Select 310 printer is idle. If the last set of
integers in the list is not a multiple of five at idle time, that group is
ignored. An empty list of integers, that is one with just a mark on top of
the operand stack, specifies that the standard set of characters is to be
scan converted.
Errors invalidaccess, limitcheck, rangecheck, typecheck,
unmatchedmark
Syntax old new setpassword bool
Definition This operator sets the system administrator password, controlling the
ability to escape from the server save/restore context and to make
persistent changes to system parameters or to the VM (virtual memory).
The operator requires two integer operands: the old password and the
new password. If old is the correct old password, setpassword changes
the password to new and returns true. Otherwise, after a delay of one
second, it returns false.
Standard value: 0
Error typecheck