how to keep setted value inside a block when redefining this bloc

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm creating smart blocs in Autocad Electrical to be used in Autocad LT (we don't have enought Electrical licences for everyone) ... and one of my blocs is a relay. A simple relay that I've add variables to ... like: voltage, series, flipped or not, with or without diode, etc.
I have deployed this new bloc in a project (which contains about 65 of them), but they all have different settings ... ex: one can be MY2-AC120, not flipped, no diode ... but another one next to it can be a MY4-DC24 not-flipped with diode, but it's the same block.
The problem I face is, the bloc wasn't perfect the first time I deployed it ... ex: one of the selection doesn't have pin number ... so I have modified the bloc to add those ... after making the changes, I've saved the block and close the block editor and I have redefined this bloc in the entire project (and I hoped to get this change in every single bloc that is the same (same bloc name) ... but after the redefined ... all my 65 blocs loosed their attributes (the one setted one by one) ... so they all have the default settings (ex: MY2-DC12, not flipped, no diode) ... So I'll have to go through 65 single blocs to RE-define them all the the wanted value ... which was erased when I'have redefined the bloc ...
Can you help me make changes into this bloc and still keep all setted values in each replica of this bloc?
Ex: If I use my relay bloc, that I set it to be MY4-AC120, flipped, no diode ... and then make changes to the bloc through the block editor (ex: move a line to get it at the right place), and then redefine the bloc in the project, I don't want it to be resetted to the default values of the block , which are MY2-DC12, not flipped with diode, but I want it to keep the MY4-AC120, flipped, no diode values, but integrated the changes that I made in the bloc editor (moved line).
Thanks and have a nice day!