Formulas

Formula to Calculate Process Variable from 4-20mA

How to Calculate Process Variable from 4-20mA current loop output of a field transmitter. Check the formula to find out Process variable (PV).

Calculate Process Variable from 4-20mA

Formula to Calculate Process Variable from 4-20 mA

 

Formula :

First Calculate equivalent Percentage from 4-20mA signal

Percentage = ( X * 6.25 ) – 25

Then calculate equivalent Process variable from percentage

Process Variable =  [ ( Percentage * ( URV – LRV ) /100 ) ] + LRV

Where,

X is 4-20mA signal

LRV is Lower Range Value

URV is Upper Range Value

Example :

A Temperature transmitter with a range of 0 to 250 deg C and its output is 15.5 mA. Calculate equivalent temperature value.

Lower Range Value, LRV = 0

Upper Range Value, URV = 250

Output Current in range of 4-20mA, X = 15.5 mA

Percentage = ( X * 6.25 ) – 25 = (15.5 * 6.25) – 25 = 71.875 %

Process Variable = [ { Percentage * ( URV – LRV ) } / 100 ] + LRV

Process Variable = [ ( 71.875 * 250 ) / 100 ] + 0 = 179.6875

Also you can use online Instrumentation Calculator for Automatic calculations. Click Here.

Articles You May Like :

Control System Setpoints & Alarms

4-20mA Transmitter Operation

Transmitter Turndown Ratio

Calculate 4-20 mA from PV

Linear mA to Square root mA

You've successfully subscribed !

View Comments

  • Can you help please. This week I installed a vibration sensor with a 4-20mA output. At the data logger I burdened the loop with a 100 ohm precision resistor. Unfortunately the logger was setup for a 500 ohm resistor. The range should have been 0-20 mm/sec for .4 to 2v. Instead, because of the wrong resistor, the range was -5 to 0. Could you tell me please how to re-scale -5-0 to 0-20 ?

  • I don't really know what 6.25 and 25 figures in the first formula.
    But the easiest way is:
    1) to subtract 4 from 15.5.
    4-15.5= 11.5
    2) Then divide 11.5 by 16 "Span" and multiply by 100.
    (11.5\16)*100= 71.875%

    Simple to remember and to do.
    ??

  • Same your formula in this article
    25= 4/16 in your procedure
    6.25 = 100/16 in your procedure

    (X*6.25)-25 is simplest form of ur procedure

Share

Recent Articles

  • PLC Tutorials

How to Blink Lights in Ladder Logic?

This article explains how to blink lights in ladder logic with a detailed explanation video…

3 weeks ago
  • PLC Tutorials

From Boolean Algebra to PLC Logic

In this article, a simple example will teach you the conversion from Boolean algebra to…

1 month ago
  • PLC Tutorials

PLC Cooking Timer Example for Kitchen Automation

In this article, you will learn the PLC cooking timer example for kitchen automation using…

3 weeks ago
  • 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…

3 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…

3 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