What is PV (Process Value)?

PV stands for Process Value โ€” the measured actual value of a process variable within a control loop. Think of temperature, pressure, level or flow that is measured by a Sensor and fed back to a PLC or PID Controller.

PV = what the process is actually doing right now.

The PV is compared with the SP (Setpoint) to determine whether and how it needs adjusting.


๐Ÿ” Where do you encounter PV?

Application PV = measured value ofโ€ฆ Example sensor
Temperature control Current temperature in a tank Pt100, thermocouple
Pressure control Air pressure in a pipe Pressure transmitter
Flow control Flow rate of water or gas Flow meter
Level control Liquid level in a vessel Ultrasonic or radar level meter
pH control Acidity in a reactor pH probe

๐Ÿง  How does PV work in a control loop?

  1. A sensor measures the current process value (PV)
  2. The PID controller compares PV with the desired Setpoint (SP)
  3. The deviation (error = SP - PV) is used to calculate an output signal (MV)
  4. The actuator (e.g. valve, pump or motor) reacts to bring the PV closer to the SP

๐Ÿ“Š Example: temperature control in a mixing tank

  • SP = 65ยฐC (target temperature)
  • PV = 62.3ยฐC (current temperature measured by the sensor)
  • MV = 57% valve opening for steam injection

โ†’ The PID increases the valve opening to bring the PV up to the SP


๐Ÿ”— PV in industrial systems

System Role of PV
PLC Receives the PV via an analogue or digital input and uses it in logic
SCADA Displays the PV in real time on HMI screens
Historian Stores PV values for trending, reporting and analysis
DCS Manages and optimises hundreds of PVs across a process plant

๐Ÿ“Œ In summary

The Process Value (PV) is the heart of every control loop: it is what you measure, monitor and try to manage. Without a reliable PV, there is no effective process control.