4

I'm currently trying to lay out my first from scratch project on veroboard. While I get connecting things in series and parallel I'm trying to work out if a + shaped connection and a pair of + shapes would be equivalent.

T shaped connections

Would they?

tyblu
  • 8,167
  • 6
  • 40
  • 70
Journeyman Geek
  • 1,193
  • 9
  • 21

2 Answers2

8

Yes.

For simple circuits, so long as all the same electrical connections exist then the circuit is equivalent.

(Only for high speed or some analogue circuits do wire length and shape start to have effects)

Toby Jaffey
  • 28,796
  • 19
  • 96
  • 150
1

For simple projects on Veroboard, they're exactly equivalent electrically. However, there are other things you need to consider.

However, I think that a better question is to ask whether they're equivalent to you.

There's been some research (I can't remember where at the moment - Can anybody help?) that there's an inverse correlation between the number of wires coming from a single node and the readability of a schematic. For some circuits it makes sense, but for others it makes more sense to treat one wire as a bus and have the others coming off of it at different points instead of one crowded location on the schematic.

On a more physical sense, consider the ease of reworking the above wires. If you wanted to remove or replace a component, would it be easier to work on a joint which branches in three directions or just connects to a single wire?

They're electrically equivalent, but there are differences in their perceived meaning in a schematic and their physical construction.

Kevin Vermeer
  • 19,989
  • 8
  • 57
  • 102
  • i was thinking physically - the schematic has it as a + shape, but being able to use the latter topology should make it easier when i lay it out. i'd consider the latter topology easier since if i make a major mistake and don't want to rework it from scratch, i can cut the trace and make one parallel to it, and i have more options anyway – Journeyman Geek Nov 12 '10 at 22:29