CAD Managers
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
*gforsburg
plot stamp
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
131 Views, 10 Replies
03-30-2005 06:38 AM
u know that little plot stamp option? I sthere any way to change it's
color?
Re: plot stamp
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-30-2005 07:02 AM in reply to:
*gforsburg
Forsburg,
We have moved away from the provided date stamp and use rtext along the margin of our titleblocks. This is particularly handy in that it updates other information that you typically don't have in the date stamp. Start the rtext dialogue and select diesel. once the next box opens insert the following $(getvar, "dwgprefix")$(getvar, "dwgname") $(edtime, 0, MON DD"," YYYY - H:MMam/pm) $(getenv, "Username")
Hope you find this useful!
RAnderson, LA
We have moved away from the provided date stamp and use rtext along the margin of our titleblocks. This is particularly handy in that it updates other information that you typically don't have in the date stamp. Start the rtext dialogue and select diesel. once the next box opens insert the following $(getvar, "dwgprefix")$(getvar, "dwgname") $(edtime, 0, MON DD"," YYYY - H:MMam/pm) $(getenv, "Username")
Hope you find this useful!
RAnderson, LA
*doug k
Re: plot stamp
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-30-2005 10:50 AM in reply to:
*gforsburg
i believe the newer acad versions support all that info in the plot stamp
(and more).
i've actually stopped using rtext and now use the plot stamp exclusively.
downside: no you cannot change the color, and it doesn't preview.
may i ask why it needs to be in color?
"randerson138" wrote in message
news:8948151.1112194970794.JavaMail.jive@jiveforum 2.autodesk.com...
> Forsburg,
>
> We have moved away from the provided date stamp and use rtext along the
> margin of our titleblocks. This is particularly handy in that it updates
> other information that you typically don't have in the date stamp. Start
> the rtext dialogue and select diesel. once the next box opens insert the
> following $(getvar, "dwgprefix")$(getvar, "dwgname") $(edtime, 0, MON
> DD"," YYYY - H:MMam/pm) $(getenv, "Username")
>
> Hope you find this useful!
> RAnderson, LA
*AndrewW
Re: plot stamp
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-30-2005 11:03 AM in reply to:
*gforsburg
2006 previews the plot stamp but doesn't have color settings.
doug k wrote:
> i believe the newer acad versions support all that info in the plot stamp
> (and more).
>
> i've actually stopped using rtext and now use the plot stamp exclusively.
>
> downside: no you cannot change the color, and it doesn't preview.
>
> may i ask why it needs to be in color?
>
> "randerson138" wrote in message
> news:8948151.1112194970794.JavaMail.jive@jiveforum 2.autodesk.com...
>
>>Forsburg,
>>
>>We have moved away from the provided date stamp and use rtext along the
>>margin of our titleblocks. This is particularly handy in that it updates
>>other information that you typically don't have in the date stamp. Start
>>the rtext dialogue and select diesel. once the next box opens insert the
>>following $(getvar, "dwgprefix")$(getvar, "dwgname") $(edtime, 0, MON
>>DD"," YYYY - H:MMam/pm) $(getenv, "Username")
>>
>>Hope you find this useful!
>>RAnderson, LA
>
>
>
*John Laidler
Re: plot stamp
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-30-2005 12:06 PM in reply to:
*gforsburg
Using RTEXT for the plot stamp is easier and better than using the plot
stamp included in the plot dialog.
With AutoCAD 2005, using 'fields' made that task even easier.
--
John Laidler
INCAT
jlaidler@incat.com
www.incat.com
"randerson138" wrote in message
news:8948151.1112194970794.JavaMail.jive@jiveforum 2.autodesk.com...
> Forsburg,
>
> We have moved away from the provided date stamp and use rtext along the
margin of our titleblocks. This is particularly handy in that it updates
other information that you typically don't have in the date stamp. Start the
rtext dialogue and select diesel. once the next box opens insert the
following $(getvar, "dwgprefix")$(getvar, "dwgname") $(edtime, 0, MON DD","
YYYY - H:MMam/pm) $(getenv, "Username")
>
> Hope you find this useful!
> RAnderson, LA
*doug k
Re: plot stamp
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-30-2005 01:47 PM in reply to:
*gforsburg
"John Laidler" wrote in message
news:424b06c2_3@newsprd01...
> Using RTEXT for the plot stamp is easier and better than using the plot
> stamp included in the plot dialog.
> With AutoCAD 2005, using 'fields' made that task even easier.
i used to think that way too, but grew weary of all the foreign drawings
coming in that someone would plot, then promptly forget where they saved
them, or what layout that was, or what scale it was plotted, etc.
turn on plot stamp and fogitaboddit.
Re: plot stamp
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-30-2005 09:03 PM in reply to:
*gforsburg
At my office I created a nice slim text field with all the info on it and attached it to the master Title blocks so its always appears.
Hope this helps.
Hope this helps.
Re: plot stamp
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-11-2005 06:34 AM in reply to:
*gforsburg
I have used your text string to place a date stamp on our title block. It works really great. Thanks!
I have one question related to the $(getenv,"Username").
Is this variable pulling the username from the user login name, or from the Autodesk registration name that was entered when Autocad was installed. We would prefer that this string show only the users initials. Which value do we need to change, and is it a problem to change the this value on the users computer?
I have one question related to the $(getenv,"Username").
Is this variable pulling the username from the user login name, or from the Autodesk registration name that was entered when Autocad was installed. We would prefer that this string show only the users initials. Which value do we need to change, and is it a problem to change the this value on the users computer?
Re: plot stamp
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-02-2006 05:53 PM in reply to:
*gforsburg
This is what I use and it contains all the infos you would need - filepath, drawing name, login name, time and date, layout tab.
Kameron
FILEPATH:$(getvar,DWGPREFIX)$(getvar,DWGNAME)|$(ge tvar,LOGINNAME)|$(edtime, 0,MON DD"," YYYY" at" H:MM)|Layout: $(getvar, "ctab")
Kameron
FILEPATH:$(getvar,DWGPREFIX)$(getvar,DWGNAME)|$(ge
Re: plot stamp
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-02-2006 06:33 PM in reply to:
*gforsburg
FIELDS since R2005. WHat do you have?
FM
FM


