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

  1.  
  2. ; HP-GL/2 Plotter configuration file - For the HP DraftPro Plus Plotter
  3. ;
  4. ;       $Logfile:   I:/mgds/plot/pltcfg/drftprop.plv  $
  5. ;       $Workfile:   drftprop.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. ;  SETUP TIPS
  12. ;  *********************************************
  13. ;    I/O setup - RS232
  14. ;                          Hshake=Xon/Xoff
  15. ;                          Baud=9600
  16. ;                          Parity=None(0)
  17. ;    Lang=HP-GL/2
  18. ;  ********************************************
  19.  
  20. num_pens=8                      ; Defines pens used
  21. change_pen=color        ; options are color, weight, level or both
  22. rotate = cw            ; clockwise rotation
  23. model=HPGL2            ; plotter model number
  24. driver=hpgl2                ; MDL driver to use
  25. autocenter                    ; Automatically center plot on page
  26. border/pen=1/filename/time    ; leave this out for no border
  27. default_extension/auto_incExt = '000'    ; default extension for plotfiles
  28. ;
  29. ; To configure a default output file name comment out the default_extension
  30. ; line above and uncomment this line.  "lpt1" may be substituted with any
  31. ; desired filename - e.g. "$(MS_PLTFILES)plotfile.000"
  32. ;
  33. ;default_outFile/auto_overwrite = "lpt1"
  34.  
  35. ; communication=(handshake=0,baud=9600,par=none,data=8,stop=1)
  36.  
  37. ; The SIZE records define the actual printable area of the page - Not the
  38. ; page size. The printable area can be increased if the plotter is placed
  39. ; in the expand mode. See the HP DraftPro Plotter User's Guide for the
  40. ; setup and sizes.
  41. ; Only 5 SIZE records can be defined at one time.
  42.  
  43. ; ENGLISH resolution and SIZE records
  44. size=(8.5,7.0)/num=0/off=(0,0)/name=a         ; Portrait
  45. size=(14.5,9.5)/num=0/off=(0,0)/name=b        ; Portrait
  46. size=(19.5,15.5)/num=0/off=(0,0)/name=c       ; Portrait
  47. size=(31.5,20.5)/num=0/off=(0,0)/name=d       ; Portrait
  48. size=(41.0,32.0)/num=0/off=(0.1,0.1)/name=e   ; Portrait
  49. resolution(IN)=(0.00098425197,0.00098425197)    ; specifies both res and units
  50.  
  51.  
  52. ; Units for weight stroke are multiples of .025 mm.  Weights may appear
  53. ; thicker than normal when plotter is set to "draft" mode.  Set plotter
  54. ; on "final" setting to see true weight thickness.
  55.  
  56. weight_strokes=(1,5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,90,95,100,105,110,115,120,125,130,135,140,145,150,155)
  57.  
  58. ; Stroke_tolerance determines tolerance for arcs and circles.  Value is
  59. ; between 0 and 10 with 10 being the greater tolerance.  Larger values
  60. ; also create larger plot files.
  61. stroke_tolerance=4.5
  62.  
  63. ;  The style records defines how the design file line codes (styles)
  64. ;  are to be plotted.  Values are in plotter units (resolutions).
  65. ;  Values determine pen down/up movements, where (14,42) for a dot
  66. ;  pattern leaves the pen down for 14 units and up for 42 units.  The
  67. ;  /nohardware switch causes software stroking with these values.
  68.  
  69. style(1) = (14,42)/nohardware                ; style = dot
  70. style(2) = (70,42)/nohardware                ; style = med dash
  71. style(3) = (168,56)/nohardware               ; style = long dash
  72. style(4) = (112,42,28,42)/nohardware         ; style = dot-dash
  73. style(5) = (56,56)/nohardware                ; style = short dash
  74. style(6) = (84,28,28,28,28,28)/nohardware    ; style = dash-dot-dot
  75. style(7) = (112,28,56,28)/nohardware         ; style = long dash - short dash
  76.  
  77. ; use line shape parameters
  78. linecap        = 1            ; 1=butt, 2=square, 3=triangle, 4=round
  79. linejoin    = 2            ; 1=mitered, 2=miter/bevel, 3=triangle,
  80.                         ; 4=round, 5=beveled, 6=no join
  81. miter_limit = 1.5        ; larger values mean longer spikes
  82.  
  83. ; Construction/active points are not plotted by default. Uncomment the
  84. ; next line if you want points plotted. Points are plotted 0.1 cm dia.
  85. ; point_size = .1
  86.  
  87. ; software_raster allows for plotting of type 87/88 raster elements. Value
  88. ; for resolution can be as high as your plotter's resolution.  Lower values
  89. ; will produce grainier images.  Remove comment to plot raster image.
  90. ; software_raster/res=300
  91.  
  92. ; largest_polygon is used only for element filling.  The value defines
  93. ; the point at which software filling takes over in place of hardware
  94. ; filling.  The value relates to number of vertices used to draw the
  95. ; element.
  96. largest_polygon=2048
  97.  
  98.