home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 May / PCW596.iso / polskie / cadsoft / robstart / rc_rst.exe / DMP40.PLT < prev    next >
Text File  |  1987-10-22  |  5KB  |  241 lines

  1. * % $
  2. ******************************************************************
  3. *     PLOTTER DESCRIPTOR FILE FOR HOUSTON INSTRUMENT  DMP-40     *
  4. *ver ST1.0b                                              13/07/86*
  5. ******************************************************************
  6.  
  7. *Special chars are '*' for comment, '%' for special field,
  8. *'$' for command terminator
  9.  
  10. *Name of plotter
  11. HOUSTON INSTRUMENT DMP-40
  12.  
  13. ******************************************************************
  14. *Paper sizes
  15. ******************************************************************
  16.  
  17. *No of paper sizes
  18. 4
  19.  
  20. ******************************************************************
  21. *Details of 1st size
  22. ******************************************************************
  23.  
  24. *Name of 1st size
  25. METRIC A3
  26. *Code for size
  27. 3
  28.  
  29. *x, y displacement of plotter image from B\L
  30. -999 -999
  31.  
  32. *Bottom left hand coords
  33. 0 0
  34. *Top right hand coords
  35. 3810 2360
  36.  
  37. *Plotter units / mm
  38. 10
  39.  
  40. *Handedness of coords
  41. Right
  42.  
  43. *Home counter
  44. 0
  45.  
  46. *start up instruction - select plotter mode 1, large paper, home pen,
  47. *set origin, select metric addressing, set absolute coords
  48.  ;:EF H O ECM A $
  49.  
  50. *Close down instruction - return pen to carousel, move paper back
  51. *to loading position, put plotter off line
  52. P0 U 480,0 @ $
  53.  
  54. ******************************************************************
  55. *Details of 2nd size
  56. ******************************************************************
  57.  
  58. *Name of 2nd size
  59. METRIC A4
  60. *Code for size
  61. 4
  62.  
  63. *x, y displacement of plotter image from B\L
  64. -999 -999
  65.  
  66. *Bottom left hand coords
  67. 0 0
  68. *Top right hand coords
  69. 2360 1780
  70.  
  71. *Plotter units / mm
  72. 10
  73.  
  74. *Handedness of coords
  75. Right
  76.  
  77. *Home counter
  78. 0
  79.  
  80. *start up instruction - select plotter mode 1, small paper size
  81. *home pen, set origin, set metric addressing, set absolute coords
  82.  ;: EH H O ECM A $
  83.  
  84. *Close down instruction - return pen to carousel, move paper back
  85. * to loading position, put plotter off line
  86. P0 U 0,480 @ $
  87.  
  88. ******************************************************************
  89. *Details of 3rd size
  90. ******************************************************************
  91.  
  92. *Name of 3rd size (coords identical to A3)
  93. USA 'B'
  94. *Code for size
  95. 7
  96.  
  97. *x, y displacement of plotter image from B\L
  98. -999 -999
  99.  
  100. *Bottom left hand coords
  101. 0 0
  102. *Top right hand coords
  103. 3810 2360
  104.  
  105. *Plotter units / mm
  106. 10
  107.  
  108. *Handedness of coords
  109. Right
  110.  
  111. *Home counter
  112. 0
  113.  
  114. *start up instruction - select plotter mode 1, large paper, home pen,
  115. *set origin, select metric addressing, set absolute coords
  116.  ;:EF H O ECM A $
  117.  
  118. *Close down instruction - return pen to carousel, move paper back
  119. *to loading position, put plotter off line
  120. P0 U 480,0 @ $
  121.  
  122. ******************************************************************
  123. *Details of 4th size
  124. ******************************************************************
  125.  
  126. *Name of 4th size (coords identical to A4)
  127. USA 'A'
  128. *Code for size
  129. 6
  130.  
  131. *x, y displacement of plotter image from B\L
  132. -999 -999
  133.  
  134. *Bottom left hand coords
  135. 0 0
  136. *Top right hand coords
  137. 2360 1780
  138.  
  139. *Plotter units / mm
  140. 10
  141.  
  142. *Handedness of coords
  143. Right
  144.  
  145. *Home counter
  146. 0
  147.  
  148. *start up instruction - select plotter mode 1, small paper size
  149. *home pen, set origin, set metric addressing, set absolute coords
  150.  ;: EH H O ECM A $
  151.  
  152. *Close down instruction - return pen to carousel, move paper back
  153. * to loading position, put plotter off line
  154. P0 U 0,480 @ $
  155.  
  156. ******************************************************************
  157. *Plotting commands
  158. ******************************************************************
  159.  
  160. *Line from current point
  161. D %xe,%ye $
  162.  
  163. *Line between 2 points
  164. U %xs,%ys D %xe,%ye $
  165.  
  166. *Circle
  167. CC %xc,%yc,%rd $
  168.  
  169. *No arc commands
  170. %none$
  171. %none$
  172. %none$
  173. %none$
  174.  
  175. *No ellipse command
  176. %none$
  177.  
  178. *No elliptical arc commands
  179. %none$
  180. %none$
  181. %none$
  182. %none$
  183.  
  184. ******************************************************************
  185. *Pen parameters
  186. ******************************************************************
  187.  
  188. *No. of pens
  189. 1
  190.  
  191. *No. of 1st pen
  192. 1
  193.  
  194. *Select pen instruction (not needed, so put velocity instruction as dummy)
  195. P%pn $
  196.  
  197.  
  198. *No. of linetypes
  199. 8
  200.  
  201. *Line type instructions
  202. L0 $
  203. L1 $
  204. L: $
  205. L2 $
  206. L3 $
  207. L6 $
  208. L9 $
  209. L7 $
  210.  
  211. *Select pen speed instruction
  212. V%ps $
  213.  
  214. *No. of pen speeds
  215. 3
  216.  
  217. *Position of default speed in table
  218. 3
  219.  
  220. *Table of actual pen speeds
  221. 1 2 3
  222.  
  223.  
  224. *Select pen presure instruction
  225. %none$
  226.  
  227. *Arc chord angle in degrees
  228. 3.0
  229.  
  230. *Minimum step length(mm)
  231. 0.2
  232.  
  233. *Minimum no. of steps
  234. 3
  235.  
  236. *Maximum step length(mm)
  237. 3.0
  238.  
  239. *Text height (in mm) below which text is plotted with lines only
  240. 2.0
  241.