|
![]()
The following process defines the parameters which must be set in order to be able to send a plot to the Calcomp. When the process is completed, the name of the file you chose to save your Calcomp configurations will show up in the plotter configuration window.
(For more details see section 1.1 below)
| No parity | |
| 8 bit/char | |
| internal clock | |
| serial | |
| 9600 baud | |
| pci mode | |
| term muting no | |
| checksum no | |
| Isochronus no | |
| EOM 13 | |
| direct control yes | |
| XOn/XOff no | |
| term baud 9600 | |
| full duplex | |
| sync code 2 | |
| sync code value 22 |
--Erich Van Sanford, April 1998
| enable | permits print-jobs in the que to be sent to the printer |
| disable | stops print-jobs in the que from being sent to the printer |
| accept | allows pc's to send print-jobs to the que (spooling) |
| reject | prevents pc's from being able to be send print-jobs to the que. |
| cancel -e que-name | deletes the whole que. |
Note: The accept, reject, and cancel -e commands can NOT be issued from the 'operator' account. They can only be issued from the 'root' account.
Typical solutions for not printing:
| boot mpx box (if device is on mpx) | |
| disable / enable | |
| reject / accept | |
| delete the first job in the que |
MPX box--a box which has ethernet input, and serial/parallel output. We use it to connect output devices such as the HP Plotters, the Calcomp Plotter, Laser Printers, and the Phaser Color Printer that do not have an ethernet port to our printserver. To boot the MPX box, turn the power off, then back on again.
If a printer has not been printing for over an hour or so, and has accumulated several dozen print jobs, it may make sense to delete the large que. Many of the customers may have left, or attempted to print else where.
![]()
If someone sends a bad print job from the print spooler as follows:
All of the above commands are case sensitive, meaning they must be typed upper and lower case as shown.
![]()
| j | scroll down |
| k | scroll up |
| l | move right |
| i | insert mode (to type) |
| esc | out of insert mode |
| x | delete |
| : | command prompt |
| wq | write and quit |
| q! | quit w/o saving |
Go to vi Editor Commands
![]()
| \\bacsp1.inre.asu.edu\bac16pr1 |
| \\cc102sp1.inre.asu.edu\cc102pr1 |
![]()
To print a job from the Unix system to Mac Printer HP #2 type:
lp filename
To print to GWC Printer HP #3 type: lp -d gwc185pr3 filename
| lp filename--The default print command output goes to the defaulted printer. | |
| lp -d gwc185pr3 filename--The command to specify a destination -d allows specifying a printer other than default. | |
| lpstat -s--Lists the default printer, and also any other printers defined for the server. |
![]()