home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 124.img / DYNAPER2.ZIP / HP7400.PLT < prev    next >
Text File  |  1987-02-04  |  603b  |  21 lines

  1. HP-GL Plotter 7400 series
  2. COM1 9600 8 1 NONE
  3.  
  4.     8 H N 1000 2 0 0 $ pens speed roll min size [x y] xoffs yoffs 
  5.     $e.M0;0;0;13;0;0:$e.I150;0;17:$e.N;19:$e.@;0:IN;$03DF;$03$    initialize
  6.     VS10$            low speed
  7.     VS23$            high speed
  8.     PA 0,0$03SP 0$03$    plot end command
  9.     $            new pen command,line type command sepalater
  10.     SP$            new pen command
  11.     LT$            line type command
  12.     PA $            move line start point command
  13.     PD $            draw line command
  14.     PU $            line end command
  15.     $            solid line
  16.     1,0.2$            dash line (short)
  17.     2,1$            dash line (middle)
  18.     3$            dash line (long)
  19.     4$            dash dot line
  20.     6,2$            dash dot dot line
  21.