Author Topic: Plot Logging  (Read 6301 times)

0 Members and 1 Guest are viewing this topic.

bmossman

  • Guest
Plot Logging
« on: October 27, 2008, 04:04:36 PM »
Does someone have a routine similar to the plot log created by acad, that will create only a project number and the quantity of prints?

bmossman

  • Guest
Re: Plot Logging
« Reply #1 on: October 28, 2008, 08:34:53 AM »
How does everyone else log their plots? We're running Plotclient software that came with the K&E printer. We have two configurations setup...one for plt files and one for direct plotting. The software tracts the plt file plotting, but not the direct plotting. Is there an easy way to track the the direct plots?

M-dub

  • Guest
Re: Plot Logging
« Reply #2 on: October 28, 2008, 08:50:04 AM »
Just so you have an answer, we don't log our plots.  Although, sometimes, it would come in handy.

Sorry.  Have you tried searching this site already?

M-dub

  • Guest
Re: Plot Logging
« Reply #3 on: March 10, 2011, 10:47:43 AM »
* Bump *

This is suddenly an issue here and some time has passed since I last saw it discussed.

Does anyone know of a way to track prints (not only AutoCAD prints, but EVERYTHING) with Windows alone?

If not, does anyone know of a free program that will do it? (I know there are lots out there, but wondered if anyone has USED any and would recommend one)

Matt__W

  • Seagull
  • Posts: 12955
  • I like my water diluted.
Re: Plot Logging
« Reply #4 on: March 10, 2011, 11:08:30 AM »
I know some of the newer printers have the ability to track who printed what.  I don't know how far back they will track but some of ours do.
Autodesk Expert Elite
Revit Subject Matter Expert (SME)
Owner/FAA sUAS Pilot @ http://skyviz.io

M-dub

  • Guest
Re: Plot Logging
« Reply #5 on: March 10, 2011, 11:11:45 AM »
We just got a new BizHub.... going to have to look into that.  I had a look on my computer before posting this, but didn't see anything and hadn't heard back from IT yet.

danallen

  • Guest
Re: Plot Logging
« Reply #6 on: March 25, 2013, 04:50:42 PM »
Bump

What is everyone using to track plots from both AutoCAD and other software?

Thanks,

Dan

Matt__W

  • Seagull
  • Posts: 12955
  • I like my water diluted.
Re: Plot Logging
« Reply #7 on: March 26, 2013, 10:30:32 AM »
Bump

What is everyone using to track plots from both AutoCAD and other software?

Thanks,

Dan
Older, previous plots.
Autodesk Expert Elite
Revit Subject Matter Expert (SME)
Owner/FAA sUAS Pilot @ http://skyviz.io

danallen

  • Guest
Re: Plot Logging
« Reply #8 on: March 26, 2013, 01:51:48 PM »
badabump...

Matt__W

  • Seagull
  • Posts: 12955
  • I like my water diluted.
Re: Plot Logging
« Reply #9 on: March 26, 2013, 01:57:46 PM »
'Tis true!
Autodesk Expert Elite
Revit Subject Matter Expert (SME)
Owner/FAA sUAS Pilot @ http://skyviz.io

Jeff H

  • Needs a day job
  • Posts: 6150
Re: Plot Logging
« Reply #10 on: March 11, 2014, 02:13:22 AM »
Here is something free
http://www.papercut.com/products/free_software/print_logger/

Working on something that catches all non-virtual prints and testing it catches all prints sent to printers from AutoCAD or other programs but need to do a little more testing making sure it handles canceled prints, etc.. correctly.

BlackBox

  • King Gator
  • Posts: 3770
Re: Plot Logging
« Reply #11 on: March 11, 2014, 04:38:44 PM »
Here is something free
http://www.papercut.com/products/free_software/print_logger/

Working on something that catches all non-virtual prints and testing it catches all prints sent to printers from AutoCAD or other programs but need to do a little more testing making sure it handles canceled prints, etc.. correctly.

I'd be interested to see what you come up with, Jeff. :-)



We're considering changing printer lease companies. We currently have a print management software that runs with the print driver, but it's clunky, and poorly designed. I've been considering what I'd need to do to implement our own, custom print management system recently.

Thought this might be of use to others interested in this topic as well:

http://www.codeproject.com/Articles/51085/Monitor-jobs-in-a-printer-queue-NET

Cheers
"How we think determines what we do, and what we do determines what we get."

Jeff H

  • Needs a day job
  • Posts: 6150
Re: Plot Logging
« Reply #12 on: March 12, 2014, 10:41:37 AM »
Looks like uses Win32 api I have trying out using WMI