フィルターのクリア

PID tuner doesn't launch

14 ビュー (過去 30 日間)
Moad KISSAI
Moad KISSAI 2016 年 6 月 10 日
回答済み: Arkadiy Turevskiy 2016 年 6 月 22 日
I just wanted to design a simple PID for a simple 2nd order plant. When I double-click the PID block in Simulink and then click in the "Tune" button, it displays "linearization plant", then the bar disappears, and after that nothing show up.
I tried also to launch the PID tuner from Matlab Apps, and that gives me a set of errors that I show below :
Error using DynamicSystem/margin (line 50) Not enough input arguments.
Error in pidtool.utPIDgetmetrics (line 26) [GM PM WCG WCP] = margin(OLsys);
Error in pidtool.desktop.pidtuner.tc.DataSourcePlot/update (line 160) s = pidtool.utPIDgetmetrics(olsys, r2y);
Error in pidtool.desktop.pidtuner.tc.DataSourcePlot (line 108) this.update(true, true);
Error in pidtool.desktop.pidtuner.PIDTunerTC (line 67) this.DataSourcePlot = pidtool.desktop.pidtuner.tc.DataSourcePlot(this);
Error in pidtool.desktop.PIDTuner (line 22) this.TC = pidtool.desktop.pidtuner.PIDTunerTC(this.Parent.PlantList, desiredtype, baselinecontroller, this.Parent.SimulinkGateway, this.Parent.Type);
Error in pidtool.PIDToolDesktop (line 71) this.PIDTuner = pidtool.desktop.PIDTuner(this, desiredtype, baselinecontroller);
Error in pidtool (line 107) eval(cmd);
Error in pidTuner (line 71) pidtool;
How can I overcome this problem ? Is there a problem with my computer ? What can I do ? Thank you.
  1 件のコメント
Moad KISSAI
Moad KISSAI 2016 年 6 月 11 日
I also add that the PID tuner worked on the R2013a version, but very slowly, and with the update of the PID tuner in the R2014a version, it stopped working. I even tried the trial version R2016a and I still have the same problem. Thank you.

サインインしてコメントする。

回答 (1 件)

Arkadiy Turevskiy
Arkadiy Turevskiy 2016 年 6 月 22 日
This sounds like a possible case of corrupt installation. Can you please contact technical support, they will be able to help if you provide all the details and the steps to reproduce the problem.. Contact them at this link .

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by