Author Topic: Delete References to Old / Nonexistent Printers Etc.  (Read 4922 times)

0 Members and 1 Guest are viewing this topic.

M-dub

  • Guest
Delete References to Old / Nonexistent Printers Etc.
« on: February 02, 2012, 11:41:12 AM »
I thought this was taken care of sometime in the past, but I keep getting these messages popping up saying that it can't find this printer config so , the none plot device has been substituted.

I want to delete these references and references to nonexistent plot styles, etc., from each drawing.  Any tips?

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Delete References to Old / Nonexistent Printers Etc.
« Reply #1 on: February 02, 2012, 01:21:20 PM »
first you will want to set a "GOOD" plotstyle current
THEN
you can purge out the "BAD" one(s)
Be your Best


Michael Farrell
http://primeservicesglobal.com/

dgorsman

  • Water Moccasin
  • Posts: 2437
Re: Delete References to Old / Nonexistent Printers Etc.
« Reply #2 on: February 02, 2012, 01:37:28 PM »
Automate named page set-ups, including the active one.  Thats the majority of cases where I find rogue plotters being called for.
If you are going to fly by the seat of your pants, expect friction burns.

try {GreatPower;}
   catch (notResponsible)
      {NextTime(PlanAhead);}
   finally
      {MasterBasics;}

M-dub

  • Guest
Re: Delete References to Old / Nonexistent Printers Etc.
« Reply #3 on: February 02, 2012, 02:29:32 PM »
Automate named page set-ups, including the active one.  Thats the majority of cases where I find rogue plotters being called for.

We did that years ago, and I don't remember getting this message after that... that doesn't mean it didn't happen... just that I can't remember it.  :oops:

It deletes the existing pagesetups, then imports good ones from a known source.

The page setups are ok... it's the plotter configurations (.PC3) and maybe old printers that were last used to print the drawings.  Same with drawings that contractors do for us and send back.  The drawings are looking for their printers, which aren't going to be found.  I'd rather delete all of those references.

dgorsman

  • Water Moccasin
  • Posts: 2437
Re: Delete References to Old / Nonexistent Printers Etc.
« Reply #4 on: February 02, 2012, 06:15:47 PM »
Might be able to use ObjectDBX to get the Layouts collection, and set the ConfigName property of the each layout, without actually opening the drawings.  Hammering them with TrueView using the "Replace page set-ups..." option might work as well, but I'm not sure if that one will get the ones without named set-ups, just somebody using the "Apply to Laout" button in the plot dialog.
If you are going to fly by the seat of your pants, expect friction burns.

try {GreatPower;}
   catch (notResponsible)
      {NextTime(PlanAhead);}
   finally
      {MasterBasics;}

M-dub

  • Guest
Re: Delete References to Old / Nonexistent Printers Etc.
« Reply #5 on: February 03, 2012, 08:49:36 AM »
It helps when you use the right seach criteria!  :)
I acutally found this in a Google search!

(PLQUIET was the variable I was looking for)

Edit#2: Thanks... again, Michael!
« Last Edit: February 03, 2012, 08:55:18 AM by M-dub »