1、 - 0 - 目录 摘要 ( 1) Abstract( 1) 前言 ( 1) 第 一 章 PT100( 2) 1.1 PT100 阻值与温度的关系 ( 1) 1.2 PT100 的 各种接 线方式 ( 3) 第二章 ATmega16 微处理器 ( 4) 2.1 单片微机的发展 ( 4) 2.2 AVR 单片机的特点 ( 4) 2.3 AVR 与 51、 PIC 单片机的比较 ( 5) 2.4 ATmega16 的特性 ( 5) 2.5 ATmega16 引脚说明 ( 8) 第三章 实 验应用 ( 11) 3.1 恒流源的设计 ( 11) 3.2 A/D 转换 ( 11) 3.3 PT100 温
2、度计算数据的处理 ( 14) 3.4 查表方法 ( 17) 第四 章 结论 ( 20) 参考文献 ( 21) 致谢 ( 22) - 1 - PT100 温度测量研究 摘要 本文介绍了铂热电阻 PT100的特性和 PT100温度 和阻值对应关系 ,采用 16KB的 8位 AVR微控制器 ATmega16协同工作 。 通过恒流源 将采集到的信号转换成电压信号;再经过 A D转换成数字信号并由单片机系统读取;单片机系统把读取到的数字信号进行识别处理,并换算成与温度对应的数字信号,最后再由 LCD显示输出温度值 。 关键字 : PT100 、 温度测量 、 单片机 Abstract This thes
3、is introduces the features of platinum thermal resistance PT100, and the corresponding relations between temperature and resistance on PT100.During the experiment,a 8bits(16kb)AVR microcontroller ATmega 16 is used. The signal is transformed into voltage signal through a constant-current source; then
4、 the voltage signal is transformed into digital signal by A/D, and read by a singlechip system; after that, the singlechip system puts the digital signal into a recognition process, then transformed it into a digital signal which corresponds to the temperature. In the end, the temperature value is d
5、isplayed through a LCD screen. Key words: PT100、 Temperature measurement、 SCM 前言 在工业生产过程中,温度一直都是一个很重要的物理参数,温度的检测和控制直接和安全生产、产品质量、生产效率、节约能源等重大技术经济指标相联系,因此在国民经济的各个领域中都受到了人们的普遍重视。随着传感器技术和电子测量技术的迅猛发展,以单片机为主的嵌入式系统已广泛应用于工业现场,新型的电子测温仪器不仅操作简单,而且精度比传统仪器有很大提高。目前在工业生产现场使用最广泛的温度传感器主要有热电偶和热电阻,例如铂热电阻 PT100就是使用最广泛的传感器之一。本文介绍的就是 PT100的温度研究。