The PostScript Plotters

vcplt, vcpltg, vcplt600


Plotter Characteristics
     The HP DesignJet 1055 Plotters (vcplt, vcpltg)
     The Tektronix Phaser 600 Plotter (vcplt600)
Resolution Tips
Use of Background Colors
Charges
Using the Plotters from a Campus PC
Using the Plotters from UNIX
Using the Plotters from a Campus Mac
Tested Applications


Plotter Characteristics

The RCS plotters, vcplt, vcpltg, and vcplt600, accept PostScript jobs and are appropriate for large-format applications.
On all plotters, the paper roll is 36 inches wide, but your document width should be 34 inches or less.

Output from the plotters is placed in special bins next to the output racks in the VCC. Note that the plotters need time to produce quality output, so don't expect your output to appear very quickly.

The HP DesignJet 1055 Plotters (vcplt, vcpltg)

The HP DesignJet 1055CM inkjet printer produces output on continuous paper up to 72 inches long, with a minimum paper height of 11 inches. The paper width is 36 inches. This plotter has three "device options" for print quality: draft, normal (the default) and best. You also have the option of printing color as gray.

The plotter named vcplt (long name VC_HP_Plotter) is loaded with normal paper.

The plotter named vcpltg (long name VC_HP_Plotter_Glossy) is loaded with glossy paper. Be aware that glossy paper is very expensive! Check the Charges before you send a job to vcpltg. Also note that, since the glossy plots must be completely dry before they are rolled up, it can take an extra 3-6 hours for these plots to appear in the output racks. If you are in a hurry, do not use vcpltg.

The Tektronix Phaser 600 Plotter (vcplt600)

The Tektronix Phaser 600 printer uses solid ink (wax), producing waterproof output that looks somewhat glossy. The continuous paper is 36 inches wide and can be up to ten feet long. The plotter resolution is 300dpi.

This plotter has two "device options" for print quality: standard (the default) and enhanced.

Resolution Tips

Note that, although the resolution of the HP DesignJet 1055CM (vcplt, vcpltg) is 600dpi, you should create your graphics at 300dpi rather than 600dpi. The result will look just as good, and you will avoid problems caused by the huge job sizes of 600dpi graphics. On the other hand, if you have created graphics at screen resolution (usually 72 or 75 dpi), they will not look good when printed, no matter how high the resolution of the printer or plotter.

Use of Background Colors

Solid backgrounds use a tremendous amount of ink, and there is no guarantee that the result will be satisfactory. If your plot is large and has a solid color background, you may not like the result on the HP DesignJet (vcplt, vcpltg) due to the saturation of the paper. It is also possible that the plotter might run out of ink before finishing the plot. If you must have a solid background, you are more likely to achieve a good result with the Tektronix Phaser 600 plotter (vcplt600), which uses solid ink (wax). However, if the background color makes a gradual transition (as in many PowerPoint backgrounds), vcplt600 output may exhibit a banding effect, while the vcplt liquid ink plotter can create smoother transitions.
Back to Top

Charges

The fees for these plotter have been set to recover the cost of supplies. The charges depend on print quality, paper quality and color/gray, as shown below. The variations in print quality are achieved by different plotter speeds. In best (or enhanced) mode, the plotter prints very slowly and deliberately, resulting in greater accuracy and therefore improved appearance.
 
vcplt vcpltg vcplt600
$0.75/foot - grayscale/draft $1.75/foot - grayscale/draft $1.50/foot - color/standard
$1.00/foot - grayscale/normal $2.00/foot - grayscale/normal $1.75/foot - color/enhanced
$1.25/foot - grayscale/best  $2.25/foot - grayscale/best  
$1.25/foot - color/draft $2.25/foot - color/draft  
$1.50/foot - color/normal $2.50/foot - color/normal  
$1.75/foot - color/best  $2.75/foot - color/best   

Plotting costs are charged to your Bursar bill from Rensselaer.

Back to Top
Choosing a Paper SizeIt is also possible to select a custom paper size, making sure you

Using the Plotters from a Campus PC

To use the plotters from a Windows PC, you must be using a machine that has the appropriate printer installed. The computers in VCC South, VCC North, and Sage 4510 currently have the correct drivers for all three plotters, and the plan is to update all the public labs to include the plotters. If you would like to install the plotters on a private PC, click for instructions:
HP 1055CM PS    Phaser 600

