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

  1. BEGIN DDIF
  2. -------------------------------------------------------------------------
  3. -- DEVICE INFORMATION FILE  for Houston Instruments E-sized plotters   --
  4. --                          (DMP56)                                    --
  5. --                                                                     --
  6. -------------------------------------------------------------------------
  7. -- 10-27-89 KFL- Fix Paper sizes.
  8. -- 10-15-89 JSM Added prefix & suffix string, port information, etc.
  9. -- 5-26-88 ALA- Fix the E paper size.
  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  'B A C D E A4 A3 A2 A1 BS  '   -- Paper size strings (must have space at end)
  32. 105 0 1 0 0 0  1  0  0  0  0      -- XY axis rotation flag for each paper size
  33.  
  34. -- Paper sizes
  35. 201          0       0   15000    9800  -- B
  36. 202          0       0    9800    7300  -- A
  37. 203          0       0   20080   15660  -- C
  38. 204          0       0   32220   20520  -- D
  39. 205          0       0   42000   32000  -- E
  40. 206          0       0   10460    6180  -- A4
  41. 207          0       0   14360   10480  -- A3
  42. 208          0       0   21360   15320  -- A2
  43. 209          0       0   31040   22320  -- A1
  44. 210          0       0   14500    9800  -- 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  4  1 1
  51.  
  52. --    +-----+-------- X,Y plotter units per inch
  53. --    V     V
  54. 103 1000  1000
  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.