magic_man1 Posted September 29, 2010 Posted September 29, 2010 We are working with the MEP-2010 software after being upgraded from ABS-2006 and we are finding that many of the drawings need a very simple, yet time-consuming fix. We simly need to open each DWG file, select a different plotter from the list, then re-select the original plotter. Apparently this is some form of glitch. None the less, we have many DWG files to perform this function on, so that we can continue to plot these files in the future. My goal is to find something that will allow us to modify the plotter for a group of DWG's at a single time. Does anyone know of something that will allow us to do this? PLEASE HELP! Thanks, Quote
Grant Posted September 29, 2010 Posted September 29, 2010 I only have Autocad not MEP but maybe instead of having to open each file to fix it which is possible by using Autolisp and scripting maybe use startup and do the plot command in a lisp routine: in Acad.lsp or Acaddoc.lsp (defun S::STARTUP () (command "PLOT" ....etc) ) Acad tries to find acad.lsp or acaddoc.lsp everytime you open or start a new drawing. to find out what to put for your lisp routine: in Acad command prompt type (command "plot") and follow the instructions to sort out the ETC stuff above Hope this helps Quote
magic_man1 Posted September 29, 2010 Author Posted September 29, 2010 Unfortunately I am not well versed in writing lsp code. But it's times like this that I wish I were. Quote
Grant Posted September 29, 2010 Posted September 29, 2010 You could possibly try '_publish' but I don't know enough about that. Do you know about scripting or macro record? This may reduce the number of key strokes Quote
cadvision Posted September 30, 2010 Posted September 30, 2010 Try Multi-Batch http://www.multi-batch.com/ WiseImage Pro from CSOFT http://www.csoft.com has a fantastic batch utility also, but I think in your case Multi-Batch is what you need Quote
magic_man1 Posted September 30, 2010 Author Posted September 30, 2010 WOW, Cadvision, that is a very powerful tool, I like it. Unfortunately I keep bumping into another issue... Hard to explain, but even with "center the plot" checked, the paperspace linework is not centered. We have this issue often and unfortunately the only fix, is to get into the Page Setup, click modify and without making any changes, simply click OK and suddenly, Vwalla! things are centered. Makes zero sense, but it works... Unfortunately I cannot do this within a script (go into the page setup modify window and simply click OK). Grrrrrr. Any known solutions for that piece? Quote
KiLLiNG-TiME Posted October 1, 2010 Posted October 1, 2010 Have a look at TrueView 2010 ...under DWG convert, select a conversion set up & hit modifiy, then on the right hand side under actions you will see a button call Page setups just above that is Replace page setups ... hope this helps. 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.