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 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) Is it possible to place a 'SMD' pad of a library package in an internal signal layer?
  • 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 9 replies
  • Answers 2 answers
  • Subscribers 178 subscribers
  • Views 1067 views
  • Users 0 members are here
  • pad
  • internal
  • smd
  • package
  • library
  • layer
Related

Is it possible to place a 'SMD' pad of a library package in an internal signal layer?

Former Member
Former Member over 11 years ago

I am designing a complex package that is going to be used repeatedly and requires the precision of a careful package layout.

 

I want to connect a schematic pin to a 'pad' on an internal signal layer of the package design. I realize that I am stretching the purpose for which a SMD pad should be used--I have no intent to surface mount anything to this pad--it will be sandwiched in an internal layer. It is simply used to tie a schematic net to a specific pad on an internal layer of the package.

 

Any ideas?

 

Thank you.

  • Sign in to reply
  • Cancel
Parents
  • autodeskguest
    0 autodeskguest over 11 years ago

    "Chris Engberg"  skrev i nyhetsmeldingen:

    1681421054.541408945800709.JavaMail.jive@flmspu-csapp-02.premierfarnell.com

    ...

     

    I am designing a complex package that is going to be used repeatedly and

    requires the precision of a careful package layout.

     

    I want to connect a schematic pin to a 'pad' on an internal signal layer

    of the package design. I realize that I am stretching the purpose for

    which a SMD pad should be used--I have no intent to surface mount

    anything to this pad--it will be sandwiched in an internal layer. It is

    simply used to tie a schematic net to a specific pad on an internal

    layer of the package.

     

    Why can't you just use a dummy pad with no mask at ends? You will eventually

    need to bring it out to some component after all.

    I made this little attached project for testing.

    Use the 7zip tool, free downloadable at 7zip.org to unpack.

     

    Attachments:
    test.7z.zip
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • kikoun
    0 kikoun over 11 years ago in reply to autodeskguest

    Hi,

     

    Why don't you draw your coil in a new board file. In this file you only have the coil.

     

    Then, in your complete board design, you just use 'file>import>Eagle drawing' as many time as need to duplicate your coil design ?

    Then you just rename the copper trace, with the corresponding net name. In schematic, you represent the coil, by drawing a coil symbol with the net wire it self !

    It's easier than script and ulp....OK, it's only a workaround...

     

    It would be nice to have 'internal pad feature' for package design, it would be useful in your case. But not only. It could be use of internal shield, or for some component that measure the current in a PCB trace (by hall-effect)...

     

    Guillaume barrey.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago in reply to kikoun

    Why don't you draw your coil in a new board file. In this file you only have the coil.

     

    Then, in your complete board design, you just use 'file>import>Eagle drawing' as many time as need to duplicate your coil design ?

    Then you just rename the copper trace, with the corresponding net name. In schematic, you represent the coil, by drawing a coil symbol with the net wire it self !

    It's easier than script and ulp....OK, it's only a workaround...

     

     

    I am going to give this a try. I like the fact that describing the coil with the net wire itself preserves the schematic-to-board relations.

     

    BUT I really dislike that I can't base location about the origin (as I can in the package editor) due to the license size restrictions in the board editor (requiring position on x-axis>0, y-axis>0). Frustrating. All of my measurements are going to have to be plus some positive value, making the left/right and top/bottom different values.

     

    Maybe I'll investigate Warren's suggestion to draw the coils using a ulp.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • Former Member
    0 Former Member over 11 years ago in reply to kikoun

    Why don't you draw your coil in a new board file. In this file you only have the coil.

     

    Then, in your complete board design, you just use 'file>import>Eagle drawing' as many time as need to duplicate your coil design ?

    Then you just rename the copper trace, with the corresponding net name. In schematic, you represent the coil, by drawing a coil symbol with the net wire it self !

    It's easier than script and ulp....OK, it's only a workaround...

     

     

    I am going to give this a try. I like the fact that describing the coil with the net wire itself preserves the schematic-to-board relations.

     

    BUT I really dislike that I can't base location about the origin (as I can in the package editor) due to the license size restrictions in the board editor (requiring position on x-axis>0, y-axis>0). Frustrating. All of my measurements are going to have to be plus some positive value, making the left/right and top/bottom different values.

     

    Maybe I'll investigate Warren's suggestion to draw the coils using a ulp.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
  • autodeskguest
    0 autodeskguest over 11 years ago in reply to Former Member

    On 08/28/2014 01:28 AM, Chris Engberg wrote:

    All of my measurements are going to have to be plus some positive value,

    making the left/right and top/bottom different values.

    Use mark and relative coordinates.

     

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

    Hi,

    Using mark in command line is powerful when we draw or place something.

    Unfortunately, this feature is missing in the properties windows, so it's not easy to check our design....

     

    Guillaume Barrey

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago in reply to kikoun

    Exactly:

    Unfortunately, this feature is missing in the properties windows, so it's not easy to check our design....

    Because of the size of the transformer core all on my measurements ending up including irregular decimals, setting up the snap-to-grid with enough precision would negate the use of grid altogether. The only way to reliably do this requires me to position elements using the properties window.

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