Selecting one port-connected net selects them all

A schematic that used to be OK now suffers a net selection problem.

For example, input pins Port 2, Port 3 and Port 4 are connected to separate nets. If I select a net on any one of the ports every port-connected net in the whole schematic gets selected.

Has anyone seen this and got a fix?

@Transistor - can you share your project name?

I didn’t realise that I could. I’ve added it into the original question.
Thanks.

Nets can be connected or combined in a couple of ways. One is to give all wires the same net name by manually typing in the net name when the wire(s) are selected, and the other is when wires are connected to port with the same Value text. It looks like many of your Ports have a value of “Port_Input_Pin”. The reason for this is: when you copy and past a component, the net (or future net connection) will maintain from the component you copied. This is a great feature with sources such as power and ground, but IO pins it can cause issues if the value of the port isn’t changed prior to connecting the wire.

One option to fix this is the following:

  1. Click twice on the wire you want on a new net
  2. Delete the wire
  3. Rename the value of the port or component you are connecting the wire to
  4. Re-draw the wire connection.

I messed around with this and it wasn’t too clear how to fix. While doing that I discovered that selecting a wire a second time deselected all the others. That will do for now!

Thanks.