{$cfg_webname}
主页 > 电子信息 > 电子 >

玻璃窑炉无线温度检测系统设计(含程序,原理图,仿真)

来源:wenku163.com  资料编号:WK16313924 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK16313924
资料介绍

玻璃窑炉无线温度检测系统设计(含程序,原理图,仿真)(任务书,开题报告,文献摘要,外文翻译,论文说明书15000字,程序,仿真)
摘    要
现如今玻璃已经是日常生活中十分重要的一种物品,从小型的家用电器设备到大型的工厂设备,玻璃都在其中扮演着很重要的角色,人们也越来越关注玻璃的品质。
工厂生产的玻璃制品的品质是直接受到玻璃窑炉炉温的影响,作为玻璃窑炉四大参数之一的温度控制,一直是熔窑所有控制中的重点和难点,也是玻璃熔化操作中关注最多、工作量最大的重要环节,其控制效果的好坏直接关系到玻璃液质量的优劣,因此,窑炉温度的稳定极为重要。而温度控制的前提便是精准的温度检测,只有将温度准确的测量出来,后续的温度控制才有意义。
本文设计了一种玻璃窑炉无线温度检测系统,主要由温度数据采集,数据处理与无线发送, 数据显示三部分组成,利用温度传感器检测窑炉温度,采用无线通信模块将窑炉温度数据无线传输,进行远距离显示,实现窑炉温度的高精度测量。其中,温度传感器部分主要由热电阻pt100组成,无线通讯模块采用NRF24L01,数据显示部分则是用LCD1602。
关键词:温度检测;热电偶;NRF24L01;LCD1602

Abstract
Nowadays, glass has become an important item in daily life. From small household appliances to large-scale factory equipment, glass plays an important role in it, and people are paying more and more attention to the quality of glass.
The quality of the glass products produced by the factory is directly affected by the temperature of the glass furnace. As one of the four parameters of the glass furnace, temperature control has always been the focus and difficulty of all control of the furnace, and it is also the most concerned in the glass melting operation. The important part of the workload, the quality of its control is directly related to the quality of the glass liquid, therefore, the stability of the furnace temperature is extremely important. The premise of temperature control is accurate temperature detection. Only when the temperature is accurately measured, the subsequent temperature control makes sense.
This paper designs a wireless temperature detection system for glass kiln, which consists of three parts: temperature data acquisition, data processing, wireless transmission and data display.The temperature sensor is used to detect the temperature of the kiln. The wireless communication module is used to transmit the temperature data of the kiln. The remote display is carried out to realize the high precision measurement of the temperature of the kiln.Among them, the temperature sensor part is mainly composed of thermocouples, the wireless communication module uses NRF24L01, and the data display part uses LCD1602.

Keywords: temperature detection;  thermocouple; NRF24L01; LCD1602 

设计的主要内容
设计的主要目的是利用温度传感器检测窑炉温度,采用无线通信模块将窑炉温度数据无线传输,进行远距离显示,实现窑炉温度的高精度测量。
本文设计一种使用单片机ST89C52控制热电偶PT100实现的无限温度检测系统。只需要通过不复杂的无线通信协议,就可以实现对温度的测量。其中主要的任务:
(1)电源的转换:单片机的工作电压是5V,但是NRF24L01芯片的适用电压是3.3V,所以需要对单片机的电压进行电平转换以适用于NRF24L01,经过筛选最终选择的是芯片LM117及其电路来转换。
(2)温度值的测量及处理:温度的测量选用的热电阻PT100,对数据进行处理选用的是STC89C52。
(3)无线传输:由于NRF24L01的抗干扰的能力较强,所以此次无线传输选的是它。
(4)温度的显示:温度的显示选用LCD1602液晶屏。
(5)报警电路:当温度超过所设定的报警温度值时,便会触发报警电路,即蜂鸣器发出报警声。
(6)报警温度的上限值的修改。
本章内容是对本次需要设计的系统进行方案的选择,包括主控芯片的选择,经筛选最终选择了最为熟悉的STC89C52单片机芯片;还有温度传感器的选择,经过筛选最终选择了PT100作为本次的温度传感部分;最终的无线通信模块的选择,经过筛选最终选择了NRF24L01作为本次设计的无线通信模块。
 

玻璃窑炉无线温度检测系统设计(含程序,原理图,仿真)
玻璃窑炉无线温度检测系统设计(含程序,原理图,仿真)
玻璃窑炉无线温度检测系统设计(含程序,原理图,仿真)
玻璃窑炉无线温度检测系统设计(含程序,原理图,仿真)


目录
第 1 章 绪论    1
1.1设计的主要内容    1
1.2国内外研究的现状    2
1.2.1温度传感器技术的国内外研究现状    2
1.2.2无线通信技术的发展现状    2
1.3选题意义及研究内容    3
第 2 章 方案分析与选择    4
2.1系统方案选择    4
2.1.1主控芯片的选择    4
2.1.2温度传感器的选择    4
2.1.3无线通信模块的选择    5
2.2 本章小结    5
第3章 系统硬件电路设计和硬件介绍    6
3.1系统硬件原理图    6
3.1.1接收端(主机)原理图    6
3.1.2 发射端(从机)原理图    6
3.2单片机控制模块    7
3.3无线收发模块介绍    9
3.3.2NRF24L01引脚介绍    9
3.3.3 工作方式    10
3.3.4运作模式配置    10
3.3.6NRF24L01模块原理图    11
3.4热电阻PT100    11
3.5显示模块    12
3.6报警电路    14
第 4 章 软件部分的设计    16
4.1总体软件设计    16
4.2部分软件设计    16
4.2.1 LCD1602显示模块设计    16
4.2.2 温度检测部分软件设计    17
4.3 软件内容的相关描述    18
4.4 本章小结    18
第 5 章 系统的仿真及结果    19
5.1 仿真软件介绍    19
5.2仿真调试过程    19
5.3仿真调试结果    19
5.4本章小结    22
第 6 章  总结    23
参考文献    24
附 录    25
致谢    31

推荐资料