home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 January
/
Chip_1997-01_cd.bin
/
ms95
/
disk22
/
dir03
/
f008410.re_
/
f008410.re
Wrap
Text File
|
1996-04-02
|
4KB
|
92 lines
; Calcomp 907 Plotter config file - For Drawing Master Plus Model 524xx
;
; $Logfile: I:/mgds/plot/pltcfg/cal524xx.plv $
; $Workfile: cal524xx.plt $
; $Revision: 6.2 $
; If you change this file, please do not disturb the above source control
; information. It will prove useful in the event that a future release
; changes this file.
; SETUP TIPS
; *********************************************
;
; The plotters com 2 serial port has the following default settings
; which match communication lines below.
;
; Baud - 9600 / Character Framing - 8,N,1 / Host/Plotter - XON/XOFF
; Plot Command Language - 907 / Steps Per Inch - 2032
; Plot Data Protocal - XON/XOFF / Beginning of Record Sync Char - $02
; Number of Sync Char - 1 / End of Record Char - $03 / Checksum - N
;
; Use a 25 pin straight-through cable.
;
; No matter what plotter is set to or port connected to, ensure
; communication lines below match plotter setup. See the DrawingMaster
; User's Guide for plotter setup.
; *********************************************
num_pens=8 ; required record - Set to # of pens using.
change_pen=color ; options are color, weight, level or both
model=cal907 ; plotter model number
driver = cal907 ; MDL driver to use
autocenter ; center plot first time in plot dialog
rotate=cw ; counter-clockwise rotation
;rotate=ccw ; counter-clockwise rotation
border/pen=1/filename/time ; remove this line for no border
default_extension/auto_incExt = '000' ; default extension for plotfiles
;
; To configure a default output file name comment out the default_extension
; line above and uncomment this line. "lpt1" may be substituted with any
; desired filename - e.g. "$(MS_PLTFILES)plotfile.000"
;
;default_outFile/auto_overwrite = "lpt1"
; communication=(handshake=0,baud=9600,par=none,data=8,stop=1)
communication=(syncval=02,numsync=1,eom=03,recordsize=128)
; The SIZE records defines the plotting area of the page.
; ANSI Engineering roll feed sizes.
size=(8.5,11.0)/num=0/off=(0,0)/name=a
size=(11.0,17.0)/num=0/off=(0,0)/name=b
size=(17.0,22.0)/num=0/off=(0,0)/name=c
size=(34.0,22.0)/num=0/off=(0,0)/name=d
size=(44.0,34.0)/num=0/off=(0,0)/name=e
; Use the resolution record below for 2032 Steps Per Inch
resolution(IN)=(0.000492126,.000492126) ; specifies both res and units
; Use the resolution record below for 400 Steps Per Inch
; resolution(IN)=(0.0025,.0025) ; specifies both res and units
; Stroke_tolerance defines how well defined arcs and circles plot.
; Values are between 1 and 10 with 10 producing the best quality.
stroke_tolerance=3.0 ; unitless num 0 < tol <10
; The style records defines how the design file line codes (styles)
; are to be plotted. Values are in plotter units (resolutions).
; Values determine pen down/up movements, where (28,84) for a dot
; pattern leaves the pen down for 28 units and up for 84 units. The
; /nohardware switch causes software stroking with these values.
style(1) = (28,84)/nohardware ; style = dot
style(2) = (140, 84)/nohardware ; style = med dash
style(3) = (336, 112)/nohardware ; style = long dash
style(4) = (224, 84, 56, 84)/nohardware ; style = dot-dash
style(5) = (112, 112)/nohardware ; style = short dash
style(6) = (168, 56, 56, 56, 56, 56)/nohardware ; style = dot-dash-dot
style(7) = (224, 56, 112, 56)/nohardware ; style = long dash-short dash
; The weight line determines the number of strokes to use with each weight.
; The first position defines weight 0, second weight 1, third weight 2 and
; so on up to weight 31. To increase or decrease the number of stokes per
; weight, change the number in that position.
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)
; The communication records are used during plot creation and submittal.
; These values must match the plotter communication settings. See Above.