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
  • 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 Chat (English) How to create a SMD pushbutton device with 2 pins and 4 pads?
  • 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 3 replies
  • Subscribers 171 subscribers
  • Views 965 views
  • Users 0 members are here
Related

How to create a SMD pushbutton device with 2 pins and 4 pads?

autodeskguest
autodeskguest over 16 years ago

Hi,

 

I'm relatively new to Eagle and HW design in general. I'm trying to create a

symbol and package for a SMD push button.

 

The pushbutton symbol has 2 pins, while the package has 4 smd pads. Pads 1

and 2 are electrically connected, and so are pads 3 and 4. When I create

the Eagle device, then the number of pins and pads obviously don't match.

 

Now I could:

 

1) leave 2 pads in the package unconnected.

2) generate a symbol with 4 pins and leave 2 pins unconnected in the

schematic.

 

How can I tell Eagle that two pads are always connected together? It would

be nice if I had only two pins but could route to any of the equivalent pads

and leave the other unconnected, but I cannot think of a way to accomplish

this. Is there a way to do so? Alternatively, what is the 'conventional'

way of handling this in Eagle?

 

Thanks,

Thomas

 

  • Sign in to reply
  • Cancel
  • autodeskguest
    autodeskguest over 16 years ago

     

    "Thomas Pircher" <tehpeh@gmx.net> wrote in message

    news:og6n36-pdf.ln1@grummel.tty1.net...

    Hi,

     

    I'm relatively new to Eagle and HW design in general. I'm trying to create

    a

    symbol and package for a SMD push button.

     

    The pushbutton symbol has 2 pins, while the package has 4 smd pads. Pads 1

    and 2 are electrically connected, and so are pads 3 and 4. When I create

    the Eagle device, then the number of pins and pads obviously don't match.

     

    Now I could:

     

    1) leave 2 pads in the package unconnected.

    2) generate a symbol with 4 pins and leave 2 pins unconnected in the

    schematic.

     

    How can I tell Eagle that two pads are always connected together? It would

    be nice if I had only two pins but could route to any of the equivalent

    pads

    and leave the other unconnected, but I cannot think of a way to accomplish

    this. Is there a way to do so? Alternatively, what is the 'conventional'

    way of handling this in Eagle?

     

    Thanks,

    Thomas

     

    Hi Thomas,

     

    the best way is to create a symbol with four pins and connect all of the to

    the package. If you assign the direction "pas" == passive to them, it will

    cause no DRC error if not all pins are connected. This way leaves you more

    choices. You may come to the point where you want to use the unconnected

    pins. Then you have to go the library again. Better first time right.

     

    There is no way to tell eagle that pins are connected to each other. This

    must be done in the schematic editor.

     

    You may take a look at the switch.lbr there are some parts with internal

    connected pins.

     

    Regards,

    Carsten

     

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • autodeskguest
    autodeskguest over 16 years ago

    Carsten wrote:

     

    Hi Thomas,

     

    the best way is to create a symbol with four pins and connect all of the to

    the package. If you assign the direction "pas" == passive to them, it will

    cause no DRC error if not all pins are connected. This way leaves you more

    choices. You may come to the point where you want to use the unconnected

    pins. Then you have to go the library again. Better first time right.

     

    There is no way to tell eagle that pins are connected to each other. This

    must be done in the schematic editor.

     

    You may take a look at the switch.lbr there are some parts with internal

    connected pins.

     

    Regards,

    Carsten

     

     

     

    I second this.

     

    It also gives pissibility to use the switch as jumper.

    For example I feed it the net +5V, and on the other side I name the net +5VB

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • autodeskguest
    autodeskguest over 16 years ago

    Carsten wrote:

    the best way is to create a symbol with four pins and connect all of the

    to the package. If you assign the direction "pas" == passive to them, it

    will cause no DRC error if not all pins are connected. This way leaves you

    more choices.

     

    Hi Carsten,

     

    thanks for the quick reply. Your suggestion makes much sense, it gives the

    most freedom of choice. Now I know also what "pas" stands for. image

     

    Cheers

    Thomas

     

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