PID CONTROLLERS By Harshal Inamdar.

Slides:



Advertisements
Similar presentations
Model-based PID tuning methods Two degree of freedom controllers
Advertisements

Chapter 9 PID Tuning Methods.
ERT 210 Process Control & dynamics
PID Controllers and PID tuning
Modern Control Systems (MCS)
Discrete Controller Design
Dynamic Behavior of Closed-Loop Control Systems
Chapter 4: Basic Properties of Feedback
CHAPTER V CONTROL SYSTEMS
LECTURE#10 PID CONTROLLER
CHE 185 – PROCESS CONTROL AND DYNAMICS
The Proportional-Integral-Derivative Controller
CHE 185 – PROCESS CONTROL AND DYNAMICS
CHE 185 – PROCESS CONTROL AND DYNAMICS
Feedback Controllers Chapter 8
Chapter 10 – The Design of Feedback Control Systems
Chapter 10 – The Design of Feedback Control Systems PID Compensation Networks.
Process Control Instrumentation II
Feedback Controllers Chapter 8.
PID Control & ACS550 and ACH550
CHE 185 – PROCESS CONTROL AND DYNAMICS CONTROL LOOP ANALYSIS.
LECTURE#11 PID CONTROL AUTOMATION & ROBOTICS
Chapter 7 PID Control.
Lecture 4: Basic Concepts in Control CS 344R: Robotics Benjamin Kuipers.
PID Feedback Controllers PID 反馈控制器
Proportional/Integral/Derivative Control
Lecture 5: PID Control.
CIS 540 Principles of Embedded Computation Spring Instructor: Rajeev Alur
Ch. 6 Single Variable Control
Agenda Path smoothing PID Graph slam.
DYNAMIC BEHAVIOR AND STABILITY OF CLOSED-LOOP CONTROL SYSTEMS
Chapter 8 Model Based Control Using Wireless Transmitter.
CS 478: Microcontroller Systems University of Wisconsin-Eau Claire Dan Ernst Feedback Control.
Controller Design (to determine controller settings for P, PI or PID controllers) Based on Transient Response Criteria Chapter 12.
Low Level Control. Control System Components The main components of a control system are The plant, or the process that is being controlled The controller,
Feedback Controllers Chapter 7.
Feedback Control system
PID. The proportional term produces an output value that is proportional to the current error value. Kp, called the proportional gain constant.
PID and Fuzzy Logic Control Systems John Limroth, Software Engineer Yiannis Pavlou, Applications Engineer Tues, 10:15a and 11:30a Wed.
ERT 210/4 Process Control Hairul Nazirah bt Abdul Halim Office: CHAPTER 8 Feedback.
Chapter 8 Feedback Controllers 1. On-off Controllers Simple Cheap Used In residential heating and domestic refrigerators Limited use in process control.
Control systems KON-C2004 Mechatronics Basics Tapio Lantela, Nov 5th, 2015.
Lec 11. Common Controllers Some commonly used controllers –Proportional Controller –Integration Controller –Derivative Controller Reading: 5-8. TexPoint.
Professor Walter W. Olson Department of Mechanical, Industrial and Manufacturing Engineering University of Toledo Sensitivity.
Features of PID Controllers
Chapter 4 A First Analysis of Feedback Feedback Control A Feedback Control seeks to bring the measured quantity to its desired value or set-point (also.
Feedback Controllers Chapter 8
Automatic Control Theory School of Automation NWPU Teaching Group of Automatic Control Theory.
Flow of signal So you have a sensor, now to process data taken from a sensor you will need a processing unit and that is your controller. sensorcontroller.
Lecture 9: PID Controller.
Intelligent Robot Lab Pusan National University Intelligent Robot Lab Chapter 7. Forced Response Errors Pusan National University Intelligent Robot Laboratory.
SKEE 3143 Control Systems Design Chapter 2 – PID Controllers Design
BIRLA VISHWAKARMA MAHAVIDHYALAYA ELECTRONICS & TELECOMUNICATION DEPARTMENT o – ANKUR BUSA o – KHUSHBOO DESAI UNDER THE GUIDENCE.
1 PID Feedback Controllers PID 反馈控制器 Dai Lian-kui Shen Guo-jiang Institute of Industrial Control, Zhejiang University.
Process Control. Feedback control y sp = set point (target value) y = measured value The process information (y) is fed back to the controller The objective.
EEN-E1040 Measurement and Control of Energy Systems Control I: Control, processes, PID controllers and PID tuning Nov 3rd 2016 If not marked otherwise,
Process Control & Instrumentation MAPUA INSTITUTE OF TECHNOLOGY
Chapter 7 The Root Locus Method The root-locus method is a powerful tool for designing and analyzing feedback control systems The Root Locus Concept The.
Presentation at NI Day April 2010 Lillestrøm, Norway
PID Controllers Jordan smallwood.
Lec 14. PID Controller Design
DNT Control Principle Frequency Response Techniques DNT Control Principle.
PID Controller.
6: Processor-based Control Systems
Basic Design of PID Controller
Electronic Control Systems Week 7 – PID Control
Process Control Engineering
Features of PID Controllers
Control.
The Design of Feedback Control Systems
Presentation transcript:

PID CONTROLLERS By Harshal Inamdar

GENERAL OVERVIEW A proportional–integral–derivative controller is a control loop feedback mechanism widely used in industrial control systems. A PID is the most commonly used feedback controller. A PID controller calculates an "error" value as the difference between a measured process variable and a desired set point. The controller attempts to minimize the error by adjusting the process control inputs.

PID SCHEMATIC

The PID controller calculation involves three separate parameters, and is accordingly sometimes called three-term control: the proportional, the integral and derivative values, denoted P, I, and D. P depends on the present error, I on the accumulation of past errors, and D is a prediction of future errors, based on current rate of change. The weighted sum of these three actions is used to adjust the process variable.

By tuning the three constants in the PID controller algorithm, the controller can provide control action designed for specific process requirements. This section describes the parallel or non- interacting form of the PID controller. MV(t)= Pout + Iout + Dout Where Pout, Iout, and Dout are the contributions to the output from the PID controller from each of the three terms.

PROPORTIONAL TERM The proportional term is given by: Where Pout: Proportional term of output. Kp: Proportional gain, a tuning parameter. PV: Process value (or process variable), the measured value. e: Error = SP – PV. t: Time or instantaneous time (the present)

A high proportional gain results in a large change in the output for a given change in the error. If the proportional gain is too high, the system can become unstable. In contrast, a small gain results in a small output response to a large input error, and a less responsive (or sensitive) controller. If the proportional gain is too low, the control action may be too small when responding to system disturbances.

Plot of PV vs. time, for three values of Kp (Ki and Kd held constant

Integral term: The contribution from the integral term is proportional to both the magnitude of the error and the duration of the error. Summing the instantaneous error over time (integrating the error) gives the accumulated offset that should have been corrected previously. The accumulated error is then multiplied by the integral gain and added to the controller output.

The magnitude of the contribution of the integral term to the overall control action is determined by the integral gain, Ki. The integral term is given by: where Iout: Integral term of output Ki: Integral gain, a tuning parameter SP: Set point, the desired value PV: Process value (or process variable), the measured value e: Error = SP − PV t: Time or instantaneous time (the present)

The integral term (when added to the proportional term) accelerates the movement of the process towards setpoint and eliminates the residual steady-state error that occurs with a proportional only controller. However, since the integral term is responding to accumulated errors from the past, it can cause the present value to overshoot the setpoint value.

Derivative term The rate of change of the process error is calculated by determining the slope of the error over time and multiplying this rate of change by the derivative gain Kd. The derivative term is given by:

where Dout: Derivative term of output Kd: Derivative gain, a tuning parameter SP: Setpoint, the desired value PV: Process value (or process variable), the measured value e: Error = SP − PV The derivative term slows the rate of change of the controller output and this effect is most noticeable close to the controller setpoint. Hence, derivative control is used to reduce the magnitude of the overshoot produced by the integral component and improve the combined controller-process stability.

FINAL OUTPUT The proportional, integral, and derivative terms are summed to calculate the output of the PID controller. Defining u(t) as the controller output, the final form of the PID algorithm is:

Tuning parameters are: Proportional gain, Kp :Larger values typically mean faster response since the larger the error, the larger the proportional term compensation. An excessively large proportional gain will lead to process instability and oscillation. Integral gain, Ki :Larger values imply steady state errors are eliminated more quickly. The trade-off is larger overshoot: any negative error integrated during transient response must be integrated away by positive error before reaching steady state.

Derivative gain, Kd :Larger values decrease overshoot, but slow down transient response and may lead to instability due to signal noise amplification in the differentiation of the error.

STABILITY If the PID controller parameters (the gains of the proportional, integral and derivative terms) are chosen incorrectly, the controlled process input can be unstable, i.e. its output diverges. Instability is caused by excess gain. So, for stability, gain must not be too large. Generally, stability of response is required and the process must not oscillate for any combination of process conditions and setpoints, though sometimes marginal stability (bounded oscillation) is acceptable or desired.

Problem faced with PID controllers is that they are linear, and in particular symmetric. Thus, performance of PID controllers in non-linear systems is variable. In this case the PID should be tuned to be over damped, to prevent or reduce overshoot.

THANK YOU