- 1、本文档共46页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
常用PID改进编程实现与仿真研究
摘 要
用计算机实现PID控制,不只是简单的把PID控制规律数字化,而是进一步与计算机的强大运算能力,储存能力和逻辑判断能力结合起来,克服在实际应用中的一些PID控制缺陷。本文罗列了常见的四种PID改进方法,包括积分分离算法,抗积分饱和算法,微分项的改进算法和带死区的数字PID算法,这些控制算法的优点是可以减小系统的超调量,使系统变得稳定,提高了控制系统的品质,能在控制过程中设置输出值的上下限,能在设定值变化时使控制作用的变化较为平缓,在使用带死区PID控制算法后,在一定程度上可以抑制由于执行机构存在回差而可能产生的控制量来回振荡现象。在了解PID改进算法规律数字化的基础上使用面向对象的C++语言在VC++6.0平台上写出了完整的运算代码及仿真界面,具有一定的人机交互界面。同时并以一个具有一定纯滞后的典型热工被控对象为例,在上述仿真环境下,验证各种改进算法的效果,并绘制输出后的仿真曲线。
关键词:PID,改进,编程,仿真,C++ ABSTRACT
To realize the PID control with the computer, not only Digitalization PID control rules simply, but further unifies with computers formidable operational capability、 the storage power and logical judgment ability to overcome some PID control flaws in the practical application. This article has displayed four common PID corrective methods, including the integral separation algorithm, the anti-integral saturated algorithm, the differential improvement algorithm and the belt dead areas digital PID algorithm, these control algorithms not only reduce systems overshoot ,which make the system become stable, thus improve control systems quality ,but also establish the bound of the output in the controlled process, thus resulting in a stable change when the setting value change, after using dead-section PID control algorithm, to a certain extent ,it may suppress the control variable oscillation caused by backlash exit in Actuator . Using the object-oriented C++ language to write the complete operation part and the simulation contact surface in the VC++6.0 platform in the base of understanding the PID improvement algorithm rule digitization, which have certain man-machine interaction contact surface. Simultaneously, take the example that the certain pure time delay typical hot working controlled plant, under the above simulation environment, confirms the effect of each kind of improvement algorithm and draws up the output simulation curve.
KEY WORDS: PID,improve,program,simulate,C++ language目录
摘 要 I
ABSTRACT II
第1章 绪论 1
1.1 选题背景和意义 1
1.1.1发
文档评论(0)