Project Regarding The Use of Temperature Controller

Click For Summary

Discussion Overview

The discussion revolves around the design and implementation of a temperature controller for an incubator project aimed at maintaining an optimal temperature of 37°C. Participants explore various methods for temperature regulation, including both computer-based and traditional thermostat approaches, while addressing challenges related to electrical engineering and programming knowledge.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant suggests using a computer to monitor temperature and control fan speed, while another proposes a simple on/off thermostat system.
  • A later reply questions the feasibility of using a standard home heater thermostat to control a relay for the heating element.
  • Another participant emphasizes the need for tighter temperature control than what a basic thermostat can provide, advocating for a Proportional Control system, specifically mentioning PID controllers.
  • Concerns are raised about the complexity of creating a computer-controlled heating element for those without prior experience in electronics.
  • Discussion includes the importance of using a thermistor for temperature measurement and the potential for manual versus automated control of the heating element.
  • Participants inquire about the power requirements of the heating element and the capabilities of the power supply.

Areas of Agreement / Disagreement

There is no consensus on the best method for temperature control, with participants presenting multiple competing views on the effectiveness and feasibility of different approaches. The discussion remains unresolved regarding the optimal solution for the incubator project.

Contextual Notes

Participants express uncertainty about the necessary electrical engineering knowledge and the specifics of circuit connections. There are also unresolved questions regarding the wattage requirements for the heating element and the capabilities of different control systems.

mrwheezy
Messages
1
Reaction score
0
My teacher and I want to make an incubator that will provide an environment with a optimal temperature of 37C. This is our final year project since now that AP exams are over...

Our problem is trying to get a controller that will regulate the temperature within the incubation tank.

I proposed two methods,
1) To use a computer to monitor the temperature by using the temperature sensor built into motherboards/CPUs/etc and to regulate fan speed within the incubation tank through the computer as well.
2) Buy a temperature controller that's used in a thermostat, a cheap on/off system.

However, the problem that I'm facing for both methods is
1) How do I connect our heat source (a heating pad) to the temperature monitor, be it a on/off system or the computer.
2) I don't have any clue about circuit boards or electrical engineering or programming. But I'm more than willing to learn.

Does anyone know the best way to go about this? Which method would work out best (hopefully with the cheapest price)?
 
Engineering news on Phys.org
mrwheezy said:
My teacher and I want to make an incubator that will provide an environment with a optimal temperature of 37C. This is our final year project since now that AP exams are over...

Our problem is trying to get a controller that will regulate the temperature within the incubation tank.

I proposed two methods,
1) To use a computer to monitor the temperature by using the temperature sensor built into motherboards/CPUs/etc and to regulate fan speed within the incubation tank through the computer as well.
2) Buy a temperature controller that's used in a thermostat, a cheap on/off system.

However, the problem that I'm facing for both methods is
1) How do I connect our heat source (a heating pad) to the temperature monitor, be it a on/off system or the computer.
2) I don't have any clue about circuit boards or electrical engineering or programming. But I'm more than willing to learn.

Does anyone know the best way to go about this? Which method would work out best (hopefully with the cheapest price)?

Can you just use a normal home heater thermostat, and use that to control a relay that turns power on and off to the heating element? That's how many home thermostats & heaters work.
 
What you need is available off the shelf and is quite affordable at ~$100.

A thermostat will always produce a temperature cycle due to the "deadband" between on and off settings. You need much tighter control for your experiment.

What you need is a controller that will decrease the amount of heating as you get closer to the set point, and then provide just the right amount of current to maintain the temperature within a very narrow band. This is a very common task in industry, controllers abound for this, and is called Proportional Control. It is actually the simplest form of a very sophisticated control scheme called Proportional Integral Derivative.

http://en.wikipedia.org/wiki/PID_controller

The devil is in the details, and there are a lot of them. You will need to do some studying, but it will be worth it. The short version is that you can get a panel-mounted controller that will use a thermistor or thermocouple sensor and directly control the current to your heater and give you very nice control indeed.

You can buy that controller, open the box, then take a year or two to learn Japanese so you can read the manual and program the thing. :-) It will have an English version but they totally assume you know about PID control systems. They can't have just anybody doing this stuff you know.

How many watts do you figure you will need that heater to deliver?
 
Hmm to be honest making your own computer controlled heating element is rather difficult if you've never done it before.

Using a crude on/off heating element will allow the temperatures to fluctuate by a decent amount (Somewhere in the range +/- 5 to 10 degrees). If this doesn't matter than you job is a lot easier.

If however you want to control the temperature in the range of +/- 1 degree or less as spacester said you're going to want a Proportional, integral, or differential control of the heat, or some combination of all three (i.e. the well recognized PID control)

In terms of simple electronics you'll want a thermistor attached to a heating element if the space you're trying to heat is small enough. Thermistor's allow you to essentially relate a voltage reading to a temperature. Using a digital multimeter you could easily digitally acquire a voltage reading which could be read into a computer and converted into a temperature.

Once the computer knows the temperature of the environment you have two choices:

1.) Manually control the power the heating element receives which has the obvious downsides

2.) Regulate the power with the computer using something like PID control. For this you'd need some type of voltage source that allows for computer control. Most digital power supplies allow this.

Some other things you'll need to know are more on the engineering side: how many watts is your heating element rated for? how much power can you supply from your power supply, etc...
 

Similar threads

  • · Replies 16 ·
Replies
16
Views
5K
Replies
13
Views
5K
  • · Replies 20 ·
Replies
20
Views
9K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
7K
Replies
29
Views
11K
  • · Replies 2 ·
Replies
2
Views
6K
Replies
29
Views
28K