AutoCAD/Autocad Plot Stamp

Advertisement


Question

i'm interested in the question (below) that Amar asked.
i need the same thing and some hand holding.
thanks!
robert byrd
tampa, florida



Expert: Bill DeShawn - 4/19/2004

Question
Hi,

I am looking for a lisp routine to load and insert date/time/filename/location etc. on the left bottom side of dwg. sheets. I am using Autocad 2002. I remember when using R2000 sometime ago there was an option under plot settings to have this information inserted when plotting. I have little knowledge of lisp programming, so if you can help and may be give a step by step instruction how to load.

Thank Amar

Get the answer below
Sponsored Links


Answer
Robert:
PLOTSTAMP is a command that you get when ACPLTSTAMP.ARX is loaded.  Type the following at the command line:
(findfile "acpltstamp.arx")

If AutoCAD then reports the location of the file, then just type PLOTSTAMP and you are on your way.  If you have the file and you type PLOTSTAMP but it still doesn't work, you will have to use APPLOAD to load it.  I recommend putting it in tye Startup Suite.  If it returns nil, then you need to download it.  You should be able to download it here:
http://usa.autodesk.com/adsk/servlet/ps/dl/item?siteID=123112&id=2525647&linkID=...

You can then load it with APPLOAD, and type the PLOTSTAMP command to execute the routine.  Be sure to use the ADVANCED button for more options.

Keep in touch
Bill DeShawn
http://my.sterling.net/~bdeshawn

AutoCAD

All Answers


Answers by Expert:


Ask Experts

Volunteer


Bill DeShawn

Expertise

I can address all 2-D questions and some 3-D questions. I do programming in AutoLISP if it doesn`t involve solid modeling. I can also address menu customization issues and can help you find answers to questions I can`t answer by taking your question directly to Autodesk via their newsgroups.

Experience

I used to do electronic and mechanical design for a flat panel monitor manufacturer, and now I do architectural drafting for an architect. I did and do AutoLISP and menu customization and take pride in making my lisp routines to do the work exactly the way the client likes them done.

Publications
I had a routine published in CADENCE magazine (no longer in publication and taken over by CADALYST). Some of my routines are published on my website at http://my.sterling.net/~bdeshawn

©2012 About.com, a part of The New York Times Company. All rights reserved.