14

I realize this may seem to duplicate Should chassis ground be attached to digital ground? but the answers in that thread don't explain why one should connect the chassis to PCB ground, aside from obvious safety concerns which I understand.

My logic is this: if I have a PCB with sensitive analog circuitry, I should put it in a metal chassis and keep it insulated from my PCB. The chassis acts as a faraday cage, which keeps my PCB from outside EM noise, and also keeps noise from emanating from my (say) RF PCB. I see no reason to connect the two, if safety is not a concern. draeth's answer in the aforementioned link seems to agree with this.

However, conventional wisdom from very knowledgeable people says a low impedance path to the metal chassis should be established to reduce noise and EMI.

Why should this be done? It seems like by connecting my ground to the chassis, one would expose their circuit to noise from the outside. And as well expose the outside to noise!

Paul L
  • 1,252
  • 1
  • 11
  • 23
  • 1
    Re: "I see no reason to connect the two, if safety is not a concern." You can achieve reasonable safety without that indeed. [Class II](https://en.wikipedia.org/wiki/Appliance_classes#Class_II) power supplies (and similar devices) indeed do not have such a connection and are safe enough that most "wall warts" are like that. – Fizz Jan 17 '15 at 21:54

3 Answers3

11

This going to be another controversial question, so let me paraphrase and occasionally quote from a source (textbook) that I find credible, EMC and the Printed Circuit Board by Mark Montrose. First, let's intro the usual terminology:

  • safety ground = a ground that is connected by a low-impedance path to earth
  • signal voltage (referencing) ground, e.g. ground plane on a PCB

Now a potentially shocking quote (p. 249):

Connection of the two ground methods may be unsuitable for a particular application and may exacerbate EMC problems. [...] Common misconceptions exist regarding grounding. Most analysts believe that ground is a current return path that a good ground reduces circuit noise. This belief causes many to assume that we can sink noisy RF current into the earth, generally through a building's main grounding structure. This valid if we are discussion safety grounding, not signal voltage reference. Although an RF return path is mandatory, it need not be at ground potential. Free space is not at ground potential.

(Emphasis mine).

So having established that (if it needed to be said), what about connecting a PCB (or in case of a multi-board device, several PCBs') ground to the metal case/chassis even if the latter is not connected to the earth/safety ground? (You could have a Faraday cage housed in a plastic enclosure for example.)

First we need to get something else cleared: if you have a multi-board system, single-point grounding (aka "holy" ground, no kidding) is suitable when the speed of signals/components is 1 Mhz or less, usually found in audio circuits, mains power systems, etc. For higher operating frequencies, e.g. a computer, multi-point grounding is used. For mixed frequencies both are combined in a hybrid grounding technique as shown below (figure from Montrose's book):

enter image description here

And here's basically why you want multi-point grounding for high-frequency systems, which in Montrose's book (p. 274) is explained in the context of a system with daughterboards (e.g. your typical desktop computer):

RF fields generated from a PCB [...] will couple to a metallic structure. As a result, RF eddy currents will develop in the structure and will circulate within the unit creating a field distribution. This field distribution may couple to other circuits [...] These [eddy] currents are coupled to the card cage through distributive transfer impedances and then through attempts to close the loop by coupling back to the backplane. If the common-mode reference impedance between the backplane and the card cage is not significantly lower than the distributive "driving source" (of the eddy currents) an RF voltage will be developed between the backplane and the card cage. [...] Simply put, the common-mode spectral potential between the backplane and card cage must be shorted out. This may take the form of frequently connecting the backplane ground plane to the card cage (chassis) at regular intervals around the perimeter of the backplane.

If you wondered why your desktop computer motherboard has electrical connections through all the screws that fasten it to the (metallic) case, that's why they're there.

N.B.: Joffe and Lock's Grounds for Grounding gives pretty much the same explanation in their section titled "Purpose of Stitching PCB Return Planes to Chassis", so I think the experts agree on this.

Fizz
  • 14,355
  • 2
  • 43
  • 97
  • +1, I've been forced to use both the single point and multi point ground. Low frequency low noise is single point. HF or up the signal chain.. then ground as many inputs and outputs as you can afford. – George Herold Jan 18 '15 at 01:36
  • 1
    Addendum: a similar problem occurs with [large CPU heatsinks, i.e. they act as "nice" GHz antennas picking up signal from the chip underneath and radiating it all around, including back into the PCB traces](http://ieeetmc.com/r6/scv/emc/archive/032010Radu.pdf). In that context, it is not easy to make enough effective ground connections both due to geometry constraints and the high frequency of the chips; grounding CPU heatsinks becomes ineffective for >1-1.5GHz CPUs. That's where spread spectrum clock generation becomes the only reasonable solution. – Fizz Jan 18 '15 at 03:08
  • I should add that *Grounds for Grounding* has a cute graphic representation of the RF noise with/without multiple stitching points, and more importantly it has some EM field simulation results for RF noise with varying numbers of stitching points; both are the same page (p. 891) in the printed book. Alas that page is only [partially visible](https://books.google.com/books?id=1WfPWbSN7pUC&pg=RA2-SA9-PA97) in the ebook version on Google Books, and the plots are also tiny in the Google ebook preview... – Fizz Jan 20 '15 at 07:52
9

More specifically, the conventional wisdom is to have exactly one low-impedance connection to chassis ground. Frequently it's very near the voltage regulator.

It's important that there be only one connection. There will be noise currents flowing over and around the case, provided the case is metal and fully enclosed, and thus is acting like a Faraday cage. However, as long as you connect in only one place, whatever currents are flowing around the chassis can't flow through your circuitry. They can't, because there's no path.

However, if you have two connections, then if there's any voltage between those two points (which is likely, given all the noise), then noise current can flow through your circuitry.

So then, why not zero connections? Well, think about that. How will you get any wires in? I suppose if it's powered by batteries and has no inputs or outputs then you can put the whole thing in a Faraday cage and that could work pretty well. Certainly this isn't feasible for most circuits though, which have at least a few external connections, some of which are referenced to ground, so you need to connect to them somewhere.

Why not have those external connections come through a hole in the case through an isolated connector so they aren't electrically connected to the case? Well then, any common-mode noise on those cables will just come right through the hole and inside the case. You might as well have no case at all.

Ideally, the shield of any cables in or out is connected to the metal chassis. If you think of this topologically, the case is just like a fatter section of the cable shield, and your circuitry is inside the cable.

Phil Frost
  • 56,804
  • 17
  • 141
  • 262
  • 1
    The common-mode part of the answer is the key to earthing the thing to the chassis +1 – Andy aka Jan 17 '15 at 22:03
  • You do not really need a ground-earth connection for this... except at RF. So a [typical solution](https://books.google.com/books?id=N-doGCRr2cAC&pg=PA254) for common-mode noise on the power cable is to just install a line filter with "Y" capacitors. – Fizz Jan 17 '15 at 22:15
0

You should ask yourself what else outside the box is attached to the pcb. If a cable is attached to the pcb, you would destroy the shielding badly by letting noise in via the cable to your pcb. Now it really depends on the situation if it helps adding a low impedance path from your signal ground to the chassis to get rid of the mess you let in via the cable wires. If you get rid of the noise directly at the point where it enters the chassis by capacitors and 360 degrees coupling of the cable shield you still are right. Mostly this is not very practical and it is to be advised to let your signal ground be a part of the noise path to the chassis.

martijndb
  • 104
  • 3