BIRLA VISHWAKARMA MAHAVIDHYALAYA ELECTRONICS & TELECOMUNICATION DEPARTMENT o 130080112011 – ANKUR BUSA o 130080112014 – KHUSHBOO DESAI UNDER THE GUIDENCE.

Slides:



Advertisements
Similar presentations
Unit 4 The Performance of Second Order System Open Loop & Close Loop Open Loop: Close Loop:
Advertisements

PID Control Professor Walter W. Olson
PID Control for Embedded Systems
PID Controllers and PID tuning
Modern Control Systems (MCS)
Discrete Controller Design
Chapter 4: Basic Properties of Feedback
PID CONTROLLER. Click to edit the outline text format  Second Outline Level Third Outline Level  Fourth Outline Level Fifth Outline Level Sixth Outline.
Lect.7 Steady State Error Basil Hamed
PID Control -1 + Professor Walter W. Olson
The Proportional-Integral-Derivative Controller
CHE 185 – PROCESS CONTROL AND DYNAMICS
Chapter 10 – The Design of Feedback Control Systems
Chapter 10 – The Design of Feedback Control Systems PID Compensation Networks.
ECE 4951 Lecture 5: PID Control of Processes. PID Control A closed loop (feedback) control system, generally with Single Input-Single Output (SISO) A.
Transient and steady state response (cont.)
Chapter 11 1 Closed-Loop Responses of Simple Control Systems In this section we consider the dynamic behavior of several elementary control problems for.
Process Control Instrumentation II
Lecture 9: Compensator Design in Frequency Domain.
Lect. 5 Lead-Lag Control Basil Hamed
Examples of Control Systems Application. Modeling the Ball and Beam Experiment.
Design of Control Systems Cascade Root Locus Design This is the first lecture devoted to the control system design. In the previous lectures we laid the.
PID Control & ACS550 and ACH550
LECTURE#11 PID CONTROL AUTOMATION & ROBOTICS
Professor of Electrical Engineering
Chapter 8 Performance of P-only, PI and PID Controllers.
PID Control and Root Locus Method
SOUTHERN TAIWAN UNIVERSITY Department of Electrical Engineering DESIGN OF FUZZY PID CONTROLLER FOR BRUSHLESS DC (BLDC)MOTOR Student: Dang Thanh Trung Subject:
Proportional/Integral/Derivative Control
Lecture 5: PID Control.
Ch. 6 Single Variable Control
Robot Sensors Kevin Watson and Rich Petras. Overview ➲ Sensors ● Micro Switch ● Gyro ● Encoders ➲ Command Sequencing ➲ PID Control.
Professor : Chi-Jo Wang Student’s name : Nguyen Van Binh Student ID: MA02B203 Two Wheels Self Balancing Robot 1 Southern Taiwan University Department of.
DYNAMIC BEHAVIOR AND STABILITY OF CLOSED-LOOP CONTROL SYSTEMS
Introduction to ROBOTICS
What is Control System? To answer this question, we first have to understand what a system is Simon Hui Engineer Control and Informatics, Industrial Centre.
CLOSED LOOP CONTROL OF DC DRIVES. Controller Requirements  Fast tracking capability  Less steady state error  Robust to load disturbance during steady.
Feedback Control system
1 Chapter 11 Compensator Design When the full state is not available for feedback, we utilize an observer. The observer design process is described and.
University of Virginia PID Controllers Jack Stankovic University of Virginia Spring 2015.
PID. The proportional term produces an output value that is proportional to the current error value. Kp, called the proportional gain constant.
MESB374 System Modeling and Analysis PID Controller Design
PID CONTROLLERS By Harshal Inamdar.
CSCI1600: Embedded and Real Time Software Lecture 12: Modeling V: Control Systems and Feedback Steven Reiss, Fall 2015.
Control systems KON-C2004 Mechatronics Basics Tapio Lantela, Nov 5th, 2015.
1 MATLAB AND CONTROLS PRESENTED BY:- AGILESWARI K. RAMASAMY DR. FARRUKH HAFIZ NAGI.
Lec 11. Common Controllers Some commonly used controllers –Proportional Controller –Integration Controller –Derivative Controller Reading: 5-8. TexPoint.
Lecture 17: Introduction to Control (part III)
ENTC 395 Lecture 7a. Today 4 PID control –Overview –Definitions –Open loop response 4 Example –SIMULINK implementation.
Control 3 Keypoints: PID control
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.
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
Exercise 1 Suppose we have a simple mass, spring, and damper problem. Find The modeling equation of this system (F input, x output). The transfer function.
EEN-E1040 Measurement and Control of Energy Systems Control I: Control, processes, PID controllers and PID tuning Nov 3rd 2016 If not marked otherwise,
PID Control for Embedded Systems
Salman Bin Abdulaziz University
PID Control Systems (Proportional, Integral, Derivative)
Process Control & Instrumentation MAPUA INSTITUTE OF TECHNOLOGY
Intrnal guide Asst. Prof. J.G.bhatt
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.
Control engineering and signal processing
PID Controllers Jordan smallwood.
Lec 14. PID Controller Design
CSCI1600: Embedded and Real Time Software
PID Controller.
Control Systems Lect. 4 PID Basil Hamed.
Basic Design of PID Controller
The Design of Feedback Control Systems
Presentation transcript:

