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

  1. BEGIN DDIF
  2. -------------------------------------------------------------------------
  3. -- DEVICE INFORMATION FILE  for Hewlett-Packard 7470A plotter (A size) --
  4. --                                                                     --
  5. --                                                                     --
  6. -------------------------------------------------------------------------
  7. -- 10-15-89 JSM Added prefix & suffix string, port information, etc.
  8. -- 7-17-87 TT - Set COM1 as release port
  9. -- 7-06-87 TT - Upgraded for rev 3.0
  10. ------------------------------------------------------------------------
  11. -- ******** Attention all programmers: you must document any ******** --
  12. -- ******** and all changes you make to this file at the top! ******* --
  13. ------------------------------------------------------------------------
  14.  
  15. 101 1  -- communications port number:
  16. --  0 = custom port configuration, see documentation for more information
  17. --  1 = COM1
  18. --  2 = COM2
  19. -- -1 = LPT1 (using BIOS) \
  20. -- -2 = LPT2 (using BIOS)  - these can be redirected by most networks
  21. -- -3 = LPT3 (using BIOS) /  (10k bits per second)
  22. -- -4 = LPT1 (using direct I/O) \
  23. -- -5 = LPT1 (using direct I/O) - These are very fast, but do not work
  24. --                                on all machines, and cannot be redirected
  25. --                                by any networks
  26. --                                (80k bits per second)
  27.    
  28. 1  'A A4 AY  '   -- Paper size string (must have space at end)
  29. 105 0 0  1       -- XY axis rotation flag for each paper size
  30.  
  31. -- Paper sizes
  32. 201  0       0   10300    7650  -- A size
  33. 202  0       0   10900    7650  -- A4 size
  34. 203  0       0    7650   10400  -- AY size
  35.  
  36. --  +--+----------- Smallest, largest pen numbers
  37. --  |  |  +-------- Do pen changing optimization  { good for plotters, }
  38. --  |  |  | +------ Do pen movement optimization  { bad for printers!  }
  39. --  V  V  V V
  40. 102 1  2  1 1
  41.  
  42. --    +-----+------ X,Y plotter units per inch
  43. --    V     V
  44. 103 1010  1010
  45.  
  46. 104 38           -- Max pen speed
  47.  
  48. -- Prefix string to sent before plot (use to setup plotter, switches, etc)
  49. --29  ''
  50. -- Suffix string to be sent after plot
  51. --30  ''
  52.  
  53. END DDIF
  54. END
  55.