Electronic – Altium error: Net contains multiple output sheet entries

altiumerrorschematics

I'm having a hard time with this problem and cannot figure out how to deal with it. As shown in the figure below, ADC[0..2] is going out from A2 and A3 and in to A1:

enter image description here

In details:

  • ADC 0 is the output of A2
  • ADC 1 and ADC 2 are the outputs of A3

All three pins are inputs in A1, this connection seems to be logical, but Altium didn't like it!!

So the question is: How can I get multiple output sheet entries without Errors ?

Best Answer

For now you have two buses with same name, that is how Altium sees it, and it makes sense. ADC[0..2] on both sheets. You can not make Output for bus containing 3 signals, from two different sheets. Your A2 sheet contains only one signal and A3 two signals, so solution is to make Bus entries at top level and connect those signals with outputs from sheets A2 and A3. You can name your signals as ADC 0, ADC 1, ADC 2. ADC 0 is output from A2 and is connected to the bus over bus entry, same is with ADC 1 and ADC 2. And input to A1 can be same as it is now.