Sunday 3 November 2019

noise - What could be causing this interference and how to eliminate it?


(update: Please also see the major edit at the end)



A sensitive electronic equipment Device 1 below is basically composed of a power line EMI filter at the mains entry, an SMPS power supply which powers a data acquisition board and a USB hub. All this Device 1 is in an enclosure and gets the power through power cord 1.


Any device like Device 2 below if connected to a mains nearby and if switched OFF or ON sometimes it upsets the DAQ. Same problem also occurs randomly.


So Im suspicious of the interference to Device 1 through AC mains.


enter image description here


For a quick solution is there a possibility that an isolation transformer would help right before the Device 1?


Edit:


I tried with an isolation transformer still somehow the AC mains of Device 2 upsets Device 1.


Major Edit:


I cannot verify whether the spike is the scope's probes pickup or really conductive. Because another question's comments think it is via the scope.


*But whatever it is, the problem occurs if the Arduino output is connected to the DAQ's digital input. So it seems I can solve the problem if I can eliminate the interference between the Arduino on the DAQ's input.



Here is more info about the entire system:


Here is the basic diagram of what is inside the metallic enclosure:


enter image description here


Here are some photos:


The mains power entry is a module which is followed by a switch. The mains power entry module has also a filter. Here are the photos and details:


This link is the line filter used the exact model is called "5707.0801.312 - IEC Filter"


This link is one of the six daq boards installed.


The Arduino's 33Hz pulse train output goes into one of the digital inputs of the DAQ. And the spike is causing the DAQ board upset. It is because if the Arduino output is not connected the DAQ does not get upset.


The spike is generated when a device is switched in the same mains or a surge ect. So we are not sure how it is happening. The spike is observed by an oscilloscope both at power supplies and Arduino output. Use of an isolation transformer didn't help.


So my aim is to eliminate this spike instead of finding the root cause since we couldn't. It is enough to eliminate the spike only between the Arduino output and the DAQ digital input.



So how about filtering the Arduino output and using a Schmitt trigger?, I tried to simulate the spike and use an RC and a schmitt trigger with hysteresis as:


enter image description here


Signals at input, output and comparator's inverting and non-inverting terminals:


enter image description here


I put R6 C5 to suppress the spike in the system to not to upset comparator, is that a fine way to filter the spike from Vcc? What do you think about the circuit? Any experience with such issues? I can provide more information if needed.


**I would like to add one more point that the USB plug from the metal enclosure system is connected to a PC which is earth grounded:


enter image description here




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...