PLC Tutorials

How to Prevent Ground Loops in Analog Circuits?

In this post, we will see what a ground loop is in an analog circuit and how to avoid it.

The two most used types of analog signals in instrumentation are 0-10 V and 4-20 mA. Of these, the widely popular one that is used is the 4-20 mA type one.

The most important advantage of the current signal over-voltage signal is wiring. A voltage transmitter will mostly require a 4-wire connection.

But, a current transmitter can be configured with only 2 wires in connection. Current transmitters are less prone to electromagnetic interference.

Also, if the distances are long for connection, resistances increase with distance which causes a larger voltage drop. This problem does not occur in current transmitters.

How Current Flows in an Analog Circuit?

Now, let us understand first how a current loop flows in an analog circuit by simple Ohm’s law. Refer to the below image.

The circuit consists of a power supply and two loads (R1 & R2).

How a current loop flows in an analog circuit

The power supply will give the voltage required to drive the current loop. Through current passing across each load, a voltage drop occurs each of them and will vary according to the resistance available.

However, current remains the same in the whole circuit. If you remember, according to Ohm’s law, V=I*R.

Transmitter Loop

Now, let us consider the second image below. The sensor consists of a transducer and transmitter.

The transducer provides the physical signal and the transmitter converts this into an electrical signal.

A power source is used to produce the required electrical signal and drive the current in the circuit.

The loop is nothing but the wiring which carries the signal from transmitter to receiver and then back to it.

Shielded Wires

Shielded wires are used mostly for analog loops. The shield side of the wire is connected to the ground to prevent noise and leakage.

And also protect the equipment terminals (sensor here) from damage. This can be understood by referring to the below image.

Ground Loop

So, what is a ground loop? A ground loop occurs when there is more than one ground connection path between two devices. Earth potential is not the same at every point in the whole system.

Due to some designing constraints and varying load current in every path, earth potential will also vary in the loop.

For example, if you see the below image, if the ground potential at both the points is different, then an antenna type loop current will flow between both the ground points.

Due to this, leakage current will interrupt with the proper conducting current and cause disruptions in the path.

Causes of Ground Loop

Most common causes for ground loop are:-

  • More than one ground connection for a single loop
  • Connecting multiple devices to a single ground. Due to loopholes, current from a device can interrupt the current of other devices; causing signal fluctuations.
  • Devices with a high impedance and connected at a longer distance from the power supply.

This simply indicates that the problem will occur if there is no proper isolation between a device to ground or a device to device.

Due to this, the ground reference of the system no longer becomes stable and in opposite terms, the earthing system which we had used for protection will, in turn, become a nuisance now.

It can be like; you are providing 16 mA from PLC analog output, but the field device is functioning at 12 mA.

How to Prevent Ground Loops?

So, there are many ways to prevent a ground loop in a circuit.

Refer to the below remedies for this:

As discussed earlier, always connect a single ground to a loop. Do not connect multiple ground wires to a single loop. (Below left-side image)

Consider the below image. If the PLC module or any other controller has multiple ground pins for corresponding inputs, that is the best solution for this remedy.

But if there is only a single common ground pin for multiple inputs, then it can cause issues or ground loop formation.

Nowadays, most of the controllers do not provide a single ground pin; there is n number of ground pins for n number of inputs. (Below right-side image)

Use twisted-pair cables for reducing ground interference, as it works in cancellation theory.

Each twist acts as a small loop antenna, but after the next twist, the loop is reversed. Due to this, the interference from the second loop is cancelled by the interference from the first loop.

Use isolation between a device and the controller. The loop can be isolated by either connecting an isolator in the circuit between the sensor and controller or by using an isolated channel pin at the controller side.

Isolation is nothing but physically and electrically separating two circuits, so that there is no direct conducting path. But, data and power will still flow between each other.

The isolation only filters the proper analog signal to the channel of the controller and removes the spikes and disturbances in its input side only.

Author: Viral Nagda

If you liked this article, then please subscribe to our YouTube Channel for Instrumentation, Electrical, PLC and SCADA video tutorials.

You can also follow us on Facebook and Twitter to receive daily updates.

Read Next:

You've successfully subscribed !
Share

Recent Articles

  • PLC Tutorials

Example PLC Program to Control a Pump based on Level Sensors

Learn an example PLC program to control a pump based on level sensors using ladder…

2 weeks ago
  • PLC Tutorials

PLC Timer Application in Security Camera Recording

In the PLC timer application for security camera recording, when motion is detected then camera…

2 weeks ago
  • PLC Tutorials

Batch Mixing with PLC Ladder Logic Program

In this example, we will learn batch mixing with PLC ladder logic program using timer…

2 weeks ago
  • PLC Tutorials

PLC Example on Manufacturing Line Assembly

This PLC example on manufacturing line assembly is an intermediate-level PLC program prepared for the…

2 weeks ago
  • PLC Tutorials

PLC Programming Example with Pushbutton and Motor

In this article, you will learn the PLC programming example with pushbutton and motor control…

3 weeks ago
  • PLC Tutorials

Boolean Logic to PLC Programming

This article teaches how to convert Boolean logic to PLC programming ladder logic with the…

1 month ago