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

  1.  
  2. ; HP7595,HP7596 example Plotter Configuration file
  3.  
  4. ;       $Logfile:   I:/mgds/plot/pltcfg/drftmstr.plv  $
  5. ;       $Workfile:   drftmstr.plt  $
  6. ;       $Revision:   6.2  $
  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. num_pens=8                              ; Defines pens used
  12. change_pen=color                ; options are color, weight, level or both
  13. model=7595b                  ; plotter model number
  14. driver=hpgl                    ; MDL driver to use
  15. autocenter                ; Automatically center plot on page
  16. rotate = ccw                   ; counter-clockwise rotation
  17. border/pen=1/filename/time               ; leave this out for no border
  18. default_extension/auto_incExt = '000'    ; default extension for plotfiles
  19. ;
  20. ; To configure a default output file name comment out the default_extension
  21. ; line above and uncomment this line.  "lpt1" may be substituted with any
  22. ; desired filename - e.g. "$(MS_PLTFILES)plotfile.000"
  23. ;
  24. ;default_outFile/auto_overwrite = "lpt1"
  25.  
  26. ; communication=(handshake=0,baud=9600,par=none,data=8,stop=1)
  27.  
  28. ;  This configuration file contains the necessary records for English
  29. ;  and metric resolutions.  English units are used by default.  To use
  30. ;  the metric setting, comment out all lines in the ENGLISH section and
  31. ;  uncomment the RESOLUTION and SIZE lines in the METRIC section.  The
  32. ;  SIZE records define the plotting area of the page.
  33.  
  34. ; ENGLISH resolution and SIZE records
  35. size=(6.2,9.6)/num=0/off=(-3.1,-4.8)/name=a
  36. size=(14.0,9.0)/num=0/off=(-7.0,-4.5)/name=b
  37. size=(14.0,20.0)/num=0/off=(-7.0,-10.0)/name=c
  38. size=(31.0,20.0)/num=0/off=(-15.5,-10)/name=d
  39. size=(42.00,32.0)/num=0/off=(-21,-16.0)/name=e
  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. ; size=(1066.8,812.8)/num=0/off=(-533.4,-406.8)/name=a0
  48. ; resolution(MM)=(0.025,0.025)                    ; specifies both res and units
  49.  
  50. ; Stroke_tolerance determines tolerance for arcs and circles.  Value is
  51. ; between 0 and 10 with 10 being the greater tolerance.  Larger values
  52. ; also create larger plot files.
  53. stroke_tolerance=3.0
  54.  
  55. ;  The style records define how the design file line codes (styles)
  56. ;  are to be plotted.  Values are in plotter units (resolutions).
  57. ;  Values determine pen down/up movements, where (10,28) for a dot
  58. ;  pattern leaves the pen down for 10 units and up for 28 units.  The
  59. ;  /nohardware switch causes software stroking with these values.
  60.  
  61. style(1) = (14,42)/nohardware                ; style = dot
  62. style(2) = (70,42)/nohardware                ; style = med dash
  63. style(3) = (168,56)/nohardware               ; style = long dash
  64. style(4) = (112,42,28,42)/nohardware         ; style = dot-dash
  65. style(5) = (56,56)/nohardware                ; style = short dash
  66. style(6) = (84,28,28,28,28,28)/nohardware    ; style = dash-dot-dot
  67. style(7) = (112,28,56,28)/nohardware         ; style = long dash - short dash
  68.  
  69. ;  The weight line determines the number of strokes to use with each weight.
  70. ;  The first position defines weight 0, second weight 1, third weight 2 and
  71. ;  so on up to weight 31. To increase or decrease the number of stokes per
  72. ;  weight, change the number in that position.
  73.  
  74. 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)
  75.  
  76. ; Construction/active points are not plotted by default. Uncomment the
  77. ; next line if you want points plotted. Points are plotted 0.1 cm dia.
  78. ; point_size = .1
  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=2048
  90.  
  91.