PID control engineering is the course that is important

ShiinoFillion 4 views 15 slides May 19, 2024
Slide 1
Slide 1 of 15
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15

About This Presentation

control engr


Slide Content

PID Controller using PCUSIM
An Introduction to the Proportional Integral Derivative (PID) Controller using PCUsim interface
to control the machine in manual and automatic mode.
Engr. Owais Awan
Instrumentation and Control Lab
1

Let’s start with a discussion about home temperature control. If the room temperature is below the setpoint, the
furnace is turned ON. When the room temperature increases above the setpoint, the furnace turns OFF. This type of
control is referred to as ON/OFF or Bang-Bang Control. The temperature is not exactly held at the setpoint of 70°F, but
cycles above and below the setpoint. ON/OFF control may be ok for your house, but it is not ok for industrial processes
or motion control 2

Let’s look at an example of tank level control to explain why. The Valve fills the tank as the pump drains it. If the valve
is operated with ON/OFF control, the water will fluctuate around the 50% setpoint. For our purpose, let’s say the
fluctuation is ±10%. In most industrial applications, this fluctuation around the setpoint is not acceptable.
3

An Introduction to the Proportional Integral Derivative (PID) Controller using PCUsim interface to control the machine
in manual and automatic mode.
4

Let’s look at how a PID Controller fits into a feedback control loop. The Controller is responsible for ensuring that the
Process remains as close to the desired value as possible regardless of various disruptions.
5

The controller compares the Transmitter Process Variable (PV) signal, and the Setpoint. Let’s refer to the difference
between the Process Variable and the Setpoint as the Error signal. Based on that comparison, the controller produces
an output signal to operate the Final Control Element. This PID Controller output is capable of operating the Final
Control Element over its entire 100% range.
6

The PID controller determines how much and how quickly correction is applied by using varying amounts of
Proportional, Integral, and Derivative action. Each block contributes a unique signal that is added together to create the
controller output signal.
7

The proportional block creates an output signal proportional to the magnitude of the Error Signal
8

Unfortunately, the closer you get to the setpoint, the less it pushes. Eventually, the process just runs continuously close
to the setpoint, but not quite there.
9

The integral block creates an output proportional to the duration and magnitude of the Error Signal
10

. The longer the error and the greater the amount, the larger the integral output. As long as an Error exists, Integral
action will continue. -
11

The derivative block creates an output signal proportional to the rate of change of the error signal. The faster the error
changes, the larger the derivative output. 12

Derivative control looks ahead to see what the error will be in the future and contributes to the controller output
accordingly. That brings us to a term called Controller Tuning.
13

14

End of Lecture

Questions?
15
Tags