Lecture Notes 8

Main.LectureNotes8 History

Hide minor edits - Show changes to markup

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

  1. Course reading for next class: 12.3.2-12.3.4 (PDC).
  2. Assignment due by the start of Lecture #8: 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 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:
  1. Assignment due by the start of Lecture #8: SP6, SP7
to:
  1. Assignment due by the start of Lecture #8: 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 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 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:
to:
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 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 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
  • Lecture 8 Class Notes
  • Lecture 8 Case Study

Homework

  1. Course reading for next class: 12.3.2-12.3.4 (PDC).
  2. Assignment due by the start of Lecture #8: SP6, 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 overall course objectives.