Electronic – Altium, fixed location of designators and comments in schematics

altiumschematics

In Altium, the location of the designator and the comment of the component on the schematics are moved to a default position every time I update the component from the library. Is there a way to fix a default location for each component or disable change of the location when updating the component?

Best Answer

If all you're doing is changing the graphical representation or the footprints then this method works perfectly. If you want to change the base parameters or which library the component is coming from then you're not going to be able to do it. However, as changing the graphical symbol and the footprints is the most common change, this should usually work.

Don't update from the library. Update from the schematic with Tools->Update From Libraries.

Then uncheck the option to update parameters: enter image description here

The main problem is when the parameters get updated, because that's when the position gets reset.

You can uncheck the box for selected components only or just select the ones you want and update that way. It then creates a proper ECO instead of forcing changes you don't want.

For instance if I for some reason wanted to change where the circle was on my test point from top to bottom like this:

enter image description here enter image description here

And then did an update from the library, my schematic would look like this:

enter image description here

But, if I save the library then go back to the schematic and update using Tools->Update From Libraries with the above options, I get this:

enter image description here

It works the same way for updating the footprints in the library and then updating from the schematic. Use caution though, updating the footprints will reset which footprint is selected for use in the PCB by default. You can uncheck the option in the generated ECO.


EDIT: Sorry you actually can do a full replace too, just use the other option in the Update From Libraries dialog. For some reason I remember this not working correctly for me, perhaps erasing schematic specific parameters, but at a glance it appears to work. Either way should work.

enter image description here

Edit 2: Yes, I believe the "Preserve Parameter Visibility" option is new in one of the more recent releases.