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) How do i Create a Component for my schematic in Autodesk 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 7 replies
  • Answers 4 answers
  • Subscribers 180 subscribers
  • Views 1482 views
  • Users 0 members are here
Related

How do i Create a Component for my schematic in Autodesk Eagle.

keithmdavis
keithmdavis over 7 years ago

Please can you help i am trying to draw a finder relay for my project. Part No. 55.34.9.048.0040 which will plug into a pcb base Part No. 94.14 i have the dimensions to put it in but battling to add it to my library because i can not get my dimensions correct.

  • Sign in to reply
  • Cancel

Top Replies

  • rachaelp
    rachaelp over 7 years ago +1 suggested
    Hi Keith, I wrote a tutorial series for creating library part which you might find helpful. You can find it here: https://www.element14.com/community/docs/DOC-88188/l/eagle-tutorial-series keithmdavis…
  • genebren
    genebren over 7 years ago +1 suggested
    Keith, Understanding the dimensions is a fundamental part of the problem. In order to have the proper footprint on the PCB you have to be able to convert the manufactures drawing into a library element…
  • rachaelp
    0 rachaelp over 7 years ago

    Hi Keith,

     

    I wrote a tutorial series for creating library part which you might find helpful. You can find it here: https://www.element14.com/community/docs/DOC-88188/l/eagle-tutorial-series

     

    keithmdavis  wrote:

     

    i have the dimensions to put it in but battling to add it to my library because i can not get my dimensions correct.

     

    Can you expand on what problems specifically you are having in getting your dimensions correct?

     

    Best Regards,


    Rachael

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • genebren
    0 genebren over 7 years ago

    Keith,

     

    Understanding the dimensions is a fundamental part of the problem.  In order to have the proper footprint on the PCB you have to be able to convert the manufactures drawing into a library element.  Sometimes these drawing are vague and/or confusing.  When I run into a drawing that I can not understand, I buy the part and measure it myself.

     

    Best of luck!

    Gene

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • keithmdavis
    0 keithmdavis over 7 years ago in reply to rachaelp

    on trying to draw part i start with drawing a rectangle but dimensions are small for example it is 21.5mm x 29.5mm batling to be exact i was thinking to go with a bigger scale then change scale i will keep trying as i need to have my relay logic board correct.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • keithmdavis
    0 keithmdavis over 7 years ago in reply to genebren

    Thank you i realize that my error is trying to draw it size for size i need to expand it to get the accuracy needed

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • rachaelp
    0 rachaelp over 7 years ago in reply to keithmdavis

    Hi Keith,

     

    I think your best bed is to make use of the grids at this point. What I would do here if I wanted to draw that rectangle which I am assuming is the outer dimension of your relay, I would set the main grid to 14.75mm and the alt grid to 10.75mm as follows:

     

    GRID MM 14.75 ON; GRID ALT MM 10.75;

     

    Then with just the main grid I would draw a square 2 x 2 grid spaces around the origin so that is was 29.5mm in both directions. Then with the move command move the left hand edge to be in line with the origin and then hold ALT and move it back out to the position defined by the ALT grid. Repeat this for the other side. You should now have a rectangle which is 21.5mm wide and 29.5mm tall centred around the origin.

     

    FYI, I always centre my parts on the origin. It make it much easier to know where to click to pick it up. One of the many reasons I don't use the bundled library parts where you have to go hunting the origin! image

     

    Best Regards,


    Rachael

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

    I just realised you said schematic in your title. What I wrote above is valid for the tPlace outline for the PCB footprint in the library, not for the schematic.

     

    For the schematic, ALWAYS use a 0.1" grid and draw a logical symbol with a sensible size compared to other components such that your schematic doesn't look odd.

     

    Best Regards,


    Rachael

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

    Thank you Rachel i have received zip files from manufacturer of the relay in question how do i add them to eagle sorry i never grew up with computers but being a qualified Electrician since 1980. The last 22 years i have specialized in welding equipment more importantly i am self taught in electronic repairs with the aid of many engineers & technicians. My new challenge is to learn Autodesk Eagle. I am 59 years old not very familiar with computers only being able to download and inspect data on pc boards i am repairing. i am familiar with relay logic as some of the panels i worked on was in Dunlops Rhodesia now Zimbabwe. This insight enabled me to audit any machine & hand draw electrical circuit designs. Some Relay panels had 2000000 terminations especially tyre builder machines i was accredited by my fellow electricians for my accuracy for point to point auditing. Beacon Sweets & Chocolate paid me on weekends to audit machines in the factory so as to create the cad drawings for all the equipment. Cad drawings were done by one of my mentors Mr. Bruce Hodgett.He at that time was an Electrical Engineer sad to say he is late now. Sorry i have gone on a bit but i assure you i am willing & wanting to learn.   

    • 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