EEVblog Electronics Community Forum

Electronics => PCB/EDA/CAD => Eagle => Topic started by: rcourtney on April 17, 2017, 02:25:40 am

Title: Help with Keystone connector 4916 in Eagle
Post by: rcourtney on April 17, 2017, 02:25:40 am
This terminal has three mounting pins.
Is there a good way to describe the device as "one pin" so that any point can be connected to without getting an error?

Here is the part
http://www.keyelco.com/product.cfm/product_id/13943 (http://www.keyelco.com/product.cfm/product_id/13943)

What I have so far
https://www.dropbox.com/pri/get/Public/Keystone.lbr?_subject_uid=83007019&w=AADq1t4jdXg_OdG9DDX8R2vyMVuOE3XdpEgA494RV-O99Q (https://www.dropbox.com/pri/get/Public/Keystone.lbr?_subject_uid=83007019&w=AADq1t4jdXg_OdG9DDX8R2vyMVuOE3XdpEgA494RV-O99Q)
Title: Re: Help with Keystone connector 4916 in Eagle
Post by: Karel on April 17, 2017, 07:56:35 am
In the symbol you create one pin.
In the package you create two pads.
In the device you connect the two pads of the package to the same pin of the symbol.

Title: Re: Help with Keystone connector 4916 in Eagle
Post by: MarkL on April 18, 2017, 03:18:25 pm
To elaborate a little further, you would use the "Append" button in the connect GUI, or the "CONNECT ANY" or "CONNECT ALL" command from the CLI to group the 3 pads into one pin in the schematic.

CONNECT ANY specifies that any of the 3 pads can be connected, and CONNECT ALL specifies they all must be connected at layout time.  In the GUI, the ANY option is shown by a dashed line next to the pin name, and ALL is shown by a solid line.  You can toggle between the two in the GUI by clicking on the line.


EDIT: Also, that feature was added in 6.0, so as long as you don't have an ancient version...