INTRODUCTION TO INSTRUMENTATION AND CONTROL
Instrumentation and Control is the engineering field that measures, transmits, and uses process
variables to monitor and automatically regulate the operation of industrial systems to meet
desired performance and safety requirements.
A process refers to a series of physical, chemical, or mechanical operations or transformations
that take inputs, manipulate them, and produce desired outputs under controlled conditions. In
industrial plants, raw materials in liquid, gas, or slurry form are transferred, measured, mixed,
heated or cooled, filtered, stored, or handled in other ways to produce an end product.
Common types of process variables measured in industry:
1. Pressure 3. Flow
2. Temperature 4. Level
Process instrumentation refers to the use of various instruments and devices to monitor, control,
and optimize industrial processes.
Process control refers to the methods used to control process variables when manufacturing a
product. Factors such as ingredient proportion, temperature, mixing quality, and pressure
significantly affect the quality of the final product.
Why process instrumentation is important:
• Product quality and consistency • Efficiency and cost savings
• Safety of operations • Environmental and legal compliance
In process industries, processes are never steady. Raw materials vary, environmental conditions
change, and equipment performance degrades over time. Without control, processes result in
poor quality, unsafe operation, and wasted resources.
ELEMENTS OF AN INSTRUMENTATION AND CONTROL SYSTEM
The basic elements of an instrument loop are:
• Measuring Element • Controller
• Transmitter • Final Control Element
The measuring element is the first component in a measurement system that directly senses a
process variable such as pressure, temperature, flow, or level and converts it into a signal that can
be interpreted by control systems or operators.
Transducers are devices that convert one form of energy or physical quantity into another,
commonly converting non-electrical variables into electrical signals.
A transmitter converts the signal produced by a sensor into a standardized signal such as 3–15
psi pneumatic, 4–20 mA electrical, or digital fieldbus signals for transmission to a controller.
Converters change a signal from one form or level to another, such as AC to DC or analog to digital.
Signals are the quantities that carry information used to monitor and control processes.
Three main types of signals used in process industries:
1. Pneumatic signal 2. Analog electrical signal 3. Digital signal
Pneumatic signals use air pressure, commonly 3–15 psig, where 3 psig corresponds to the lower
range value (LRV) and 15 psig to the upper range value (URV).
Analog signals commonly use the 4–20 mA standard, where 4 mA represents the lowest
measurement and 20 mA represents the highest.
Digital signals represent information using discrete values and protocols and may also carry
diagnostic data.
Standard ranges of common industrial signals:
1. Pneumatic signal: 3–15 psig 2. Analog electrical signal: 4–20 mA
Indicators are human-readable devices that display process information, such as gauges and
digital displays.
Recorders store process measurements to provide historical data, often required for regulatory
compliance.
Controllers receive measurement signals, compare them to a setpoint, and send corrective
actions to final control elements. Controllers may be pneumatic, electronic, or programmable.
The basic types of controllers:
1. Pneumatic 2. Electronic 3. Programmable
controller controller controller
Examples of programmable controllers used in industry:
1. Programmable Logic Controller (PLC) 2. Distributed Control System (DCS)
Programmable Logic Controllers (PLCs) are computer-based controllers connected to
input/output devices and programmed to maintain processes at setpoints.
Distributed Control Systems (DCSs) perform control functions while also providing process
monitoring, databases, and advanced human-machine interfaces.
The main functions of a controller:
1. Receive measurement signals
2. Compare measured value with setpoint
3. Compute corrective action
4. Send control signal to final control element
Final Control Elements are the devices that directly change the process based on controller
output.
Actuators convert control signals into physical motion or force to operate valves, dampers, drives,
or heating elements.
Examples of final control elements include:
• Control valves • Heating elements
• Variable speed drives • Dampers
TWO BASIC CONTROL MODES:
1. Manual control 2. Automatic control
Manual control is an operating mode where a human operator directly adjusts the manipulated
variable based on observed process feedback.
Automatic control is a mode where the controller independently adjusts the manipulated variable
using real-time feedback to maintain the setpoint despite disturbances.
TWO MAIN TYPES OF CONTROL LOOP STRUCTURES.
1. Open-loop control 2. Closed-loop control
An open-loop control system does not use feedback from the process output to adjust control
action.
A closed-loop control system continuously measures output and feeds it back to the controller to
reduce error.
Feedback is the act of measuring the process variable and using it to adjust the manipulated
variable in closed-loop control.
ROLES OF FEEDBACK IN A CONTROL SYSTEM:
1. Measure process output 4. Compensate for disturbances
2. Compare output with setpoint 5. Maintain system stability
3. Reduce error
COMMON TERMS IN INSTRUMENTATION AND CONTROL
Process is the physical or chemical operation being monitored and controlled.
Process Variable (PV) is the actual measured quantity that reflects the current state of the
process.
Set Point (SP) is the target value the process variable should maintain.
Manipulated Variable (MV) is the quantity the controller adjusts to influence the process
variable.
Error is the numerical difference between the setpoint and the process variable.
Offset is the steady-state error that remains after transient effects have died out.
Disturbance is any external or internal influence that affects the process variable but is not
directly controlled.
Dead time is the delay between a change in the manipulated variable and the first observed effect
on the process variable.
Lag is the gradual response of the process variable toward a new value after a change.
CLASSIFICATION OF INSTRUMENT RANGE TERMS
A. Range Limits
1. Lower Range Value (LRV) 2. Upper Range Value (URV)
Lower Range Value (LRV) is the minimum value an instrument can measure accurately.
Upper Range Value (URV) is the maximum value an instrument can measure accurately.
B. Output Characteristics
1. Zero 2. Span
Zero corresponds to the output at LRV.
Span is the numerical difference between URV and LRV.
MAIN CONTROLLER TYPES COMMONLY INTRODUCED IN INSTRUMENTATION AND CONTROL.
1. On–Off controller
2. PID controller
3. Advanced controllers
An ON–OFF CONTROLLER is the simplest type of control system where the controller output
switches only between two states, fully ON or fully OFF, based on the comparison between the
process variable and the setpoint. When the process variable is below the setpoint, the controller
turns the output ON; when it exceeds the setpoint, the output turns OFF. Because there is no
gradual adjustment, the process variable typically oscillates around the setpoint. This type of
controller is commonly used in simple applications where high precision is not required.
A PID CONTROLLER is a feedback control device that continuously adjusts the control output by
combining three control actions: proportional, integral, and derivative, based on the error
between the process variable and the setpoint. The proportional action responds to the present
error, the integral action corrects accumulated past error to eliminate steady-state offset, and the
derivative action predicts future error by responding to the rate of change of the error. By
combining these three actions, a PID controller provides smoother, more accurate, and more
stable control compared to basic on–off control, making it the most widely used controller in
industrial processes.