Lt Dan's legs Posted July 7, 2010 Posted July 7, 2010 Is there a better way than? (command "_.plot" ;;and a bunch of "" If so, please point me in the right direction Quote
rkmcswain Posted July 7, 2010 Posted July 7, 2010 You could use autolisp, but there is nothing wrong with scripting the ._Plot command... I guess it depends on your definition of "better"...? Quote
Lee Mac Posted July 7, 2010 Posted July 7, 2010 Perhaps set up a PC3 plot configuration and look into vla-plottoDevice. You can set up a PC3 Plot Configuration file manually, or manipulate the Plot Configuration Object through VL. Quote
Lt Dan's legs Posted July 7, 2010 Author Posted July 7, 2010 Perhaps set up a PC3 plot configuration and look into vla-plottoDevice. You can set up a PC3 Plot Configuration file manually, or manipulate the Plot Configuration Object through VL. I found a vl code you did at the swamp site. I havent tried it yet. I'm trying to eliminate the pause when I run the "_.plot" lisp. Will your code do the trick? http://www.theswamp.org/index.php?topic=32543.msg380488#msg380488 Quote
alanjt Posted July 7, 2010 Posted July 7, 2010 I found a vl code you did at the swamp site. I havent tried it yet. I'm trying to eliminate the pause when I run the "_.plot" lisp. Will your code do the trick? http://www.theswamp.org/index.php?topic=32543.msg380488#msg380488 What pause? Quote
Lt Dan's legs Posted July 7, 2010 Author Posted July 7, 2010 What pause? I have a 5 to 10 second pause when doing the command like this (command "_.plot" ;;and so on I assumed it was because of the acad version. Only happens on plot Quote
alanjt Posted July 7, 2010 Posted July 7, 2010 Ah, OK. I was thinking you were referring to: (command PAUSE). Quote
Lt Dan's legs Posted July 7, 2010 Author Posted July 7, 2010 Anyone have a pause when plotting? Just me?? The plotters are shared over the network... maybe it's because of that Quote
rkmcswain Posted July 7, 2010 Posted July 7, 2010 Anyone have a pause when plotting? Just me?? The plotters are shared over the network... maybe it's because of that That may be part of it. You could have PMP files that don't exist, PC3 files pointing to non-existent drivers, etc. and also look for system printers that do not exist any longer. Quote
alanjt Posted July 7, 2010 Posted July 7, 2010 and also look for system printers that do not exist any longer. We gained a bit of performance when I removed 2 old system printer/plotters. Quote
rkmcswain Posted July 7, 2010 Posted July 7, 2010 We gained a bit of performance when I removed 2 old system printer/plotters. Yea, kind of a maintenance thing. You might have a printer changed/deleted once every few months and the immediate performance hit may not be noticeable at the time, but the cumulative effect over time may end up slowing you down more than you realize... We had this issue here one time with fonts. We had a directory mapped that had ±300 fonts in it and it took a few seconds when you launched the STYLE or MTEXT commands.... We knocked the list down to a few dozen fonts and the performance increased dramatically... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.