Formulas

4-20mA Formulas and Examples

4-20 mA transmitter current output can be converted to the voltage within a specified range, from 0 to a maximal amplitude Vmax, as shown in the following picture:

4-20mA Formulas

4-20mA Formulas and Examples

Calling I the output current and V the Voltage—or other physical variables (PV) —between Vmin (which is usually 0) and Vmax; the conversion formulas are as follows:

 

  • I [mA] = ( ( (V − Vmin) / ( Vmax − Vmin) ) × 16 ) + 4

  • V [Voltage] = ( (I − 4 ) / 16) × ( Vmax − Vmin ) + Vmin

  • PV [units] = ( (I − 4 ) / 16) × ( PVmax − PVmin ) + PVmin

Where,

I is the current,

V is the voltage,

PV is the Process Variable

min is the Lower Range Value of the respective signal

max is the Upper Range Value of the respective signal

Note that the values and units of min and max are units must be same.

Example 1 :

A Analog output card gives an output voltage of 2.5V and its overall range is 0-5V. calculate the equivalent 4-20mA current value.

I =  ( ( (VVmin) / ( VmaxVmin) ) × 16 ) + 4

I =  ( ( (2.5 − 0) / ( 5 − 0) ) × 16 ) + 4

I = 12 mA

Example 2 :

A transmitter output range is 13.5mA and its output range is 4-20mA. Calculate equivalent voltage. consider 0-10V is the output voltage range.

V = ( (I − 4 ) / 16) × ( VmaxVmin ) + Vmin

V = ((13.5 – 4)/16 x (10 – 0 ) + 0

V = 5.9375 V

Example 3 :

A Flow transmitters output current is 16.5mA and its range is 0-1500 m3/hr. Calculate the equivalent flow rate value.

PV = ( (I − 4 ) / 16) × ( PVmaxPVmin ) + PVmin

PV = ( (16.5 − 4 ) / 16) × ( 1500 − ) + 0

PV = 1171.87 m3/hr

Also Read : 4-20mA Transmitter Principle

You've successfully subscribed !

View Comments

Share

Recent Articles

  • PLC Tutorials

Conveyor Sorting Machine PLC Program with Calculation Function

The conveyor sorting machine is widely used in the packing industries using the PLC program…

4 days ago
  • PLC Tutorials

Example of Flip-Flop PLC Program for Lamps Application

Learn the example of flip-flop PLC program for lamps application using the ladder logic to…

4 days ago
  • PLC Tutorials

STAR DELTA Programming using PLC Controller

In this article, you will learn the STAR DELTA programming using PLC controller to start…

5 days ago
  • Instrumentation Design

Single and Three Phase Immersion Electrical Heaters Wiring Circuits

Lube oil consoles of rotary equipment packages in industrial process plants are usually equipped with…

2 days ago
  • Instrumentation Design

Immersion Heaters in Lube Oil Consoles

Rotating equipment packages such as pumps, compressors, turbines need the lube oil consoles for their…

4 days ago
  • PLC Tutorials

How to Blink Lights in Ladder Logic?

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

4 weeks ago