Lecture Notes 7
Main.LectureNotes7 History
Hide minor edits - Show changes to output
Deleted lines 19-37:
----
(: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 13-14:
* %list list-page% [[https://youtu.be/RJmIx7dLKk4 | Example Calculation of Overshoot]]
Changed lines 17-23 from:
!!!! Homework
# Course reading for next class: Chapter 10 (PPC).
# Assignment due by the start of Lecture #8: [[Attach:sp4.pdf | SP4]], [[Attach:sp5.pdf | SP5]]
You may find the PID tuning guide useful for SP4 and other homework problems. The correlation used most commonly is to start with Kc = 1/Kp and tau_I = tau_P. Practitioners will typically lower the value of Kc if there is significant dead-time.
# Course reading for next class: Chapter 10 (PPC).
# Assignment due by the start of Lecture #8: [[Attach:sp4.pdf | SP4]], [[Attach:sp5.pdf | SP5]]
You may find the PID tuning guide useful for SP4 and other homework problems. The correlation used most commonly is to start with Kc = 1/Kp and tau_I = tau_P. Practitioners will typically lower the value of Kc if there is significant dead-time.
to:
!!!! PID Tuning Guide
Deleted lines 21-22:
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]].
Changed line 5 from:
* %list list-page% [[Attach:Lecture7_notes.pdf | Lecture 7 Class Notes]]
to:
* %list list-page% [[Attach:PI_Control.pdf | PI Control Notes]]
Added lines 7-10:
(:html:)
<iframe width="560" height="315" src="//www.youtube.com/embed/ifEsb7BoCIQ?rel=0" frameborder="0" allowfullscreen></iframe>
(:htmlend:)
<iframe width="560" height="315" src="//www.youtube.com/embed/ifEsb7BoCIQ?rel=0" frameborder="0" allowfullscreen></iframe>
(:htmlend:)
Deleted lines 15-18:
(:html:)
<iframe width="560" height="315" src="https://www.youtube.com/embed/UR0hOmjaHp0" frameborder="0" allowfullscreen></iframe>
(:htmlend:)
Changed lines 28-47 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:)
----
(: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:)
Added lines 12-15:
(:html:)
<iframe width="560" height="315" src="https://www.youtube.com/embed/UR0hOmjaHp0" frameborder="0" allowfullscreen></iframe>
(:htmlend:)
Added lines 11-12:
* %list list-page% [[https://youtu.be/RJmIx7dLKk4 | Example Calculation of Overshoot]]
Changed line 24 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]].
Changed lines 16-18 from:
You may find the above PID tuning guide useful for SP4.
to:
You may find the PID tuning guide useful for SP4 and other homework problems. The correlation used most commonly is to start with Kc = 1/Kp and tau_I = tau_P. Practitioners will typically lower the value of Kc if there is significant dead-time.
* %list list-page% [[Attach:Lecture7_pid_tuning.pdf | PID Tuning Guide]]
It is also found on pg. 285 of the [[Attach:PPC_Textbook.pdf | Practical Process Control Textbook]].
* %list list-page% [[Attach:Lecture7_pid_tuning.pdf | PID Tuning Guide]]
It is also found on pg. 285 of the [[Attach:PPC_Textbook.pdf | Practical Process Control Textbook]].
Changed lines 16-20 from:
to:
* %list list-page% [[Attach:Lecture7_performance.pdf | Performance Analysis Worksheet]]
You may find the above PID tuning guide useful for SP4. It is also found on pg. 285 of the [[Attach:PPC_Textbook.pdf | Practical Process Control Textbook]].
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]].
You may find the above PID tuning guide useful for SP4. It is also found on pg. 285 of the [[Attach:PPC_Textbook.pdf | Practical Process Control Textbook]].
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 6-9:
* %list list-page% [[Attach:Lecture7_integral_error.pdf | Integral Error Worksheet]]
* %list list-page% [[Attach:Lecture7_performance.pdf | Performance Analysis Worksheet]]
Added lines 1-12:
!!! Lecture 7 - Proportional-Integral Control
Lecture 5 covered Proportional-Only Control. The tuning parameters were derived from a First-Order Plus Dead-Time (FOPDT) model. For Lecture 7 we'll add the Integral term in addition to the Proportional term. The next lecture, we'll discuss the derivative term to finish our discussion of Proportional-Integral-Derivative (PID) controllers.
* %list list-page% [[Attach:Lecture7_notes.pdf | Lecture 7 Class Notes]]
!!!! Homework
# Course reading for next class: Chapter 10 (PPC).
# Assignment due by the start of Lecture #8: [[Attach:sp4.pdf | SP4]], [[Attach:sp5.pdf | SP5]]
The first part of each homework assignment is to write a sentence or two stating the purpose of the problem.
Lecture 5 covered Proportional-Only Control. The tuning parameters were derived from a First-Order Plus Dead-Time (FOPDT) model. For Lecture 7 we'll add the Integral term in addition to the Proportional term. The next lecture, we'll discuss the derivative term to finish our discussion of Proportional-Integral-Derivative (PID) controllers.
* %list list-page% [[Attach:Lecture7_notes.pdf | Lecture 7 Class Notes]]
!!!! Homework
# Course reading for next class: Chapter 10 (PPC).
# Assignment due by the start of Lecture #8: [[Attach:sp4.pdf | SP4]], [[Attach:sp5.pdf | SP5]]
The first part of each homework assignment is to write a sentence or two stating the purpose of the problem.