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

etwa 7 Jahre vor | 0

Gesendet


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

mehr als 7 Jahre vor | 13 Downloads |

4.6 / 5
Thumbnail

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

mehr als 7 Jahre vor | 1

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

mehr als 7 Jahre vor | 1

| akzeptiert

Beantwortet
i want to do speed control of induction motor using continuous PI controller with out anti windup, i am not model induction motor i used the available three phase squirrel cage motor from simulink block, the PI parameters does not give required resul
Please try following approach shown in <https://www.mathworks.com/help/slcontrol/ug/tune-field-oriented-controllers-for-an-async...

mehr als 7 Jahre vor | 0

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

mehr als 7 Jahre vor | 0

| akzeptiert

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

mehr als 7 Jahre vor | 1

| akzeptiert

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

mehr als 7 Jahre vor | 0

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

mehr als 7 Jahre vor | 2

| akzeptiert

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

mehr als 7 Jahre vor | 0

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

mehr als 7 Jahre vor | 0

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

mehr als 7 Jahre vor | 1

| akzeptiert

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

fast 8 Jahre vor | 0

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

fast 8 Jahre vor | 0

| akzeptiert

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

fast 8 Jahre vor | 0

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

fast 8 Jahre vor | 0

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

fast 8 Jahre vor | 0

| akzeptiert

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

fast 8 Jahre vor | 0

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

fast 8 Jahre vor | 0

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

fast 8 Jahre vor | 0

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

fast 8 Jahre vor | 0

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

fast 8 Jahre vor | 0

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

fast 8 Jahre vor | 0

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

fast 8 Jahre vor | 0

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

fast 8 Jahre vor | 0

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

fast 8 Jahre vor | 0

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

fast 8 Jahre vor | 0

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

fast 8 Jahre vor | 0

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

fast 8 Jahre vor | 1

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

fast 9 Jahre vor | 1

| akzeptiert

Mehr laden