Eliminating Noise on a PCB Board.
Eliminating Noise on a PCB Board.
(OP)
I've got A PCB board. It has circuitry that supplies 12VDC to a load cell, and then amplifies the 0-30mvdc signal to 0 to 10VDC. This board is housed in a steel box. When I close the door of the enclosure, my 0 to 10VDC signal will increase .15VDC, then opening the door the singal will return to it's orginal value.
I believe this is due to EMI interferance. How can I elimated this problem? any advice would be appreciated.
I believe this is due to EMI interferance. How can I elimated this problem? any advice would be appreciated.





RE: Eliminating Noise on a PCB Board.
I would try moving your device outside or some other location and see if the signal increases still. If it don't then it sounds like your enclosure is capacitively coupling with something in the design that may be too close to the enclosure. If it still increases then something needs to be done in your design, if the 0.15 Volt increase is an issue.
RE: Eliminating Noise on a PCB Board.
RE: Eliminating Noise on a PCB Board.
Thread240-107822
Most load cells are like most bridge pressure transducers - a Wheatstone arrangement made of strain-varying resistors.
I once troubleshot a load cell offset problem that turned out to be a unreleated sensor whose ground return path included the circuit board on which the load cell interface circuit. Make sure your box doesn't have a interlock switch or other item that shares a power or return path with your load cell interface circuit.
RE: Eliminating Noise on a PCB Board.
RE: Eliminating Noise on a PCB Board.
Thanks
RE: Eliminating Noise on a PCB Board.
Thats not to far of a reach in my opinion.
I dont think anything is too close to your enclosure since I missed the door closed part of your post.
The fact that you used a cap across the 30mV signal and it helped would indicate noise being rectified and amplified. What type of cap and what was its value?
RE: Eliminating Noise on a PCB Board.
Thanks
RE: Eliminating Noise on a PCB Board.
The LM723 can only supply about 150mA directly and needs a separate series pass transistor to boost its current range beyond this. Have you checked with a 'scope to see that the power supply is not oscillating at a very high frequency (can sometimes be 10-50MHz)? This this can occur with many linear regulator designs if the layout is poor or there is inadequate h.f. decoupling.
If it is oscillating then moving door can behave like a "proximity detector", producing big changes in frequency or amplitude which get into the load cell and amplifier input via the 12V power supply rail.
RE: Eliminating Noise on a PCB Board.
Another thought is that RF coupling between leaky/radiating objects increases dramatically in a cavity compared to an open box. Energy from a switching regulator would flow around the inside of the box much more when the door is closed.
kch
RE: Eliminating Noise on a PCB Board.
I am assuming you have connectors on your box; we have had similar problems in the past. We improved the noise by installing filtered connectors; these cost a little more, but are still cheaper than trying to find RF noise. Another thing to check out is if you have wires coming off the door, the position, twisted vs. shielded all have effects on this noise. We have also installed ferrite beads to improve the noise.
Do not get me wrong, these two options are not fixing the problem, but may help in the short term.
Tofflemire
RE: Eliminating Noise on a PCB Board.
when closed, an part of the circuit oscillated and
an other part rectified this generating a huge offset.
<nbucska@pcperipherals DOT com> subj: eng-tips
read FAQ240-1032
RE: Eliminating Noise on a PCB Board.
Also couple with this problem was that the output singal (0-10V) after a would deadily decline. To make a long story short, and I eventually got the chip back on a bread board and it still drifted. Supply constant exiction with a regulated power supply, and had a constanct mv load cell input. The output of the chip drifted from 3.44 to 3.22 in an hour. This is not acceptable with my application.
I am now redoing my desing with a INA125 chip.
Thanks again to all.