Batch plotting

Discussion in 'SolidWorks' started by BobKat, Jan 11, 2005.

  1. BobKat

    BobKat Guest

    Can batch plotting be done in SW 2004 or is a third party program needed?
    BobKat
     
    BobKat, Jan 11, 2005
    #1
  2. You can do it using Solidworks Task Scheduler. We use it all the time for
    that. It's really easy to use to.

    Richard
     
    Richard Charney, Jan 11, 2005
    #2
  3. BobKat

    BobKat Guest

    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
     
    BobKat, Jan 11, 2005
    #3
  4. BobKat

    Dave H Guest

    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
     
    Dave H, Jan 11, 2005
    #4
  5. 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
     
    Richard Charney, Jan 11, 2005
    #5
  6. BobKat

    BobKat Guest

    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
     
    BobKat, Jan 12, 2005
    #6
  7. 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
     
    Richard Charney, Jan 12, 2005
    #7
  8. BobKat

    Dave H Guest

    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
     
    Dave H, Jan 12, 2005
    #8
  9. BobKat

    CS Guest

    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
     
    CS, Jan 12, 2005
    #9
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.