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

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