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
  • 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) Same net but different net class with Eagle
  • 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 Suggested Answer
  • Replies 4 replies
  • Answers 3 answers
  • Subscribers 180 subscribers
  • Views 1658 views
  • Users 0 members are here
  • power nets
  • editing traces
  • trace-width
  • pcb trace
Related

Same net but different net class with Eagle

fabboco
fabboco over 6 years ago

I have a trace which powers an external device and with a large size because it carries a relative high current (more than 1A).

Along this trace I have a small value resistor to monitor the flowing current.

The resistor is connected to an ADC to measure current. The traces between the resistor and the ADC can be smaller than the power traces because not much current flows there.

I am not able to use two different net classes for the power trace and for the ADC traces. A soon as I change the class of the power trace, the sensors traces get the same net class and viceversa.

I have also tried to put a 0 ohm resistors along the sensor traces but this doesn't help neither.

Can anyone help me with this issue?

Thx

  • Sign in to reply
  • Cancel

Top Replies

  • autodeskguest
    autodeskguest over 6 years ago +1 suggested
    On 4/16/19 2:38 AM, Fabrizio Boco wrote: tried to put a 0 ohm resistors along the sensor traces but this doesn't help neither. You have to use a different net name between 0 ohm and sense resistor so it…
Parents
  • dukepro
    0 dukepro over 6 years ago

    Fabrizio,

     

    Look in the shorts.lbr file.  It consists of two SMD pads that overlap. 

    By putting a short in series with your smaller resistor, it forms two

    different nets.  The net between the short and the resistor could be

    assigned a different class allowing the narrower trace.  I can send a

    shorts library to you.  Olin Lathrop is the original author, and I've

    added a couple of my own.  Olin has published it on the Internet, which

    is where I found it years ago.

     

    My primary use of shorts is to connect different grounds together.  i.e.

    I'll have a DGND, AGND, and HVGND representing grounds used in different

    areas of a design (digital, analog, and high voltage).  In the end, all

    these grounds need to be connected together.  I'll connect DGND to GND

    through a short, then AGND to GND, and HVGND to GND.  Just plain old GND

    will be routed back to the battery, or power supply or whatever.

     

    Of course, you could use the narrower trace just as you have it now. 

    When you do the DRC, you can approve the error it generates and it'll

    never bother you again... at least until you move it.

     

    HTH,

        - Chuck

     

     

    On 4/16/19 02:38, Fabrizio Boco wrote:

    I have a trace which powers an external device and with a large size because it carries a relative high current (more than 1A).

    Along this trace I have a small value resistor to monitor the flowing current.

    The resistor is connected to an ADC to measure current. The traces between the resistor and the ADC can be smaller than the power traces because not much current flows there.

    I am not able to use two different net classes for the power trace and for the ADC traces. A soon as I change the class of the power trace, the sensors traces get the same net class and viceversa.

    I have also tried to put a 0 ohm resistors along the sensor traces but this doesn't help neither.

    Can anyone help me with this issue?

    Thx

     

    --

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

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

     

     

    Attachments:
    5861.att1.html.zip
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • dukepro
    0 dukepro over 6 years ago in reply to dukepro

    Fabrizio,

     

    shorts.lbr can be found at

    http://www.diymodules.org/eagle-show-library?type=usr&id=1012210749&part=shorts.lbr

     

    HTH,

        - Chuck

     

     

    On 4/17/19 13:54, Chuck Huber wrote:

    Fabrizio,

     

    Look in the shorts.lbr file.  It consists of two SMD pads that

    overlap.  By putting a short in series with your smaller resistor, it

    forms two different nets.  The net between the short and the resistor

    could be assigned a different class allowing the narrower trace.  I

    can send a shorts library to you.  Olin Lathrop is the original

    author, and I've added a couple of my own.  Olin has published it on

    the Internet, which is where I found it years ago.

     

    My primary use of shorts is to connect different grounds together. 

    i.e. I'll have a DGND, AGND, and HVGND representing grounds used in

    different areas of a design (digital, analog, and high voltage).  In

    the end, all these grounds need to be connected together.  I'll

    connect DGND to GND through a short, then AGND to GND, and HVGND to

    GND.  Just plain old GND will be routed back to the battery, or power

    supply or whatever.

     

    Of course, you could use the narrower trace just as you have it now. 

    When you do the DRC, you can approve the error it generates and it'll

    never bother you again... at least until you move it.

     

    HTH,

        - Chuck

     

     

    On 4/16/19 02:38, Fabrizio Boco wrote:

    I have a trace which powers an external device and with a large size because it carries a relative high current (more than 1A).

    Along this trace I have a small value resistor to monitor the flowing current.

    The resistor is connected to an ADC to measure current. The traces between the resistor and the ADC can be smaller than the power traces because not much current flows there.

    I am not able to use two different net classes for the power trace and for the ADC traces. A soon as I change the class of the power trace, the sensors traces get the same net class and viceversa.

    I have also tried to put a 0 ohm resistors along the sensor traces but this doesn't help neither.

    Can anyone help me with this issue?

    Thx

     

    --

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

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

     

     

    Attachments:
    5355.att1.html.zip
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Reply
  • dukepro
    0 dukepro over 6 years ago in reply to dukepro

    Fabrizio,

     

    shorts.lbr can be found at

    http://www.diymodules.org/eagle-show-library?type=usr&id=1012210749&part=shorts.lbr

     

    HTH,

        - Chuck

     

     

    On 4/17/19 13:54, Chuck Huber wrote:

    Fabrizio,

     

    Look in the shorts.lbr file.  It consists of two SMD pads that

    overlap.  By putting a short in series with your smaller resistor, it

    forms two different nets.  The net between the short and the resistor

    could be assigned a different class allowing the narrower trace.  I

    can send a shorts library to you.  Olin Lathrop is the original

    author, and I've added a couple of my own.  Olin has published it on

    the Internet, which is where I found it years ago.

     

    My primary use of shorts is to connect different grounds together. 

    i.e. I'll have a DGND, AGND, and HVGND representing grounds used in

    different areas of a design (digital, analog, and high voltage).  In

    the end, all these grounds need to be connected together.  I'll

    connect DGND to GND through a short, then AGND to GND, and HVGND to

    GND.  Just plain old GND will be routed back to the battery, or power

    supply or whatever.

     

    Of course, you could use the narrower trace just as you have it now. 

    When you do the DRC, you can approve the error it generates and it'll

    never bother you again... at least until you move it.

     

    HTH,

        - Chuck

     

     

    On 4/16/19 02:38, Fabrizio Boco wrote:

    I have a trace which powers an external device and with a large size because it carries a relative high current (more than 1A).

    Along this trace I have a small value resistor to monitor the flowing current.

    The resistor is connected to an ADC to measure current. The traces between the resistor and the ADC can be smaller than the power traces because not much current flows there.

    I am not able to use two different net classes for the power trace and for the ADC traces. A soon as I change the class of the power trace, the sensors traces get the same net class and viceversa.

    I have also tried to put a 0 ohm resistors along the sensor traces but this doesn't help neither.

    Can anyone help me with this issue?

    Thx

     

    --

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

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

     

     

    Attachments:
    5355.att1.html.zip
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Children
No Data
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