Lecture Notes 8

Main.LectureNotes8 History

Hide minor edits - Show changes to output

June 21, 2020, at 05:02 AM by 136.36.211.159 -
Deleted lines 21-39:

----

(:html:)
 <div id="disqus_thread"></div>
    <script type="text/javascript">
        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
        var disqus_shortname = 'apmonitor'; // required: replace example with your forum shortname

        /* * * DON'T EDIT BELOW THIS LINE * * */
        (function() {
            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
            dsq.src = 'https://' + disqus_shortname + '.disqus.com/embed.js';
            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
        })();
    </script>
    <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
    <a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
(:htmlend:)
Deleted lines 21-27:

!!!! Homework

# Course reading for next class: 12.3.2-12.3.4 (PDC).
# Assignment due by the start of Lecture #8: [[Attach:sp6.pdf | SP6]]

Don't forget to write the purpose at the beginning of each homework problem.  This will help you think about each problem in the context of the [[Main/CourseCompetencies | overall course objectives]].
Added lines 10-13:

(:html:)
<iframe width="560" height="315" src="//www.youtube.com/embed/KErYuh4VDtI?rel=0" frameborder="0" allowfullscreen></iframe>
(:htmlend:)
Changed line 22 from:
# Assignment due by the start of Lecture #8: [[Attach:sp6.pdf | SP6]], [[Attach:sp7.pdf | SP7]]
to:
# Assignment due by the start of Lecture #8: [[Attach:sp6.pdf | SP6]]
September 06, 2013, at 02:47 PM by 69.169.131.210 -
Changed lines 24-43 from:
Don't forget to write the purpose at the beginning of each homework problem.  This will help you think about each problem in the context of the [[Main/CourseCompetencies | overall course objectives]].
to:
Don't forget to write the purpose at the beginning of each homework problem.  This will help you think about each problem in the context of the [[Main/CourseCompetencies | overall course objectives]].

----

(:html:)
 <div id="disqus_thread"></div>
    <script type="text/javascript">
        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
        var disqus_shortname = 'apmonitor'; // required: replace example with your forum shortname

        /* * * DON'T EDIT BELOW THIS LINE * * */
        (function() {
            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
            dsq.src = 'https://' + disqus_shortname + '.disqus.com/embed.js';
            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
        })();
    </script>
    <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
    <a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
(:htmlend:)
February 01, 2013, at 03:28 PM by 69.169.131.173 -
February 01, 2013, at 03:28 PM by 69.169.131.173 -
Added lines 14-17:

(:html:)
<iframe width="560" height="315" src="https://www.youtube.com/embed/XfAt6hNV8XM" frameborder="0" allowfullscreen></iframe>
(:htmlend:)
Changed lines 11-12 from:
* %list list-page% [[Attach:Lecture8_case_study.pdf | Lecture 8 Case Study]]
to:
* %list list-page% [[Attach:Lecture8_case_study.pdf | Artificial Pancreas Case Study]]

* %list list-page% [[https://youtu.be/UmNpWUZ0Iyc | Artificial Pancreas Project Video
]]
Changed line 20 from:
Don't forget to write the purpose at the beginning of each homework problem.  This will help you think about each problem in the context of the [[Main/CourseCompetencies | overall course objectives]].
to:
Don't forget to write the purpose at the beginning of each homework problem.  This will help you think about each problem in the context of the [[Main/CourseCompetencies | overall course objectives]].
Added lines 1-18:
!!! Lecture 8 - Proportional-Integral-Derivative Control

For Lecture 8 we'll complete our discussion of PID controllers by adding the derivative term.  The main points of this lecture for derivative action include:

* Derivative action is typically on the PV not the Error
* Derivative action helps to dampen oscillations by slowing down a controller action that is moving the PV too quickly to Setpoint (SP).
* Derivative action can create undesirable response with significant measurement noise

* %list list-page% [[Attach:Lecture8_notes.pdf | Lecture 8 Class Notes]]

* %list list-page% [[Attach:Lecture8_case_study.pdf | Lecture 8 Case Study]]

!!!! Homework

# Course reading for next class: 12.3.2-12.3.4 (PDC).
# Assignment due by the start of Lecture #8: [[Attach:sp6.pdf | SP6]], [[Attach:sp7.pdf | SP7]]

Don't forget to write the purpose at the beginning of each homework problem.  This will help you think about each problem in the context of the [[Main/CourseCompetencies | overall course objectives]].