Electronic – Connect pins with same pin designator in Altium footprint

altiumpcb

I've made a relay's footprint in Altium. The relay's two contact terminal are three pads each, as below.

enter image description here

And the schematic symbol is as below:

enter image description here

In my schematic, I don't give the two terminals any net, and they are floating (connect nothing). In the PCB editor, I want connect the three pads together using tracks, such as the three pads with the designator "87", but the Altium PCB editor prevent me doing this, the pads can't be connected!

I tried give a net to the terminal "87", then I can connect the three pads using tracks. I want to know what's the "strategy" behind this? I think if I give the pads same designator, they should be treated as just one pad, and should be "connectable". Right? Is there other easier method to make them connectable (I have 24 such relays, and it will be a hard work to give nets to the terminals)?

Best Answer

I once made a diode with a four-pin anode, all of which I wanted to connect together. You could connect all of the anode pins separately, but I would recommend giving them different pin names (i.e. 87a, 87b, 87c) and treating them as separate pins on the PCB layout. However, on the schematic, lay the three pins one on top of the other so it looks like just one pin. Altium will see a wire connected to the "one" visible pin as connected to all three pins, and will tell you to route all of their corresponding pads together. You will need to go into the pin editor on the schematic, though, and make sure you change the pin names and which pads they connect to. That's probably the most elegant solution.