home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 January
/
Chip_1997-01_cd.bin
/
ms95
/
disk22
/
dir03
/
f008740.re_
/
f008740.re
Wrap
Text File
|
1996-04-02
|
4KB
|
90 lines
; HP-GL Plotter configuration file - For MUTO RT-500 series.
; $Logfile: I:/mgds/plot/pltcfg/mutoh500.plv $
; $Workfile: mutoh500.plt $
; $Revision: 6.3 $
; If you change this file, please do not disturb the above source control
; information. It will prove useful in the event that a future release
; changes this file.
;HPGL configuration derived from HP7585B Plotter Configuration file
num_pens=1 ; Defines pens used
change_pen=both ; options are color, weight, level or both
model=7585b ; plotter model number
driver=hpgl ; MDL driver to use
rotate = ccw ; counter-clockwise rotation
autocenter ; Automatically center plot on page
end_plot=eject ; force page eject
border/pen=1/filename/time ; leave this out for no border
default_extension/auto_incExt = '000' ; default extension for plotfiles
;
; To configure a default output file name comment out the default_extension
; line above and uncomment this line. "lpt1" may be substituted with any
; desired filename - e.g. "$(MS_PLTFILES)plotfile.000"
;
;default_outFile/auto_overwrite = "lpt1"
; communication=(handshake=0,baud=9600,par=none,data=8,stop=1)
: Setup Tips
; While setting up Plotter configuration file for the MUTO RT-500 we found
; to optimize paper usage set the p.size for the size to be plotted. The
; Proper p.size setting can be found by the respective size record.
; ENGLISH resolution and SIZE records
size=(11,7.5)/num=0/off=(-5.5,-3.75)/name=a ;P.SIZE : ARCH, A, H
size=(16.8,10.5)/num=0/off=(-7.4,-5.25)/name=b ;P.SIZE : ARCH, B, H
size=(20.8,15.0)/num=0/off=(-10.4,-7.5)/name=c ;P.SIZE : ARCH, C, H
size=(34.8,22)/num=0/off=(-17.1,-11)/name=d ;P.SIZE : ARCH, D, H
size=(46.5,35.2)/num=0/off=(-23.25,-17.7)/name=e ;P.SIZE : ARCH, E, V
resolution(IN)=(0.000984252,0.000984252) ; specifies both res and units
pen(1)=/rgb=( 0, 0, 0) ; black
; stroke_tolerance determines tolerance for arcs and circles. Value is
; between 0 and 10 with 10 being the greater tolerance. Large value also
; creates a larger .000 file.
stroke_tolerance=3.0 ; unitless num 0 < tol <10
; The style records define how the design file line codes (styles)
; are to be plotted. Values are in plotter units (resolutions).
; Values determine pen down/up movements, where (10,28) for a dot
; pattern leaves the pen down for 10 units and up for 28 units. The
; /nohardware switch causes software stroking with these values.
style(1) = (14,42)/nohardware ; style = dot
style(2) = (70,42)/nohardware ; style = med dash
style(3) = (168,56)/nohardware ; style = long dash
style(4) = (112,42,28,42)/nohardware ; style = dot-dash
style(5) = (56,56)/nohardware ; style = short dash
style(6) = (84,28,28,28,28,28)/nohardware ; style = dash-dot-dot
style(7) = (112,28,56,28)/nohardware ; style = long dash - short dash
; The pen_width record determines how far the pen moves when drawing
; thick lines (weights) or when used to fill elements. Values are
; between 0 and 15 with 15 moving the greater distance.
pen_width(1)=3
; Construction points, by default, are not plotted. Uncomment the next
; line if you want to plot them.
; point_size = .1 ; points are plotted 0.1 cm dia
; The weight line determines the number of strokes to use with each weight.
; The first position defines weight 0, second weight 1, third weight 2 and
; so on up to weight 31. To increase or decrease the number of stokes per
; weight, change the number in that position.
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)
; software_raster allows for plotting of type 87/88 raster elements. Value
; for resolution can be as high as your plotter's resolution. Lower values
; will produce grainier images. Remove comment to plot raster image.
; software_raster/res=300
; largest_polygon is used only for element filling. The value defines
; the point at which software filling takes over in place of hardware
; filling. The value relates to number of vertices used to draw the
; element.
largest_polygon=100