home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p120 / 3.ddi / DEF / CAL960.DEF < prev    next >
Encoding:
Text File  |  1991-07-26  |  2.5 KB  |  63 lines

  1. BEGIN DDIF
  2. -------------------------------------------------------------------------
  3. -- DEVICE INFORMATION FILE  for Calcomp 960, 1043, 1044 series         --
  4. --                          plotters                                   --
  5. -------------------------------------------------------------------------
  6. -- 07-25-91  ALA - Change default port to COM2 
  7. -- 05-23-88  ALA - Change the limits to actual plotter units.
  8. -- 05-05-88  SJO - Removed double space in paper size word string
  9. -- 07-21-87  KMM - Updated paper sizes
  10. -- 07-17-87  TT  - Set COM1 as release port
  11. -- 07-15-87  TT  - Changed largest number of pens from 4 to 8 as per Khaled
  12. -- 07-06-87  TT  - Upgraded for rev 3.0
  13. ------------------------------------------------------------------------
  14. -- ******** Attention all programmers: you must document any ******** --
  15. -- ******** and all changes you make to this file at the top! ******* --
  16. ------------------------------------------------------------------------
  17.  
  18. 101 2  -- communications port number
  19.  
  20. 1  'A B C D E A4 A3 A2 A1 A0  ' --PAPER SIZE WORDS (must have space at end)
  21.  
  22. --Rotation flag [0=no rotation , 1=90 degrees rotation].
  23. 105 0 0 0 0 0  0  0  0  0  0
  24.  
  25. --PAPER SIZES
  26. --201          0       0   4572    3000   --A
  27. --202          0       0   7620    4572   --B
  28. --203          0       0  10160    7620   --C
  29. --204          0       0  16510   10414   --D
  30. --205          0       0  21463   16200   --E 
  31. --206          0       0   2794    4826   --A4
  32. --207          0       0   6350    4826   --A3
  33. --208          0       0   6858   10871   --A2
  34. --209          0       0   15113  10871   --A1
  35. --210          0       0   22225  15748   --A0
  36. 201          0       0   18288   13208  --A
  37. 202          0       0   30480   18288  --B
  38. 203          0       0   40640   30480  --C
  39. 204          0       0   65024   40640  --D
  40. 205          0       0   85852   65024  --E 
  41. 206          0       0   11176   19304  --A4
  42. 207          0       0   25400   19304  --A3
  43. 208          0       0   27432   43484  --A2
  44. 209          0       0   60452   43484  --A1
  45. 210          0       0   88900   62992  --A0
  46.  
  47. --  +--+----------- Smallest, largest pen numbers
  48. --  |  |  +-------- Do pen changing optimization  { good for plotters, }
  49. --  |  |  | +------ Do pen movement optimization  { bad for printers!  }
  50. --  V  V  V V
  51. 102 1  8  1  1
  52.  
  53. --    +-----+--X,Y PLOTTER UNITS PER INCH
  54. --    |     |
  55. --    V     V
  56. 103 2032  2032
  57.  
  58. --MAX PEN SPEED
  59. 104  30
  60.  
  61. END DDIF
  62. END
  63.