Author Topic: Batch Plotting with Publish command  (Read 1851 times)

0 Members and 1 Guest are viewing this topic.

psuchewinner

  • Guest
Batch Plotting with Publish command
« on: July 06, 2005, 12:42:57 PM »
Can anyone shed some light on how to Automate the Publish command through Lisp?  I can load my page setup easily enough but I am getting stuck with part of the actual command, such as specifying "sheets".  I want to plot all of my layouts of the currently opened drawing with the click of a button.  If there is a way of doing it without using publish, let me know. :?

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: Batch Plotting with Publish command
« Reply #1 on: September 16, 2006, 10:59:34 AM »
Sorry this was overlooked so long ago. I only hope you found a solution.
Here is mine: http://www.theswamp.org/index.php?topic=1916.0
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

psuchewinner

  • Guest
Re: Batch Plotting with Publish command
« Reply #2 on: September 19, 2006, 07:29:05 AM »
No problem.  I did come up with a solution.  I was able to figure out the DSD file.  I write a new DSD file each time I want to plot.  I also import the required page setup and delete it after plotting is complete.  It workds great for me.  Thanks for the response.

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: Batch Plotting with Publish command
« Reply #3 on: September 19, 2006, 08:26:02 AM »
I am looking into how to create the DSD file as well.
Thanks
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

psuchewinner

  • Guest
Re: Batch Plotting with Publish command
« Reply #4 on: September 19, 2006, 08:35:05 AM »
since the DSD file is nothing more than a text file, I wrote the info needed in the DSD file to a text file.  I wrote the header and footer, which (if I remember correctly) are always the same in one portion of the routine and then I wrote all of the plotting info for each tab in a separate area of the routine.  It gets over-written each time I plot.

adalea03

  • Guest
Re: Batch Plotting with Publish command
« Reply #5 on: November 08, 2011, 01:50:53 PM »
Does that mean that you are not prompted for the DSD filename, nor the PDF filename?
Which elements (lines) of the DSD file can I overwrite and still have it work properly?
Thanks
Tony