水温控制系统设计摘要:水温控制系统以单片机为中心控制器件,主要由温度传感模块, A/D 转换放大模块,单片机编程模块,显示模块和控制模块等部分组成。温度信号由温度传感器采集,经过放大转化为电压信号进行编码,测温分辨率 0.1℃。水温实时控制由继电器电热丝进行升温柔降温。显示部分由“人机交互界面”的液晶显示,增加可读性。该系统具备较高的测量精度,能较好的完成设计要求。 关键字:单片机 水温控制 温度传感模块Abstract: The temperature control system ,which is regarded as the central control device of microcontroller, is constructed by the temperature sensing module, A/D converter amplifier module, control module, microcontroller programming module, display module and other components. Temperature signal is collected byte temperature sensor which is amplified into a voltage signal is encoded, temperature resolution is 0.1 ℃. Real-time control temperature can be heated by heating wire . Display part is quoted by “man-machine interface”of LCD to increase the readability. The system features is of high accuracy, and it can have better complete of the design requirements. Keywords: microcontroller temperature control temperature sensing module一、引言在能源日益紧的今日,各类家用电器在保温时,由于其简单的温控系统,利用温敏电阻来实现温控,因而会造成很大的能源浪费浪费。所以该系统利用AT89C51 单片机为核心,配合温度传感器,信号处理电路,显示电路,故障报警电路等组成,软件选用汇编语言编程。单片机可将温度传感器检测到的水温模拟量转换成数字量,显示于 LED 显示器上。该系统灵活性强,易于操作,可靠性高,将会有更宽阔的开发前景。1.1 课题讨论的背景在人类的生活环境中,水温扮演着极其重要的角色,自 18 世纪工业革命以来,工业进展与是否能够掌握水温控制有着密切的联系。在冶金、钢铁、石化、水泥、玻璃、医药等行业可以说几乎 80%的工业部门都得考虑着水温的因素。水温控制无论是在工业生产过程中,还是在日常生活中都起着非常重要的作用,如热水器、自动饮水机等都要用到水温控制系统。因此我们应该应用电子专业知...