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

  1. BEGIN DDIF
  2. -------------------------------------------------------------------------
  3. -- DEVICE INFORMATION FILE  for Houston Instruments D-sized plotters   --
  4. --                          (DMP41, DMP50, DMP51, DMP52)               --
  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  'B A C D A4 A3 A2 A1 BS  '   -- Paper Size Words (must have space at end)
  29. 105 0 1 0 0  1  0  0  0  0      -- XY axis rotation flag for each paper size
  30.  
  31. -- Paper sizes
  32. 201          0       0   15000    9800  -- B
  33. 202          0       0    9800    6380  -- A
  34. 203          0       0   20080   15860  -- C
  35. 204          0       0   32220   20920  -- D
  36. 205          0       0   10460    6180  -- A4
  37. 206          0       0   14360   10480  -- A3
  38. 207          0       0   21360   15320  -- A2
  39. 208          0       0   31040   22320  -- A1
  40. 209          0       0   14500    9800  -- BS
  41.  
  42. --  +--+----------- Smallest, largest pen numbers
  43. --  |  |  +-------- Do pen changing optimization  { good for plotters, }
  44. --  |  |  | +------ Do pen movement optimization  { bad for printers!  }
  45. --  V  V  V V
  46. 102 1  8  1 1
  47.  
  48. --    +-----+---------- X,Y plotter units per inch
  49. --    V     V
  50. 103 1000  1000
  51.  
  52. 104 60               -- Max pen speed
  53.  
  54. -- Prefix string to sent before plot (use to setup plotter, switches, etc)
  55. --29  ''
  56. -- Suffix string to be sent after plot
  57. --30  ''
  58.  
  59. END DDIF
  60. END
  61.