• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    AutoCAD Electrical

    Reply
    Contributor
    adrien.levasseur
    Posts: 14
    Registered: ‎02-24-2011
    Accepted Solution

    PLOTDATE / PLOTDATE update

    395 Views, 13 Replies
    01-13-2012 05:11 AM

    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

    Please use plain text.
    *Expert Elite*
    Posts: 979
    Registered: ‎03-09-2004

    Re: PLOTDATE / PLOTDATE update

    01-13-2012 06:00 AM in reply to: adrien.levasseur

    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:

     

    http://wikihelp.autodesk.com/AutoCAD_Electrical/enu/2011/Help/User's_Guide/115Project-WideTools/1399...

     

    At least that is how I read this.

     

    Hope this helps.

     

    Bob Hanrahan
    Ace User since 1998
    Please use plain text.
    Contributor
    adrien.levasseur
    Posts: 14
    Registered: ‎02-24-2011

    Re: PLOTDATE / PLOTDATE update

    01-16-2012 01:22 AM in reply to: testsubject

    When i plot my project ??

    ...

    :smileyfrustrated:

    I only tried plotting one draw by one draw....

    Thanks Bob, now this is working

    Please use plain text.
    Contributor
    adrien.levasseur
    Posts: 14
    Registered: ‎02-24-2011

    Re: PLOTDATE / PLOTDATE update

    01-16-2012 01:26 AM in reply to: testsubject

    To go further :
    Could i use a plotdate with DDMMYY format ? There is no proposition for this format in ACE (wiki)help

    Please use plain text.
    *Expert Elite*
    Posts: 979
    Registered: ‎03-09-2004

    Re: PLOTDATE / PLOTDATE update

    01-16-2012 05:21 AM in reply to: adrien.levasseur

    That I don't know. Maybe Pat or Kevin have the answer to that one.

    Bob Hanrahan
    Ace User since 1998
    Please use plain text.
    Active Contributor
    btackes
    Posts: 30
    Registered: ‎05-13-2011

    Re: PLOTDATE / PLOTDATE update

    01-16-2012 01:57 PM in reply to: testsubject

    PLOTDATEMMDDYY

    current date (MM:smileyvery-happy:D:YY format)

    PLOTDATEYYMMDD

    current date (YY:MM:smileyvery-happy:D format)

    PLOTDATEYYYYMMDD

    current date (YYYY:MM:smileyvery-happy:D format)

     

    This is for 2012 not sure about earlier versions.

    Please use plain text.
    Contributor
    adrien.levasseur
    Posts: 14
    Registered: ‎02-24-2011

    Re: PLOTDATE / PLOTDATE update

    01-17-2012 02:29 AM in reply to: btackes

    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

    Spoiler
    I just wonder why the format MMDDYY exists, this is non-sense

     

    Thanks for your help

    Please use plain text.
    Distinguished Mentor
    rhesusminus
    Posts: 569
    Registered: ‎09-21-2007

    Re: PLOTDATE / PLOTDATE update

    01-18-2012 06:26 AM in reply to: adrien.levasseur

    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
    Please select "Accept As Solution" if this post answers your question. Kudos don't hurt either. ;-)
    Please use plain text.
    Contributor
    adrien.levasseur
    Posts: 14
    Registered: ‎02-24-2011

    Re: PLOTDATE / PLOTDATE update

    01-19-2012 02:36 AM in reply to: rhesusminus

    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">%

    Please use plain text.
    Distinguished Mentor
    rhesusminus
    Posts: 569
    Registered: ‎09-21-2007

    Re: PLOTDATE / PLOTDATE update

    01-19-2012 02:51 AM in reply to: adrien.levasseur

    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
    Please select "Accept As Solution" if this post answers your question. Kudos don't hurt either. ;-)
    Please use plain text.