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

  1. BEGIN DDIF
  2. -------------------------------------------------------------------------
  3. -- DEVICE INFORMATION FILE  for Hewlett-Packard 7585B, 7586B plotter   --
  4. --                          (7585A, 7586B not supported) (E-Series)    --
  5. --                                                                     --
  6. -------------------------------------------------------------------------
  7. -- 10-15-89 JSM Added prefix & suffix string, port information, etc.
  8. -- 5-23-88 ALA- Adjust 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  'D A B C E A4 A3 A2 A1 A0 BS  ' -- Paper size string (must have space at end)
  31. 105 0 1 0 1 0  1  0  1  0  0  1    -- XY axis rotation flag for each paper size
  32.  
  33. -- Paper sizes
  34. 201     -16086  -10480   16086   10480  -- D
  35. 202      -4900   -3164    4900    3164  -- A
  36. 203      -7474   -4934    7474    4934  -- B
  37. 204     -10500   -7410   10500    7410  -- C
  38. 205     -21095  -16632   21095   16632  -- E
  39. 206      -5140   -3080    5140    3080  -- A4
  40. 207      -7120   -5140    7120    5140  -- A3
  41. 208     -11080   -7080   11080    7080  -- A2
  42. 209     -15500  -11080   15500   11040  -- A1
  43. 210     -22660  -16180   22660   16180  -- A0
  44. 211      -7250   -4900    7250    4900  -- BS
  45.  
  46. --  +--+----------- Smallest, largest pen numbers
  47. --  |  |  +-------- Do pen changing optimization  { good for plotters, }
  48. --  |  |  | +------ Do pen movement optimization  { bad for printers!  }
  49. --  V  V  V V
  50. 102 1  8  1 1
  51.  
  52. --    +-----+------ X,Y plotter units per inch
  53. --    V     V
  54. 103 1016  1016
  55.  
  56. 104 60           -- Max pen speed
  57.  
  58. -- Prefix string to sent before plot (use to setup plotter, switches, etc)
  59. --29  ''
  60. -- Suffix string to be sent after plot
  61. --30  ''
  62.  
  63. END DDIF
  64. END
  65.