Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Batch plotting

1 view
Skip to first unread message

BobKat

unread,
Jan 11, 2005, 6:31:28 AM1/11/05
to
Can batch plotting be done in SW 2004 or is a third party program needed?
BobKat


Richard Charney

unread,
Jan 11, 2005, 8:57:03 AM1/11/05
to
You can do it using Solidworks Task Scheduler. We use it all the time for
that. It's really easy to use to.

Richard

"BobKat" <bobk...@verizon.net> wrote in message
news:kOOEd.2725$7b.1393@trndny05...

BobKat

unread,
Jan 11, 2005, 9:49:26 AM1/11/05
to

Thanks for the reply Richard. It appears that the task scheduler is
only available with Solidworks Office. Is this true or are you aware of
it as a stand alone program?
BobKat

Dave H

unread,
Jan 11, 2005, 12:19:19 PM1/11/05
to
Try PAC4SWX by Stefan Berlitz at http://swtools.cad.de/
I've been using it for years now and can't do without. Well worth the
money.

Dave H

Richard Charney

unread,
Jan 11, 2005, 4:51:15 PM1/11/05
to
I believe you are correct, it is only available with SW's Office. You could
try PAC4SWX. It has a free trial for download for 30 days. I tried that one
out before it worked really well too. You can get it at
http://swtools.cad.de/

Richard

"BobKat" <far...@gtequipment.com> wrote in message
news:1105454966.2...@f14g2000cwb.googlegroups.com...

BobKat

unread,
Jan 12, 2005, 7:13:29 AM1/12/05
to

"BobKat" <bobk...@verizon.net> wrote in message
news:kOOEd.2725$7b.1393@trndny05...
> Can batch plotting be done in SW 2004 or is a third party program needed?
> BobKat
>
>
Thanks Richard and Dave. I believe I will give PAC4SWX a try. One last
question, Can PAC4SWX be used as a stand alone program without having
Solidworks installed? Our company buyer would like to run batch plots after
hours for submitting to vendors but he only has the Solidworks viewer
installed.
BobKat

Richard Charney

unread,
Jan 12, 2005, 8:18:15 AM1/12/05
to
I believe it needs to have Solidworks to actually run. I never tried it with
just the viewer, but it might work. Maybe some other people on here who use
it more often could answer that question better.

Richard


"BobKat" <bobk...@verizon.net> wrote in message

news:Jv8Fd.9874$eb.381@trndny01...

Dave H

unread,
Jan 12, 2005, 10:57:38 AM1/12/05
to

Yes it does require SolidWorks to run. Note that this program does a
lot more than just batch print files. It also outputs to other file
formats like tiff, pdf, dxf, dwg, other solid formats and even e-drawings.

Dave H

CS

unread,
Jan 12, 2005, 11:40:14 AM1/12/05
to
You could write a windows batch file to run it.

Where D:\Program Files\SOLIDWORKSVIEWER\SWVIEWER.exe is the path to your
SolidWorks Viewer


D:
cd Program Files\SOLIDWORKSVIEWER
SWVIEWER.exe "c:\410156.SLDDRW" /p

pause


Where %1 is a parameter passed to your batch file from another program

eg. from the command prompt
somepathto Mybatch.bat "c:\410156.SLDDRW"

and Mybatch.bat contains

D:
cd Program Files\SOLIDWORKSVIEWER
SWVIEWER.exe %1 /p

pause

in this case %1 = "c:\410156.SLDDRW"

Regards,

Corey Scheich


"Richard Charney" <rcha...@elakeside.com> wrote in message
news:rs9Fd.14188$by5....@newssvr19.news.prodigy.com...

0 new messages