Author Topic: Using Xref's in automation  (Read 4566 times)

0 Members and 1 Guest are viewing this topic.

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
Re: Using Xref's in automation
« Reply #15 on: December 08, 2009, 05:52:46 PM »
PROJECTNAME = WIN
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst

jmaeding

  • Bull Frog
  • Posts: 304
  • I'm just here for the Shelties.
Re: Using Xref's in automation
« Reply #16 on: December 10, 2009, 01:02:17 PM »
Glenn,
So you are essentially running a doc mgmt system.
I'm all for that, but find it difficult to keep everything so fine tuned with about 10 different design teams going at our office.
How do you enforce the directory structure?  Do you have tools to catch people doing bad things?
thx
James Maeding

Glenn R

  • Guest
Re: Using Xref's in automation
« Reply #17 on: December 10, 2009, 03:18:39 PM »
Nowhere near a doc management system - very complex. I had simple tools, whether they were code running at startup or batch type tools to 'fix' things.

WRT the 'project' xml, I had a gui standalone frontend that read the same xml used by the acad code, where a cad manager or project lead could create a new project, which would create folder structures, set standard files in place etc.

Above all, follow the K.I.S.S. principle.