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

  1.  
  2. ; HP7580B example Plotter Configuration file
  3.  
  4. ;
  5. ;       $Logfile:   I:/mgds/plot/pltcfg/drftpro.plv  $
  6. ;       $Workfile:   drftpro.plt  $
  7. ;       $Revision:   6.2  $
  8. ;   If you change this file, please do not disturb the above source control
  9. ;   information. It will prove useful in the event that a future release
  10. ;   changes this file.
  11.  
  12. num_pens=8                      ; Defines pens used
  13. change_pen=color            ; options are color, weight, level or both
  14. autocenter            ; Automatically center plot on page
  15. rotate = ccw               ; counter-clockwise rotation
  16. model=7580b             ; plotter model number
  17. driver=hpgl                ; MDL driver to use
  18. border/pen=1/filename/time     ; leave this out for no border
  19. default_extension/auto_incExt = '000'        ; default extension for plotfiles
  20. ;
  21. ; To configure a default output file name comment out the default_extension
  22. ; line above and uncomment this line.  "lpt1" may be substituted with any
  23. ; desired filename - e.g. "$(MS_PLTFILES)plotfile.000"
  24. ;
  25. ;default_outFile/auto_overwrite = "lpt1"
  26.  
  27. ; communication=(handshake=0,baud=9600,par=none,data=8,stop=1)
  28.  
  29. ;  This configuration file contains the necessary records for English
  30. ;  and metric resolutions.  English units are used by default.  To use
  31. ;  the metric setting, comment out all lines in the ENGLISH section and
  32. ;  uncomment the RESOLUTION and SIZE lines in the METRIC section.  The
  33. ;  SIZE records define the plotting area of the page.
  34.  
  35. ; ENGLISH resolution and SIZE records
  36. size=(6.2,9.6)/num=0/off=(-3.1,-4.8)/name=a
  37. size=(14.0,8.8)/num=0/off=(-7.0,-4.4)/name=b
  38. size=(18.98,14.82)/num=0/off=(-9.49,-7.41)/name=c
  39. size=(30.92,19.8)/num=0/off=(-15.46,-9.9)/name=d
  40. resolution(IN)=(0.000984252,0.000984252)        ; specifies both res and units
  41.  
  42. ; METRIC resolution and SIZE records
  43. ; size=(157.5,243.8)/num=0/off=(-78.75,-121.9)/name=a4
  44. ; size=(355.6,228.6)/num=0/off=(-177.8,-114.3)/name=a3
  45. ; size=(355.6,508)/num=0/off=(-177.8,-254)/name=a2
  46. ; size=(787.4,508)/num=0/off=(-393.7,-254)/name=a1
  47. ; resolution(MM)=(0.025,0.025)                    ; specifies both res and units
  48.  
  49. ; Stroke_tolerance determines tolerance for arcs and circles.  Value is
  50. ; between 0 and 10 with 10 being the greater tolerance.  Larger values
  51. ; also create larger plot files.
  52. stroke_tolerance=3.0
  53.  
  54. ;  The style records define how the design file line codes (styles)
  55. ;  are to be plotted.  Values are in plotter units (resolutions).
  56. ;  Values determine pen down/up movements, where (10,28) for a dot
  57. ;  pattern leaves the pen down for 10 units and up for 28 units.  The
  58. ;  /nohardware switch causes software stroking with these values.
  59.  
  60. style(1) = (14,42)/nohardware                ; style = dot
  61. style(2) = (70,42)/nohardware                ; style = med dash
  62. style(3) = (168,56)/nohardware               ; style = long dash
  63. style(4) = (112,42,28,42)/nohardware         ; style = dot-dash
  64. style(5) = (56,56)/nohardware                ; style = short dash
  65. style(6) = (84,28,28,28,28,28)/nohardware    ; style = dash-dot-dot
  66. style(7) = (112,28,56,28)/nohardware         ; style = long dash - short dash
  67.  
  68. ;  The weight line determines the number of strokes to use with each weight.
  69. ;  The first position defines weight 0, second weight 1, third weight 2 and
  70. ;  so on up to weight 31. To increase or decrease the number of stokes per
  71. ;  weight, change the number in that position.
  72.  
  73. weight=(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32)
  74.  
  75. ; Construction/active points are not plotted by default. Uncomment the
  76. ; next line if you want points plotted. Points are plotted 0.1 cm dia.
  77. ; point_size = .1
  78.  
  79. ; software_raster allows for plotting of type 87/88 raster elements. Value
  80. ; for resolution can be as high as your plotter's resolution.  Lower values
  81. ; will produce grainier images.  Remove comment to plot raster image.
  82. ; software_raster/res=300
  83.  
  84. ; largest_polygon is used only for element filling.  The value defines
  85. ; the point at which software filling takes over in place of hardware
  86. ; filling.  The value relates to number of vertices used to draw the
  87. ; element.
  88. largest_polygon=2048
  89.  
  90.