Re: HPGL plotters (was Producing G code...)
Posted by
hal_eckhart
on 2004-05-19 20:32:38 UTC
On 5/19/04 11:37 PM, caudlet thom-at-tcaudle.com |yahoo| wrote:
and I finally figured out how to make the stupid thing just run some HPGL without any
other software or even a printer driver.
So the answer is... DOS! For a parallel port connected plotter, simply type the following at
the DOS prompt:
print "C:\dir\file.plt">lpt1
You can also run one liners using the syntax:
echo [string]>lpt1
for example
echo "PU0 0;">lpt1 # to go home
or
echo "PU10160 0;">lpt1 # to advance 10 inches
So much for progress.
>Most commercial plotters will not driveand also:
>directly from Windows even though most claim to be HPGL compatable.
>The solution has been to have a separate sign layout package that had
>the correct drivers for your cutter. Signtools negates the need for
>the separate package if all you do is make signs...
>Trouble is, that the generic HP driverOkay, I know this is getting pretty far off topic, but I just bought an ancient plotter/cutter,
>that used to ship with Windows stopped working in Windows 2000 and
>above.
and I finally figured out how to make the stupid thing just run some HPGL without any
other software or even a printer driver.
So the answer is... DOS! For a parallel port connected plotter, simply type the following at
the DOS prompt:
print "C:\dir\file.plt">lpt1
You can also run one liners using the syntax:
echo [string]>lpt1
for example
echo "PU0 0;">lpt1 # to go home
or
echo "PU10160 0;">lpt1 # to advance 10 inches
So much for progress.
Discussion Thread
garagefella
2004-05-19 11:48:23 UTC
Producing G code from a scan
caudlet
2004-05-19 13:09:04 UTC
Re: Producing G code from a scan
Dave Hylander
2004-05-19 13:46:08 UTC
Re: [CAD_CAM_EDM_DRO] Producing G code from a scan
Bob McKnight
2004-05-19 14:07:28 UTC
Re: [CAD_CAM_EDM_DRO] Producing G code from a scan
caudlet
2004-05-19 16:29:06 UTC
Re: Producing G code from a scan
caudlet
2004-05-19 16:39:19 UTC
Re: Producing G code from a scan
Yesamazza@a...
2004-05-19 16:43:02 UTC
Re: [CAD_CAM_EDM_DRO] Producing G code from a scan
Bob McKnight
2004-05-19 17:10:05 UTC
Re: [CAD_CAM_EDM_DRO] Re: Producing G code from a scan
Bob McKnight
2004-05-19 17:10:37 UTC
Re: [CAD_CAM_EDM_DRO] Re: Producing G code from a scan
caudlet
2004-05-19 17:41:54 UTC
Re: Producing G code from a scan
Alan Marconett
2004-05-19 18:18:49 UTC
Re: [CAD_CAM_EDM_DRO] Re: Producing G code from a scan
Bob McKnight
2004-05-19 19:30:50 UTC
Re: [CAD_CAM_EDM_DRO] Re: Producing G code from a scan
hal_eckhart
2004-05-19 20:32:38 UTC
Re: HPGL plotters (was Producing G code...)
Alan Marconett
2004-05-20 10:40:00 UTC
Re: [CAD_CAM_EDM_DRO] Re: HPGL plotters (was Producing G code...)