Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

temperature control

Status
Not open for further replies.

sandeepa

New Member
i am making a temperature controller using zilog z8 microcontroller.sensor is J type thermocouple.what would be the best ADC ?
also how is the process value obtained from the digital value?
using assembly language
 
What do you mean by multipoint?
If you mean that you will need to measure the Temp in more than one place you shuld use the ADC0808 by National Semiconductors , it has 8 channels and its pretty simple to work with...
 
I would recommend the MAX1400-MAX1403 series of sigma-delta ADC from Maxim for this application. These are 18-bit ADC with built-in amplifiers to obtain measurements in the uV levels.

If you want to use a different A/D converter, Maxim also has another amplifier designed for thermocouple measurements, MAX430.

**broken link removed**

There is good technical info on thermocouple measurement at

https://www.omega.com/temperature/Z/zsection.asp

Basically, you have to measure the voltage at the thermocouple junction and convert that voltage to temperature using the standard thermocouple tables (ITS-90). This table is available from the Omega website or from NIST in the USA. In software, you may use a lookup table.

However, in connecting to the thermocouple, you can't avoid producing other thermocouple junctions which in turn produce their own voltages. You have to compensate for this. This is known as cold junction compensation. Info on how to do this can be found in the above mentioned websites.
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top