Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

+/- 0.1 Deg. C. temperature controller.

Status
Not open for further replies.

rauol

Full Member level 6
Joined
Oct 2, 2002
Messages
325
Helped
16
Reputation
32
Reaction score
4
Trophy points
1,298
Location
India
Activity points
2,647
i have to design a temperature controller with +/- 0.1 deg C. accuracy.
Input is PT100 and temperature range is from 30 t0 45 Deg C.
Any referances?
Thanx
 

Not really a DIRECT answer to your question, but you may wish to read:
Improving the accuracy of temperature measurements
http://www.picotech.com/applications/temperature.html

Usually 4-wire is used to measure, but if you think it's not accurate enough, you can try 6-wire method as follows:
**broken link removed**

Very accurate low resistance measurement problem
 
Do you prefer Amplifier/AD conversion/Microcontroller approach or would you like to stay with op amps and comparators?
 

Perhaps this book will be helpful.
Electrical Temperature Measurement
with thermocouples and resistance thermometers
Matthias Nau
10th expanded. edition, August 2002; 163 pages
ISBN 3-935742-07-X

Code:
http://www2.jumo.de/service/literatur/pdf/FAS146gb_ElektrischeTemperaturmessung.pdf
 

Hi
Do you have new link for book

h**p://www2.jumo.de/service/literatur/pdf/FAS146gb_ElektrischeTemperaturmessung.pdf


thanks
 

ElektrischeTemperaturmessung mit thermoelementen und widerst

Hello Mgajo and the others.
The book from M. Nau can be found in the following link:

ElektrischeTemperaturmessung mit thermoelementen und widerstandsthermometern - M. Nau
h**p://www.thermoguard.ch/download/ElektrischeTemperaturmessung.pdf

This is a very nice book. But you should be able to read german.

S.
 
rauol said:
i have to design a temperature controller with +/- 0.1 deg C. accuracy.
Input is PT100 and temperature range is from 30 t0 45 Deg C.
Any referances?
Thanx

There are lots of references out there, but what to do, what to do?

Here are some guidelines for issues to focus on:

1. Use a constant-current source to excite the rtd. Set the current high enough to produce an rtd voltage well above the noise, but not so much as to cause rtd self-heating. Constant current will enable you to run long cables to the rtd without suffering lead-loss degradation.

2. Rather than try to control the current exactly, simply measure it with the adc.

3. Sense the rtd voltage out at the rtd (i.e., "4-wire" circuit) so as to eliminate the cable losses in the current loop. If throughput is not an issue, consider an integrating type adc, which will further help to reduce noise.

4. Convert the measured rtd voltage to temperature units. This can be done to your specified accuracy with a simple lookup table. You don't need a huge table; simply interpolate between table values. You can easily determine the number of table values by simulating on a spreadsheet.
 

Hi, can any one share the circuit with PIC microcontroller in which PT 100 sensor is used. Have very accurate in reading to .01 accuracy.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top