Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

I have various pieces of equipment that all need to be connected to GND (Chassis GND). The issue I'm having is that I'm connecting an ADC card inside a computer through a metal box with custom electronics that connects into a cryostat (metal shield).

The problem is that if I just use my standard cables then the computer GND is connected to the metal box with the electronics in which is in turn connected to the metal of the cryostat. Now the computer is connected to GND via the plug and the cryostat is connected to GND via a big metal strap to the building GND. This to me smells like a bad case of a ground loop.

So I'm thinking that I need to break the shield somewhere on one of the cables. The questions is where? The electronics are amplifying a rather small signal from the cryostat so I'm guessing that I want to try and keep that shield connection continuous. I was going with breaking the shield at the box on the cable that runs to the computers ADC. Is this a good idea? Should I not worry if the Computer GND and cryostat GND are pretty much connected to the same power strip?

Note that the electronics GND should be floating from the Chassis/building GND. toy diagram

share|improve this question
3  
A diagram would be very helpful. – The Photon Feb 14 '12 at 16:48
Nice diagram. Thanks. – The Photon Feb 14 '12 at 21:37
1  
With guitars and analog amp gear ground loops are pernicious and it's common for these kind of cables your talking about to be shielded along their entire length but only attached to ground at one end, thus avoiding the ground loops. – Patrick Hughes Feb 14 '12 at 21:40
1  
Do you actually have a problem? Generally speaking, you don't want to alter the grounding/shielding scheme unless there is an issue. From your question, it doesn't seem like there is a problem. If it isn't broken, don't fix it! – David Kessner Mar 10 '12 at 17:26

2 Answers

Yes, it sounds like (a little confusing) you have a ground loop problem, and yes they can matter, especially when trying to measure small analog signals. If all grounds tie back to the same outlet strip via relatively short line cords, then it would probably be OK. However, you say that this cryostat thing (whatever that is) is connected separately to building ground, so that is obviously not the case and it's confusing therefore why you brought it up.

In general, it's good to convert analog signals to digital as close as possible to the source, then ship around digital signals. Those are much easier to isolate, like via opto-couplers, pulse transformers, radio, etc. In other words, a old fashioned A/D card in the computer is not the best overall architecture from a system level point of view.

However, look at the A/D card carefully. Most likely it can be configured for single ended and differential operation. This is a case where you want differential inputs. The cryostat thingy may produce a ground referenced signal, but take its ground and output signal as being differential. This will essentially subtract the ground offset from the signal before converting it.

This trick will only work up to some frequency, probably a few kHz or low 10s of kHz. It should work pretty well in subtracting off any ground signal due to 60 Hz or 50 Hz power line return currents accross ground paths in the loop. Sharp common mode spikes can still confuse the diff amp in the A/D and show up as noise in the final output. It's worth a try though. If it's not good enough, go back and convert to digital at the sensor, then opto-isolate the digital telemetry signal.

 

share|improve this answer

There is a tutorial on ground loops and other forms of electrical interference at the Loop Slooth web site.

This tutorial shows that ground loops behave differently at low and high frequencies. At low frequencies what counts is the resistance of the conductors forming the ground loop, but not the physical layout whereas at high frequencies it is the other way around because at high frequencies what counts is the inductance not the resistance. The cross-over frequency is given by R/L where R is the cable resistance and L is the loop inductance.

These issues are also discussed in a Review of Scientific Instruments paper (also at a link on the website).

The tutorial explains how ground loops result from the distinction between Faraday's law and Kirchoff's law (electronics is based on Kirchoff's law which is valid for DC only, whereas the real world of time-dependent currents involves Faraday's law). It also discusses the relation of ground loops to other forms of interference such as inductive coupling, electrostatic coupling, and radiative coupling.

share|improve this answer
Are you affiliated with LoopSlooth.com? – tyblu Jun 3 '12 at 17:58

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.