None Notebook

This notebook contains material from cbe30338-2021; content is available on Github.

< 3.5 Practical Proportional (P) and Proportional-Integral (PI) Control | Contents | Tag Index | 3.7 Integral Windup and Bumpless Transfer >

Open in Colab

Download

3.6 Lab Assignment 3: Relay and PI Control

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

  1. implement and test a relay control for the dual heater/sensor system
  2. implement and test a proportional-integral (PI) control algorithm for a single heater/sensor

3.6.1 Exercise 1. Relay (or On-Off) control

Create a notebook to implement a relay control for the Temperature Control Lab subject the following requirements:

Questions:

  1. After the system has settled to a steady oscillation about the final operating point, what is the maximum deviation from the setpoints?
  2. What is the approximate switching frequency of the manipulated variables?

3.6.2 Exercise 2. Implementing a PI Controller

Create a notebook to implement PI for the Temperature Control Lab.

Questions:

  1. After the system has settled to a steady oscillation about the final operating point, what is the maximum deviation from the setpoints?

< 3.5 Practical Proportional (P) and Proportional-Integral (PI) Control | Contents | Tag Index | 3.7 Integral Windup and Bumpless Transfer >

Open in Colab

Download