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) Add holes for through hole components
  • 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 13 replies
  • Answers 7 answers
  • Subscribers 176 subscribers
  • Views 6819 views
  • Users 0 members are here
Related

Add holes for through hole components

ardenne
ardenne over 8 years ago

Hi, I am new in the Eagle world and I am making a 2 layers custom board with Eagle. 

I am trying to do a simple custom size board full of holes for through hole components ( a simple prototyping board) and I am not sure about which is the best way to make the holes.

I have found many resources with totally different answers. For example on this video: https://www.youtube.com/watch?v=s4-Ugi4y9lk (min: 24.00) this guy use the simple command VIA for doing this, but a VIA should be just a connection between layers.  On this discussion How to add connection points for soldered wires , another guy suggest instead the library wirepad.lbr.

This is a working project. not for fun, so I need to be quite sure that I am making the righ hole. Could you someone help me? It will be really appreciate.

  • Sign in to reply
  • Cancel

Top Replies

  • COMPACT
    COMPACT over 8 years ago in reply to ardenne +4 suggested
    It is always best to schematic capture a PCB because it allows revisions and additions to it to be easily accomplished. For example - your Proto board - There will most likely be a stage where you want…
  • shabaz
    shabaz over 8 years ago in reply to ardenne +3 suggested
    There are many ways to do it. The one in this photo was created by making a component for the pads. To simplify further I created a component that was a block of pads (e.g. 4x4 or whatever).
  • COMPACT
    COMPACT over 8 years ago in reply to ardenne +2 suggested
    Firstly to create a components in a new library by: a. defining a package (which just consists of the pads of the size you want), b. defining a symbol to associate with the package, c. creating a device…
Parents
  • autodeskguest
    0 autodeskguest over 8 years ago

    Angela Ameruoso wrote:

     

    Hi, I am new in the Eagle world and I am making a 2 layers custom board with Eagle. 

    I am trying to do a simple custom size board full of holes for through

    hole components ( a simple prototyping board) and I am not sure about

    which is the best way to make the holes.

     

    depends 8-)

     

    for pads that need a connection in the schematic you can use

    wirepad.lib parts.

    They need to be i nserted in the schematic.

     

    But for the pads without connections, use plain vias.

    They are inserted/placed in the board only.

    You can still connect this vias with the connect command (in the board

    editor - to form a GND rail for instance)

    --

     

    Lorenz

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • rachaelp
    0 rachaelp over 8 years ago in reply to autodeskguest

    Lorenz wrote on Thu, 02 March 2017 06:59

    But for the pads without connections, use plain vias.

    They are inserted/placed in the board only.

    You can still connect this vias with the connect command (in the board

    editor - to form a GND rail for instance)

     

     

    Are you sure? I thought the connect command was used in the library editor

    to connect pads to pins in a part? I think in this case you'd want to use

    the name command to name any vias you wanted to be connected together to

    the same net or simply add them with a name already set.

     

    e.g. name 'GND' or via 'GND'

     

    I'd suggest that if you really wanted any of the holes connected you'd want

    to have a schematic and connect them there though rather than doing it all

    in the board so if this was the case the wirepad.lbr option would probably

    be the correct option.

     

    Best Regards,

     

    Rachael

    --

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

     

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Reply
  • rachaelp
    0 rachaelp over 8 years ago in reply to autodeskguest

    Lorenz wrote on Thu, 02 March 2017 06:59

    But for the pads without connections, use plain vias.

    They are inserted/placed in the board only.

    You can still connect this vias with the connect command (in the board

    editor - to form a GND rail for instance)

     

     

    Are you sure? I thought the connect command was used in the library editor

    to connect pads to pins in a part? I think in this case you'd want to use

    the name command to name any vias you wanted to be connected together to

    the same net or simply add them with a name already set.

     

    e.g. name 'GND' or via 'GND'

     

    I'd suggest that if you really wanted any of the holes connected you'd want

    to have a schematic and connect them there though rather than doing it all

    in the board so if this was the case the wirepad.lbr option would probably

    be the correct option.

     

    Best Regards,

     

    Rachael

    --

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

     

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Children
  • autodeskguest
    0 autodeskguest over 8 years ago in reply to rachaelp

    Rachael wrote:

     

    Lorenz wrote on Thu, 02 March 2017 06:59

    But for the pads without connections, use plain vias.

    They are inserted/placed in the board only.

    You can still connect this vias with the connect command (in the board

    editor - to form a GND rail for instance)

     

    Are you sure? I thought the connect command was used in the library editor

    to connect pads to pins in a part?

     

    you are right, it's the 'signal' command you use to create connections

    (airwires not tracks) in the board editor, but ...

     

     

    the 'signal' command only works with parts, not on vias.

     

    For vias you either need to use the 'name' command or give the 'via'

    command the signal name:

     

         via 'signal-name'

     

     

    sorry for the confusion (no more posting before coffee in the morning)

    --

     

    Lorenz

     

    • 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