Tracking mode on PI block

55 ビュー (過去 30 日間)
João Oliveira
João Oliveira 2014 年 6 月 27 日
回答済み: Arkadiy Turevskiy 2014 年 8 月 13 日
Hi,
Can someone explain me the function of the tracking mode of the PI block? On the documentation it says "Activate signal tracking, which lets the output of the PID Controller block follow a tracking signal. Provide the tracking signal to the block at the TR port, which becomes active when you select" but if this tracking signal makes the output follow him what is the difference between this and the reference?
Regards,

回答 (1 件)

Arkadiy Turevskiy
Arkadiy Turevskiy 2014 年 8 月 13 日
The tracking mode is there so that when you transfer control from one PID loop to another, or when you transfer from manual control to PID control, there is no big transient, i.e., you achieve bumpless control transfer. This example explains bumpless control transfer from manual operation to PID control.
As I mentioned, another common scenario is transfer from one PID loop to another. For example, say a sensor in your car engine fails. In that case the controller switches from normal mode to a back-up mode. Assume that these two control modes are implemented by two different PID controllers (in normal mode you are a bit faster, and in backup mode you are slower and more conservative). When this transition changes you want the fuel flow that is commanded to the engine not to jump suddenly when the failure happens, but to change gradually. This can be accomplished using the tracking mode.
Hope this helps

カテゴリ

Help Center および File ExchangePID Controller Tuning についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by