AutoCAD Electrical
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
PLOTDATE / PLOTDATE update
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hello,
I have a TitleBlock "ACADE_TITLE", using WD_TB attribute to uptdate my automatic fields : TIME = PLOTTIME ; DATE = PLOTDATE etc...
All are working but PLOTDATE / TIME.
When updating, ACE doesn't care TIME and DATE, even though he cares the other unchanged attributes.
I also tried *project*.wdt, but i am not sure ACE read it when update.
See appendix to see my title block.
Could you help me please ? Thanks
Solved! Go to Solution.
Re: PLOTDATE / PLOTDATE update
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Did you try using Plot Project and then see if this value changed?
It appears this is only updated when the Plot Project is run:
At least that is how I read this.
Hope this helps.
Ace User since 1998
Re: PLOTDATE / PLOTDATE update
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
When i plot my project ??
...
![]()
I only tried plotting one draw by one draw....
Thanks Bob, now this is working
Re: PLOTDATE / PLOTDATE update
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
To go further :
Could i use a plotdate with DDMMYY format ? There is no proposition for this format in ACE (wiki)help
Re: PLOTDATE / PLOTDATE update
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
That I don't know. Maybe Pat or Kevin have the answer to that one.
Ace User since 1998
Re: PLOTDATE / PLOTDATE update
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
PLOTDATEMMDDYY | current date (MM |
PLOTDATEYYMMDD | current date (YY:MM |
PLOTDATEYYYYMMDD | current date (YYYY:MM |
This is for 2012 not sure about earlier versions.
Re: PLOTDATE / PLOTDATE update
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I have same PLOT YMD combinations as you do with my 2009 version.
Actually, this is not really an important issue.
I'd rather use YYYYMMDD
Thanks for your help
Re: PLOTDATE / PLOTDATE update
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I'd just like to add that you can always use a FIELD as an attribute text. Plotdate/time is a field that AutoCAD (Electrical also) updates automatically when a drawing is plotted. No matter hoe one plots the drawing (manually, Plot Project etc.)
THL
THL
Re: PLOTDATE / PLOTDATE update
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
You are reaviling an interesting point.
I remember using LISP expression in some of my title block's fields (have a search "tbnp.lsp" for next and previous sheet on this forum, this was brought by dougmcalexander)...
In the " _Field" command, i found the many date formats, where highlighted "DateTracé" means "PlottingDate". Then with dd/MM/YYYY format, i find the expression :
%<\AcVar PlotDate \f "dd/MM/yyyy">%.
So i will soon try in my WD_TB :
DATE = %<\AcVar PlotDate \f "dd/MM/yyyy">%
Re: PLOTDATE / PLOTDATE update
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
You don't have to put that in the WD_TB attribute or WDT-file. Just insert the field in the drawing template (dwt-file), and it will be a part of all new drawings.
THL
THL



