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

  1. BEGIN DDIF
  2. -------------------------------------------------------------------------
  3. -- DEVICE INFORMATION FILE  for Hewlett-Packard 7475A plotter (B size) --
  4. --                                                                     --
  5. --                                                                     --
  6. -------------------------------------------------------------------------
  7. -- 10-15-89 JSM Added prefix & suffix string, port information, etc.
  8. -- 05-31-88 KMM - Added metric paper size
  9. -- 07-17-87 TT  - Set COM1 as release port
  10. -- 07-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  'B A AY BS A4 A3 '  -- Paper size string (must have space at end)
  31. 105 0 0 1  0  0  0  -- XY axis rotation flag for each paper size
  32.  
  33. -- Paper sizes
  34. 201  0       0    16640    10365   -- B size
  35. 202  0       0    10365     7962   -- A size
  36. 203  0       0     7962    10365   -- AY size
  37. 204  0       0    16140    10365   -- BS size
  38. 205  0       0    11104     7721   -- A4 size
  39. 206  0       0    16158     11040  -- A3 size
  40.  
  41. --  +--+----------- Smallest, largest pen numbers
  42. --  |  |  +-------- Do pen changing optimization  { good for plotters, }
  43. --  |  |  | +------ Do pen movement optimization  { bad for printers!  }
  44. --  V  V  V V
  45. 102 1  6  1 1
  46.  
  47. --    +-----+------ X,Y plotter units per inch
  48. --    V     V
  49. 103 1021  1021
  50.  
  51. 104 38           -- Max pen speed
  52.  
  53. -- Prefix string to sent before plot (use to setup plotter, switches, etc)
  54. --29  ''
  55. -- Suffix string to be sent after plot
  56. --30  ''
  57.  
  58. END DDIF
  59. END
  60.