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

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