If you are on a machine that has the correct driver, select Print from the File menu of your application. In the Print window, pull down the menu next to "Name:" and select the name of the plotter you want. Next, it is very important to choose the paper size for the plotter! If the paper size is not already set to an appropriate size, click on Properties and select the "Paper" tab, if there is one. On some versions of Windows there will not be a "Paper" tab; if this is the case, click on Advanced... and a window will appear that allows you to select the paper size. The printer drivers under Windows give you a list of sizes to choose from,  ranging from smaller than US letter to Architecture E (36' x 48") and larger. You may select one of the standard sizes or specify a custom size, keeping in mind that the width of the plotter paper is 36 inches, and the maximum height is 72 inches for vcplt and vcpltg and 10 feet (120 inches) for vcplt600. Note that, as a general rule, the width of your document should be 34" or less, and also that some applications require the document to be 2 inches less than the paper size in both width and height.

Standard paper sizes:  use this page to look up the dimensions of the standard paper sizes (ANSI C, ARCH E, A0, etc),  if the printer driver does not display them.

If you would like to change the print quality from the default of "Normal," you can do so from the Print window by first selecting the "Device Options" tab. Once you have selected the options you want, follow the usual procedure for printing your document, after making sure to set the document itself to an appropriate size from within the application.
   

Using the Plotters from UNIX

Use the UNIX command lpr to send a PostScript file to a plotter, specifying one of vcplt, vcpltg or vcplt600 on the -P option.
For example, to send the file "mygraphic.ps" to vcplt600, the command would be:
    lpr -Pvcplt600 mygraphic.ps
By default, output is color with "normal" or "standard" print quality. You can choose grayscale (vcplt, vcpltg) or specify print quality (pq) and paper size by using the -X option on the lpr command. The -X options are
    grayscale      (or greyscale)
    pq=fast        (or pq=draft)
    pq=normal
    pq=best
    paper=<width>x<height>  (e.g., paper=20x30 means 20 inches wide by 30 inches high)
For example, to choose grayscale and "best" print quality on vcplt, the UNIX command would be:
    lpr -Pvcplt -Xgrayscale,pq=best filename.ps
Note that the "paper" option is rarely needed because the application normally sets the paper size. If the application doesn't set the size, you can use the "paper" option to set it or accept the default paper size of 36"x17".

Back to Top

Using the Plotters from a Campus Mac

To use the plotter from a Macintosh, first use the Chooser to supply your RCS userid and password as follows:
  1. Select the Chooser option from the Apple menu.
  2. In the Chooser windows, select the AppleShare icon.
  3. The AppleTalk zone closest to the lab in which you are currently working should appear highlighted in the "AppleTalk Zones" field. If it does not, select the closest AppleTalk Zone. In the Biology Macintosh Lab, select rpi-public-160.
  4. From the list of file servers, select RCS Spooler server. Click OK.
  5. In the dialog box that appears, supply your userid and password; click OK.
  6. In the dialog box that appears, select the line with your userid on it if it is not already highlighted. Make sure no items have a checkmark next to them, and click OK. The RCS Spooler Server icon, which looks like a little devil or "printer daemon" labelled with your RCS userid, will appear on your desktop.
Still in the Chooser window, follow the steps below to select the plotter:
  1. Select the "LaserWr 8.3.4-rpi" icon in the Chooser window.
  2. Make sure the same Appletalk zone you first selected is highlighted.
  3. Select the plotter you want from the list on the right. (NOTE: there should be a color icon to the left of the plotter name; if it isn't there, printing is not likely to work.)
You can now close the Chooser and follow the usual procedure for printing your Macintosh document. In the Print dialog box there should be an "Options" button, allowing you to choose options for the plotter. Note, however, that some applications have trouble printing to large paper. Photoshop and PageMaker have been tested with good results.

If you have a private Macintosh without the "LaserWr 8.3.4-rpi" icon, you can install it yourself.
Click here for Instructions.

Back to Top

Tested Applications

A number of applications have been tested, and some of them require special instructions for good results. Click on the name of application below to see specific instructions for that application. If you do not find the application you wish to use in the list below, please check with the ARC consultants before sending a job to the plotter. ARC cannot provide refunds for unsupported, untested software or in cases where users did not follow the instructions.

Note: If you encounter problems (such as PostScript errors) when you send your job to a plotter, sometimes it helps to convert to PDF format and send to the plotter using Adobe Acrobat.

FrameMaker (Unix, PC)
LaTeX (Unix, PC)
Microstation (Unix)
PageMaker (Mac)
Photoshop (PC)
Photoshop (Mac)
PowerPoint (PC)
ProEngineer(Unix, PC)


Return to ARC home page.

Return to the the Printing page.


Please send comments and suggestions to
consult@rpi.edu