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
    About the element14 Community
  • 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
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • 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) Why do I need to draw the same symbol N times?
  • 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 16 replies
  • Subscribers 181 subscribers
  • Views 2330 views
  • Users 0 members are here
Related

Why do I need to draw the same symbol N times?

autodeskguest
autodeskguest over 9 years ago

More often than not the same chip is available in different packages,

quite often with different number of pins and the packages with fewer

pins omit some of the lesser used signals.

 

Currently, you need to create a different symbol for every package: if

you have a chip that comes in 5 different packages, with a few pin

differences, you need a symbol drawn for ABC1234-SOIC, ABC1234-BGA,

ABC1234-TSOP and so on. It's the same damn chip, just on some packages

some pins are missing.

 

I wonder if I'm alone with the wish of having just one symbol, with

every possible signal drawn. Then, when it gets placed to the schematic

with a package selected, the not bonded pins grey out and don't allow

wires to be connected to them?

--

Zoltán Kócsi

Bendor Research Pty. Ltd.

 

 

  • Sign in to reply
  • Cancel
Parents
  • autodeskguest
    autodeskguest over 9 years ago

    On 23.09.2016 09:31, Rik Steenwinkel wrote:

    Quote:

    You dont need to redraw the symbol. You just create a new component

    and

    add the symbol + all the packages that work with this symbol at the

    same

    component, then connect them correctly. This works, even if some

    packages have more gnd/shield pins, cause every package is connected

    separately.

     

    That won't work if one or more of the package variants has less pins than

    the symbol.

     

    It would help if the Table of Contents view of the library allowed copying

    a symbol, so that you can draw the most extensive symbol for the component,

    copy it, delete some pins from the copy (repeat for all variants).

     

    The way I work around this is by drawing the symbol, saving the library and

    exiting the library editor, then opening the library in a plain text

    editor, find the symbol you just added, then copy/paste it (between <symbol

    name="..."> and </symbol name>), with a modified name for the copied

    symbol. Then reopen the library editor, edit the copied symbol and delete

    the pins not used in that variant.

     

     

    It works for many packages, not for all.

    Your symbol should not have the same name over again, like multiple GND

    pins. Just draw one and merge all the pins of a package onto the

    same symbol pin. This way you can reuse a symbol for same-function packages.

     

    I guess you do know you can use copy/paste to copy a symbol and paste it

    onto a new one, then make changes. Just group all , copy group, create a

    new symbol and paste.

     

    Or paste these commands into the command line when you got the symbol

    you want to copy open:

     

    group all;

    copy (>c0 0);

    edit newname.sym;

    paste (0 0);

     

    All of a sudden you have a copy. (It doesnt copy the description tho)

     

     

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

    On 23.09.2016 09:31, Rik Steenwinkel wrote:

    Quote:

    You dont need to redraw the symbol. You just create a new component

    and

    add the symbol + all the packages that work with this symbol at the

    same

    component, then connect them correctly. This works, even if some

    packages have more gnd/shield pins, cause every package is connected

    separately.

     

    That won't work if one or more of the package variants has less pins than

    the symbol.

     

    It would help if the Table of Contents view of the library allowed copying

    a symbol, so that you can draw the most extensive symbol for the component,

    copy it, delete some pins from the copy (repeat for all variants).

     

    The way I work around this is by drawing the symbol, saving the library and

    exiting the library editor, then opening the library in a plain text

    editor, find the symbol you just added, then copy/paste it (between <symbol

    name="..."> and </symbol name>), with a modified name for the copied

    symbol. Then reopen the library editor, edit the copied symbol and delete

    the pins not used in that variant.

     

     

    It works for many packages, not for all.

    Your symbol should not have the same name over again, like multiple GND

    pins. Just draw one and merge all the pins of a package onto the

    same symbol pin. This way you can reuse a symbol for same-function packages.

     

    I guess you do know you can use copy/paste to copy a symbol and paste it

    onto a new one, then make changes. Just group all , copy group, create a

    new symbol and paste.

     

    Or paste these commands into the command line when you got the symbol

    you want to copy open:

     

    group all;

    copy (>c0 0);

    edit newname.sym;

    paste (0 0);

     

    All of a sudden you have a copy. (It doesnt copy the description tho)

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • 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 © 2026 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