Temperature control lab repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gerardo Marx Chávez-Campos 08d8e43690 Update Readme adding schematic image 1 year ago
Readme.md Update Readme adding schematic image 1 year ago
pcb.png adding images 1 year ago
schematic.png schematic image 1 year ago
tclab-block.png adding images 1 year ago

Readme.md

Introduction

The temperature control lab is an application of feedback control with an Arduino, an LED, two heaters, and two temperature sensors that is mainly based in the APMonitor TCLab project. The heater power output is adjusted to maintain a desired temperature setpoint. Thermal energy from the heater is transferred by conduction, convection, and radiation (phenomena) to the temperature sensor. Heat is also transferred away from the device to the surroundings by the heat-sink.

This project is a resource for model identification, controller development, and machine learning applications. It is a pocket-sized lab with software in Python, MATLAB, and Simulink for the purpose of reinforcing control theory for students.

Portable Temperature Control Lab for Learning Process Control

This lab teaches principles of system dynamics and control. In particular, this lab reinforces:

  • Dynamic modeling with balance equations
  • The difference between manual and automatic control
  • Step tests to generate dynamic data
  • Fitting dynamic data to a First Order Plus Dead Time (FOPDT) model
  • Obtaining parameters for PID control from standard tuning rules
  • Tuning the PID controller to improve performance

Main project objective

The TC-Lab project will be used for the students as a portable temperature controller system to implement several kind of controllers. Thus, the student should develop the next tasks to reach the final goal (main objective):

  • Develop the basic schematic
  • Develop the PCB for the TC-Lab
  • Test the TC-Lab in the Arduino platform
  • Acquire temperature data from heater
  • Develop a regressor and a classifier