BIRLA VISHWAKARMA MAHAVIDHYALAYA ELECTRONICS & TELECOMUNICATION DEPARTMENT o – ANKUR BUSA o – KHUSHBOO DESAI UNDER THE GUIDENCE OF PROF. AMIT CHOKSHI Proportional Integral Derivative control CONTROL SYSTEM ENGINEERING

Contents Introduction Characteristics of PID controller Tips for designing PID controller Example Limitations Applications Summary

Introduction PID control is the most common form of feedback control. In process control today, more than 95% of the control loops are of PID type, most loops are actually PI control. PD controllers can these days be found in all areas where control is used.

A PID controller has proportional, integral and derivative terms that can be represented in transfer function form as : where Kp represents the proportional gain, Ki represents the integral gain, and Kd represents the derivative gain, respectively. By tuning these PID controller gains, the controller can provide control action designed for specific process requirements.

 The proportional term drives a change to the output that is proportional to the current error. This proportional term is concerned with the current state of the process variable.  The integral term is proportional to both the magnitude of the error and the duration of the error. It (when added to the proportional term) accelerates the movement of the process 8 towards the set point and often eliminates the residual steady-state error that may occur with a proportional only controller.  The rate of change of the process error is calculated by determining the differential slope of the error over time (i.e., its first derivative with respect to time). This rate of change in the error is multiplied by the derivative gain

The Characteristics of P, I, and D controllers A proportional controller (Kp) will have the effect of reducing the rise time and will reduce, but never eliminate, the steady-state error. An integral control (Ki) will have the effect of eliminating the steady-state error, but it may make the transient response worse. A derivative control (Kd) will have the effect of increasing the stability of the system, reducing the overshoot, and improving the transient response.

CL RESPONSERISE TIMEOVERSHOOTSETTLING TIMES-S ERROR KpDecreaseIncreaseSmall ChangeDecrease KiDecreaseIncrease Eliminate KdSmall ChangeDecrease Small Change

General tips for designing a PID controller When you are designing a PID controller for a given system, follow the steps shown below to obtain a desired response : 1. Obtain an open-loop response and determine what needs to be improved 2. Add a proportional control to improve the rise time 3. Add a derivative control to improve the overshoot 4. Add an integral control to eliminate the steady-state error 5. Adjust each of Kp, Ki, and Kd until you obtain a desired overall response.

Example let's take a look at a PID controller. The closed-loop transfer function of the given system with a PID controller is : After several trial and error runs, the gains Kp=350, Ki=300, and Kd=50 provided the desired response. To confirm, enter the following commands to an m-file and run it in the command window.

You should get the following step response. we have obtained the system with no overshoot, fast rise time, and no steady-state error.

Limitation of PID Control PID controllers are applicable to many control problems, and often perform satisfactorily without any improvements or only coarse tuning, they can perform poorly in some applications, and do not in general provide optimal control. The fundamental difficulty with PID control is that it is a feedback system, with constant parameters, and no direct knowledge of the process, and thus overall performance is reactive and a compromise. While PID control is the best controller in an observer without a model of the process, better performance can be obtained by overly modelling the actor of the process without resorting to an observer. PID controllers, when used alone, can give poor performance when the PID loop gains must be reduced so that the control system does not overshoot, oscillate or hunt about the control set point value. They also have difficulties in the presence of non-linearities, may trade-off regulation versus response time, do not react to changing process behaviour.

Application of PID Controller PID controllers is a control loop feedback mechanism widely used in industrial control systems. PID controllers are used in temperature control. It can be also used in motor drive system. It is used in brushless DC motors.

Summary Thus as PID controller is combination of P + PI + PD controllers and can eliminate many limitations of those controllers. Hence having less limitations compared to other controllers it is widely used.

Thank you.