None
This notebook contains material from cbe30338-2021; content is available on Github.
This lab assignment introduces the use of relay, proportional (P), and proportional-integral (PI) control for the Temperature Control Laboratory. In this assignment you will
Create a notebook to implement a relay control for the Temperature Control Lab subject the following requirements:
Questions:
%matplotlib inline
from tclab import TCLab, clock, Historian, Plotter
# insert code below
Create a notebook to implement PI for the Temperature Control Lab.
Using the simulation mode, create an implementaton of PI control and, by trail and error, find values for Kp and Ki, that provide a fast and accurate acquisitioni of the desired setpoint.
Show the results of an experiment in which the setpoints are adjusted as follows:
Questions: