Answered
why I am getting error while tuning using control system tuner
We won't be able to provide a better answer without access to your model and a function. Can you please contact tech support?

bijna 3 jaar ago | 1

| accepted

Answered
PID Tuning - Velocity Form
Hi, can you provide the equation for the velocity form you are interested in using. If you can write it out, ou could write a sc...

bijna 3 jaar ago | 1

Answered
Matlab closed loop Autotuner PID with embedded coder
Hi Vindhyachal, Here are answers to your questions: 1. u+du : How it will be used here? Have you seen this doc page? It...

meer dan 3 jaar ago | 1

Answered
How to generate the transfer function of a DC motor?
Starting in R2017b we are shipping capabilities for online tuning of PID controllers. The best way to do this is by using Cl...

meer dan 4 jaar ago | 3

Answered
DC Motor: Why are Step Responses Different for Transfer Function & State Space?
It looks like the transfer function is from voltage to angle, while state-space is from voltage to angular rate (speed). If y...

meer dan 4 jaar ago | 1

Answered
Start a Simulink simulation from operating point?
Please take a look at this page which provides an answer.

meer dan 4 jaar ago | 0

Answered
Simscape Linear Analysis Tool, Steady state for switching circuit
Hi Christian, Unfortunately Linear Aanalysis Tool does not currently support specification-based computation of periodic operat...

meer dan 4 jaar ago | 0

| accepted

Submitted


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

meer dan 4 jaar ago | 32 downloads |

Thumbnail

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

bijna 5 jaar ago | 1

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

bijna 5 jaar ago | 1

| accepted

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

bijna 5 jaar ago | 0

| accepted

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

bijna 5 jaar ago | 1

| accepted

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

bijna 5 jaar ago | 0

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

bijna 5 jaar ago | 1

| accepted

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

bijna 5 jaar ago | 0

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

bijna 5 jaar ago | 0

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

bijna 5 jaar ago | 1

| accepted

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

ongeveer 5 jaar ago | 0

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

ongeveer 5 jaar ago | 0

| accepted

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

ongeveer 5 jaar ago | 0

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

ongeveer 5 jaar ago | 0

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

ongeveer 5 jaar ago | 0

| accepted

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

ongeveer 5 jaar ago | 0

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

ongeveer 5 jaar ago | 0

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

ongeveer 5 jaar ago | 0

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

ongeveer 5 jaar ago | 0

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

ongeveer 5 jaar ago | 0

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

ongeveer 5 jaar ago | 0

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

ongeveer 5 jaar ago | 0

Load more