Author Topic: CAD manual  (Read 9741 times)

0 Members and 1 Guest are viewing this topic.

HasanCAD

  • Swamp Rat
  • Posts: 1420
CAD manual
« on: April 29, 2015, 12:18:34 PM »
Hi all
The managenet asked to to create a CAD manual.
Could some one tell me how to start and what is standard for that porpose.

Thanks all

JohnK

  • Administrator
  • Seagull
  • Posts: 10603
Re: CAD manual
« Reply #1 on: April 29, 2015, 12:29:52 PM »
Whenever I created a manual I thought about what I wanted to say/"have it do" before I started (think, then think some more before you do!!).

I always liked to use LaTeX because I automated the publishing of it/them to the company intranet during the build phase.
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: CAD manual
« Reply #2 on: April 29, 2015, 12:30:42 PM »
Your manual should at a minimum define

Layer Names and or Naming convention (so that IF or WHEN) a user believes they need a new layer
they can follow a typical format. Thus avoiding names like: Some Plumbing Crap, Details of Other Stuff, My Stuff, etc....

A full print out of current layers - and a description of what goes on those layers

Printout of accepted Linetypes - and their usage

Printout of line colors and what lineweight each produces

Text Styles and sizes.

Then name and location of All Standard Templates if you use more than one

Name and Location of the Sheet Set Template if you use one

Name and Location of Block Library(ies)

Sample of What and Where information goes in your titleblock(s)

Printout of what plot styles and Page Setups - what the do and when to use them.

Description of File Naming Convention - to avoid drawing names that do not make any sense.

Some or all of this can be avoided IF you employ Tool Palettes....

Enjoy!
Be your Best


Michael Farrell
http://primeservicesglobal.com/

cadtag

  • Swamp Rat
  • Posts: 1152
The only thing more dangerous to the liberty of a free people than big government is big business

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: CAD manual
« Reply #4 on: April 29, 2015, 12:54:36 PM »
Be your Best


Michael Farrell
http://primeservicesglobal.com/

dgorsman

  • Water Moccasin
  • Posts: 2437
Re: CAD manual
« Reply #5 on: April 29, 2015, 01:09:05 PM »
What do you have to keep repeating to the users?  The manual is the same concept as providing a hyperlink: instead of speaking/typing everything over and over, you just link or manually point them to the manual.

How much work do you want to do?  If your standards are automated from one set of data and documented in another, then every time something is changed that change must be duplicated into the manual.  That requires time and introduces the possibility of error ("But it says right in the standards SOMLAYER, not SOMELAYER!!!").  We used to do that and its a royal PITA to work with.  Better to have "self documenting standards"; that is, the data that is used by the standards automation should be human-readable in some way.
If you are going to fly by the seat of your pants, expect friction burns.

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

ronjonp

  • Needs a day job
  • Posts: 7526
Re: CAD manual
« Reply #6 on: April 29, 2015, 01:44:10 PM »
I took our CAD manual many years ago and created code to automate most of it (layers styles etc..).

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

Bethrine

  • Guest
Re: CAD manual
« Reply #7 on: April 29, 2015, 01:51:40 PM »
What do you have to keep repeating to the users?  The manual is the same concept as providing a hyperlink: instead of speaking/typing everything over and over, you just link or manually point them to the manual.

How much work do you want to do?  If your standards are automated from one set of data and documented in another, then every time something is changed that change must be duplicated into the manual.  That requires time and introduces the possibility of error ("But it says right in the standards SOMLAYER, not SOMELAYER!!!").  We used to do that and its a royal PITA to work with.  Better to have "self documenting standards"; that is, the data that is used by the standards automation should be human-readable in some way.

I second that. I ended up setting up a template. If there is a change, I update the template. Comes out how I want every time. It has a basic layer set-up, text, dim's, etc.

I took our CAD manual many years ago and created code to automate most of it (layers styles etc..).

If I knew how to do that, I would. It is on my list but keeps ending up the least of my worries for the moment.

JohnK

  • Administrator
  • Seagull
  • Posts: 10603
Re: CAD manual
« Reply #8 on: April 29, 2015, 02:16:16 PM »
I agree dgorsman and ronjonp but the last AutoCAD standards that I created (I automated quite a bit as well) I still created a CAD manual to convey the intent for those situations where something just didn't fit nicely into the standards. My manual also explained how to use Project navigator (for example) for those who never worked with it and for those projects that didn't need to have views and only needed sheets (for example).

A CAD manual also documents your intent for the automation at the time. That place I was at (where I created my last manual) now has hired a new guy to keep up with the standards but I would bet the farm that he's no where close to the level I was once at with AutoCAD, AutoLisp, and C++. My CAD Manual will help him understand why I did what I did and what I was aiming for.
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org

HasanCAD

  • Swamp Rat
  • Posts: 1420
Re: CAD manual
« Reply #9 on: May 05, 2015, 07:43:54 AM »
Thanks all for value ideas I'll start then show you what I ended to.