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

  1. ; Versatec 8536/cal907 plotter example file
  2.  
  3. ;       $Logfile:   I:/mgds/plot/pltcfg/ver8536.plv  $
  4. ;       $Workfile:   ver8536.plt  $
  5. ;       $Revision:   6.2  $
  6. ;   If you change this file, please do not disturb the above source control
  7. ;   information. It will prove useful in the event that a future release
  8. ;   changes this file.
  9.  
  10. num_pens=8            ; Defines pens used
  11. change_pen=color         ; options are color, weight, level or both
  12. model=cal907            ; plotter model number
  13. driver=cal907                ; MDL driver to use
  14. autocenter
  15. rotate=ccw            ; counter-clockwise rotation
  16. border/pen=1            ; leave this out for no border
  17. default_extension/auto_incExt = '000'; default extension for plotfiles
  18. ;
  19. ; To configure a default output file name comment out the default_extension
  20. ; line above and uncomment this line.  "lpt1" may be substituted with any
  21. ; desired filename - e.g. "$(MS_PLTFILES)plotfile.000"
  22. ;
  23. ;default_outFile/auto_overwrite = "lpt1"
  24.  
  25. ; communication=(hand=0,baud=9600,par=none,data=8,stop=1)
  26. communication=(syncval=02,numsync=1,eom=03,recordsize=128)
  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=(8.5,11.0)/num=1/off=(0.0,0.0)/name=a
  36. size=(11.0,17.0)/num=1/off=(0.0,0.0)/name=b
  37. size=(17.0,22.0)/num=1/off=(0.0,0.0)/name=c
  38. size=(22.0,34.0)/num=1/off=(0.0,0.0)/name=d
  39. size=(44.0,34.0)/num=1/off=(0.0,0.0)/name=e
  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=(558.8,863.6)/num=0/off=(0.0,0.0)/name=a1
  47. ; size=(1117.6,1727.2)/num=0/off=(0.0,0.0)/name=a0
  48. ; resolution(MM)=(0.0125,0.0125)                  ; 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=2.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) = (28,84)/nohardware                   ; style = dot
  62. style(2) = (140, 84)/nohardware                 ; style = med dash
  63. style(3) = (336, 112)/nohardware                ; style = long dash
  64. style(4) = (224, 84, 56, 84)/nohardware         ; style = dot-dash
  65. style(5) = (112, 112)/nohardware                ; style = short dash
  66. style(6) = (168, 56, 56, 56, 56, 56)/nohardware ; style = dot-dash-dot
  67. style(7) = (224, 56, 112, 56)/nohardware        ; style = long dash-short dash
  68. pattern_len(1)=10                               ; set pattern length 1
  69. pattern_len(2)=10                               ; set pattern length 2
  70. pattern_len(3)=10                               ; set pattern length 3
  71. pattern_len(4)=10                               ; set pattern length 4
  72. pattern_len(5)=10                               ; set pattern length 5
  73. pattern_len(6)=10                               ; set pattern length 6
  74. pattern_len(7)=10                               ; set pattern length 7
  75.  
  76. weight=(1,1,2,2,3,3,4,4,5,5,6,6,7,7,7,7)  ; To achieve greater quailty from a
  77.                                           ; electrostatic plotter set weight
  78.                                           ; to all 1's and use the hardware
  79.                                           ; definable weights on the plotter.
  80.  
  81. ; Construction/active points are not plotted by default. Uncomment the
  82. ; next line if you want points plotted. Points are plotted 0.1 cm dia.
  83. ; point_size = .1
  84.  
  85. ; software_raster allows for plotting of type 87/88 raster elements. Value
  86. ; for resolution can be as high as your plotter's resolution.  Lower values
  87. ; will produce grainier images.  Remove comment to plot raster image.
  88. ; software_raster/res=200
  89.