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

    AutoCAD 2013/2014 DWG Format

    Reply
    Product Support
    Volker_C
    Posts: 156
    Registered: ‎10-20-2011

    AutoCAD 2013 Annotation Monitor

    3709 Views, 1 Replies
    04-13-2012 08:40 AM

    A new feature in AutoCAD 2013 is the Annotation Monitor which notifies the user if dimensions become disassociated. Many will find this very useful, others may not. It is controlled by the system variable, ANNOMONITOR which can be turned off by setting its value to (0). If you are not familiar with system variables, this is done as follows by typing the system variable (case insensitive) at the command line and then changing the value.

     

    Example:
    Command: ANNOMONITOR
    Enter new value for ANNOMONITOR <-2>: 0

     

    The Annotation Monitor flags non-associative annotations with a yellow exclamation marker and a red plus (+) icon appears in the drawing status bar. I've listed the sysvar details from the help file below. You may want to take a look at the AutoCAD Help for more details but briefly put, the Annotation Monitor works on Dimension Objects including Leaders and Mleaders.

     

    When changes are made to an object, for example a user has a 3D model which has been dimensioned and a decision has been made to erase (or modify it in another manner) a portion of that model. Once the model has been modified the dimensions for the modified entities are disassociated. That is when the user is notified with a marker placed next to the dimension and by the alert icon in the drawing status bar. When the user selects the marker a menu will appear with options to reassociate or delete the dimension.

     

    A DIMREGEN may be required. From the command line:

    Command: DIMREGEN

     

    From the AutoCAD Help file:

    ANNOMONITOR

    Turns the annotation monitor on or off. When the annotation monitor is on, it flags all non-associative annotations by placing a badge on them.

     

    Type: Integer
    Saved in: Registry
    Initial value: -2

     

    2 -- Annotation monitor is on.
    1 -- Annotation monitor on.
    0 -- Annotation monitor off.
    -1 -- Annotation monitor off.
    -2 -- Annotation monitor off. However, automatically turns on (sets ANNOMONITOR to 2), when a model documentation edit or update event occurs.

     

    More Information
    About Associative Dimensions: http://docs.autodesk.com/ACD/2013/ENU/files/GUID-8B7E8C96-C30D-409E-881E-7942871E80DA.htm
    To Work with the Annotation Monitor: http://docs.autodesk.com/ACD/2013/ENU/files/GUID-DE2691C0-9E3D-4D6F-8FB5-1709AE4969FD.htm

     

    Please let us know if your questions have been answered by selecting, "Accept as Solution"



    Volker Cocco
    Support Specialist
    Product Support
    Autodesk, Inc.

    Please use plain text.
    Contributor
    Posts: 11
    Registered: ‎01-15-2013

    Re: AutoCAD 2013 Annotation Monitor

    01-29-2013 09:45 AM in reply to: Volker_C

    Yes but why does the annotation monitor flag each mleader as soon as it is created?

    Please use plain text.