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

  1.  
  2. ; Calcomp 907 example plotter configuration file
  3.  
  4. ;       $Logfile:   I:/mgds/plot/pltcfg/cal907.plv  $
  5. ;       $Workfile:   cal907.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                                      ; Automatically center plot on page
  16. rotate=ccw                                      ; counter-clockwise rotation
  17. ; border/pen=1/comment=("hpljet3")/filename/time
  18. ; communication=(hand=0,baud=9600,par=none,data=8,stop=1)
  19. communication=(syncval=02,numsync=1,eom=03,recordsize=128)
  20. default_extension/auto_incExt = '000'        ; default extension for plotfiles
  21. ;
  22. ; To configure a default output file name comment out the default_extension
  23. ; line above and uncomment this line.  "lpt1" may be substituted with any
  24. ; desired filename - e.g. "$(MS_PLTFILES)plotfile.000"
  25. ;
  26. ;default_outFile/auto_overwrite = "lpt1"
  27.  
  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=(10.5,7.75)/num=1/off=(.5,.5)/name=a
  37. size=(15.5,10.5)/num=1/off=(.5,.5)/name=b
  38. size=(21.0,15.5)/num=1/off=(.5,.5)/name=c
  39. size=(31.0,21.0)/num=0/off=(.5,.5)/name=d
  40. size=(42.0,31.0)/num=0/off=(.5,.5)/name=e
  41. resolution(IN)=(0.000492126,.000492126)            ; specifies both res and units
  42.  
  43. ; METRIC resolution and SIZE records
  44. ; size=(393.7,266.7)/num=0/off=(12.7,12.7)/name=a3
  45. ; size=(533.4,393.7)/num=0/off=(12.7,12.7)/name=a2
  46. ; size=(787.4,533.4)/num=0/off=(12.7,12.7)/name=a1
  47. ; size=(1066.8,787.4)/num=0/off=(12.7,12.7)/name=a0
  48. ; resolution(MM)=(0.0125,.0125)                   ; specifies both res and units
  49.  
  50.  
  51. ; Stroke_tolerance determines tolerance for arcs and circles.  Value is
  52. ; between 0 and 10 with 10 being the greater tolerance.  Larger values
  53. ; also create larger plot files.
  54. stroke_tolerance=2.0                            ; unitless num  0 < tol <10
  55.  
  56. ;  The style records define how the design file line codes (styles)
  57. ;  are to be plotted.  Values are in plotter units (resolutions).
  58. ;  Values determine pen down/up movements, where (10,28) for a dot
  59. ;  pattern leaves the pen down for 10 units and up for 28 units.  The
  60. ;  /nohardware switch causes software stroking with these values.
  61.  
  62. style(1) = (28,84)/nohardware                   ; style = dot
  63. style(2) = (140, 84)/nohardware                 ; style = med dash
  64. style(3) = (336, 112)/nohardware                ; style = long dash
  65. style(4) = (224, 84, 56, 84)/nohardware         ; style = dot-dash
  66. style(5) = (112, 112)/nohardware                ; style = short dash
  67. style(6) = (168, 56, 56, 56, 56, 56)/nohardware ; style = dot-dash-dot
  68. style(7) = (224, 56, 112, 56)/nohardware        ; style = long dash-short dash
  69.  
  70. ;  The weight line determines the number of strokes to use with each weight.
  71. ;  The first position defines weight 0, second weight 1, third weight 2 and
  72. ;  so on up to weight 31. To increase or decrease the number of stokes per
  73. ;  weight, change the number in that position.
  74.  
  75. 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)
  76.  
  77. ; Construction/active points are not plotted by default. Uncomment the
  78. ; next line if you want points plotted. Points are plotted 0.1 cm dia.
  79. ; point_size = .1
  80.  
  81. ; software_raster allows for plotting of type 87/88 raster elements. Value
  82. ; for resolution can be as high as your plotter's resolution.  Lower values
  83. ; will produce grainier images.  Remove comment to plot raster image.
  84. ; software_raster/res=300
  85.