Hi
Recently I faced a problem of false triggering of Arduino interrupt as discussed here.
Here is the portion of the circuit which was causing problem.

The interrupt would false trigger whenever there is a switching in the nearby vicinity. The major trouble-maker is a decoiler which is independent unit run by a 3-phase geared induction motor. Whenever its limit switch is turned ON the motor turns a few revolutions and then stops. This short operation which includes switching on of (the controlling) EM contactor, interferes the Arduino's interrupt.
I gave up interrupt and opted for polling, it improved but the contactor is still interfering. After following suggestions in the forum and further exploring the net, I decided to make fresh PCB design.
Here is the improved (sensor detection) circuit:

PX1 is the output from the Proximity sensor.
D12 is the digital input of Arduino. I have changed the input criteria to HIGH.
Here is the expected PCB.

The vias:

Now, before ordering for the PCB I would like suggestions for further improvements in the PCB to eliminate EMI interference into this circuit?
Recently I faced a problem of false triggering of Arduino interrupt as discussed here.
Here is the portion of the circuit which was causing problem.

The interrupt would false trigger whenever there is a switching in the nearby vicinity. The major trouble-maker is a decoiler which is independent unit run by a 3-phase geared induction motor. Whenever its limit switch is turned ON the motor turns a few revolutions and then stops. This short operation which includes switching on of (the controlling) EM contactor, interferes the Arduino's interrupt.
I gave up interrupt and opted for polling, it improved but the contactor is still interfering. After following suggestions in the forum and further exploring the net, I decided to make fresh PCB design.
Here is the improved (sensor detection) circuit:

PX1 is the output from the Proximity sensor.
D12 is the digital input of Arduino. I have changed the input criteria to HIGH.
Here is the expected PCB.

The vias:

Now, before ordering for the PCB I would like suggestions for further improvements in the PCB to eliminate EMI interference into this circuit?