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

  1. BEGIN DDIF
  2. -------------------------------------------------------------------------
  3. -- DEVICE INFORMATION FILE  for Ioline 3700 series plotters            --
  4. --                                                                     --
  5. --                                                                     --
  6. -------------------------------------------------------------------------
  7. -- 10-15-89 JSM Added prefix & suffix string, port information, etc.
  8. -- 7-21-87 SJO  Corrected Paper Sizes
  9. -- 7-17-87 TT - Set COM1 as release port
  10. -- 7-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  'A B C D E  '  -- Paper size string (must have space at end)
  31. 105 0 0 0 0 0     -- XY axis rotation flag for each paper size
  32.  
  33. -- Paper sizes
  34. 201          0       0    3500    2700  -- A
  35. 202          0       0    5850    3750  -- B
  36. 203          0       0    7800    5850  -- C
  37. 204          0       0   11900    7800  -- D
  38. 205          0       0   16000   12000  -- E
  39.  
  40. --  +--+----------- Smallest, largest pen numbers
  41. --  |  |  +-------- Do pen changing optimization  { good for plotters, }
  42. --  |  |  | +------ Do pen movement optimization  { bad for printers!  }
  43. --  V  V  V V
  44. 102 1  1  1 1
  45.  
  46. --    +-----+------ X,Y plotter units per inch
  47. --    V     V
  48. 103  400   400
  49.  
  50. 104 8            -- Max pen speed
  51.  
  52. -- Prefix string to sent before plot (use to setup plotter, switches, etc)
  53. --29  ''
  54. -- Suffix string to be sent after plot
  55. --30  ''
  56.  
  57. END DDIF
  58. END
  59.