Lecture Notes 40

Main.LectureNotes40 History

Hide minor edits - Show changes to markup

June 21, 2020, at 05:01 AM by 136.36.211.159 -
Deleted lines 15-33:

(: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:)

September 06, 2013, at 02:54 PM by 69.169.131.210 -
Changed lines 15-34 from:

Relate each problem in the context of the overall course objectives.

to:

Relate 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:)

November 09, 2012, at 03:17 PM by 69.169.188.188 -
Deleted line 13:
  1. Assignment due by the start of Lecture #42: Lab Project and SP16
Changed line 14 from:
  1. Assignment due by the start of Lecture #42: SP16
to:
  1. Assignment due by the start of Lecture #42: Lab Project and SP16
Added lines 1-16:

Lecture 40 - Controller Interaction

Controller interaction can lead to undesirable closed-loop characters. Controllers that "fight each other" can cause persistent oscillations or even instability. The purpose of this lecture is understand the root of controller interactions and propose methods to alleviate problems.

The distillation column example uses both empirical and first principles approaches to address controller interaction. The first sheet is a derivation of the empirical model while the second sheet is a derivation using first principles.

Homework

  1. Course reading for next class: Review course material
  2. Assignment due by the start of Lecture #42: SP16

Relate each problem in the context of the overall course objectives.