Printronix Integrated Network Interface Card Network Card User Manual


 
Chapter 12 Complete Command List
228
The new line at the bottom of the lpstate response labeled “printer
job:” can report one of two status values:
a. In Progress. A job in the printer is not yet finished.
b. Done. There are no jobs in the printer. All previous jobs are
finished.
Example:
store pserver opts jobsecurity jobtimeout 5
If jobsecurity is disabled, any user can cancel queued jobs
on the NIC including guest users. If jobtimeout is set to
some value other than 0, the NIC will only wait this amount of
seconds when getting printer feedback. This is only used if
you have a logpath port and type set on a particular destination.
store pserver tcpsocket <TCP-PORT> port <NEW-TCP-PORT>
Example:
store pserver tcpsocket 4000 port 5000
Change a pre-defined
TCP port number (<tcp-port>) on the
NIC to a new TCP port number (<new-tcp-port>). The default
number is 9100 for prn.
store pserver tcpsocket <TCP-PORT> dest <DEST>
Example:
store pserver tcpsocket 5000 dest d1prn
Assign a pre-defined TCP port number (<tcp-port>) to a
particular destination (<dest>) on the NIC. Therefore, if you are
using a print method that sends jobs directly to a TCP port
number, you still have the option to process the job data
through this destination setting.
store pserver tcpsocket add <TCP-PORT> dest <DEST>
Example:
store pserver tcpsocket add 9101 dest d2prn
Maps the port number to a destination.
store pserver tcpsocket del <TCP-PORT> dest <DEST>
Example:
store pserver tcpsocket del 9101 dest d2prn
Deletes a mapped port number destination already defined by
listed commands.