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

  1. BEGIN DDIF
  2. -------------------------------------------------------------------------
  3. -- DEVICE INFORMATION FILE  for Ioline 4000 series plotters            --
  4. --                                                                     --
  5. --                                                                     --
  6. -------------------------------------------------------------------------
  7. -- 10-15-89 JSM Added prefix & suffix string, port information, etc.
  8. -- 04-20-89 JSM Created
  9. ------------------------------------------------------------------------
  10. -- ******** Attention all programmers: you must document any ******** --
  11. -- ******** and all changes you make to this file at the top! ******* --
  12. ------------------------------------------------------------------------
  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.  
  28. 1  'A B C D E  '  -- Paper size string (must have space at end)
  29. 105 0 0 0 0 0     -- XY axis rotation flag for each paper size
  30.  
  31. -- Paper sizes
  32. 201          0       0    3500    2700  -- A
  33. 202          0       0    5850    3750  -- B
  34. 203          0       0    7800    5850  -- C
  35. 204          0       0   11900    7800  -- D
  36. 205          0       0   16000   12000  -- E
  37.  
  38. --  +--+----------- Smallest, largest pen numbers
  39. --  |  |  +-------- Do pen changing optimization
  40. --  |  |  | +------ Do pen movement optimization
  41. --  V  V  V V
  42. 102 1 16 1 1
  43.  
  44. --    +-----+------ X,Y plotter units per inch
  45. --    V     V
  46. 103  1000   1000
  47.  
  48. 104 20          -- Max pen speed
  49.  
  50. -- Prefix string to sent before plot (use to setup plotter, switches, etc)
  51. --29  ''
  52. -- Suffix string to be sent after plot
  53. --30  ''
  54.  
  55. END DDIF
  56. END
  57.