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

  1.  
  2. ; Versatec 8524/cal907 plotter example file
  3.  
  4. ;       $Logfile:   I:/mgds/plot/pltcfg/ver8524.plv  $
  5. ;       $Workfile:   ver8524.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=cal907            ; plotter model number
  14. driver=cal907                ; MDL driver to use
  15. autocenter
  16. rotate=ccw            ; counter-clockwise rotation
  17. border/pen=1            ; 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=(hand=0,baud=9600,par=none,data=8,stop=1)
  27. communication=(syncval=02,numsync=1,eom=03,recordsize=128)
  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=(8.5,11.0)/num=1/off=(0.0,0.0)/name=a
  37. size=(11.0,17.0)/num=1/off=(0.0,0.0)/name=b
  38. size=(17.0,22.0)/num=1/off=(0.0,0.0)/name=c
  39. size=(34.0,22.0)/num=1/off=(0.0,0.0)/name=d
  40. resolution(IN)=(0.000492126,.000492126)         ; specifies both res and units
  41.  
  42. ; METRIC resolution and SIZE records
  43. ; size=(215.9,279.4)/num=0/off=(0.0,0.0)/name=a4
  44. ; size=(279.4,431.8)/num=0/off=(0.0,0.0)/name=a3
  45. ; size=(431.8,558.8)/num=0/off=(0.0,0.0)/name=a2
  46. ; size=(863.6,558.8)/num=0/off=(0.0,0.0)/name=a1
  47. ; resolution(MM)=(0.0125,0.0125)                  ; 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=2.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) = (28,84)/nohardware                   ; style = dot
  61. style(2) = (140, 84)/nohardware                 ; style = med dash
  62. style(3) = (336, 112)/nohardware                ; style = long dash
  63. style(4) = (224, 84, 56, 84)/nohardware         ; style = dot-dash
  64. style(5) = (112, 112)/nohardware                ; style = short dash
  65. style(6) = (168, 56, 56, 56, 56, 56)/nohardware ; style = dot-dash-dot
  66. style(7) = (224, 56, 112, 56)/nohardware        ; style = long dash-short dash
  67. pattern_len(1)=10                               ; set pattern length 1
  68. pattern_len(2)=10                               ; set pattern length 2
  69. pattern_len(3)=10                               ; set pattern length 3
  70. pattern_len(4)=10                               ; set pattern length 4
  71. pattern_len(5)=10                               ; set pattern length 5
  72. pattern_len(6)=10                               ; set pattern length 6
  73. pattern_len(7)=10                               ; set pattern length 7
  74.  
  75. weight=(1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8)  ; To achieve greater quailty from a
  76.                                           ; electrostatic plotter set weight
  77.                                           ; to all 1's and use the hardware
  78.                                           ; definable weights on the plotter.
  79.  
  80. ; Construction/active points are not plotted by default. Uncomment the
  81. ; next line if you want points plotted. Points are plotted 0.1 cm dia.
  82. ; point_size = .1
  83.  
  84. ; software_raster allows for plotting of type 87/88 raster elements. Value
  85. ; for resolution can be as high as your plotter's resolution.  Lower values
  86. ; will produce grainier images.  Remove comment to plot raster image.
  87. ; software_raster/res=200
  88.