Categories: Formulas

Formula for Process Variable to Percentage Conversion

Calculate the equivalent Percentage for any given Process variable. For conversion, we need transmitter Lower Range Value and Upper Range Value.

Process Variable to Percentage Conversion

Formula for Process Variable to Percentage Conversion

Formula:

Percentage %  =   ((Process Variable – LRV)/Span)(100)

Span = URV – LRV

Where

URV upper range value
LRV lower range value

Example: 

An electronic Pressure transmitter is ranged -1 to 5 Bar and has a 4-20 ma. Calculate the Percentage output by this transmitter if the measured Pressure is 1 Bar

Span = 5 – (-1) = 6

Percentage % = ((Process variable – LRV)/Span)(100)

Percentage % =((1-(-1))/6)(100)

Percentage % = 33.33 %

Articles You May Like :

Instrumentation documents

Instrumentation Calibration Mistakes

Transmitter Span and Zero

Pressure Transmitter Applications

Formulas to calculate ma from PV

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