PID控制器中英文对照外文翻译文献.docx
《PID控制器中英文对照外文翻译文献.docx》由会员分享,可在线阅读,更多相关《PID控制器中英文对照外文翻译文献.docx(33页珍藏版)》请在三一办公上搜索。
1、PID控制器中英文对照外文翻译文献中英文对照外文翻译文献 (文档含英文原文和中文翻译) 外文: Memory-Based On-Line Tuning of PID Controllers for Nonlinear Systems AbstractSince most processes have nonlinearities, controller design schemes to deal with such systems are required.On the other hand, PID controllers have been widely used for process
2、 systems. Therefore, in this paper, a new design scheme of PID controllers based on a memory-based(MB) modeling is proposed for nonlinear systems. According to the MB modeling method, some local models are automatically generated based on input/output data pairs of the controlled object stored in th
3、e data-base. The proposed scheme generates PID parameters using stored input/output data in the data-base. This scheme can adjust the PID parameters in an on-line manner even if the system has nonlinear properties. Finally, the effectiveness of the newly proposed control scheme is numerically evalua
4、ted on a simulation example. I. INTRODUCTION In recent years, many complicated control algorithms such as adaptive control theory or robust control theory have been proposed and implemented. However, in industrial processes, PID controllers1, 2, 3 have been widely employed for about 80% or more of c
5、ontrol loops. The reasons are summarized as follows. (1) the control structure is quitsimple; (2) the physical meaning of control parameters is clear; and (3) the operators know-how can be easily utilized in designing controllers. Therefore, it is still attractive todesign PID controllers. However,
6、since most process systems have nonlinearities, it is difficult to obtain good control performances for such systems simply using the fixed PIDparameters. Therefore, PID parameters tuning methods using neural networks(NN)4 and genetic algorithms(GA)5 have been proposed until now. According to these
7、methods, the learning cost is considerably large, and these PID parameters cannot be adequately adjusted due to the nonlinear properties. Therefore, it is quite difficult to obtain good control performances using these conventional schemes.By the way, development of computers enables us to memorize,
8、 fast retrieve and read out a large number of data. By these advantages, the following method has been proposed: Whenever new data is obtained, the data is stored.Next, similar neighbors to the information requests, calledqueries, are selected from the stored data. Furthermore,the local model is con
9、structed using these neighbors. Thismemory-based(MB) modeling method, is called Just-In-Time(JIT) method6, 7 , Lazy Learning method8 or Model-on-Demand(MoD)9, and these scheme have lots of attention in last decade. In this paper, a design scheme of PID controllers based onthe MB modeling method is d
10、iscussed. A few PID controllers have been already proposed based on the JIT method10 and the MoD method11 which belong to the MB modeling methods. According to the former method, the JIT method is used as the purpose of supplementing the feedback controller with a PID structure. However, the trackin
11、g property is not guaranteed enough due to the nonlinearities in the case where reference signals are changed, because the controller does not includes any integral action in the whole control system. On the other hand, the latter method has a PID control structure.PID parameters are tuned by operat
12、ors skills, and they are stored in the data-base in advance. And also, a suitable set of PID parameters is generated using the stored data. However,the good control performance cannot be necessarily obtained in the case where nonlinearities are included in the controlled object and/or system paramet
13、ers are changed, because PID parameters are not tuned in an on-line manner corresponding to characteristics of the controlled object. Therefore, in this paper, a design scheme of PID controllers based on the MB modeling method is newly proposed.According to the proposed method, PID parameterswhich a
14、re obtained using the MB modeling method areadequately tuned in proportion to control errors, and modifiedPID parameters are stored in the data-base. Therefore, moresuitable PID parameters corresponding to characteristics ofthe controlled object are newly stored. Moreover, an algorithmto avoid the e
15、xcessive increase of the stored data,is further discussed. This algorithm yields the reduction of memories and computational costs. Finally, the effectiveness of the newly proposed control scheme is examined on asimulation example. II. PID CONTROLLER DESIGN BASED ON MEMORY-BASED MODELING METHOD A. M
16、B modeling method First, the following discrete-time nonlinear system is considered: , where y(t) denotes the system output and f() denotes the nonlinear function. Moreover, _(t1) is called information vector, which is defied by the following equation: f(t):=y(t-1),L,y(t-ny),u(t-1),Lu(t-nu), where u
17、(t) denotes the system input. Also, ny and nure spectively denote the orders of the system output and the system input, respectively. According to the MB modeling method, the data is stored in the form of the information vector _ expressed in Eq.(2). Moreover, _(t) is required in calculating the est
18、imate of the output y(t+1) called query.That is, after some similar neighbors to the query are selected from the data-base, the predictive value of the system can beobtained using these neighbors. B. Controller design based on MB modeling method In this paper, the following control law with a PID st
19、ructure is considered: Du(t)=kcTsTe(t)-kc(D+DD2)y(t)TITS =KIe(t)-KPDy(t)-KDD2y(t) where e(t) denotes the control error signal defined by e(t) := r(t) y(t). r(t) denotes the reference signal. Also, kc, TI and TD respectively denote the proportional gain, the reset time and the derivative time, and Ts
20、 denotes the sampling interval. Here, KP , KI and KD included in Eq.(4) are derived by therelations KP=kc,KI=kcTs/TI和KD=kcTD/Ts。Ddenotes the differencing operator defined by. D:=1-z-1. Here, it is quite difficult to obtain a good control performance due to nonlinearities, if PID parameters(KP, KI ,
21、KD) in Eq.(4) are fixed. Therefore, a new control scheme is proposed, which can adjust PID parameters in an on-line manner corresponding to characteristics of the system. Thus, instead of Eq.(4), the following PID control law with variable PID parameters is employed: Du(t)=KI(t)e(t)-KP(t)Dy(t)-KD(t)
22、D2y(t). Now, Eq.(6) can be rewritten as the following relations: u(t)=g(f(t) f(t):=K(t),r(t),y(t),y(t-1),y(t-2),u(t-1) K(t):=KP(t),KI(t),KD(t), where g() denotes a linear function. By substituting Eq.(7)and Eq.(8) into Eq.(1) and Eq.(2), the following equation canbe derived: y(t+1)=hf(t) f(t):=y(t),
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- PID 控制器 中英文 对照 外文 翻译 文献
链接地址:https://www.31ppt.com/p-3062078.html