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...

más de 7 años hace | 0

Enviada


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

más de 7 años hace | 12495 descargas |

4.6 / 5
Thumbnail

Respondida
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...

más de 7 años hace | 1

Respondida
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...

más de 7 años hace | 1

| aceptada

Respondida
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...

casi 8 años hace | 0

| aceptada

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

casi 8 años hace | 1

| aceptada

Respondida
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...

casi 8 años hace | 0

Respondida
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...

casi 8 años hace | 2

| aceptada

Respondida
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/_...

casi 8 años hace | 0

Respondida
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...

casi 8 años hace | 0

Respondida
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;...

casi 8 años hace | 1

| aceptada

Respondida
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...

casi 8 años hace | 0

Respondida
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...

casi 8 años hace | 0

| aceptada

Respondida
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.

alrededor de 8 años hace | 0

Respondida
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...

alrededor de 8 años hace | 0

Respondida
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...

alrededor de 8 años hace | 0

| aceptada

Respondida
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...

alrededor de 8 años hace | 0

Respondida
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...

alrededor de 8 años hace | 0

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

alrededor de 8 años hace | 0

Respondida
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...

alrededor de 8 años hace | 0

Respondida
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...

alrededor de 8 años hace | 0

Respondida
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...

alrededor de 8 años hace | 0

Respondida
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...

alrededor de 8 años hace | 0

Respondida
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...

alrededor de 8 años hace | 0

Respondida
Problem with MPC toolbox (compiler?)
Answer posted in the last comment from Sara.

alrededor de 8 años hace | 0

Respondida
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...

alrededor de 8 años hace | 0

Respondida
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...

alrededor de 8 años hace | 0

Respondida
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...

alrededor de 8 años hace | 1

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

casi 9 años hace | 1

| aceptada

Cargar más