Homework 7, due March 19, 2010.
-
- Site Admin
- Posts: 1596
- Joined: Tue Aug 24, 2004 4:54 pm
- Location: 376 Fitzpatrick
- Contact:
Homework 7, due March 19, 2010.
Reading: You should have read all of Chapter 8 by now. Also, Chapter 9, sections 9.1-9.5.
Exercises: 9.1 - 9.5.
For 9.3 use Simulink and also use the linear equation, not the nonlinear ones.
Exercises: 9.1 - 9.5.
For 9.3 use Simulink and also use the linear equation, not the nonlinear ones.
Bill Goodwine, 376 Fitzpatrick
Re: Homework 7, due March 19, 2010.
by "linear" do you mean we should use the equation without the cos term?
-
- Site Admin
- Posts: 1596
- Joined: Tue Aug 24, 2004 4:54 pm
- Location: 376 Fitzpatrick
- Contact:
Re: Homework 7, due March 19, 2010.
Yes, cos(theta) is nonlinear in theta.nsolomon wrote:by "linear" do you mean we should use the equation without the cos term?
Bill Goodwine, 376 Fitzpatrick
Re: Homework 7, due March 19, 2010.
For 9.3:
Do you want us to use Simulink in addition to a Fortran/C code for a numerical solution, or just Simulink?
Thanks
Do you want us to use Simulink in addition to a Fortran/C code for a numerical solution, or just Simulink?
Thanks
-
- Site Admin
- Posts: 1596
- Joined: Tue Aug 24, 2004 4:54 pm
- Location: 376 Fitzpatrick
- Contact:
Re: Homework 7, due March 19, 2010.
Just simulink.mkiener wrote:For 9.3:
Do you want us to use Simulink in addition to a Fortran/C code for a numerical solution, or just Simulink?
Thanks
Bill Goodwine, 376 Fitzpatrick
Re: Homework 7, due March 19, 2010.
Professor,
For problem 9.3, I end up with a (constant / s) term that needs to be added to the kp(th_d - th) before being multiplied by the transfer function. Where in simulink would I find an operator that allows for constants and "s" to be added to block diagrams?
For problem 9.3, I end up with a (constant / s) term that needs to be added to the kp(th_d - th) before being multiplied by the transfer function. Where in simulink would I find an operator that allows for constants and "s" to be added to block diagrams?
Re: Homework 7, due March 19, 2010.
Sorry. To be clear, I am looking to create a block diagram similar to that on page 224, Figures 8.22 and 8.23, how would I add the (mgl/s) term?
-
- Site Admin
- Posts: 1596
- Joined: Tue Aug 24, 2004 4:54 pm
- Location: 376 Fitzpatrick
- Contact:
Re: Homework 7, due March 19, 2010.
You use a sum element just like in the Figure on p. 224. The constant over s term can be a step, and inside that you can specify the magnitude.ngeraci wrote:Professor,
For problem 9.3, I end up with a (constant / s) term that needs to be added to the kp(th_d - th) before being multiplied by the transfer function. Where in simulink would I find an operator that allows for constants and "s" to be added to block diagrams?
Bill Goodwine, 376 Fitzpatrick
Re: Homework 7, due March 19, 2010.
Simulink sends an error message when I try to specify the magnitude as (1/s). is there another way I might be able to include an "s" term?
-
- Site Admin
- Posts: 1596
- Joined: Tue Aug 24, 2004 4:54 pm
- Location: 376 Fitzpatrick
- Contact:
Re: Homework 7, due March 19, 2010.
It's a step.ngeraci wrote:Simulink sends an error message when I try to specify the magnitude as (1/s). is there another way I might be able to include an "s" term?
Bill Goodwine, 376 Fitzpatrick
Re: Homework 7, due March 19, 2010.
Professor,
I get this warning when I try to run my simulink models:
"Warning: Using a default value of 0.2 for maximum step size. The
simulation step size will be equal to or less than this value. You
can disable this diagnostic by setting 'Automatic solver parameter
selection' diagnostic to 'none' in the Diagnostics page of the
configuration parameters dialog"
What does this mean?
Thanks!
I get this warning when I try to run my simulink models:
"Warning: Using a default value of 0.2 for maximum step size. The
simulation step size will be equal to or less than this value. You
can disable this diagnostic by setting 'Automatic solver parameter
selection' diagnostic to 'none' in the Diagnostics page of the
configuration parameters dialog"
What does this mean?
Thanks!
-
- Site Admin
- Posts: 1596
- Joined: Tue Aug 24, 2004 4:54 pm
- Location: 376 Fitzpatrick
- Contact:
Re: Homework 7, due March 19, 2010.
It seems to me that it's telling you that it's setting the integration step size, not you.thenisey wrote:Professor,
I get this warning when I try to run my simulink models:
"Warning: Using a default value of 0.2 for maximum step size. The
simulation step size will be equal to or less than this value. You
can disable this diagnostic by setting 'Automatic solver parameter
selection' diagnostic to 'none' in the Diagnostics page of the
configuration parameters dialog"
What does this mean?
Thanks!
Bill Goodwine, 376 Fitzpatrick
Re: Homework 7, due March 19, 2010.
For 9.4, can the numerical solution be found using MATLAB?
-
- Site Admin
- Posts: 1596
- Joined: Tue Aug 24, 2004 4:54 pm
- Location: 376 Fitzpatrick
- Contact:
Re: Homework 7, due March 19, 2010.
Yes.Apuente wrote:For 9.4, can the numerical solution be found using MATLAB?
Bill Goodwine, 376 Fitzpatrick
Re: Homework 7, due March 19, 2010.
Professor Goodwine,
What do we need to write down/print out to prove that we did problem 9.3? Are we to print different graphs for different kp, kd, ki? Or can we just print out our simulink block diagram?
Thanks!
What do we need to write down/print out to prove that we did problem 9.3? Are we to print different graphs for different kp, kd, ki? Or can we just print out our simulink block diagram?
Thanks!
-
- Site Admin
- Posts: 1596
- Joined: Tue Aug 24, 2004 4:54 pm
- Location: 376 Fitzpatrick
- Contact:
Re: Homework 7, due March 19, 2010.
You need to submit something to show the effect of changing those values. If you can do it without wasting too much paper, that's great, but you the point of the problem was to verify those things.lawnoy wrote:Professor Goodwine,
What do we need to write down/print out to prove that we did problem 9.3? Are we to print different graphs for different kp, kd, ki? Or can we just print out our simulink block diagram?
Thanks!
Bill Goodwine, 376 Fitzpatrick