Open Nav

基于PLC的啤酒发酵温度控制(含PLC程序)

以下是资料介绍,如需要完整的请充值下载.
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.仅供学习参考之用.
   帮助中心
资料介绍:

基于PLC的啤酒发酵温度控制(含PLC程序)(任务书,开题报告,外文翻译,论文说明书28000字,PLC程序)
摘  要
发酵过程是啤酒生产过程中重要的环节之一,本文以发酵过程为工程背景,利用PLC实现对啤酒发酵过程中温度的自动控制,这对于更加熟练的掌握PLC并将PLC应用在实际生产中以及了解啤酒的生产工艺有着重大的作用。本文的主要工作在于:由于发酵对象的时变性、时滞性以及不确定性,决定了发酵罐控制必须采用一种特殊的控制算法,每个发酵罐也存在着个体差异,并且在不同的工艺条件下,不同的菌种下,对象的特性也会有所不同,因此很难建立或找到某一明确的数学模型来对其进行模拟和预测控制。为了节生产省能源,降低成本,并且能满足控制要求,发酵罐温度控制确定了检测发酵罐的上、中、下3个位置的温度,通过调节上、中、下3段液氨进口的电磁阀来实现发酵罐的温度控制,利用PLC来完成整个过程温度的控制。这个系统性价比高、可靠、且技术先进,完全能够满足啤酒生产过程发酵工艺的技术要求,而且兼顾了很多实用的需求。
关键词:可编程逻辑控制器  发酵的温度  温度控制
 
Beer fermentation temperature control based on PLC

[资料来源:www.doc163.com]


Abstract
Beer fermentation is one of the key steps of beer production. Thus, on the basis of some projects in breweries, this thesis investigated beer fermentation automation and Fuzzy Intelligent PID algorithm applied in this process. It is an attempt to apply high technology to traditional industry and has importantly practical meaning. In this paper, beer fermentation process for the project background, the use of PLC in the beer fermentation process temperature control, which is more firmly grasp PLC and used to produce practical and understanding of the beer production process have a very good role. What this research solute is: As the object of beer fermentation, degeneration, and the uncertainty of the delay, a decision must be in control of fermentation tank special control algorithms. As each there are individual differences, but in different process conditions, different fermentation bacteria, the object characteristics vary. Therefore it is difficult to find or create a precise mathematical model to simulate and forecast control. To save energy, reduce production costs and to meet the requirements of control, temperature control of fermentation tank selected the detection of the fermentation tank, in the next paragraph 3 of the temperature, through the upper, middle and lower imports of liquid ammonia in paragraph three Electromagnetic valve to achieve fermentation tank temperature control method. To solute the whole process temperature control by PLC, the system performance higher than price, reliable, advanced technology, to fully meet the fermentation process of beer production technology requirements, taking into account the practical needs.

[资料来源:Doc163.com]


Key Words: Programmable logic controller; Fermentation temperature; Temperature control
  [来源:http://www.doc163.com]

基于PLC的啤酒发酵温度控制(含PLC程序)
基于PLC的啤酒发酵温度控制(含PLC程序)
基于PLC的啤酒发酵温度控制(含PLC程序)
基于PLC的啤酒发酵温度控制(含PLC程序)


目录
摘  要    I
ABSTRACT    II [资料来源:http://Doc163.com]
第一章 概 述    1
1.1 选题的目的和意义    1
1.2 啤酒发酵控制系统方案综述    2
1.3 实现啤酒发酵罐温度PLC控制的主要研究工作    3
1.4 本章小结    3
第二章 啤酒发酵工艺概述    4
2.1 啤酒发酵概述    4
2.2 发酵各阶段温度控制机理    4
2.3 啤酒发酵设备概述    6
2.4 啤酒发酵温控基本要求    6
2.5 啤酒发酵工艺流程    7
2.6 本章小结    9
第三章 应用PLC实现啤酒发酵温度控制的可行性分析    10
3.1 可编程序控制器PLC的特点    10
3.2 PLC的组成与基本原理    11
3.2.1 PLC的结构组成    11
3.2.2 PLC的工作原理    12
3.2.3 PLC的主要功能和应用    13
3.3 PLC在啤酒发酵中应用的可行性    15
3.4 本章小结    16

[来源:http://www.doc163.com]

第四章 啤酒发酵温度PLC控制方案    17
4.1 系统控制要求及功能    17
4.1.1 啤酒发酵温度要求    17
4.1.2 系统功能    17
4.1.3 PLC控制系统方案    18
4.2 系统硬件配置    19
4.2.1 CPU的选型    19
4.2.2 模拟量扩展模块    22
4.2.3 控制系统硬件配置    23
4.3 啤酒发酵温度PLC控制系统的I/O分配    24
4.3.1 I/O地址分配    24
4.4 本章小结    27
第五章 MCGS实现啤酒发酵温度监控界面设计    28
5.1 MCGS软件的介绍    28
5.1.1 MCGS简介    28
5.1.2 MCGS特点    28
5.2 MCGS工程的五大部分    28
5.3 MCGS组态软件的工作方式    29
5.4 MCGS组态软件设计主要内容    29
5.5 MCGS啤酒发酵温度监控界面    30
5.5.1 主界面及脚本    30 [资料来源:Doc163.com]
5.5.2 模拟运行界面    34
5.5.3 报表和曲线输出截图    36
5.6 MCGS与PLC通信    36
5.7 本章小结    37
第六章 PLC实现啤酒发酵温度控制的程序设计    38
6.1 编程软件的介绍    38
6.1.1 指令系统    38
6.1.2 PLC程序设计流程及原则    39
6.1.3 STEP7-Micro/WIN 32    40
6.2 控制程序流程图    41
6.2.1 发酵温度控制系统流程图    41
6.2.2 控温程序流程图设计    42
6.3 PID控制    44
6.3.1 S7-200的PID指令    44
6.3.2 数值转换及标准化    45
6.3.3 选择PID回路类型    46
6.4 系统程序设计    46
6.4.1 符号表    46
6.4.2 主程序    47
6.4.3 主酵自然升温段程序    47
6.4.4 温度控制程序    47
[来源:http://www.doc163.com]

6.4.5 电磁阀控制    48
6.5 本章小结    49
结 论    50
参考文献    51
致 谢    53
附 录    54
[资料来源:http://www.doc163.com]

  • 关于资料
    提供的资料属本站所有,真实可靠,确保下载的内容与网页资料介绍一致.
  • 如何下载
    提供下载链接或发送至您的邮箱,资料可重复发送,若未收到请联系客服.
  • 疑难帮助
    下载后提供一定的帮助,收到资料后若有疑难问题,可联系客服提供帮助.
  • 关于服务
    确保下载的资料和介绍一致,如核实与资料介绍不符,可申请售后.
  • 资料仅供参考和学习交流之用,请勿做其他非法用途,转载必究,如有侵犯您的权利或有损您的利益,请联系本站,经查实我们会立即进行修正! 版权所有,严禁转载
    doc163.com Copyright © 2012-2024 苏ICP备2021029856号-4