Konica Minolta KIP 7000 User Manual

Page 272

Advertising
background image

- 3 -


; MICROSTATION starts counting pens at 1, so even though the HP 650c has
; pens 0 through 255, pen 0 is not used by MICROSTATION.

num_pens = 255 ; Defines pens used - max value is 255
change_pen = both

: options are color, weight, level or both

model = mdl

; plotter model

driver = hmrhpgl2 ; MDL driver to use
autocenter

; Automatically center plot on page

end_plot = eject

; Performs page eject

rotate = none

; enable/disable automatic rotation to maximize

; plots: cw = rotate clockwise, ccw = rotate

; counter-clockwise, none = disable

;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"
; Substitute the name of a pentable file to be loaded when this driver is
selected
;pentable=\dir\file.tbl

border/pen=1/filename/time

; leave this out for no border

; communication=(handshake=0,baud=9600,par=none,data=8,stop=1)


This line above, should be:

default_outFile/auto_overwrite =

\\Computername\Shared_printer_driver

name\


or as in example using ‘KIP-PPC” as the Computer name and ‘KIP3000” as
the shared printer driver name:

default_outFile/auto_overwrite =

\\KIP-PPC\KIP3000

Once the changes are made, the user could overwrite the file with the same
filename, or could save the new file as ‘KIPGL.PLT’.




Advertising