Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Creating parts which have multiple pins with the same name (eagle)

Status
Not open for further replies.

ThermalRunaway

New Member
Hi all,

Today I came across quite a useful feature in Eagle for giving multiple pins the same name. This can be useful when, for example, you have a device with more than one ground pin or more than one NC pin etc.

Previously I have always named my pins GND_n, where n is the pin number concerned, because although the pins will be connected together in the circuit, it is important for Eagle to know that they are actually different pins so they need to have individual names. Ineed, Eagle will actually prevent you from assigning multiple pins the same name. However, this naming convention is a little bit messy. Today I have learned of a better way:

If you're creating a symbol for a device that has multiple pins with the same name (let's use GND as an example) then you can use the following naming technique:

GND@N, where N is an instance of ground [GND@1, GND@2 etc] or - if you prefer - N can be a pin number, which personally I find more descriptive, and is a bit easier when it comes to connecting the pins to pads in the device creation.

Using this naming convention, Eagle will treat all the instances of GND@N as separate pins, but on your schematic it will show them all simply as "GND". This is much cleaner than having GND_n on your pins!

Just thought I'd share this for anyone else wanting to do the same thing.

Brian.
 
Here's an example of a part I just worked on:

Naming Technique:

Naming_Technique.JPG

Naming Result:

Naming_Result.JPG
 
Status
Not open for further replies.

Latest threads

Back
Top