home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a099 / 1.ddi / DRIVERS / HIDMP52M.3PL < prev    next >
Encoding:
Text File  |  1988-07-25  |  1.8 KB  |  52 lines

  1. !---------------------------------------------------------
  2. !  Three D Graphics, Kai Krause (29-Dec-87)
  3. !  File HIDMP52M.3PL
  4. !  Houston Instruments DMP-52 (Aech. sizes, + DIN sizes)
  5. !  88-1-1, Updated by Budlong
  6. !---------------------------------------------------------
  7. Houston Instruments DMP-52 MP
  8. -------
  9. version          =PlotConfig v0.3
  10. resolution       =1000
  11. min_x            =0
  12. min_y            =0
  13. max_x            =36000
  14. max_y            =24000
  15.  
  16. init_paper       =;:HAEC1,V16,
  17. !                   ;: sets I/O mode 1 - for XON/XOFF and hardware handshake.
  18. !                   H moves pen to home position, and, raises the pen.
  19. !                   A sets absolute addressing mode.
  20. !                   EC1, sets addressing to 1000 points/inch.
  21. !                   V16, sets velocity to max - 16 ips/
  22. init_film        =;:HAEC1,V4,
  23. !                   V4 sets velocity to 4 ips, for transparencies.
  24. home             =H
  25. pen_up           =U
  26. pen_down         =D
  27. move             =U%x:1:10%,%y:1:10%,
  28. draw             =D%x:1:10%,%y:1:10%,
  29.  
  30. max_pens         =7
  31. !                   The plotter can actually handle 14 pens, but the addressing
  32. !                   is non-algorithmic beyond 7. Perspective can't address them.
  33. first_pen        =1
  34. select_pen       =P%p:1:10%,
  35.  
  36. max_line_types   =7
  37. !                   System allow max of 7 line types.
  38. line_type_0      =L0,
  39. !                   Solid line.
  40. line_type_1      =L1,
  41. !                   Dotted line.
  42. line_type_2      =L2,
  43. !                   Shortest dashes.
  44. line_type_3      =L3,
  45. line_type_4      =L4,
  46. line_type_5      =L5,
  47. line_type_6      =L6,
  48. !                   Longest dashes.
  49.  
  50. terminate        =EC5,l0,S(S1,G0,NI,X1,Y0),P0,@,
  51. !                   Termination sequence recommended by Houston.
  52.