home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p115 / 6.ddi / DEF / HPDM.DEF < prev    next >
Encoding:
Text File  |  1989-10-16  |  3.0 KB  |  68 lines

  1. BEGIN DDIF
  2. -------------------------------------------------------------------------
  3. -- DEVICE INFORMATION FILE  for Hewlett-Packard Draft Master plotter   --
  4. --         ( A , B , C , D , E-size) (used with HP7585B.DEV)           --
  5. --                       HP7595  DraftMaster I                         --
  6. --                       HP7596  DraftMaster II                        --
  7. -------------------------------------------------------------------------
  8. -- 10-15-89 JSM Added prefix & suffix string, port information, etc.
  9. -- 05-04-88  ALA - Update paper sizes again!!
  10. -- 07-17-87  TT  - Set COM1 as release port
  11. -- 07-09-87  KMM - Updated the paper sizes
  12. -- 07-06-87  TT  - Upgraded for rev 3.0
  13. ------------------------------------------------------------------------
  14. -- ******** Attention all programmers: you must document any ******** --
  15. -- ******** and all changes you make to this file at the top! ******* --
  16. ------------------------------------------------------------------------
  17.  
  18. 101 1  -- communications port number:
  19. --  0 = custom port configuration, see documentation for more information
  20. --  1 = COM1
  21. --  2 = COM2
  22. -- -1 = LPT1 (using BIOS) \
  23. -- -2 = LPT2 (using BIOS)  - these can be redirected by most networks
  24. -- -3 = LPT3 (using BIOS) /  (10k bits per second)
  25. -- -4 = LPT1 (using direct I/O) \
  26. -- -5 = LPT1 (using direct I/O) - These are very fast, but do not work
  27. --                                on all machines, and cannot be redirected
  28. --                                by any networks
  29. --                                (80k bits per second)
  30.    
  31.  
  32. 1  'D A B C E A4 A3 A2 A1 A0 BS' -- Paper size string (must have space at end)
  33. 105 0 0 0 0 0  0  0  0  0  0  0  -- XY axis rotation flag for each paper size
  34.                                  -- No rotation for DraftMaster.
  35.                                  -- Plotter will figure out which is X.
  36. -- Paper sizes
  37. 201     -16086  -10480   16086   10480  --D  mounted vertically
  38. 202      -4900   -3164    4900    3164  --A  mounted horizontally
  39. 203      -7474   -4934    7474    4934  --B  mounted vertically
  40. 204     -10500   -7410   10500    7410  --C  mounted horizontally
  41. 205     -21095  -16632   21095   16632  --E  mounted vertically
  42. 206      -5140   -3080    5140    3080  -- A4
  43. 207      -7120   -5140    7120    5140  -- A3
  44. 208     -11080   -7080   11080    7080  -- A2
  45. 209     -15500  -11080   15500   11080  -- A1
  46. 210     -22660  -16180   22660   16180  -- A0
  47. 211      -7250   -4900    7250    4900  -- BS
  48.  
  49. --  +--+----------- Smallest, largest pen numbers
  50. --  |  |  +-------- Do pen changing optimization  { good for plotters, }
  51. --  |  |  | +------ Do pen movement optimization  { bad for printers!  }
  52. --  V  V  V V
  53. 102 1  8  1 1
  54.  
  55. --    +-----+------ X,Y plotter units per inch
  56. --    V     V
  57. 103 1016  1016
  58.  
  59. 104 60           -- Max pen speed
  60.  
  61. -- Prefix string to sent before plot (use to setup plotter, switches, etc)
  62. --29  ''
  63. -- Suffix string to be sent after plot
  64. --30  ''
  65.  
  66. END DDIF
  67. END
  68.