Tracking mode on PI block
조회 수: 55 (최근 30일)
이전 댓글 표시
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,
댓글 수: 0
답변 (1개)
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
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 PID Controller Tuning에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!