Chapter 10 The Design of Feedback Control SystemsPID .ppt
《Chapter 10 The Design of Feedback Control SystemsPID .ppt》由会员分享,可在线阅读,更多相关《Chapter 10 The Design of Feedback Control SystemsPID .ppt(36页珍藏版)》请在麦多课文档分享上搜索。
1、Chapter 10 The Design of Feedback Control SystemsPID Compensation Networks,Different Types of Feedback ControlOn-Off ControlThis is the simplest form of control.,Proportional Control A proportional controller attempts to perform better than the On-off type by applying power in proportion to the diff
2、erence in temperature between the measured and the set-point. As the gain is increased the system responds faster to changes in set-point but becomes progressively underdamped and eventually unstable. The final temperature lies below the set-point for this system because some difference is required
3、to keep the heater supplying power.,Proportional, Derivative ControlThe stability and overshoot problems that arise when a proportional controller is used at high gain can be mitigated by adding a term proportional to the time-derivative of the error signal. The value of the damping can be adjusted
4、to achieve a critically damped response.,Proportional+Integral+Derivative ControlAlthough PD control deals neatly with the overshoot and ringing problems associated with proportional control it does not cure the problem with the steady-state error. Fortunately it is possible to eliminate this while
5、using relatively low gain by adding an integral term to the control function which becomes,The Characteristics of P, I, and D controllersA 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
6、) 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.,Proportional Control By only employing p
7、roportional control, a steady state error occurs.Proportional and Integral Control The response becomes more oscillatory and needs longer to settle, the error disappears.Proportional, Integral and Derivative Control All design specifications can be reached.,The Characteristics of P, I, and D control
8、lers,Tips for Designing a PID Controller1. 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 Adjust each of Kp
9、, Ki, and Kd until you obtain a desired overall response. Lastly, please keep in mind that you do not need to implement all three controllers (proportional, derivative, and integral) into a single system, if not necessary. For example, if a PI controller gives a good enough response (like the above
10、example), then you dont need to implement derivative controller to the system. Keep the controller as simple as possible.,num=1; den=1 10 20; step(num,den),Open-Loop Control - Example,Proportional Control - ExampleThe proportional controller (Kp) reduces the rise time, increases the overshoot, and r
11、educes the steady-state error. MATLAB Example,Kp=300; num=Kp; den=1 10 20+Kp; t=0:0.01:2; step(num,den,t),K=300,K=100,Kp=300; Kd=10; num=Kd Kp; den=1 10+Kd 20+Kp; t=0:0.01:2; step(num,den,t),Proportional - Derivative - ExampleThe derivative controller (Kd) reduces both the overshoot and the settling
12、 time.MATLAB Example,Kd=10,Kd=20,Proportional - Integral - ExampleThe integral controller (Ki) decreases the rise time, increases both the overshoot and the settling time, and eliminates the steady-state errorMATLAB Example,Kp=30; Ki=70; num=Kp Ki; den=1 10 20+Kp Ki; t=0:0.01:2; step(num,den,t),Ki=7
13、0,Ki=100,Syntax rltool rltool(sys) rltool(sys,comp),RLTOOL,RLTOOL,RLTOOL,RLTOOL,RLTOOL,Consider the following configuration:,Example - Practice,The design a system for the following specifications: Zero steady state error Settling time within 5 seconds Rise time within 2 seconds Only some overshoot
14、permitted,Example - Practice,Lead or Phase-Lead Compensator Using Root LocusA first-order lead compensator can be designed using the root locus. A lead compensator in root locus form is given by where the magnitude of z is less than the magnitude of p. A phase-lead compensator tends to shift the roo
15、t locus toward the left half plane. This results in an improvement in the systems stability and an increase in the response speed. When a lead compensator is added to a system, the value of this intersection will be a larger negative number than it was before. The net number of zeros and poles will
16、be the same (one zero and one pole are added), but the added pole is a larger negative number than the added zero. Thus, the result of a lead compensator is that the asymptotes intersection is moved further into the left half plane, and the entire root locus will be shifted to the left. This can inc
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
2000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- CHAPTER10THEDESIGNOFFEEDBACKCONTROLSYSTEMSPIDPPT

链接地址:http://www.mydoc123.com/p-379508.html