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

  1. * % $
  2. ******************************************************************
  3. *          PLOTTER DESCRIPTOR FILE FOR HITACHI 672               *
  4. *ST1.0c                                                  12/09/86*
  5. ******************************************************************
  6.  
  7. *Special chars are '*' for comment, '%' for special field,
  8. *'$' for command terminator
  9.  
  10. *Name of plotter
  11. HITACHI 672
  12.  
  13. ******************************************************************
  14. *Paper sizes
  15. ******************************************************************
  16.  
  17. *No of paper sizes
  18. 4
  19.  
  20.  
  21. ******************************************************************
  22. *Details of 1st size
  23. ******************************************************************
  24.  
  25. *Name of 1st size
  26. METRIC A3
  27. *Code for size
  28. 3
  29.  
  30. *x, y displacement of plotter image from B\L
  31. -999 -999
  32. *Bottom left hand coords
  33. 0 0
  34. *Top right hand coords
  35. 15140 10800
  36.  
  37. *Plotter units / mm
  38. 40
  39.  
  40. *Handedness of coords
  41. Right
  42.  
  43. *Home counter
  44. 0
  45.  
  46. *start up instruction - initialise plotter, select A3 paper
  47. IN;PS3;$
  48.  
  49. *Close down instruction - return pen to carousel, home paper
  50. SP0;IN;$
  51.  
  52.  
  53. ******************************************************************
  54. *Details of 2nd size
  55. ******************************************************************
  56.  
  57. *Name of 2nd size
  58. METRIC A4
  59.  
  60. *Code for size
  61. 4
  62.  
  63. *x, y displacement of plotter image from B\L
  64. -999 -999
  65. *Bottom left hand coords
  66. 0 0
  67. *Top right hand coords
  68. 10800 6800
  69.  
  70. *Plotter units / mm
  71. 40
  72.  
  73. *Handedness of coords
  74. Right
  75.  
  76. *Home counter
  77. 0
  78.  
  79. *start up instruction - initialise plotter, select A4 paper
  80. IN;PS4;$
  81.  
  82. *Close down instruction - return pen to carousel, home paper
  83. SP0;IN;$
  84.  
  85. ******************************************************************
  86. *Details of 3rd size
  87. ******************************************************************
  88.  
  89. *Name of 3rd size
  90.  
  91. USA 'B'
  92.  
  93. *Code for size
  94. 7
  95.  
  96. *x, y displacement of plotter image from B\L
  97. -999 -999
  98. *Bottom left hand coords
  99. 0 0
  100. *Top right hand coords
  101. 15600 10000
  102.  
  103. *Plotter units / mm
  104. 40
  105.  
  106. *Handedness of coords
  107. Right
  108.  
  109. *Home counter
  110. 0
  111.  
  112. *start up instruction - initialise plotter, select A3 paper
  113. IN;PS3;$
  114.  
  115. *Close down instruction - return pen to carousel, home paper
  116. SP0;IN;$
  117.  
  118.  
  119. ******************************************************************
  120. *Details of 4th size
  121. ******************************************************************
  122.  
  123. *Name of 4th size
  124. USA 'A'
  125.  
  126. *Code for size
  127. 6
  128.  
  129. *x, y displacement of plotter image from B\L
  130. -999 -999
  131. *Bottom left hand coords
  132. 0 0
  133. *Top right hand coords
  134. 10000 7200
  135.  
  136. *Plotter units / mm
  137. 40
  138.  
  139. *Handedness of coords
  140. Right
  141.  
  142. *Home counter
  143. 0
  144.  
  145. *start up instruction - initialise plotter, select A4 paper
  146. IN;PS4;$
  147.  
  148. *Close down instruction - return pen to carousel, home paper
  149. SP0;IN;$
  150.  
  151.  
  152. ******************************************************************
  153. * Plotter command codes - assumed the same for all paper sizes
  154. ******************************************************************
  155.  
  156. *Line from current point
  157. PD %xe,%ye;$
  158.  
  159. *Line between 2 points
  160. PU %xs,%ys;PD %xe,%ye;$
  161.  
  162. *Circle
  163. PU %xc,%yc;CI %rd,2;$
  164.  
  165. *Plotter's own arc commands are not accurate enough - they only handle integer
  166. *degrees
  167. %none$
  168. %none$
  169. %none$
  170. %none$
  171.  
  172. *No ellipse command
  173. %none$
  174.  
  175. *No elliptical arc commands
  176. %none$
  177.  
  178. %none$
  179.  
  180. %none$
  181.  
  182. %none$
  183.  
  184. ******************************************************************
  185. *Pen parameters
  186. ******************************************************************
  187.  
  188. *No. of pens
  189. 4
  190.  
  191. *No. of 1st pen
  192. 1
  193.  
  194. *Select pen instruction
  195. SP %pn;$
  196.  
  197. *No. of linetypes
  198. 8
  199.  
  200. *Line type instructions
  201. LT;$
  202. LT 2,0.5;$
  203. LT 2,1;$
  204. LT 2,1.5;$
  205. LT 3,1.5;$
  206. LT 2,3;$
  207. LT 4,4;$
  208. LT 5,4;$
  209.  
  210. *Select pen speed instruction
  211. VS %ps;$
  212.  
  213. *No. of different pen speeds
  214. 2
  215.  
  216. *Position of default speed in table
  217. 2
  218.  
  219. *Table of actual pen speeds
  220. 1 11
  221.  
  222. *Select pen presure instruction
  223. %none$
  224.  
  225. *Arc chord angle in degrees
  226. 5.0
  227.  
  228. *Minimum arc step
  229. 1.0
  230.  
  231. *Minimum no. of steps
  232. 2
  233.  
  234. *Maximum step length
  235. 5
  236.  
  237. *Text height (in mm) below which text is plotted with lines only
  238. 3.0
  239.