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 have connected signals without connected wires on schematic?
  • 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 4 replies
  • Subscribers 187 subscribers
  • Views 1085 views
  • Users 0 members are here
Related

How to have connected signals without connected wires on schematic?

autodeskguest
autodeskguest over 16 years ago

I have noticed when I view professional schematics, they will have a 

microcontroller (as an example) and maybe some inputs may be labeled, with 

a short wire extending from the pin on the device, and then going to a 

symbol labeled maybe "temp_in".

 

Then elsewhere on the schematic, there will be a circuit with an output 

which goes to a symbol also labeled "temp_in".

 

It seems a nice and efficient way to organize a schematic.  I know that on 

the supply symbols like GND and VCC they will be connected together, but 

is there a generic symbol that I can give a name to, and anything 

connected to that symbol will be connected on the board?

 

I am sure it exists, just didn't find it browsing through the libraries.

 

Thanks

Mike

 

 

 

--

Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

 

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

    nigelmercier wrote on Wed, 24 February 2010 07:45

    How do you get the pin names on the uC to span two lines?

     

    Huh?  What "lines"?

     

    --

    Browser access to CadSoft Support Forums at http://www.eaglecentral.ca

     

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

    "Olin Lathrop" <eagle@embedinc.com> wrote in message

    news:hlplqg$cbb$1@cheetah.cadsoft.de...

    I have attached a snippet of a such a schematic...

     

    How do you get the pin names on the uC to span two lines?

     

     

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

    Mike R wrote on Sat, 20 February 2010 15:21

    It seems a nice and efficient way to organize a schematic.  I know that

    on 

    the supply symbols like GND and VCC they will be connected together,

    but 

    is there a generic symbol that I can give a name to, and anything 

    connected to that symbol will be connected on the board?

     

    You don't need a symbol at all.  Having a symbol there is more likely a

    artifact of the software used to make the schematic.  It is certainly not a

    necessity, and Eagle doesn't force you to use one.  As User said, net names

    are global, so all net lines of the same name are considered connected.

     

    However, you need to document the connectivity, not merely explain it to

    Eagle.  Use DRAW LABEL to show the net name on the schematic.  It's

    important to use that instead of explicit text because that way it is

    guaranteed to show the net name even if you change it later.  You may also

    occasionally discover the net isn't named what you thought it was.

     

    I have attached a snippet of a such a schematic.  All the names you see are

    net names drawn with DRAW LABEL.  On the left side they document air wires.

    Some on the right side are not really necessary since the net line on that

    page goes to everything that net is connected to.  Inside the PIC code I

    give names to pins, and it's helpful to have those names listed on the

    schematic.

     

    The arrows showing the direction of information flow are also useful in

    helping demystify what is connected to a pin and how that pin is used.

    Note that this has nothing to do with current flow, but rather signal flow.

     

    --

    Browser access to CadSoft Support Forums at http://www.eaglecentral.ca

     

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

    Mike R schrieb:

     

    I have noticed when I view professional schematics, they will have a 

    microcontroller (as an example) and maybe some inputs may be labeled, with 

    a short wire extending from the pin on the device, and then going to a 

    symbol labeled maybe "temp_in".

     

    Then elsewhere on the schematic, there will be a circuit with an output 

    which goes to a symbol also labeled "temp_in".

     

    It seems a nice and efficient way to organize a schematic.  I know that on 

    the supply symbols like GND and VCC they will be connected together, but 

    is there a generic symbol that I can give a name to, and anything 

    connected to that symbol will be connected on the board?

     

    I am sure it exists, just didn't find it browsing through the libraries.

     

    You don't need some special symbol or device. Net names are global. As

    soon as you define two nets the same NAME, they are connected (result in

    a single SIGNAL in the board). You can place LABELs to show the names,

    but for the connection this isn't even necessary.

     

    You might also have a look at the PORT and XREF symbol-only devices,

    they might come handy for documentation (though personally, I prefer

    pure LABELs).

     

    Tilmann

     

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

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube