Pressure Transmitter Scaling Calculator

Convert a 4–20 mA pressure transmitter signal into a pressure value using the transmitter's calibrated range.

Calculate Pressure

How Pressure Transmitter Scaling Works

A typical pressure transmitter converts a measured pressure range into a 4–20 mA signal. The transmitter's Lower Range Value (LRV) corresponds to 4 mA, while the Upper Range Value (URV) corresponds to 20 mA.

The receiving PLC, controller, or meter uses the same range information to convert the measured current back into pressure.

Pressure = LRV + ((mA − 4) ÷ 16) × (URV − LRV)

What the Variables Mean

4–20 mA Pressure Reference Points

Current % of Span Example: 0–100 PSI
4 mA 0% 0 PSI
8 mA 25% 25 PSI
12 mA 50% 50 PSI
16 mA 75% 75 PSI
20 mA 100% 100 PSI

Worked Example

Suppose a pressure transmitter is configured for:

  • LRV = 0 PSI
  • URV = 100 PSI
  • Measured signal = 12 mA

First determine how far the signal is through its 4–20 mA span:

(12 − 4) ÷ 16 = 0.50

The signal is therefore at 50% of the transmitter's range.

0 + (0.50 × 100) = 50 PSI

Result: 12 mA represents 50 PSI.

Gauge vs. Absolute Pressure

Pressure transmitters can be configured to measure different pressure references. This matters when interpreting the value reported by the transmitter.

Important: The 4–20 mA scaling formula does not inherently know whether a pressure value is gauge or absolute. The LRV and URV must match the transmitter's actual configured range and pressure reference.

Understanding LRV and URV

LRV and URV are sometimes confused with the physical limits of the transmitter. They are actually the configured measurement range.

For example, a transmitter capable of measuring a much larger pressure range could be configured for:

LRV = 10 PSI
URV = 50 PSI

In that case:

The PLC must use the configured range, not the transmitter's maximum possible pressure rating.

Field Application

This calculation is commonly used when commissioning or troubleshooting pressure transmitters connected to PLCs, DCS systems, building automation systems, and other control systems.

A useful troubleshooting sequence is:

  1. Verify the transmitter's configured LRV and URV.
  2. Measure the actual loop current.
  3. Calculate the expected pressure from the current.
  4. Compare the calculated value with the controller display.
  5. Check whether the PLC scaling uses the same range.
  6. Verify the pressure reference: gauge or absolute.

Troubleshooting

Current is correct but the PLC pressure is wrong

If the measured loop current is correct but the displayed pressure is incorrect, the problem may be in the controller's scaling. Verify the PLC's analog input configuration and engineering-unit range.

4 mA does not equal the expected pressure

Check the transmitter's configured LRV. Do not assume that 4 mA always represents zero pressure.

20 mA does not equal the expected pressure

Check the transmitter's configured URV and verify that the PLC uses the same upper range value.

Pressure is consistently offset

Check transmitter zero calibration, impulse lines, installation conditions, and whether the expected pressure reference matches the transmitter configuration.

The transmitter reads correctly but the PLC does not

Measure the loop current directly. If the current corresponds to the expected pressure but the PLC display does not, investigate analog input configuration, raw-count scaling, engineering-unit conversion, and signal wiring.

Common Mistakes

Related Calculators