Skip to Main Content Skip to Search
Login
File Exchange
MATLAB Newsgroup
Link Exchange
  Blogs  
 Contest 
MathWorks.com

Thread Subject: sisotool

Subject: sisotool

From: Waleed Najy

Date: 09 May, 2008 23:00:31

Message: 1 of 5

My question is about feedback control. The open-loop process
I'm working with is G = tf(5000,[1 1020 20000 0]). I added
this to the "sisotool" as "G" and used a PD controller (i.e.
added a zero), and stabilised it.

Then I added a design constraint; percentage overshoot < 5%.
And this is where the problem comes: even when all the poles
are within the constraint, I'm still getting an overshoot
largely in excess of 5% and I can't understand why.

Could someone please try it and tell me what the problem is?
I would be very grateful.

Subject: Re: sisotool

From: Waleed Najy

Date: 10 May, 2008 08:25:05

Message: 2 of 5

Anyone?

Subject: Re: sisotool

From: Alec Stothert

Date: 12 May, 2008 11:21:23

Message: 3 of 5

The 5% overshoot requirement on an rootlocus plot is exact only if the loop
is a second order system. If the system is second order dominant the
requirement will also be accurate but in your case the controller zero (D
part of your PD controller) is interacting with the dominant close loop
poles and causing additional derivative action in the response - resulting
in the extra overshoot.

-Alec

"Waleed Najy" <waldo90009@hotmail.com> wrote in message
news:g02l2f$98n$1@fred.mathworks.com...
> My question is about feedback control. The open-loop process
> I'm working with is G = tf(5000,[1 1020 20000 0]). I added
> this to the "sisotool" as "G" and used a PD controller (i.e.
> added a zero), and stabilised it.
>
> Then I added a design constraint; percentage overshoot < 5%.
> And this is where the problem comes: even when all the poles
> are within the constraint, I'm still getting an overshoot
> largely in excess of 5% and I can't understand why.
>
> Could someone please try it and tell me what the problem is?
> I would be very grateful.


Subject: Re: sisotool

From: Craig Buhr

Date: 12 May, 2008 11:27:46

Message: 4 of 5

Hi Waleed,

The overshoot design constraint in the SISOTOOL is based on a second order
system with no zeros
1/(s^2+2*zeta*wn+wn^2). It uses the relationship between damping ratio and
overshoot for this system.
So the constraint is rigorous for this class of systems but is an
approximation for higher order systems.

-craig

"Waleed Najy" <waldo90009@hotmail.com> wrote in message
news:g02l2f$98n$1@fred.mathworks.com...
> My question is about feedback control. The open-loop process
> I'm working with is G = tf(5000,[1 1020 20000 0]). I added
> this to the "sisotool" as "G" and used a PD controller (i.e.
> added a zero), and stabilised it.
>
> Then I added a design constraint; percentage overshoot < 5%.
> And this is where the problem comes: even when all the poles
> are within the constraint, I'm still getting an overshoot
> largely in excess of 5% and I can't understand why.
>
> Could someone please try it and tell me what the problem is?
> I would be very grateful.


Subject: Re: sisotool

From: Waleed Najy

Date: 13 May, 2008 00:42:04

Message: 5 of 5

Thank you Alec and Craig. You've been very helpful. I've
been banging my head against the wall over this for some
time now.

Tags for this Thread

Everyone's Tags:

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

Tag Activity for This Thread
Tag Applied By Date/Time
root locus Waleed Najy 09 May, 2008 19:05:07
sisotool Waleed Najy 09 May, 2008 19:05:07
rssFeed for this Thread

envelope graphic E-mail this page to a colleague

Public Submission Policy
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Disclaimer prior to use.
Related Topics