I摘要热电厂锅炉的燃烧控制对整个发电过程的安全性与经济性起着重要的作用,所以对它高效率的控制是现在热电厂的一个重要任务。本文通过对整个燃烧系统的分析和研究,分别确定了锅炉燃烧控制系统中的主蒸汽压力控制系统和炉膛负压控制系统的控制方案,然后对其控制规律及参数进行选择和整定。在仪表选型时,采用了先进的数字式仪表,并利用AT89S51单片机设计了一套智能燃烧控制系统,给出了硬件电路和软件流程图。该控制器以新型的AT89S51单片机为核心,采用模糊PID算法进行运算和控制,不但可以实现对模拟、数字信号进行采样和处理,而且还可以完成状态检测和控制、报警以及故障处理等功能。该控制系统具有速度快、精度高、可靠性高和硬件结构简单的特点。最后可达到锅炉安全、经济、高效的运行。关键词:热电厂;锅炉燃烧;单片机;控制IIAbstractThermalpowerplantboilercombustioncontrolplaysanimportantroleinsecurityandeconomyoftheentirepowergenerationprocess,thecontrolofitshighefficiencythermalpowerplantisanimportanttask.Inthispaper,theanalysisandstudyoftheentirecombustionsystem,theboilercombustioncontrolsystem,mainsteampressurecontrolsystemandthefurnacepressureandcontrolsystemcontrolprogram,thenitscontrollawandparameterselectionandtuning.Instrumentselection,usingadvanceddigitalinstrument,andusingtheAT89S51microcontrollerdesignanintelligentcombustioncontrolsystem,giventhehardwareandsoftwareflowchart.ThecontrollertothenewAT89S51MCUasthecore,theuseoffuzzyPIDalgorithmforcomputingandcontrol,notonlycanbeanalog,digitalsignalsamplingandprocessing,butalsotocompletethestatedetectionandcontrol,alarmandfaulthandlingfunctions.Thecontrolsystemhasafast,highprecision,highreliabilityandasimplehardwarestructure.Finally,youcanreachtheboilersafe,economicalandefficientoperation.Keywords:heatandpowerplant;boilercombustion;microcontroller;controlI目录1绪论.............................................................................................................................................11.1研究背景...........................................................................................................................11.2研究意义...........................................................................................................................11.3国内外研究现状...............................................................................................................21.4主要研究内容...................................................................................................................32燃煤锅炉系统的总体设计方案.................................................................................................42.1锅炉燃烧的生产工艺.......................................................................................................42.2燃煤锅炉系统控制设计方案...........................................................................................52.2.1汽包水位控制.......................................................................................................62.2.2炉膛负压控制.......................................................................................................72.2.3蒸汽压力控制.......................................................................................................82.2.4炉膛温度控制系统...............................................................................................93温度控制系统硬件电路设计...................................................................................................113.1单片机的介绍和芯片的选型.........................................................................................113.1.1单片机简介.........................................................................................................113.1.2芯片的选型.........................................................................................................123.2AT89S51单片机的基本结构..........................................................................................123.2.1AT89S51单片机的主要特征..............................................................................123.2.2AT89S51单片机的引脚介绍..............................................................................133.3DS18B20温度传感器......................................................................................................153.4系统硬件电路设计.........................................................................................................173.4.1单片机最小系统电路.........................................................................................173.4.2显示电路.............................................................................................................183.4.3温度控制及报警电路.........................................................................................193.4.4DS18B20温度传感器电路..................................................................................194温度控制系统软件设计...........................................................................................................204.1系统软件设计整体思路.................................................................................................204.2系统程序流图.................................................................................................................21II4.2.1系统主程序.........................................................................................................214.2.2读出温度子程序.................................................................................................224.2.3复位、应答子程序.............................................................................................234.2.4写入子程序.........................................................