element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • 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 & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • 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
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • 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) Methods of Viewing Nets
  • 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
  • State Not Answered
  • Replies 18 replies
  • Subscribers 192 subscribers
  • Views 1928 views
  • Users 0 members are here
Related

Methods of Viewing Nets

e14 Contributor
e14 Contributor over 10 years ago

I have been using Eagle for a few months now after previously using Pads and the biggest drawback seems to be the inability to color code the nets.  This makes intelligent component placement and the drawing of pour areas a lot more tedious than those operations need to be.  I did read the tip about using the RATSNEST command to hide/show certain nets and that helps somewhat prior to routing.   But for drawing the pour areas which I normally do after routing, I have resorted to sticking pieces of tape to the computer screen while the SHOW command highlights the net of interest to mark the boundaries of where I want to draw the pour.  Or course once I begin drawing the pour the highlighted net disappears but the little pieces of tape remain and I can draw the pour using the pieces of tape as a guide.  I would just like to know if there is a more sensible way to do this in Eagle.

  • Sign in to reply
  • Cancel
Parents
  • e14candies
    0 e14candies over 10 years ago

    Why not simply fix Eagle so the Show command works as needed? Clicking on

    anything after "showing" makes it go away, severely limiting its use. May

    be use a shift-click to "lock" it.

    Also, there should be an option to have a highlighter (as though you took a

    highlighter to a schematic or board layout)--when you are zoomed out (such

    as trying to view a net in a large schematic), it is hard to see the very

    thin lines even when they are colored/shown.

    --

    Web access to CadSoft support forums at www.eaglecentral.ca.  Where the CadSoft EAGLE community meets.

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • rachaelp
    0 rachaelp over 10 years ago in reply to e14candies

    I agree, this is something that needs fixing in EAGLE. It's been raised several times before (including by myself) and from what I can gather it is at least on Cadsoft's radar so hopefully this will end up resolved in some future version.....

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • kikoun
    0 kikoun over 10 years ago in reply to rachaelp

    I agree too. The 'SHOW' command need some enhancement, and the big first one would be that one (persistent highlight). This is really annoying, and I may be wrong, but I think that a lot of users would be glad to have it !

     

    Guillaume.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • dukepro
    0 dukepro over 10 years ago in reply to autodeskguest

    On 07/16/2016 04:27 AM, Joern Paschedag wrote:

    Am 16.07.2016 um 09:38 schrieb Guillaume barrey:

    I agree too. The 'SHOW' command need some enhancement, and the big

    first one would be that one (persistent highlight). This is really

    annoying, and I may be wrong, but I think that a lot of users would

    be glad to have it !

     

    Guillaume.

     

    --

    To view any images and attachments in this post, visit:

    https://www.element14.com/community/message/201531

     

    Count me in.

     

     

    Here, here.  I'm in for this as well.  Borrowing from display...

     

        show D0 D1;    // highlights two nets

        show +D2;        // Adds D2 to the list of highlighted objects

        show +IC1;        // adds a component to the list.

        show -D1;        // un-highlights D1

        show none D7 D6 D5;    // only D5-D7 are highlighted

        show last;        // Back to what it was before - D0 D2 and IC1.

     

    Perhaps even some show aliases:

     

        show = databus none D7 D6 D5 D4 D3 D2 D1;

        show = addrbus none A2 A1 A0;

        show none IRQ0 IRQ1 NMI;

        show = ctlbus @;

     

    Just take the cli for display and adapt it to show.

     

    I know... I'm minimizing the work involved.  But it's an approach worth

    considering.

     

    Enjoy,

        - Chuck

     

     

     

    Attachments:
    73480.att1.html.zip
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • autodeskguest
    0 autodeskguest over 10 years ago in reply to kikoun

    Am 16.07.2016 um 09:38 schrieb Guillaume barrey:

    I agree too. The 'SHOW' command need some enhancement, and the big first one would be that one (persistent highlight). This is really annoying, and I may be wrong, but I think that a lot of users would be glad to have it !

     

    Guillaume.

     

    --

    To view any images and attachments in this post, visit:

    https://www.element14.com/community/message/201531

     

    Count me in.

     

    --

    Mit freundlichen Grüßen / With best regards

     

    Joern Paschedag

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • autodeskguest
    0 autodeskguest over 10 years ago in reply to kikoun

    Am 16.07.2016 um 09:38 schrieb Guillaume barrey:

    I agree too. The 'SHOW' command need some enhancement, and the big first one would be that one (persistent highlight). This is really annoying, and I may be wrong, but I think that a lot of users would be glad to have it !

     

    Guillaume.

     

    --

    To view any images and attachments in this post, visit:

    https://www.element14.com/community/message/201531

     

    Count me in.

     

    --

    Mit freundlichen Grüßen / With best regards

     

    Joern Paschedag

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
  • dukepro
    0 dukepro over 10 years ago in reply to autodeskguest

    On 07/16/2016 04:27 AM, Joern Paschedag wrote:

    Am 16.07.2016 um 09:38 schrieb Guillaume barrey:

    I agree too. The 'SHOW' command need some enhancement, and the big

    first one would be that one (persistent highlight). This is really

    annoying, and I may be wrong, but I think that a lot of users would

    be glad to have it !

     

    Guillaume.

     

    --

    To view any images and attachments in this post, visit:

    https://www.element14.com/community/message/201531

     

    Count me in.

     

     

    Here, here.  I'm in for this as well.  Borrowing from display...

     

        show D0 D1;    // highlights two nets

        show +D2;        // Adds D2 to the list of highlighted objects

        show +IC1;        // adds a component to the list.

        show -D1;        // un-highlights D1

        show none D7 D6 D5;    // only D5-D7 are highlighted

        show last;        // Back to what it was before - D0 D2 and IC1.

     

    Perhaps even some show aliases:

     

        show = databus none D7 D6 D5 D4 D3 D2 D1;

        show = addrbus none A2 A1 A0;

        show none IRQ0 IRQ1 NMI;

        show = ctlbus @;

     

    Just take the cli for display and adapt it to show.

     

    I know... I'm minimizing the work involved.  But it's an approach worth

    considering.

     

    Enjoy,

        - Chuck

     

     

     

    Attachments:
    73480.att1.html.zip
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • 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 © 2026 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.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube