bumpless transfer for a family of PIDs

1 次查看(过去 30 天)
I have a family of PID controllers (around 100), each designed based on an operating point. During implementation, I am using interpolation. However, still the transfer is not bumpless.
How do we implement a family of PIDs with bumpless transfer?

回答(2 个)

Arkadiy Turevskiy
Use tracking mode as explained here . There is a nice example in the doc that you can follow- here . The doc covers the bumpless transfer between PID and manual control. You will need to modufy to do bumpless transfer between a family of PID controllers. It would be something like that:

E A
E A 2015-1-6
Dear Arkadiy, in my case, I have three scheduling variables which result in a family of 1000 PIDs. Is it possible to put all of them as an array into a PID block? By a family I meant a large number of PIDs so that it is not practical to represent each of them with a separate PID block.
  2 个评论
Arkadiy Turevskiy
I might be able to help, but please send me a private message through my profile and include your email that I can use to reply.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 PID Controller Tuning 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by