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) How to search in schema tic?
  • 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 11 replies
  • Subscribers 180 subscribers
  • Views 970 views
  • Users 0 members are here
Related

How to search in schema tic?

Joop14
Joop14 over 9 years ago

I have a (system on a) module with 200 pins.

In the library, I divided these pins over 7 symbols in the device.

Those symbols are all in different schematic sheets. There are 15 sheets

so it's impossible to remember where is what.

 

Sometimes I need to find a certain pin of this module but I don't remember

on

which sheet it is.

My question is, is there a way to find out? I tried "run find" but it

doesn't offer what I'm looking for.

 

Thanks.

 

 

--

Web access to CadSoft support forums at www.eaglecentral.ca.  Where the CadSoft EAGLE community meets.

 

  • Sign in to reply
  • Cancel

Top Replies

  • Joop14
    Joop14 over 9 years ago +1
    Done. I wrote myself an ulp that searches in the schematic for a certain pin. It requires two parameters, a part number (e.g. IC308) and a pad name. If the combination of the two parameters exists, it…
Parents
  • autodeskguest
    autodeskguest over 9 years ago

    On 09.09.2016 19:35, Joop wrote:

    I have a (system on a) module with 200 pins.

    In the library, I divided these pins over 7 symbols in the device.

    Those symbols are all in different schematic sheets. There are 15 sheets

    so it's impossible to remember where is what.

     

    Sometimes I need to find a certain pin of this module but I don't remember

    on

    which sheet it is.

    My question is, is there a way to find out? I tried "run find" but it

    doesn't offer what I'm looking for.

     

    I use "run find pad " if you know the symbol pin

    name, but you also have to include an optional hidden @ extension in

    this name. Maybe the find ulp should be modified to ignore this extension.

     

     

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

    Morten Leikvoll wrote on Mon, 12 September 2016 10:16

    I use "run find pad <padname>".

     

     

    That doesn't work for me:

     

    /data/novazembla/Eagle-660/ulp/find.ulp(1138):

     

    Multiple contacts on pin, use contacts() instead

     

     

    Morten Leikvoll wrote on Mon, 12 September 2016 10:16

    You can also use "run find pin <pinname>" if you know the symbol pin

    name,

     

     

    I don't know that, that's the problem.

    Also, it's impossible for an algorithm to find the right pin if you don't

    provide

    at least two parameters. How else to solve the problem when two instances

    have the same pad name?

     

    Anyway, it's solved now, my new ulp works fine.

     

    Thanks to everybody for helping.

     

     

     

     

     

     

     

    --

    Web access to CadSoft support forums at www.eaglecentral.ca.  Where the CadSoft EAGLE community meets.

     

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

    Morten Leikvoll wrote on Mon, 12 September 2016 10:16

    I use "run find pad <padname>".

     

     

    That doesn't work for me:

     

    /data/novazembla/Eagle-660/ulp/find.ulp(1138):

     

    Multiple contacts on pin, use contacts() instead

     

     

    Morten Leikvoll wrote on Mon, 12 September 2016 10:16

    You can also use "run find pin <pinname>" if you know the symbol pin

    name,

     

     

    I don't know that, that's the problem.

    Also, it's impossible for an algorithm to find the right pin if you don't

    provide

    at least two parameters. How else to solve the problem when two instances

    have the same pad name?

     

    Anyway, it's solved now, my new ulp works fine.

     

    Thanks to everybody for helping.

     

     

     

     

     

     

     

    --

    Web access to CadSoft support forums at www.eaglecentral.ca.  Where the CadSoft EAGLE community meets.

     

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

    On 12.09.2016 12:50, Joop wrote:

    Morten Leikvoll wrote on Mon, 12 September 2016 10:16

    I use "run find pad <padname>".

     

    That doesn't work for me:

     

    /data/novazembla/Eagle-660/ulp/find.ulp(1138):

     

    Multiple contacts on pin, use contacts() instead

     

    Ah! I remember that bug. It should have been fixed in lastest beta, but

    if you look back in some old posts (by me), the bugfix to the find.ulp

    script is posted there.

    The problem was the ulp was not updated after eagle started to support

    symbols with merged pads.

     

     

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

    On 12.09.2016 13:46, Morten Leikvoll wrote:

    On 12.09.2016 12:50, Joop wrote:

    Morten Leikvoll wrote on Mon, 12 September 2016 10:16

    I use "run find pad <padname>".

     

    That doesn't work for me:

     

    /data/novazembla/Eagle-660/ulp/find.ulp(1138):

     

    Multiple contacts on pin, use contacts() instead

     

    Ah! I remember that bug. It should have been fixed in lastest beta, but

    if you look back in some old posts (by me), the bugfix to the find.ulp

    script is posted there.

    The problem was the ulp was not updated after eagle started to support

    symbols with merged pads.

     

     

    Just to help you out, this was posted back in April, after initially

    pointing at the bug in Dec 2015.

    -


    Since this is a very easy fix and hasnt been fixed on 7.5.3 beta, I will

    help you:

     

     

    On line 1138,1139 of the original find.ulp:

    1138:if (P.contact) {

    1139:if (P.contact.name == Find) {

     

    Replace this with:

    1138:P.contacts(C) {

    1139:if (C.name == Find) {

     

     

    And this will work also with symbols having multiple pads assigned to a pin.

    -


     

     

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