Simulink:PID控制器 - 反卷积的反计算和钳位之间的差异? [英] Simulink: PID Controller - difference between back-calculation and clamping for anti-windup?

查看:1976
本文介绍了Simulink:PID控制器 - 反卷积的反计算和钳位之间的差异?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要为我的PID控制器实施抗饱和(输出限制)。 Simulink提供两个选项:返回计算夹紧(文档页面,解释了有关夹紧的更多信息:


夹紧



当块组件
的总和超过输出限制和积分器输出和块输入
具有相同的符号。当块
组件的总和超过输出限制且积分器输出和
块输入具有相反符号时,恢复积分。块
的积分器部分为:



钳位电路实现确定积分是否继续所必需的逻辑。


如果选择钳位选项并查看掩码,您可能会看到钳位电路的详细信息。


I need to implement an anti-windup (output limitation) for my PID controller. Simulink is offering two options: back calculation and clamping (documentation) which seem to deliver equal results. I know what back calculation is doing mathematically. It requires to define the back-calculation gain Kb. This gain is dependent on how long my controller is saturated, therefore it is actually a dynamic value (because I may have a high variation of saturation times). Do you see a way to control this value? (in this case it probably would be necessary to build my own PID Controller as shown in the documentation above or in the picture below.

Which brings me to the question, what is clamping actually doing? And what are other differences? Which one is faster, which one is more robust against stiff slopes? Does anybody has experiences using both?

解决方案

Not sure if this fully answers the question, but the PID Controller documentation page, explains a bit more about clamping:

clamping

Stops integration when the sum of the block components exceeds the output limits and the integrator output and block input have the same sign. Resumes integration when the sum of the block components exceeds the output limits and the integrator output and block input have opposite sign. The integrator portion of the block is:

The clamping circuit implements the logic necessary to determine whether integration continues.

If you select the clamping option and look under the mask, you can probably see the details of the clamping circuit.

这篇关于Simulink:PID控制器 - 反卷积的反计算和钳位之间的差异?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