Loop Check in Instrumentation and Control: Analog Signals, Digital Protocols, and Why HART Requires a Special Approach
- Nikolay Samoshkin
- Jun 26
- 5 min read

Introduction
Among instrumentation and control (I&C) specialists, the word "loop" can mean two completely different things. On the one hand, it is a complete control circuit: from the primary sensor or transmitter, through the controller, to the final control element. On the other hand, it is the very same 4–20 mA "current loop" through which the analog signal is transmitted. When we talk about commissioning or troubleshooting, a loop check is the cornerstone without which there can be no guarantee that the system will operate correctly.
In this article, I will break down why a classic 5-point check is mandatory for traditional 4–20 mA analog signals, what has changed with the advent of fully digital protocols, and why HART, being a hybrid, often misleads even experienced engineers.
Analog Loops: Why a Check Is Essential
The 4–20 mA analog signal is the bedrock of industrial automation. Despite decades of digital technology development, millions of pressure, temperature, level, and flow transmitters worldwide, and especially in the post-Soviet space, continue to reliably "drive" milliamps. However, an analog signal has an insidious property: it can degrade gradually and imperceptibly. In the world of metrology, this is called "covert failures" — situations where the signal appears to be present and the controller is receiving it, but its value does not correspond to reality.
This is precisely why, after installation, device replacement, or even after preventive maintenance on terminal connections, it is necessary to perform a full loop check.
The Classic 5-Point Check
The standard procedure for an analog loop involves simulating several current values across the entire range and recording the system's response. Typical check points:
4 mA (0% of the range) — the lower measurement limit.
8 mA (25%) — linearity check in the lower section.
12 mA (50%) — the midpoint of the scale.
16 mA (75%) — linearity check in the upper section.
20 mA (100%) — the upper measurement limit.
This approach allows for the evaluation of not only the endpoints but also the linearity of signal transmission along the entire path.
NAMUR NE43: Additional Checks
The NAMUR NE43 standard, which is de facto applied in Russia as well, defines the behavior of a current signal in alarm situations. According to this standard, a current below 3.6 mA or above 21 mA must be interpreted as a failure or an alarm signal. Therefore, during a loop check, points are often added:
Below 3.6 mA (for example, 3.5 mA) — the system should register an "open loop" or "low signal level."
Above 21 mA (for example, 22 mA) — the system should issue an alarm.
Without such a check, the alarm diagnostics may simply fail to activate at the critical moment.
What Does an Analog Loop Check Reveal?
A proper loop check helps to identify a whole range of problems that are impossible to detect simply by looking at a display:
Excessive loop load or insufficient supply voltage. If the resistance of the cable or the input shunt is too high, the current simply cannot reach 20 mA, and the readings will be understated at the upper limit.
Grounding problems and ground loops. Differences in potential between grounding points create parasitic currents that offset or distort the signal.
Range mismatch. One range may be set on the transmitter, and another in the controller. A five-point check instantly reveals such a discrepancy.
Non-linearity introduced by signal conditioners. Old or low-quality isolating barriers and galvanic isolators can introduce distortions, especially at the edges of the range.
Digital Protocols: A Different Philosophy
With the advent of fully digital industrial protocols — Foundation Fieldbus, PROFIBUS-PA, WirelessHART — the approach to checking has changed fundamentally. These systems transmit data not as an analog current but as digital packets. Digital communication has a built-in error detection mechanism: if a packet is received and passes the integrity check (CRC), then the data is valid. If a packet is corrupted by interference, it will either not be accepted or will be discarded by the controller, and the system will receive an explicit error notification.
For this reason, for purely digital systems, a classic 5-point loop check is generally not required. There is no point in checking the linearity of transmission — it is guaranteed by the protocol.
Instead, during the commissioning of digital systems, the focus shifts to:
Correct device addressing. Each field device must have a unique network address; otherwise, conflicts will occur on the bus.
Communication integrity. It is verified that the device is being consistently polled by the controller, without packet loss or timeouts.
Measurement plausibility. Even if the digital signal is "clean," the measurement itself may be incorrect due to incorrect sensor configuration or installation errors.
Device status. Digital protocols transmit not only the value but also a status. The system must correctly process the "Good" status and recognize alarm statuses.
HART: A False Sense of Security
Here lies the most dangerous trap. The HART (Highway Addressable Remote Transducer) protocol is formally digital: it superimposes a frequency-modulated digital signal on top of the same analog 4–20 mA current loop. However, in the vast majority of cases, process control is still performed using the analog signal. The digital part of HART is used for remote configuration, diagnostics, and reading secondary variables.
And here is the pitfall: on the operator's display or in the configurator program, the "correct" digital value, read via the HART protocol, may be displayed. But the analog signal going to the controller can, at the same time, be distorted. The causes are the same as for any analog loop: voltage drop on a long line, load issues, interference, and ground loops.
I have more than once encountered a situation where an engineer, having checked a HART device over the digital channel, considered the loop check complete. A week later, production would shut down because the controller "saw" distorted 4–20 mA and was operating based on it.
Therefore, for HART devices, the rule is unequivocal: an analog loop check remains mandatory. It is necessary to apply test currents of 4, 8, 12, 16, 20 mA and ensure that the controller receives them with exactly the expected values. A digital HART check is a useful but supplementary action.
Practical Recommendations and the Realities of Our Region
At enterprises in Russia and Central Asia, analog systems and HART devices are still widespread. Fully digital protocols (Fieldbus, PROFIBUS-PA) are encountered less frequently and, as a rule, at new or modernized facilities. Therefore, our daily reality is such that the loop check, in its analog sense, will be in demand for many years to come.
Several field-proven tips:
Never limit yourself to checking just two points (0% and 100%). Linearity and load problems often manifest precisely in the middle or at the edges of the range.
Use a calibrator capable of simultaneously generating and measuring current. This allows you to check the loop without removing the transmitter and to identify load problems.
Document the results. With each check, record what current was applied and what value the controller received. This is invaluable information for subsequent troubleshooting.
Don't forget about NAMUR NE43. Check how the system reacts to currents below 3.6 mA and above 21 mA. This can save you from a serious failure in the future.
For HART devices, always perform an analog check, even if the digital signal looks perfect.
Conclusion
Good commissioning is not simply about "signals appearing on the screen." It is a meticulous verification of the integrity, accuracy, and reliability of signal transmission along the entire loop — from the terminals of the field device to the controller. Understanding the difference between analog, digital, and hybrid systems enables you to properly plan the scope of work and avoid unpleasant surprises after startup.
In the world of 4–20 mA and HART, the loop check remains a mandatory procedure, the neglect of which will inevitably lead to covert failures and losses. In the world of digital buses, it represents a shift in focus towards checking communication and diagnostics. But in any case, without a systematic approach to checking signal circuits, industrial automation cannot be considered reliable.




Comments