Discussion


Motor Control Examples Showing How to Tune Gains of Field-Oriented Controllers
If you have not seen this yet, in Release 2018b we added several examples to Simulink Control Design that show how to use this p...

7年以上 前 | 0

送信済み


PID Controller Design and Tuning with MATLAB and Simulink -
This demo file shows capabilities for PID Controller design and tuning in MATLAB and Simullink.

7年以上 前 | ダウンロード 12500 件 |

4.6 / 5
Thumbnail

回答済み
Transfer function from a frequency response graph
System Identification Toolbox is an add-on to MATLAB for estimating transfer functions as well as other model types from time or...

7年以上 前 | 1

回答済み
What does the numerical display of Pidtuner mean?
They indicate the response time (in seconds) you choose with a "response time" slider and transient behavior number you choose w...

7年以上 前 | 1

| 採用済み

回答済み
IPMSM Velocity Control Example PID Tuning
Hi, Please follow the approach explained in <https://www.mathworks.com/help/slcontrol/ug/tune-field-oriented-controllers-usin...

8年弱 前 | 0

| 採用済み

回答済み
PMSM Drive system Linearization
Hi there, Linearization does not work for models with discontinuities such as PWM and power semiconductors. There are a co...

8年弱 前 | 1

| 採用済み

回答済み
PID tuner not working for Simulink BLDC Motor Controller
Hi, When you press "tune" button, PID Tuner tries to linearize the model and comes up with zero due to discontinuities introd...

8年弱 前 | 0

回答済み
How can I Switch between PID and MPC ?
Hi there, Yes, you can definitely switch between different controllers. We call this feature "bumpless transfer". In your MPC...

8年弱 前 | 2

| 採用済み

回答済み
How to tune PID controllers for BLDC with SVPWM and vector control?
Hi, I won't be able to troubleshoot your model. However, please take a look at <https://www.mathworks.com/help/slcontrol/ug/_...

8年弱 前 | 0

回答済み
Bode Plot block in Simulink is not working in triggered system
Hi, Please try recommendations in <https://www.mathworks.com/help/slcontrol/ug/event-based-subsystems-externally-scheduled-su...

8年弱 前 | 0

回答済み
How to change frequency unit in plot of viewGoal function without using right click and properties dialog?
Hi, Try this: gmax = frd([1 1 0.01],[0 1 100]); Req = TuningGoal.MaxGain('du','u',gmax); viewGoal(Req); h=gcr;...

8年弱 前 | 1

| 採用済み

回答済み
Control of LLC Converter
What is G - is it transfer function from Fs(frequency) to Vout? Probably it is transfer function from Vin to Vout right? If y...

約8年 前 | 0

回答済み
Open loop stability: Bode - Pole zero plot mismatch
You did not post your system, so it is a bit hard to figure out what is going on, especially when you say that you see poles mov...

約8年 前 | 0

| 採用済み

回答済み
How I can simulate PWM with PID controller as signal input in simulink ?
see if <https://www.mathworks.com/videos/speed-control-of-a-dc-motor-using-pwm-68962.html this video> might help.

約8年 前 | 0

回答済み
how can i simulate feedback system with fuzzy controller in m file without simulink?
Hi, I am afraid there is no easy way to do it. You would have to use <https://www.mathworks.com/help/fuzzy/evalfis.html eva...

約8年 前 | 0

回答済み
PID tuning when error input data to PID and output data from Plant is available.
Hi there, If you do not have a model, but have input/output data from the model, you can use system identification to identif...

約8年 前 | 0

| 採用済み

回答済み
How to place poles at particular frequency in MATLAB Control System Designer in Discrete Compensation?
Hi there, First, right click in the design plot (bode or root locus) and select "edit compensator" <</matlabcentral/answer...

約8年 前 | 0

回答済み
Tuning of PIID controller
Hi there, The way you are trying to model uncertainty in Simulink is not supported. If you define uncertain parameters in Rob...

約8年 前 | 0

回答済み
SISO model - how to "auto tune"?
Hi, One option is to use <https://www.mathworks.com/products/sl-design-optimization.html Simulink Design Optimization> . ...

約8年 前 | 0

回答済み
i am trying to tune PID in my permanent magnet synchronous motor. there has 3 PID controller which is to control speed and direct and quadrature current. any best technique to tune this PID?
Please take a look at the <https://www.mathworks.com/videos/automatic-tuning-of-field-oriented-controllers-for-an-induction-moto...

約8年 前 | 0

回答済み
How to improve an MPC (Model Predictive Control) performance?
The undershoot you are seeing is due to two reasons: 1. Mismatch between plant and controller initial conditions. 2. Contr...

約8年 前 | 0

回答済み
Model Predictive control look-ahead feature
Hello, I'll try to explain. First, you do not need to use signal previewing. Probably in most cases you do not know how setpo...

約8年 前 | 0

回答済み
Specify multiple inequalities in form A*x<=b (>=) for default mpc problem
I am afraid you cannot do more than setconstraint allows. Could you please explain why you need to vary number of constraints fr...

約8年 前 | 0

回答済み
connection of tf with PWM input
Hi there, Please take a look at this video: <https://www.mathworks.com/videos/speed-control-of-a-dc-motor-using-pwm-68962.htm...

約8年 前 | 0

回答済み
Problem with MPC toolbox (compiler?)
Answer posted in the last comment from Sara.

約8年 前 | 0

回答済み
Question about deploy MPC to labview
Hi there, MPC controller object can be deployed with <https://www.mathworks.com/products/compiler.html MATLAB Compiler> . Ple...

約8年 前 | 0

回答済み
Is it possible to use a MILP in MPC
Hi, For Model Predictive Control Toolbox plant model needs to be an LTI model as you stated. If you are not using Model Predict...

約8年 前 | 0

回答済み
Model Predictive Control (MPC)
Hi there, I think you might want to look at callbacks for MPC Controller block. Right click on the block, select "Block Propert...

約8年 前 | 1

回答済み
PID setpoint problem
PID Controller block does not assume anything about the setpoint value, it operates on the error signal which is the difference ...

9年弱 前 | 1

| 採用済み

さらに読み込む