Author |
Topic |
|
alaska_surveyor
New Member
USA
7 Posts |
Posted - December 13 2006 : 1:52:46 PM
|
Here is a portion of the F2 screen when the error shows up
Enter plot offset (x,y) or [Center] <0.00,0.00>: 0,0 Plot with plot styles? [Yes/No] <Yes>: yes Enter plot style table name or (enter . for none) <>: . Plot with lineweights? [Yes/No] <Yes>: Scale lineweights with plot scale? [Yes/No] <No>: Plot paper space first? [Yes/No] <No>: t:\BradleyLakeDwg\RecordSet4HEA\SF6_STICK\2390-3739-4812-F.dwf
Command: -PLOT Detailed plot configuration? [Yes/No] <No>:
Enter a layout name or <Layout1>: _QSAVE <_QSAVE> not found.
Command: (if (/= (getvar "DBMOD") 0)(command "_.OPEN" "_Y")(command "_.OPEN")) nil
Enter name of drawing to open <T:\BradleyLakeDwg\RecordSet4HEA\SF6_STICK\2390-3739-4812-F.dwg>: *Cancel* *Cancel*
Here is the routine I am running which seems to work ok
;BEGIN SCRIPT ;Command: -plot -PLOT ;Detailed plot configuration? [Yes/No] <No>: y Y ;Enter a layout name or [ ?] <Model>: Layout1 ;Enter an output device name or [ ?] : DWF Classic (R14 look) autodesk dwf writer ;Enter paper size or [ ?] <ANSI expand A (8.50 x 11.00 Inches)>: ansi a: 8.5 x 11 in ;Enter paper units [Inches/Millimeters] <Inches>: inches ;Enter drawing orientation [Portrait/Landscape] <Landscape>: landscape ;Plot upside down? [Yes/No] <No>: no ;Enter plot area [Display/Extents/Limits/View/Window] <Display>: extents ;Enter plot scale (Plotted Inches=Drawing Units) or [Fit] <Fit>: fit ;Enter plot offset (x,y) or [Center] <0.00,0.00>: 0,0 ;Plot with plot styles? [Yes/No] <Yes>: yes ;Enter plot style table name or [ ?] (enter . for none) <>: . . ;Plot with lineweights? [Yes/No] <Yes>:
;Enter shade plot setting [As displayed/Wireframe/Hidden]:
;Specify filename... (modify to suit) $filepath$$filename$.dwf ;Save changes to page setup [Yes/No]? <N>
;Proceed with plot [Yes/No] <Y>:
;END SCRIPT
I am running Autocad 2006 and will be migrating to 2007 when another program I run is compatible |
|
Admin
Administrator
652 Posts |
Posted - December 13 2006 : 2:24:07 PM
|
Ok,
Looks like things start to go awry after: Plot paper space first? [Yes/No] <No>:
Try putting an extra carriage return there, and re-run, see if it goes any further.
On the other hand, it seems that your prompts are different than mine, I highly recommend you to work through the -PLOT command at least once manually typing in each command, then generate your script out of that (using the Command Capture Utility in the "Tools" menu. http://www.74mph.com/faq/FAQ00089.html
This is standard "debugging" of scripts, so it might take a few tries, but you will get the idea, and be able to figure out what is going on.
|
Hurricane for AutoCAD http://www.74mph.com FAQ at http://www.74mph.com/faq/faq.html Tutorials at http://www.74mph.com/tutorials.html |
|
|
|
Topic |
|
|
|