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

  1.  
  2. ;  Calcomp 907 Plotter config file - For Drawing Master Plus Model 524xx
  3. ;
  4. ;       $Logfile:   I:/mgds/plot/pltcfg/cal524xx.plv  $
  5. ;       $Workfile:   cal524xx.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. ;
  14. ;  The plotters com 2 serial port has the following default settings
  15. ;  which match communication lines below.
  16. ;
  17. ;  Baud - 9600 / Character Framing - 8,N,1 / Host/Plotter - XON/XOFF
  18. ;  Plot Command Language - 907 / Steps Per Inch - 2032
  19. ;  Plot Data Protocal - XON/XOFF / Beginning of Record Sync Char - $02
  20. ;  Number of Sync Char - 1 / End of Record Char - $03 / Checksum - N
  21. ;
  22. ;  Use a 25 pin straight-through cable.
  23. ;
  24. ;  No matter what plotter is set to or port connected to, ensure
  25. ;  communication lines below match plotter setup. See the DrawingMaster
  26. ;  User's Guide for plotter setup.
  27. ;  *********************************************
  28.  
  29. num_pens=8                     ; required record - Set to # of pens using.
  30. change_pen=color               ; options are color, weight, level or both
  31. model=cal907                   ; plotter model number
  32. driver = cal907                   ; MDL driver to use
  33. autocenter                     ; center plot first time in plot dialog
  34. rotate=cw                     ; counter-clockwise rotation
  35. ;rotate=ccw                     ; counter-clockwise rotation
  36. border/pen=1/filename/time     ; remove this line for no border
  37. default_extension/auto_incExt = '000'     ; default extension for plotfiles
  38. ;
  39. ; To configure a default output file name comment out the default_extension
  40. ; line above and uncomment this line.  "lpt1" may be substituted with any
  41. ; desired filename - e.g. "$(MS_PLTFILES)plotfile.000"
  42. ;
  43. ;default_outFile/auto_overwrite = "lpt1"
  44.  
  45. ; communication=(handshake=0,baud=9600,par=none,data=8,stop=1)
  46. communication=(syncval=02,numsync=1,eom=03,recordsize=128)
  47.  
  48.  
  49. ; The SIZE records defines the plotting area of the page.
  50.  
  51. ; ANSI Engineering roll feed sizes.
  52. size=(8.5,11.0)/num=0/off=(0,0)/name=a
  53. size=(11.0,17.0)/num=0/off=(0,0)/name=b
  54. size=(17.0,22.0)/num=0/off=(0,0)/name=c
  55. size=(34.0,22.0)/num=0/off=(0,0)/name=d
  56. size=(44.0,34.0)/num=0/off=(0,0)/name=e
  57.  
  58. ; Use the resolution record below for 2032 Steps Per Inch
  59. resolution(IN)=(0.000492126,.000492126)        ; specifies both res and units
  60. ; Use the resolution record below for 400 Steps Per Inch
  61. ; resolution(IN)=(0.0025,.0025)                ; specifies both res and units
  62.  
  63. ; Stroke_tolerance defines how well defined arcs and circles plot.
  64. ; Values are between 1 and 10 with 10 producing the best quality.
  65.  
  66. stroke_tolerance=3.0                            ; unitless num  0 < tol <10
  67.  
  68.  
  69. ;  The style records defines how the design file line codes (styles)
  70. ;  are to be plotted.  Values are in plotter units (resolutions).
  71. ;  Values determine pen down/up movements, where (28,84) for a dot
  72. ;  pattern leaves the pen down for 28 units and up for 84 units.  The
  73. ;  /nohardware switch causes software stroking with these values.
  74.  
  75. style(1) = (28,84)/nohardware                   ; style = dot
  76. style(2) = (140, 84)/nohardware                 ; style = med dash
  77. style(3) = (336, 112)/nohardware                ; style = long dash
  78. style(4) = (224, 84, 56, 84)/nohardware         ; style = dot-dash
  79. style(5) = (112, 112)/nohardware                ; style = short dash
  80. style(6) = (168, 56, 56, 56, 56, 56)/nohardware ; style = dot-dash-dot
  81. style(7) = (224, 56, 112, 56)/nohardware        ; style = long dash-short dash
  82.  
  83. ;  The weight line determines the number of strokes to use with each weight.
  84. ;  The first position defines weight 0, second weight 1, third weight 2 and
  85. ;  so on up to weight 31. To increase or decrease the number of stokes per
  86. ;  weight, change the number in that position.
  87.  
  88. 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)
  89.  
  90. ;  The communication records are used during plot creation and submittal.
  91. ;  These values must match the plotter communication settings. See Above.
  92.