PID tuner doesn't launch
Mostra commenti meno recenti
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 Commento
Moad KISSAI
il 11 Giu 2016
Risposte (1)
Arkadiy Turevskiy
il 22 Giu 2016
0 voti
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 .
Categorie
Scopri di più su PID Controller Tuning in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!