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

  1. !  Three D Graphics, Budlong, 88-01-26
  2. !  File HP7440.3PL
  3. Hewlett Packard 7440A ColorPro
  4. IBM Model 6180
  5. -------
  6. version          =PlotConfig v0.3
  7. resolution       =1016
  8. min_x            =0
  9. min_y            =0
  10. max_x            =10300
  11. max_y            =7650
  12. !                   These are HP provided values for 7440A, A-size paper.
  13. init_paper       =IN;PU0,0;VS
  14. !                   IN initializes
  15. !                   VS sets default velocity and acceleration
  16. init_film        =IN;PU0,0;VS10
  17. !                   VS10 sets 10 cm/sec, recommended by HP for transparencies
  18. !                   Acceleration is set up properly too, per HP.
  19. home             =PU0,0
  20. pen_up           =PU
  21. pen_down         =PD
  22. move             =PU;PA%x:1:10%,%y:1:10%
  23. draw             =PD;PA%x:1:10%,%y:1:10%
  24. max_pens         =8
  25. first_pen        =1
  26. select_pen       =SP%p:1:10%
  27. max_line_types   =7
  28. !                   Following line tyes are standard over all HP plotters.
  29. line_type_0      =LT
  30. !                   LT with no parameter is solid line
  31. line_type_1      =LT2,2
  32. !                   First 2 specifies line type that's short dashes
  33. !                   Second 2 specifies pattern pitch is 2% of diagonal distance
  34. !                    from P1 to P2. For A size this is 2%(12.3") = about .25"
  35. line_type_2      =LT6,2
  36. !                   6 = short dashes then 2 shorter dashes.
  37. line_type_3      =LT3,2
  38. !                   3 = long dashes
  39. line_type_4      =LT5,2
  40. !                   5 = long dashes then 1 short dash
  41. line_type_5      =LT4,2
  42. !                   4 = longest dash with following dot
  43. line_type_6      =LT1,1
  44. !                   1 = just dots. 2nd 1 gets pattern pitch (for this, the
  45. !                    distance between dots), to 1%, the smallest possible.
  46. terminate        =SP;IN;PU0,0;
  47. !                   SP with no parameter returns pen to stable.
  48. !                   IN politely sets up for the next guy, in case he forgot.
  49. !                   PU0,0 gets the pen holder out of the way, and presents
  50. !                   paper to operator standing in front.
  51.  
  52.