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

Batch Mixing with PLC Ladder Logic Program

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

1 week 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…

4 weeks ago
  • PLC Tutorials

PLC Programming Example on Timers Function Block

In this article, you will learn the PLC programming example on timers function block using…

3 weeks ago
  • PLC Tutorials

PLC Pump Control: 10 seconds ON & 20 seconds OFF

Design a program for PLC pump control such that the pump must be turned ON…

2 weeks ago