资源描述:
《加热炉温度控制系统设计》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、┊┊┊┊┊┊┊┊┊┊┊┊┊装┊┊┊┊┊订┊┊┊┊┊线┊┊┊┊┊┊┊┊┊┊┊┊┊加热炉温度控制系统设计[摘要]加热炉温度控制系统广泛应用于冶金、化工、机械等各类工业控制中,并且在国民经济中占有举足轻重的地位,本文介绍了一种基于单片机的加热炉温度控制系统。本系统以单片机AT89C51为核心,由温度检测、变送及转换电路、控制电路、显示电路、键盘电路、报警电路等组成。本系统通过热电偶温度传感器对温度进行实时检测、变送并通过A/D转换电路转换为数字信号送给单片机,单片机对温度数据进行数字处理并进行PID运算计算出控制量,来改变固态继电器的导通和
2、关断的时间,从而改变加热功率实现对温度控制。其中键盘电路可以对温度进行预设;显示电路可以显示当前温度,直观易懂,让人一目了然;当炉内温度过高或过低时,将会进行声光报警。该系统硬件成本低,控温精度较高,可靠性好,抗干扰,具有适合企业大规模生产的产品实用性。[关键词]加热炉;AT89C51;PID控制;温度控制II┊┊┊┊┊┊┊┊┊┊┊┊┊装┊┊┊┊┊订┊┊┊┊┊线┊┊┊┊┊┊┊┊┊┊┊┊┊TheDesignofTheHeatingFurnaceTemperatureControlSystem[Abstract]Theheatingfur
3、nacetemperaturecontrolsystemiswidelyusedinmetallurgy,chemicalindustry,machineryandotherkindsofindustrialcontrol,andhasplayadecisiveroleinthenationaleconomystatus,thispaperintroducesakindoffurnacetemperaturecontrolsystembasedonSCM.TheAT89C51microcontrollersystemasthecore
4、,bythetemperaturedetection,transmissionandconversioncircuit,controlcircuit,displaycircuit,keyboardcircuit,alarmcircuit.Thesystemthroughthethermocoupletemperaturesensorfortemperatureinreal-timedetection,transmissionandconversionthroughtheA/Disconvertedtoadigitalsignaltot
5、hemicrocontroller,microcontrollerfordigitalprocessingoftemperaturedataandPIDoperationstocalculatethecontrolquantity,tochangethesolidstaterelayturn-onandturn-offtime,thuschangingtheheatingpowerofthetemperaturecontrol.Thekeyboardcircuitmaybepresettemperature;displaycircui
6、tcandisplaythecurrenttemperature,intuitiveandeasytounderstand,letpeoplestickoutamile;whenthefurnacetemperatureistoohighortoolow,willalarm.Thehardwareofthissystemislowcost,hightemperaturecontrolaccuracy,goodreliability,anti-interference,whichissuitablefortheproductisprac
7、ticalforlarge-scaleproductionenterprises.[Keyword]Heatingfurnace;AT89C51;PIDcontrol;TemperaturecontrolII┊┊┊┊┊┊┊┊┊┊┊┊┊装┊┊┊┊┊订┊┊┊┊┊线┊┊┊┊┊┊┊┊┊┊┊┊┊目录第1章前言11.1本课题的研究目的和意义11.2本课题的国内外研究现状11.3本课题的主要内容及要求2第2章总体方案设计32.1方案论证32.2方案设计3第3章系统硬件设计53.1单片机部分53.1.1AT89C51简介53.1.2晶振电路73.1.
8、3复位电路73.2温度检测及变送电路83.3A/D模数转换电路93.4控制电路123.5键盘显示电路143.5.1键盘电路143.5.2LED显示电路143.6报警电路16第4章控制算法设计18第5章系统软件设计215.