Batch Plotting in Background

Discussion in 'AutoCAD' started by Matt W, Aug 18, 2004.

  1. It's very beneficial because even with background printing, the user's
    station slows down; doing some fancy text file manipulationn or db allows
    tracking for billing purposes [if you're AEC].

    A timer will run for a period of time you set then do what you want. When
    the timer stops, have it call a sub to check for files, print, etc, restart
    timer. As for intervals, it could be every 100th of a second. I'd set it
    for 1 minute and adjust from there.

    *IF* you have full vb, you'd split your app into two processig threads -
    the timer/checker and the printing mechanism.

    -- Mike
    ___________________________
    Mike Tuersley
    CADalyst's CAD Clinic
    Rand IMAGINiT Technologies
    ___________________________
    the trick is to realize that there is no spoon...
     
    Mike Tuersley, Aug 19, 2004
    #21
  2. If you are using .net instead of a timer you could use the filesystemwatcher
    to watch a directory with a file changed event
     
    Mark Gardiner, Aug 21, 2004
    #22
  3. True - I use it for a creation event

    -- Mike
    ___________________________
    Mike Tuersley
    CADalyst's CAD Clinic
    Rand IMAGINiT Technologies
    ___________________________
    the trick is to realize that there is no spoon...
     
    Mike Tuersley, Aug 22, 2004
    #23
  4. Not sure it's mentioned before but:
    The -PUBLISH command and a presaved Drawing Set Description (DSD) file can
    run in a script, enabling publishing and plotting of large drawing sets
    without user interaction.

    --
    Best Regards, Jimmy Bergmark
    CAD and Database Developer Manager at www.pharmadule-emtunga.com
    Take a look at
    JTB FlexReport (FLEXlm report tool) - www.jtbworld.com/jtbflexreport
    SmartPurger (Purges automatically) - www.jtbworld.com/?/smartpurger.htm
    or download some freeware at www.jtbworld.com
    More on AutoCAD 2005;
    www.jtbworld.com/autocad2005.htm
     
    Jimmy Bergmark, Aug 23, 2004
    #24
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.