![]() | ![]() | ![]() |
| | |||||||
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) |
| 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 | |
| |
| | (permalink) |
| look at INA118 to amplify and ADS1286 good luck | |
| |
| | (permalink) |
| i shoul have mentioned this,i am looking for multi point temperature controller.any help? | |
| |
| | (permalink) |
| 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... | |
| |
| | (permalink) |
| 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. http://www.maxim-ic.com/quick_view2...._pk/1320/ln/en There is good technical info on thermocouple measurement at http://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.
__________________ "Having to do with Motion Control" | |
| |