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
  • geralds
    0 geralds over 8 years ago

    Hi Angela,

     

    Holes, pad:
    Well, in the schematic or pcb you have 3 types of holes (round eg drilling, square eg punching, complex eg milling) that are separated into plated or non-plated holes.

    A via yes is, of course, also a plated hole, but its using is a bit different.

     

    In the schematic - ADD from the library, you can choose from:

    Holes.lbr (mounting holes, non plated or plated, round or square, or even complex special hole)
    Solpad.lbr (solderable pads, but this lbr is very inflexible)
    Wirepad.lbr (solderable pads, through holes with type of hole diameters and rings, also SMD pads)
    Or you can create your own lbr file with your pads or holes.

     

    If you use ADD in pcb i strongly suggest that you imports just holes, but not pads if they are will connected to an electrical contact.

    If you likes importing pads then make this into the schematic, also better importing the holes into the schematic.

    (-> consistence between schematic and pcb)

     

    The point:
    PAD is basically a plated hole or a SMD pad
    HOLE is basically a non-plated hole, is only for assembly or for the distances, e.g. for high-voltage security distance.

    For your project I suggest you to make your own lbr file. You can also copy the default pads into your lbr file.
    Please also read the manual and the tutorial. There you will find nice examples.

     

    Via:
    A plated hole used in the circuit board to connect through and between the layers.
    They can also be very flexible.

    If you want to connect some of the vias to a wire, you must use the command: NAME

    Then the menu will ask you: "this segment or complete wire" -> use complete wire!

     

    Power plane:
    Power planes are usually created by drawing a polygon, and then this polygon will connected to an electrical wire.
    (E.g. GND or VCC or VDD, .... or N $ xxx

    -> and if pads or vias are connected to this wire, then the polygon includes it in its calculation.

     

    Best Regards,

    Gerald

    ---

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

    Hi Angela,

     

    Holes, pad:
    Well, in the schematic or pcb you have 3 types of holes (round eg drilling, square eg punching, complex eg milling) that are separated into plated or non-plated holes.

    A via yes is, of course, also a plated hole, but its using is a bit different.

     

    In the schematic - ADD from the library, you can choose from:

    Holes.lbr (mounting holes, non plated or plated, round or square, or even complex special hole)
    Solpad.lbr (solderable pads, but this lbr is very inflexible)
    Wirepad.lbr (solderable pads, through holes with type of hole diameters and rings, also SMD pads)
    Or you can create your own lbr file with your pads or holes.

     

    If you use ADD in pcb i strongly suggest that you imports just holes, but not pads if they are will connected to an electrical contact.

    If you likes importing pads then make this into the schematic, also better importing the holes into the schematic.

    (-> consistence between schematic and pcb)

     

    The point:
    PAD is basically a plated hole or a SMD pad
    HOLE is basically a non-plated hole, is only for assembly or for the distances, e.g. for high-voltage security distance.

    For your project I suggest you to make your own lbr file. You can also copy the default pads into your lbr file.
    Please also read the manual and the tutorial. There you will find nice examples.

     

    Via:
    A plated hole used in the circuit board to connect through and between the layers.
    They can also be very flexible.

    If you want to connect some of the vias to a wire, you must use the command: NAME

    Then the menu will ask you: "this segment or complete wire" -> use complete wire!

     

    Power plane:
    Power planes are usually created by drawing a polygon, and then this polygon will connected to an electrical wire.
    (E.g. GND or VCC or VDD, .... or N $ xxx

    -> and if pads or vias are connected to this wire, then the polygon includes it in its calculation.

     

    Best Regards,

    Gerald

    ---

    • Cancel
    • Vote Up +1 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