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

  1. BEGIN DDIF
  2. -------------------------------------------------------------------------
  3. -- DEVICE INFORMATION FILE  for Benson 16 Series plotters              --
  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. 101 1  -- communications port number:
  15. --  0 = custom port configuration, see documentation for more information
  16. --  1 = COM1
  17. --  2 = COM2
  18. -- -1 = LPT1 (using BIOS) \
  19. -- -2 = LPT2 (using BIOS)  - these can be redirected by most networks
  20. -- -3 = LPT3 (using BIOS) /  (10k bits per second)
  21. -- -4 = LPT1 (using direct I/O) \
  22. -- -5 = LPT1 (using direct I/O) - These are very fast, but do not work
  23. --                                on all machines, and cannot be redirected
  24. --                                by any networks
  25. --                                (80k bits per second)
  26.    
  27. 1  'B A C D E A4 A3 A2 A1 A0 BS  ' -- Paper size strings (must have space at end)
  28.  
  29. 105 0 1 1 0 0  1  0  1  0  0  0    -- XY axis rotation flag for each paper size
  30.  
  31. -- Paper sizes
  32. 201          0       0    7500    4900  -- B
  33. 202          0       0    4900    3190  -- A
  34. 203          0       0   10480    7485  -- C
  35. 204          0       0   17535   10285  -- D
  36. 205          0       0   21250   16580  -- E
  37. 206          0       0    5230    3090  -- A4
  38. 207          0       0    7180    5240  -- A3
  39. 208          0       0   11180    7270  -- A2
  40. 209          0       0   15520   11160  -- A1
  41. 210          0       0   22190   16145  -- A0
  42. 211          0       0    7000    4900  -- BS
  43.  
  44. --  +--+----------- Smallest, largest pen numbers
  45. --  |  |  +-------- Do pen changing optimization  { good for plotters, }
  46. --  |  |  | +------ Do pen movement optimization  { bad for printers!  }
  47. --  V  V  V V
  48. 102 1  8  1 1
  49.  
  50. --    +-----+-------- X,Y plotter units per inch
  51. --    V     V
  52. 103  508   508
  53.  
  54. 104  60            -- Max pen speed
  55.  
  56. -- Prefix string to sent before plot (use to setup plotter, switches, etc)
  57. --29  ''
  58. -- Suffix string to be sent after plot
  59. --30  ''
  60.  
  61. END DDIF
  62. END
  63.  
  64.