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) Any way to prevent implicit power connections?
  • 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 2 replies
  • Subscribers 188 subscribers
  • Views 435 views
  • Users 0 members are here
Related

Any way to prevent implicit power connections?

e14 Contributor
e14 Contributor over 13 years ago

Hello.

 

Is there any way to prevent Eagle making implicit power connections?

 

I've just been bitten in a design which has both 5V (from a USB

interface module) and 3.3V power levels and didn't notice a connection

made by the autorouter between the main "VCC" net (at 3.3V) and a pin

named "VCC", which should have been left unconnected, on a 5V USB module.

 

I'm using Eagle 5.7.0 (Linux) at the moment but will be upgrading to 6.X

once my current design project's finished.

 

 

Asher.

 

  • Sign in to reply
  • Cancel
  • e14 Contributor
    e14 Contributor over 13 years ago in reply to e14 Contributor

    On 05/11/12 06:56, Tilmann Reh wrote:

    Asher Hoskins schrieb:

     

    >> Is there any way to prevent Eagle making implicit power connections?

     

     

    However, in this case it's pretty obvious that your library is badly

    defined. If that pin is allowed to be left open (or connected

    elsewhere), its direction should not be PWR or SUP, but simply PAS.

    Then, it also wouldn't connect automatically.

     

    Thank you, that sounds like the thing to fix. I created the library so I

    have only myself to blame!

     

    Two thoughts:

    1. I suggest to upgrade to the latest V5 version (5.12.0) that is

    covered by your current license. Many issues have been fixed.

    2. Take the time to have a closer look at V6 before buying the upgrade.

    Personally, I didn't get the upgrade - many long standing issues have

    not been addressed, most of the new features are of no use for me, many

    new bugs and flaws have been introduced... For the time being, I stick

    with 5.12.

     

    I've not spent any time playing with Eagle 6 yet. My main reason for

    thinking about upgrading is the "design reuse" feature, being able to

    design a schematic+board section once and then copy it multiple times

    into a design. A lot of the design work I've been doing recently (over

    the course of a PhD) has been on multi-channel devices so this feature

    appeals to me. I shall have a proper play with Eagle 6 before I decide

    to pay for an upgrade.

     

     

    Asher.

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • e14 Contributor
    e14 Contributor over 13 years ago

    Asher Hoskins schrieb:

     

    Is there any way to prevent Eagle making implicit power connections?

     

    I've just been bitten in a design which has both 5V (from a USB

    interface module) and 3.3V power levels and didn't notice a connection

    made by the autorouter between the main "VCC" net (at 3.3V) and a pin

    named "VCC", which should have been left unconnected, on a 5V USB module.

     

    If you want that pin to be connected to any other net, simply draw that

    in the schematic. In this case, you'd draw a net stub to that second

    "VCC" pin and give it another name. You'll get a DRC warning, which you

    can "acknowledge".

    The same applies to the different supply nets, in case you use logic

    devices at different voltages. INVOKE the power gates and connect them

    to the correct supply nets, then acknowledge the DRC complaints.

     

    However, in this case it's pretty obvious that your library is badly

    defined. If that pin is allowed to be left open (or connected

    elsewhere), its direction should not be PWR or SUP, but simply PAS.

    Then, it also wouldn't connect automatically.

     

    I'm using Eagle 5.7.0 (Linux) at the moment but will be upgrading to 6.X

    once my current design project's finished.

     

    Two thoughts:

    1. I suggest to upgrade to the latest V5 version (5.12.0) that is

    covered by your current license. Many issues have been fixed.

    2. Take the time to have a closer look at V6 before buying the upgrade.

    Personally, I didn't get the upgrade - many long standing issues have

    not been addressed, most of the new features are of no use for me, many

    new bugs and flaws have been introduced... For the time being, I stick

    with 5.12.

     

    Tilmann

     

    • 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 © 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