You can reach the posts published in this series using the following link.
In this post we are going to explore a ULP called ‘renumber-part.ulp’. This ULP is designed to renumber the parts used in the schematic automatically.
When you work on a design, you always need to add and delete components here and there, and if you work on a big design you will find that the numbering of parts are not in order. For example, if you have 30 resistors in the schematic, then the numbering could start from R10 and have some discontinuity in number sequence, let us say from R15 to R20 then it continues with R21. It’s more handy to have your parts numbered correctly starting from number one without any interruptions. This is useful for BOM organization and also for maintenance guys.
This ULP has a GUI to select the options before running it. You can choose to start numbering from 0,0 axis if ‘SortX’ and ‘SortY’ are chosen to be ascending or from the highest point if you choose both of them to be descending.
For more detail: Exploring Eagle CAD ULPs #4 – Renumber The Parts Number In Order