Editing Plotter

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
On December 20, 2009, someone (who?) donated a beautiful HP DraftMaster I pen plotter (HP P/N 7595A).
Someone (who?) donated a beautiful HP DraftMaster I pen plotter.


There's a Flickr set of [http://www.flickr.com/photos/lennyjpg/sets/72157622877308172/ somebody else's DraftMaster] for reference.
There's a Flickr set of [http://www.flickr.com/photos/lennyjpg/sets/72157622877308172/ somebody else's DraftMaster] for reference.
Line 9: Line 9:
* has a DB-25 that probably wants to speak HP-GL over RS-232
* has a DB-25 that probably wants to speak HP-GL over RS-232


spit something out to it:
We need:
dd if=/somefile of=/dev/ttyUSB0 bs=1
* pen holders
 
* paper
 
* software that emits HPGL
==Carousel setup==
* a paper holder (probably a wire cage) to catch the print as it finishes
[[Image:5763566793_8c8251d19f_o.jpg#file|plotter carousel pencap retracted|200px]]
[[Image:5763999946 7604492d97 o.jpg#file|plotter carousel pencapped | 200px]]
 
 
==Documentation==
* [http://www.hpmuseum.net/exhibit.php?hwdoc=81 Manuals and User Guides] and [http://www.hpmuseum.net/display_item.php?hw=81 product info], from HP museum.
 
HPGL Software:
* [http://www.inkscape.org/ Inkscape], a vector drawing program, can export HPGL.
* [http://sk1project.org/modules.php?name=Products&product=uniconvertor Uniconvertor] may be able to output HPGL.
* [http://www.gnu.org/software/hp2xx/ hp2xx], a hpgl to jpg converter for sanity checking.
 
* [http://www.draftingsteals.com/catalog-plotters---plotter-supplies-plotter-pens-rapidoplot-disposable-6820-series-e-style-plotter-p.html draftingsteals.com]
* [http://www.westnc.com/hp-plotter-pens.html wncsupply.com]
 
Wikipedia: [http://en.wikipedia.org/wiki/Plotter Plotter],  [http://en.wikipedia.org/wiki/HPGL HPGL]
 
 
Program that seems to work:
<PRE>
IN;
SC0,40,0,40;
SP7;
PU0,0;
PD100,0,100,100,0,100,0,0;
PU50,50;
CI25;
</PRE>
 
=Use It=
Settings:
* Your program needs to use DOS line endings (\r\n)
* Serial is 9600 8N1 on the PC side, plugged into the COMPUTER/MODEM port via a null modem cable
* SERIAL:
** DATAFLOW: REMOTE, STANDALONE
** PARITY: 1
** BAUD: 9600
** HARDWIRE: OFF
 
Using Inkscape:
* Load (or create) your vector graphic in Inkscape
* Prepare the image for printing:
* Scale the image (Inkscape mm units appear to work correctly)
* Flip the image horizontally (for some reason, the plotter is printing it backwards)
* Select 'save as', then 'HP Graphics Language'.
* Open this file in a text editor, and copy the text
* Paste the file into your terminal program, configured as above (CoolTerm in OS/X or Minicom in Linux)
* Enjoy your plot!
 
Example:
 
[[http://www.flickr.com/photos/cibomahto/5764101196/ Plotted Noisebridge Logo]]
[[HPGL for NoiseBridge Logo]]
Please note that all contributions to Noisebridge are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see Noisebridge:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel Editing help (opens in new window)