Basic Design of PID Controller

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
Chapter 5 – The Performance of Feedback Control Systems
10.1 Introduction Chapter 10 PID Controls
PID Controllers and PID tuning
Modern Control Systems (MCS)
INDUSTRIAL AUTOMATION (Getting Started week -1). Contents PID Controller. Implementation of PID Controller. Response under actuator Saturation. PID with.
Discrete Controller Design
Design with Root Locus Lecture 9.
Chapter 4: Basic Properties of Feedback
PID Control -1 + Professor Walter W. Olson
Loop Shaping Professor Walter W. Olson
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.)
Process Control Instrumentation II
Review last lectures.
PID Control and Root Locus Method
Feedback Control Systems (FCS) Dr. Imtiaz Hussain URL :
2-1 (a),(b) (pp.50) Problem: Prove that the systems shown in Fig. (a) and Fig. (b) are similar.(that is, the format of differential equation is similar).
Proportional control Consider forward path gain A Feedback and Control If the size of the loop gain is large, that is if |A  >> 1, then or.
Professor Walter W. Olson Department of Mechanical, Industrial and Manufacturing Engineering University of Toledo Loop Shaping.
Basic Concepts  Block diagram representation of control systems  Transfer functions  Analysis of block diagrams  P, PI and PID controllers ( Continuous.
Control Systems Design Part: Optimisation Slovak University of Technology Faculty of Material Science and Technology in Trnava 2007.
INC341 Design Using Graphical Tool (continue)
PID. The proportional term produces an output value that is proportional to the current error value. Kp, called the proportional gain constant.
Modern Control System EKT 308
MESB374 System Modeling and Analysis PID Controller Design
Lec 11. Common Controllers Some commonly used controllers –Proportional Controller –Integration Controller –Derivative Controller Reading: 5-8. TexPoint.
Chapter 6: Frequency Domain Anaysis
Modern Control System EKT 308 Root Locus and 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.
System Time Response Characteristics
1 Time Response. CHAPTER Poles and Zeros and System Response. Figure 3.1: (a) System showing input and output; (b) Pole-zero plot of the system;
Lecture 9: PID Controller.
TUTORIAL EKT 308 Computer Network. Question 1 1. a) Differentiate between open loop and closed loop control systems. b) Explain positive features of feedback.
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.
CIS 540 Principles of Embedded Computation Spring Instructor: Rajeev Alur
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.
Page : PID Controller Chapter 3 Design of Discrete- Time control systems PID C ontroller.
EEN-E1040 Measurement and Control of Energy Systems Control I: Control, processes, PID controllers and PID tuning Nov 3rd 2016 If not marked otherwise,
Automatic Control Theory CSE 322
Dr. Hatem Elaydi Digital Control, EELE 4360 Dec. 16, 2014
Salman Bin Abdulaziz University
Control Systems EE 4314 Lecture 12 March 17, 2015
Modern Control Systems EKT 308
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.
Design via Root Locus (Textbook Ch.9).
Lec 14. PID Controller Design
PID controller for improving Max power point tracking system
PID Controller.
Control Systems Lect. 4 PID Basil Hamed.
University of Virginia
Chapter 9 Design via Root Locus <<<4.1>>>
Chapter 9 Design via Root Locus <<<4.1>>>
Compensators.
HW-03 Problem Kuo-95 (p. 377) Find the steady-state errors for step, ramp and parabolic inputs. Determine the type of the system. ) s ( R Problem.
Frequency Response Techniques
E(s): Laplace transform of the error e(t)
Dynamical Systems Basics
Find the closed-loop transfer function in terms of Gİ.
HOMEWORK-03 Problem Kuo-95 (p. 377)
Frequency Response Techniques
The Design of Feedback Control Systems
Chapter 5 – The Performance of Feedback Control Systems
Exercise 1 For the unit step response shown in the following figure, find the transfer function of the system. Also find rise time and settling time. Solution.
Presentation transcript:

Basic Design of PID Controller

What is PID Controller A PID controller , P – Proportional I – Integral D- Derivative The transfer function of the basic form of PID controller: C(s) = KP + KI/s + KDs =(KD s2+ KPs + KI)/s C (s)

Basic PID Controller C (s) where KP = Proportional gain Ki = Integral gain KD = Derivative Gain In the figure above, the controller is used in a unity closed loop feedback controller . The control signal from the controller to the plant is equal to the proportional gain, KP times the magnitude of the error plus the integral gain KI, times the integral of the error plus the derivative gain KD times the derivative of the error,

Why we use PID Controller Due to simplicity and excellent if not optimal performance Use in many applications in control industry No extensive background need to be tuned by operators Can be tune on-site, practicable

How do the PID parameters affect system dynamics? The most interested in major characteristics of the closed-loop step response are 1. Rise Time: the time it takes for the plant output y to rise beyond 90% of the desired level for the first time. 2. Overshoot: how much the the peak level is higher than the steady state, normalized against the steady state. 3. Settling Time: the time it takes for the system to converge to its steady state. 4. Steady-state Error : the difference between the steady-state output and the desired output.

Ziegler-Nichols Tuning Rule

The Ziegler-Nichols tuning Rule Table Using the parameters L and T, the values of is set according to the formula shown in the table below. The parameters above give a response of overshoot about 25% with good settling time. The fine-tuning of the controller should use the basic rules relate each parameter to the response characteristics

Example 1

Solution Imaginary part Real part K=30

Example 2 Design a PD controller that has 20% steady-state error due to step input. The system also requires that the overshoot percentage is less than 5% and settling time of less than 2 seconds. Also determine the range of controller constants for stability. State the dominant poles on the s-plane that satisfies these design requirements.

Summary Relations between Kp, Ki and KD and important response characteristics Use Kp to decrease the rise time Use KD to reduce the overshoot and settling time Use KI to to eliminate steady state error The Ziegler-Nichols tuning rule (action curve method) is used to estimate the initial of the parameters.