ACADE symbol edits not saving

ACADE symbol edits not saving

chris_castillog25
Contributor Contributor
611 Views
5 Replies
Message 1 of 6

ACADE symbol edits not saving

chris_castillog25
Contributor
Contributor

I have created some symbols using the symbol builder.  The problem I am having is when I want to edit those symbols I created.  After making my changes I am prompted if I want to overwrite the existing files, and I select yes.  However, when I try to insert the symbol, none of the changes I made show up; it is still the original symbol I created.  Can anyone help me with this?  

Thankyou,

0 Likes
Accepted solutions (1)
612 Views
5 Replies
Replies (5)
Message 2 of 6

CGBenner
Community Manager
Community Manager

@chris_castillog25 

Hello.  Are there existing instances of these symbols in your drawings that were placed before you made the changes?

Did you find a post helpful? Then feel free to give likes to these posts!
Did your question get successfully answered? Then just click on the 'Accept solution' button.  Thanks and Enjoy!



Chris Benner

Community Manager - NAMER / D&M


0 Likes
Message 3 of 6

chris_castillog25
Contributor
Contributor

No, in the drawing i only have the symbol that i created and some other objects that i used to create the symbol, but they are not symbol or block, just regular objects

0 Likes
Message 4 of 6

jaya_priya_ramasamy
Autodesk
Autodesk

Hi @chris_castillog25 ,

 

You have to use swap/update block command to update the latest version of the symbol.

 

Alternatively, you can delete the existing symbol in that drawing and use PURGE command to purge all blocks and then insert the new symbol.

 

Regards,
Jaya Priya Ramasamy
Senior QA Analyst
www.autodesk.com

Message 5 of 6

arshdeepsingh404
Advisor
Advisor
Accepted solution

Hello @chris_castillog25 

 

Just like @jaya_priya_ramasamy mentioned, The issue is that you drawing still have the definition for old block.

 

A block can look different after an edit (Not display your updates) because the drawing is still using the old block definition cached inside that DWG, so inserts keep showing the “old” geometry until the definition is purged or redefined with an update method that replaces the stored definition.

 

Deleting visible blocks only removes the instances; it does not remove the block definition that is stored in the drawing, so AutoCAD still “remembers” that name and its old geometry and will keep using it when the block is reinserted or pasted. 

 

The classic fix is to remove all instances, run Purge to clear the unused block definition, then reinsert so the new definition loads.

 

arshdeepsingh404_0-1755060276808.png

 

In AutoCAD Electrical, the preferred method is the Swap/Update Block tool, which replaces the symbol with the latest library version while preserving attributes, tags, and catalog data across the current drawing or the full project. This avoids the purge/reinsert cycle.

 

arshdeepsingh404_1-1755060361482.png

 

arshdeepsingh404_2-1755060384381.png

 

 

Arshdeep Singh
Electrical Designer & Programmer
C.Tech | CAPM® | CMSE® | Autodesk Expert Elite
LinkedIn
Autodesk App Store

Did you find this post helpful? Please feel free to Like this post.
Did your question get successfully answered? Please click the Accept Solution button to help other users who may have the same question.

EESignature

Message 6 of 6

chris_castillog25
Contributor
Contributor

Thank you everyone, i was able to update the symbol using the swap/update block, but sometimes i do have to delete the old version by using the command PURGE

0 Likes