8

There are some cable standards that have multiple GND pins on the connector proper. A good example of this is the SATA connector (it has 3 of them).

SATA Connector

In reality, each GND pin has a slightly different impedance, due to varying factors: connection quality, cable quality, cable age, etc.

Wouldn't these mismatched impedances form a GND loop? Wouldn't it be better to have a single GND pin (of larger gauge if more current is needed)?

And if it is a GND loop, why are cables wired this way?

TRISAbits
  • 1,348
  • 1
  • 13
  • 25
  • You don't get ground loops from multiple conductors in a single cable; you get ground loops from other ground connections between the devices at either end, which might be carrying other currents. – Dave Tweed Dec 11 '14 at 21:12

3 Answers3

8

In addition to the capacitive coupling mentioned by John D, there's inductive coupling at the higher edge rates. Ideally each signal line will have a return that runs right next to it; then the mutual inductance makes it such that the return current flows in that one ground wire, not the others. The signal line and its ground return are basically in the same place, with equal and opposite currents cancelling each other out so they don't radiate or accept interference. Even if it's a connector for a card and not a cable, and if you can't have a ground pin for every signal pin, you still want to distribute the ground pins evenly so any given signal pin's distance to a ground return pin is as close as possible. The matter of mutual inductance is similar in a ground plane in a PC board. Ground fills with one or more interruptions don't qualify. There must be a continuous, uninterrupted ground plane under the trace. The return current does not take the shortest possible path; but instead, because of mutual inductance, the return current travels directly underneath the trace, taking the shape of the trace, as that's what's easiest for it. This also produces the least interference, and accepts the least.

Garth Wilson
  • 111
  • 2
6

In practice the impedance difference isn't enough to cause a problem. Multiple smaller diameter conductors improve the impedance over a single larger conductor because of skin effect. Also, the ground conductors can serve a a shield between other conductors that may be carrying fast signals and could otherwise couple capacitively into an adjacent signal conductor.

John D
  • 22,677
  • 1
  • 39
  • 56
4

The kinds of ground loops which pose problems are generally those in which the effective area of the loop is large enough to capture stray fields, and where either the currents induced in the loop as a whole can in turn induce current in wires which run parallel for part of it, or where such currents create an unwanted potential difference between different points on the loop. Neither of those conditions would seem to apply here.

The magnetic field created by any induced current would oppose the magnetic field which induced that current. If some wires were only parallel to the ground wires for a portion of their length, it would be possible that magnetic fields in the portion where they aren't parallel might get coupled through toward the area where they are parallel, but with wires that run parallel for their whole length that's not an issue.

Likewise, if induced current in one of the cable's ground wires would try to end A's ground potential higher than that of end B, induced current in another would try to do the opposite, thus cancelling the effect.

supercat
  • 45,939
  • 2
  • 84
  • 143