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

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