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

  1. *%$
  2.  
  3. ******************************************************************
  4. *       PLOTTER DESCRIPTION FILE FOR HEWLETT PACKARD HP7550      *
  5. *ver ST1.0d                                              25/11/87*
  6. ******************************************************************
  7.  
  8. *Name of plotter
  9. HEWLETT PACKARD 7550
  10.  
  11. * special chars are '*' for comment, '%' for special field,
  12. * '$' for end-of-command
  13.  
  14. *******************************  Paper sizes  ********************
  15.  
  16. * No. of paper sizes
  17. 4
  18.  
  19. *-----------------------------------------------------------------
  20.  
  21. * Name of first size
  22. METRIC A3
  23. *Code for size
  24. 3
  25.  
  26. *x,y displacement of plotter image from B\L
  27. -999 -999
  28. *plot range - plotter co-ordinates, limits of possible plotting
  29.  
  30. * xmin, ymin
  31. 0 0
  32. * xmax, ymax
  33. 15970 10870
  34.  
  35. *P/U per mm
  36. 40
  37.  
  38. *Handedness
  39. Right
  40.  
  41. *Home counter
  42. 0
  43.  
  44. *Startup instruction - initialise plotter
  45. %1B.T3000;4;0;3000;6796:CV1;$
  46.  
  47. *Closedown instruction - return pen to carousel, eject paper
  48. SP0;PU 0,0;PG;$
  49.  
  50.  
  51. *-----------------------------------------------------------------
  52.  
  53. * Name of second size
  54. METRIC A4
  55.  
  56. *Code for size
  57. 4
  58.  
  59. *x,y displacement of plotter image from B\L
  60. -999 -999
  61. *Plot range - plotter co-ordinates, limits of possible plotting
  62.  
  63. * xmin, ymin
  64. 0 0
  65. * xmax, ymax
  66. 10870 7600
  67.  
  68. *P/U per mm
  69. 40
  70.  
  71. *Handedness
  72. Right
  73.  
  74. *Home counter
  75. 0
  76.  
  77. *Startup instruction - initialise plotter
  78. %1B.T3000;4;0;3000;6796:CV1;$
  79.  
  80. *Closedown instruction - return pen to carousel, eject paper
  81. SP0;PU 0,0;PG;$
  82.  
  83. *-----------------------------------------------------------------
  84.  
  85. * Name of 3rd size
  86. USA 'B'
  87.  
  88. *Code for size
  89. 7
  90.  
  91. *x,y displacement of plotter image from B\L
  92. -999 -999
  93. *plot range - plotter co-ordinates, limits of possible plotting
  94.  
  95. * xmin, ymin
  96. 0 0
  97. * xmax, ymax
  98. 16450 10170
  99.  
  100. *P/U per mm
  101. 40
  102.  
  103. *Handedness
  104. Right
  105.  
  106. *Home counter
  107. 0
  108.  
  109. *Startup instruction - initialise plotter
  110. %1B.T3000;4;0;3000;6796:CV1;$
  111.  
  112. *Closedown instruction
  113. SP0;PU 0,0;PG;$
  114.  
  115. *-----------------------------------------------------------------
  116.  
  117. * Name of 4th size
  118. USA `A'
  119.  
  120. *Code for size
  121. 6
  122.  
  123. *x,y displacement of plotter image from B\L
  124. -999 -999
  125. *Plot range - plotter co-ordinates, limits of possible plotting
  126.  
  127. * xmin, ymin
  128. 0 0
  129. * xmax, ymax
  130. 10170 7840
  131.  
  132. *P/U per mm
  133. 40
  134.  
  135. *Handedness
  136. Right
  137.  
  138. *Home counter
  139. 0
  140.  
  141. *Startup instruction - initialise plotter
  142. %1B.T3000;4;0;3000;6796:CV1;$
  143.  
  144. *Closedown instruction - return pen to carousel, eject paper
  145. SP0;PU 0,0;PG;$
  146.  
  147.  
  148. ******************************************************************
  149.  
  150. *Line from current point
  151. PD %xe,%ye;$
  152.  
  153. *Line between 2 points
  154. PU %xs,%ys;PD %xe,%ye;$
  155.  
  156. *Circle
  157. PU %xc,%yc;CI %rd,%ca;$
  158.  
  159. *CW arc from current point
  160. PD;AA %xc,%yc,-%as,%ca;$
  161.  
  162. *A/CW arc from current point
  163. PD;AA %xc,%yc,%as,%ca;$
  164.  
  165. *CW arc between 2 points
  166. PU %xs,%ys;PD;AA %xc,%yc,-%as,%ca;$
  167.  
  168. *A/CW arc between 2 points
  169. PU %xs,%ys;PD;AA %xc,%yc,%as,%ca;$
  170.  
  171. *No ellipse command
  172. %none$
  173.  
  174. *No elliptical arc commands
  175. %none$
  176.  
  177. %none$
  178.  
  179. %none$
  180.  
  181. %none$
  182.  
  183.  
  184.  
  185. **************************   Pen paramters  **********************
  186.  
  187. *Number of pens
  188. 8
  189.  
  190. *No. of first pen
  191. 1
  192.  
  193. *Select pen instruction
  194. SP %pn;$
  195.  
  196. *Number of plotter line types used
  197. 8
  198.  
  199. *Line instructions to produce aprox. matches to system's 8 styles
  200. LT ;$
  201. LT 1,0.5;$
  202. LT 1,2;$
  203. LT 2,2;$
  204. LT 3,2;$
  205. LT 2,4;$
  206. LT 4,6;$
  207. LT 5,6;$
  208.  
  209.  
  210. *Select pen speed instruction
  211. VS %ps;$
  212.  
  213. *number of pen speeds selectable
  214. 10
  215.  
  216. *Position of default speed in table
  217. 10
  218.  
  219. *Table of actual pen speeds
  220. 1
  221. 4
  222. 8
  223. 10
  224. 15
  225. 20
  226. 38
  227. 50
  228. 60
  229. 80
  230. *--------------------------------
  231.  
  232. *Select pen presure instruction
  233. FS %pp;$
  234.  
  235. *No. of pen pressures
  236. 8
  237.  
  238. *Position of default pressure in table
  239. 2
  240.  
  241. *Table of actual pen pressures
  242. 1 2 3 4 5 6 7 8
  243.  
  244. *Arc chord angle in degrees
  245. 2.0
  246.  
  247. *Minimum step length(mm)
  248. 0.2
  249.  
  250. *Minimum no. of steps
  251. 4
  252.  
  253. *Maximum step length(mm)
  254. 2
  255.  
  256. *Text height (in mm) below which text is plotted with lines only
  257. 1.0
  258.