好文档 - 专业文书写作范文服务资料分享网站

基于PLC控制的加热炉温度控制系统设计2

天下 分享 时间: 加入收藏 我要投稿 点赞

毕 业 设 计

题 目:基于PLC控制的加热炉温度控制系

统设计

学 院:机械与电气工程学院 专 业:电气工程及其自动化 年 级: 姓 名: 指导教师: 完成时间:

基于PLC控制的加热炉温度控制系统设计

摘要

温度控制系统广泛应用于工业控制领域,如钢铁厂、化工厂、火电厂等锅炉的温度控制系统,电焊机的温度控制系统等。加热炉温度控制在许多领域中得到广泛的应用。这方面的应用大多是基于单片机进行PID 控制, 然而单片机控制的DDC 系统软硬件设计较为复杂, 特别是涉及到逻辑控制方面更不是其长处, 然而PLC 在这方面却是公认的最佳选择。加热炉温度是一个大惯性系统,一般采用PID调节进行控制。随着PLC功能的扩充在许多PLC 控制器中都扩充了PID 控制功能, 因此在逻辑控制与PID控制混合的应用场所中采用PLC控制是较为合理的。本设计是利用西门子S7-300PLC控制加热炉温度的控制系统。首先介绍了温度控制系统的工作原理和系统的组成,然后介绍了西门子S7-300PLC和系统硬件及软件的具体设计过程。

关键词:西门子S7-300PLC,PID,温度传感器,固态继电器

I

贵州师范大学毕业设计说明书(毕业论文)

The application of Siemens S7-300 in temperature control

Abstract

Temperature control system has been widely used in the industry controlled field,as the temperature control system of boilers and welding machines in steel works、chemical plant、heat-engine plant etc. Heating-stove temperature control has also been applied widely in all kinds of fields .The application of this aspect is based on SCM which is making the PID control, yet the hardware and software design of DDC system controlled by SCM is somewhat complicated , it’s not an advantage especially related to logic control, however it is accepted as the best choice when mentioned to PLC.

The furnace temperature of heating-stove is a large inertia system,so generally using PID adjusting to control. With the expanding of PLC function, the control function in many PLC controllers has been expanded. Therefore it is more reasonable to apply PLC controlling in the applicable fields where logical control and PID control blend together. The design has utilized the control system with which Siemens S7-300 PLC control the temperature heating-stove. In the first place this paper presents the working principles of the temperature control system and the elements of this system. Then it introduces Siemens S7-300 PLC and the specific design procedures of the hardware and the software.

Key words:Siemens S7-300 PLC,PID,temperature pickup, solid state relay

贵州师范大学毕业设计说明书(毕业论文)

目录

摘要 ............................................................... I Abstract .......................................................... II 第一章 引言 ....................................................... 1 1.1系统设计背景 .................................................. 1 1.2系统工作原理 .................................................. 1 1.3系统设计目标及技术要求 ........................................ 2 1.4技术综述 ...................................................... 2 第二章 系统设计 .................................................... 4 2.1控制原理与数学模型 ............................................ 4

2.1.1PID控制原理 ................................................ 4 2.1.2掌握S7-300PLC的PID指令及应用方法 ........ 错误!未定义书签。 2.1.3PID指令的使用注意事项 ...................................... 7 2.2采样信号和控制量分析 .......................................... 9 2.3系统组成 ..................................................... 10 第三章 硬件设计 ................................................. 10 3.1 PLC的基本概念 ............................................... 11 3.1.1模块式PLC的基本结构 ...................................... 11 3.1.2 PLC的特点 ................................................ 12 3.1.3PLC的应用领域 ............................. 错误!未定义书签。 3.2 PLC的工作原理 ............................................... 14 3.2.1逻辑运算 .................................. 错误!未定义书签。 3.2.2 PLC的循环处理过程 ........................................ 14 3.2.3用户程序的执行过程 ........................................ 16 3.3 S7-300简介 .................................................. 16 3.3.1数字量输入模块 ............................................ 16 3.3.2 数字量输出模块 ........................................... 17 3.3.3数字量输入/输出模块 ....................................... 17 3.3.4模拟量输入模块 ............................................ 17 3.3.5模拟量输出模块 ............................................ 18 3.3.6 S7-300的其他模块 ......................... 错误!未定义书签。 3.4温度传感器 ................................................... 18 3.5固态继电器 ................................................... 20 第四章 软件设计 ................................................... 22

III

贵州师范大学毕业设计说明书(毕业论文)

4.1STEP7编程软件简介 ............................................ 22 4.1.1STEP7概述 ................................................. 22 4.1.2STEP 7的硬件接口 .......................................... 22 4.1.3 STEP 7的编程功能 ......................................... 23 4.1.4 STEP 7的硬件组态与诊断功能 ............................... 23 4.2 STEP7项目的创建 ............................................. 24 4.2.1使用向导创建项目 .......................................... 24 4.2.2直接创建项目 .............................................. 27 4.2.3硬件组态与参数设置 ........................................ 28 4.3用变量表调试程序 ............................................. 35 4.3.1系统调试的基本步骤 ........................................ 35 4.3.2 变量表的基本功能 ......................................... 36 4.3.3变量表的生成 .............................................. 37 4.3.4 变量表的使用 ............................................. 38 4.4 S7-300的编程语言 ............................................ 39 4.4.1PLC编程语言的国际标准 ..................................... 39 4.4.2STEP7中的编程技术 ......................................... 40 结束语 ............................................................ 44 参考文献 .......................................................... 45 附录 .............................................................. 46 致谢 .............................................. 错误!未定义书签。

IV

基于PLC控制的加热炉温度控制系统设计2

毕业设计题目:基于PLC控制的加热炉温度控制系统设计学院:机械与电气工程学院专业:电气
推荐度:
点击下载文档文档为doc格式
628r84hgd97l7tx29ybm0wacw0f2p400ge3
领取福利

微信扫码领取福利

微信扫码分享