home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 January / Chip_1997-01_cd.bin / ms95 / disk22 / dir03 / f008740.re_ / f008740.re
Text File  |  1996-04-02  |  4KB  |  90 lines

  1.  
  2. ; HP-GL Plotter configuration file - For MUTO RT-500 series.
  3.  
  4. ;       $Logfile:   I:/mgds/plot/pltcfg/mutoh500.plv  $
  5. ;       $Workfile:   mutoh500.plt  $
  6. ;       $Revision:   6.3  $
  7. ;   If you change this file, please do not disturb the above source control
  8. ;   information. It will prove useful in the event that a future release
  9. ;   changes this file.
  10.  
  11. ;HPGL configuration derived from  HP7585B Plotter Configuration file
  12.  
  13. num_pens=1            ; Defines pens used
  14. change_pen=both                 ; options are color, weight, level or both
  15. model=7585b            ; plotter model number
  16. driver=hpgl                ; MDL driver to use
  17. rotate = ccw            ; counter-clockwise rotation
  18. autocenter             ; Automatically center plot on page
  19. end_plot=eject            ; force page eject
  20. border/pen=1/filename/time    ; leave this out for no border
  21. default_extension/auto_incExt = '000'    ; default extension for plotfiles
  22. ;
  23. ; To configure a default output file name comment out the default_extension
  24. ; line above and uncomment this line.  "lpt1" may be substituted with any
  25. ; desired filename - e.g. "$(MS_PLTFILES)plotfile.000"
  26. ;
  27. ;default_outFile/auto_overwrite = "lpt1"
  28.  
  29. ; communication=(handshake=0,baud=9600,par=none,data=8,stop=1)
  30.  
  31. : Setup Tips
  32. ; While setting up Plotter configuration file for the MUTO RT-500 we found
  33. ; to optimize paper usage set the p.size for the size to be plotted. The
  34. ; Proper p.size setting can be found by the respective size record.
  35.  
  36. ; ENGLISH resolution and SIZE records
  37. size=(11,7.5)/num=0/off=(-5.5,-3.75)/name=a       ;P.SIZE : ARCH, A, H
  38. size=(16.8,10.5)/num=0/off=(-7.4,-5.25)/name=b    ;P.SIZE : ARCH, B, H
  39. size=(20.8,15.0)/num=0/off=(-10.4,-7.5)/name=c    ;P.SIZE : ARCH, C, H
  40. size=(34.8,22)/num=0/off=(-17.1,-11)/name=d        ;P.SIZE : ARCH, D, H
  41. size=(46.5,35.2)/num=0/off=(-23.25,-17.7)/name=e  ;P.SIZE : ARCH, E, V
  42. resolution(IN)=(0.000984252,0.000984252)        ; specifies both res and units
  43.  
  44. pen(1)=/rgb=(  0, 0, 0)     ; black
  45.  
  46. ; stroke_tolerance determines tolerance for arcs and circles.  Value is
  47. ; between 0 and 10 with 10 being the greater tolerance.  Large value also
  48. ; creates a larger .000 file.
  49. stroke_tolerance=3.0                            ; unitless num  0 < tol <10
  50.  
  51. ;  The style records define how the design file line codes (styles)
  52. ;  are to be plotted.  Values are in plotter units (resolutions).
  53. ;  Values determine pen down/up movements, where (10,28) for a dot
  54. ;  pattern leaves the pen down for 10 units and up for 28 units.  The
  55. ;  /nohardware switch causes software stroking with these values.
  56.  
  57. style(1) = (14,42)/nohardware        ; style = dot
  58. style(2) = (70,42)/nohardware        ; style = med dash
  59. style(3) = (168,56)/nohardware        ; style = long dash
  60. style(4) = (112,42,28,42)/nohardware    ; style = dot-dash
  61. style(5) = (56,56)/nohardware        ; style = short dash
  62. style(6) = (84,28,28,28,28,28)/nohardware    ; style = dash-dot-dot
  63. style(7) = (112,28,56,28)/nohardware    ; style = long dash - short dash
  64.  
  65. ; The pen_width record determines how far the pen moves when drawing
  66. ; thick lines (weights) or when used to fill elements.  Values are
  67. ; between 0 and 15 with 15 moving the greater distance.
  68. pen_width(1)=3
  69.  
  70. ; Construction points, by default, are not plotted. Uncomment the next
  71. ; line if you want to plot them.
  72. ; point_size = .1     ; points are plotted 0.1 cm dia
  73.  
  74. ;  The weight line determines the number of strokes to use with each weight.
  75. ;  The first position defines weight 0, second weight 1, third weight 2 and
  76. ;  so on up to weight 31. To increase or decrease the number of stokes per
  77. ;  weight, change the number in that position.
  78. weight_strokes=(1,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57,60,63,66,69,72,75,78,81,84,87,90,93,96)
  79.  
  80. ; software_raster allows for plotting of type 87/88 raster elements. Value
  81. ; for resolution can be as high as your plotter's resolution.  Lower values
  82. ; will produce grainier images.  Remove comment to plot raster image.
  83. ; software_raster/res=300
  84.  
  85. ; largest_polygon is used only for element filling.  The value defines
  86. ; the point at which software filling takes over in place of hardware
  87. ; filling.  The value relates to number of vertices used to draw the
  88. ; element.
  89. largest_polygon=100
  90.