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

  1. * % $
  2. ******************************************************************
  3. *       PLOTTER DESCRIPTOR FILE FOR GOULD COLORWRITER 6320       *
  4. *ver ST1.0a                                              01/06/86*
  5. ******************************************************************
  6.  
  7. *Special chars are '*' for comment, '%' for special field,
  8. *'$' for command terminator
  9.  
  10. *Name of plotter
  11. GOULD COLORWRITER 6320
  12.  
  13. ******************************************************************
  14. *Paper sizes
  15. ******************************************************************
  16.  
  17. *No of paper sizes
  18. 2
  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 offset of plotter image from B\L
  30. -999 -999
  31. *Bottom left hand coords
  32. 0 0
  33. *Top right hand coords
  34. 14400 11200
  35.  
  36. *Plotter units / mm
  37. 40
  38.  
  39. *Handedness of coords
  40. Right
  41.  
  42. *Home counter
  43. 0
  44.  
  45. *start up instruction - initialise plotter
  46. IN;$
  47.  
  48. *Close down instruction - return pen to (0,0)
  49. PU 0,0;$
  50.  
  51. ******************************************************************
  52. *Details of 2nd size
  53. ******************************************************************
  54.  
  55. *Name of 2nd size
  56. USA 'B'
  57. *Code for size
  58. 7
  59.  
  60. *x, y offset of plotter image from B\L
  61. -999 -999
  62.  
  63. *Bottom left hand coords
  64. 0 0
  65. *Top right hand coords
  66. 14400 10400
  67.  
  68. *Plotter units / mm
  69. 40
  70.  
  71. *Handedness of coords
  72. Right
  73.  
  74. *Home counter
  75. 0
  76.  
  77. *start up instruction - initialise plotter
  78. IN;$
  79.  
  80. *Close down instruction - return pen to (0,0)
  81. PU0,0;$
  82.  
  83. ******************************************************************
  84. *Plotting commands
  85. ******************************************************************
  86.  
  87. *Line from current point
  88. PD;PA%xe,%ye;$
  89.  
  90. *Line between 2 points
  91. PU;PA%xs,%ys;PD;PA%xe,%ye;$
  92.  
  93. *Circle
  94. PU;PA%xc,%yc;CI %rd,4;$
  95.  
  96. *CW arc from current point
  97. AA%xc,%yc,-%as,2;$
  98.  
  99. *A/CW arc from current point
  100. AA%xc,%yc,%as,2;$
  101.  
  102. *CW arc between 2 points
  103. PU%xs,%ys;PD;AA%xc,%yc,-%as,2;$
  104.  
  105. *A/CW arc between 2 points
  106. PU%xs,%ys;PD;AA%xc,%yc,%as,2;$
  107.  
  108. *No ellipse command
  109. %none$
  110.  
  111. *No elliptical arc commands
  112. %none$
  113. %none$
  114. %none$
  115. %none$
  116.  
  117. ******************************************************************
  118. *Pen parameters*
  119. ******************************************************************
  120.  
  121. *No. of pens
  122. 10
  123.  
  124. *No. of 1st pen
  125. 1
  126.  
  127. *Select pen instruction
  128. SP %pn;$
  129.  
  130. *No. of linetypes
  131. 8
  132.  
  133. *Line type instructions
  134. LT;$
  135. LT 1,0.5;$
  136. LT 1,2;$
  137. LT 2,2;$
  138. LT 3,2;$
  139. LT 2,4;$
  140. LT 4,6;$
  141. LT 5,6;$
  142.  
  143. *Select pen speed instruction
  144. VS %ps;$
  145.  
  146. *No. of different pen speeds
  147. 10
  148.  
  149. *Position of default speed in table
  150. 10
  151.  
  152. *Table of actual pen speeds
  153. 1 3 5 10 15 20 25 30 35 40
  154.  
  155.  
  156. *Pen presure instruction
  157. %none$
  158.  
  159. *Arc chord angle in degrees
  160. 5.0
  161.  
  162. *Min no. step length
  163. 1.0
  164.  
  165. *Min no. of steps
  166. 2
  167.  
  168. *Max step length
  169. 5.0
  170.  
  171. *Text height (in mm) below which text is plotted with lines only
  172. 3.0
  173.