element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Autodesk EAGLE
  • Products
  • More
Autodesk EAGLE
EAGLE User Support (English) Revert net name back to default
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Autodesk EAGLE to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 9 replies
  • Subscribers 174 subscribers
  • Views 1662 views
  • Users 0 members are here
Related

Revert net name back to default

autodeskguest
autodeskguest over 8 years ago

Hi,

I'm using EAGLE v6.6 on Windows 7 64-bit.

 

Is there a way to tell EAGLE to generate again a random name for a net

previously named?

 

I mean:

 

1. say you have a net called N$4

2. using the NAME command you change it to FOO

3. now I want to revert back to a default name, like N$*

 

I looked in the docs about NET command and NAME pages without find an

answer.

 

Marco

 

  • Sign in to reply
  • Cancel
  • autodeskguest
    autodeskguest over 8 years ago

    On 16/02/2017 9:02 p.m., Marco Trapanese wrote:

    Hi,

    I'm using EAGLE v6.6 on Windows 7 64-bit.

     

    Is there a way to tell EAGLE to generate again a random name for a net

    previously named?

     

    I mean:

     

    1. say you have a net called N$4

    2. using the NAME command you change it to FOO

    3. now I want to revert back to a default name, like N$*

     

    I looked in the docs about NET command and NAME pages without find an

    answer.

     

    Marco

     

     

    Hi Marco

    The ULP I wrote can do that for you

     

    rename_net.ulp

     

    http://eagle.autodesk.com/eagle/ulp?utf8=%E2%9C%93&q%5Btitle_or_author_or_description_cont%5D=rename_net.ulp&button=

     

     

    HTH

    Warren

    --

    ... use NNTP://news.cadsoft.de and a functional news reader like

    Thunderbird!

    ... or http://www.eaglecentral.ca browser access to CadSoft EAGLE

    support forums.

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • autodeskguest
    autodeskguest over 8 years ago

    On 2/16/2017 3:02 AM, Marco Trapanese wrote:

    Hi,

    I'm using EAGLE v6.6 on Windows 7 64-bit.

     

    Is there a way to tell EAGLE to generate again a random name for a net

    previously named?

     

    I mean:

     

    1. say you have a net called N$4

    2. using the NAME command you change it to FOO

    3. now I want to revert back to a default name, like N$*

     

    I looked in the docs about NET command and NAME pages without find an

    answer.

     

    Marco

     

    Hello Marco,

     

    I hope you're having a good day. That's an unusual use case, thanks for

    bringing it up.

     

    If there are multiple nets named FOO in your design, then they are all

    interconnected.

     

    The easiest and safest thing to do is to delete the net and just redraw

    it, EAGLE will assign it an N$ name.

     

    Let me know if there's anything else I can do for you.

     

    Best Regards,

    Jorge Garcia

     

    --

    We have a new forum here <http://forums.autodesk.com>

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • geralds
    geralds over 8 years ago in reply to autodeskguest

    Hi Jorge,

     

     

     

    The easiest and safest thing to do is to delete the net and just redraw

    it, EAGLE will assign it an N$ name.

     

     

    hm. this can be a little bit complicated if there more than two connections , e.g. bus connections or a lot of nodes.

     

    I suggest two actions.

    1) exporting the netlist - e.g. netlist(1).txt and check where the N$1...x are.

    If here is a numbering hole then you can fill this by inserting as e.g. N$[33] (33 is just space holder) or find the lastest N$xxx

    2) then renaming with [NAME] the complete wire (not the segment only) in the sch with this found N$xxx name.

    done.

     

    Best Regards,

    Gerald

    ---

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • autodeskguest
    autodeskguest over 8 years ago in reply to geralds

    No, the easiest thing to do is run the ULP I mentioned earlier.

     

    One of the options within the ULP is to use the lowest unused N$xx name.

    Just as Eagle would do if you drew a new net.

     

    HTH

    Warren

    --

    EAGLE support forums at http://www.eaglecentral.ca :: Where the EAGLE community meets.

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • autodeskguest
    autodeskguest over 8 years ago in reply to autodeskguest

    Il 16/02/2017 19:53, warrenbrayshaw ha scritto:

     

    Hi Marco

    The ULP I wrote can do that for you

     

    rename_net.ulp

     

    Thanks!

    I'm going to try it and then I will write a feedback here.

     

    Best

    Marco

     

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • autodeskguest
    autodeskguest over 8 years ago in reply to autodeskguest

    Il 16/02/2017 19:58, Jorge Garcia ha scritto:

     

    I hope you're having a good day. That's an unusual use case, thanks for

    bringing it up.

     

     

    To me, it happens when I have to insert a component in the middle of an

    existing net. I delete one segment, place the new component and

    reconnect both sides (I'm talking of two pins components, like R, C, L,

    D....).

     

    If I had previously named the net, it keep its own name, at least at one

    side. If I need to have the other side to the given name, I need to

    revert back to an "un-meaningful" name the first and set again the

    desired name to the second.

     

     

    If there are multiple nets named FOO in your design, then they are all

    interconnected.

     

     

    For my (personal?) use case, it should apply only to that segment.

    Because is there I broke the net to place a new component.

     

    I'll try the ulp of warrenbrayshaw and see if it fits!

    Thanks

    Marco

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • autodeskguest
    autodeskguest over 8 years ago in reply to autodeskguest

    Il 17/02/2017 08:05, Marco Trapanese ha scritto:

     

    I'm going to try it and then I will write a feedback here.

     

    Yeah! It's great! Thank you

     

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • geralds
    geralds over 8 years ago in reply to autodeskguest

    Hi Warren,

     

    Yes, I saw your ulp, forgot to mention it.
    The point: Your ulp is not supplied with the Eagle.
    It is a privately written tool.


    But it makes fine exactly what I had described yesterday with the manual procedure.

    By manual you have to read the netlist, your ulp makes this for you.

    Yes of course, you can make a little more with it.

     

    But for me, I'm not a friend for overall automatism because may be i have to repair somewhat after that action.

     

    For that action - you have also two steps: loading the ulp and using it.

    But you have not a list in your background -> you don't know how many nets you have also you don't know all net names.

    For me, i have a list in background and can look for every time during development.

     

    Best Regards,

    Gerald

    ---

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • geralds
    geralds over 8 years ago in reply to autodeskguest

    Hi,

     

    aha, ok, that's easy i think.

    After that if you merges two segments together to one segment, the menu

    will ask you, e.g.: "you are connecting two segments;;; the result name will: "...this name, or this name..";; is this ok?"" or similar.

    Well, that is easy for N$xx wires. -> just connect it and the suggested name N$xx appears.

    This will normally the latest wire number, or the first unused N$xx; e.g. N$1 ( or if N$1 is used, N$2 will come).

     

    Other think about is if you have power wires. Here you have priority usage of this wires.

    E.g.

    VSS -> GND => GND; GND -> VSS => VSS;

    // because you have supply pins on mostly components, you needs to check it manually.

    image

    Here in this example: AGND (analogGND) or VSS; but GND (some other have VSS as GND) are power pins of the ICs.

    What i want to say: "The wire with that you're going, this wire likes merging to the other and this (other) will you get, or what you want, ... normally."

     

    Best Regards,

    Gerald

    ---

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube