- 积分
- 992
- 注册时间
- 2014-12-4
- 最后登录
- 1970-1-1
- 打卡等级:偶尔看看
- 打卡总天数:105
- 打卡总奖励:319
|
发表于 2020-9-7 01:08:51
|
显示全部楼层
您正在用复杂的问题提出问题,这些问题对于论坛来说太复杂了
简短的答案是:
在大多数情况下,您可以使用PI并跳过PID。
PI或PID将导致以下错误。 除非有错误,否则PI或PID不会生成输出。
如果不使用二阶导数增益,D不会有太大帮助。 D链接乘以速度误差。 必须将D’链接乘以加速度误差。 困难在于准确地测量或估计加速度。
You are asking questions with complex questions, which are too complicated for the forum
The short answer is:
In most cases, you can use PI and skip PID.
PI or PID will cause the following error. Unless there is an error, PI or PID will not generate output.
If the second derivative gain is not used, D will not help much. The D link is multiplied by the speed error. The D’ link must be multiplied by the acceleration error. The difficulty lies in accurately measuring or estimating acceleration.
The D link provides damping, but more importantly, it can place a closed-loop pole, resulting in a rapid reduction in error.
D链接提供了阻尼,但更重要的是,它可以放置一个闭环极点,从而导致误差迅速减小。
|
|