Tuning of PIID controller

조회 수: 3 (최근 30일)
Yaser Arafat
Yaser Arafat 2018년 3월 2일
답변: Arkadiy Turevskiy 2018년 8월 16일
when I am trying to tune PID controller, I am getting an error message below, The Simulink model abc could not be linearized because the blocks listed below have individual linearizations with A, B, C, or D matrices which are not finite. Either linearize at another operating point or remove the blocks. These blocks are:
abc/Subsystem
  댓글 수: 2
M
M 2018년 3월 7일
Is A/B definite ?
Yaser Arafat
Yaser Arafat 2018년 3월 8일
no these are uncertain e.g. Name: 'a' NominalValue: 5 Mode: 'PlusMinus' Range: [4 6] PlusMinus: [-1 1] Percentage: [-20 20] AutoSimplify: 'basic'

댓글을 달려면 로그인하십시오.

답변 (1개)

Arkadiy Turevskiy
Arkadiy Turevskiy 2018년 8월 16일
Hi there,
The way you are trying to model uncertainty in Simulink is not supported. If you define uncertain parameters in Robust Control Toolbox using ureal, you cannot parameterize Simulink blocks with them, as you are trying to do. before you even try tuning a PID controller, try running a simulation, and you will get an error message.
If you are trying to tune a controller that would perform robustly in the presence of uncertainty, please follow the approach explained in this example .

카테고리

Help CenterFile Exchange에서 Classical Control Design에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by