【编者按】:网学网自动化PLC相关毕业设计为您提供基于单片机控制的混凝土配料自动控制系统参考,解决您在基于单片机控制的混凝土配料自动控制系统学习中工作中的难题,参考学习。
论文编号:ZD1245 论文字数:27281,页数:58 附原理图,外文翻译
摘要
论文在分析国内混凝土配料技术发展的基础上,讨论了用于工业控制的混凝土配料自动控制系统。
随着自动控制技术的发展,国内不少企业开发出了几种混凝土自动配料机。由于它配套灵活,受到施工企业的欢迎。但国内市场上的几种配料机,存在着一些问题,如称重误差大、运行可靠性低等。鉴于此,我们设计了单片机控制的混凝土配料自动控制系统。
论文所介绍的混凝土自动控制系统的工作过程是:先通过键盘设定配方参数,并存储到配方存储器中。然后启动系统,称重传感器的信号经仪表放大器放大后,通过V/F转换为频率信号,经高速光耦隔离后,送至单片机的计数输入端进行计数,同时在显示器上实时显示测量的重量。当某物料的测量值小于设定值时,单片机通过光耦、驱动电路,控制该物料输送皮带电机启动,直到该物料测量值等于设定值时,电机停止,然后启动另外一种物料的称量。
由于单片机汇编语言是自动化专业学习的重要部分,同时和硬件设计部分关系紧密,所以论文中软件设计部分主要用到的是该语言,此设计中还应用了Protel、Word等软件工具。
关键词: 混凝土 自动控制系统 驱动
Title :Design of Concrete Burdening Automation Control Systems Base on 89C52
Abstract
The dissertation discusses the design of concrete burdening automation control systems base on 89C52.
With the development of automatic control technique, a large number of domestic enterprises have designed some concrete compounding materiel machines. Even so, some concrete compounding materiel machines of domestic market exist some problems,for instance,the weigh error is much,or the function dependability is very low. Therefore,We work out the following concrete compounding materiel automatic control system with the control of 89C52.
The work process of concrete compounding materiel automatic control system introduced in this dissertation is: Setup the parameters, and the parameters are being deposited to the memorizer. And then startup the system,the signal of sensor are being magnified by instrument amplifier, and then being transformed into frequency signal by V/F .After Insulating by the high speed coupling machine, then the signal are sent to the counter. At the same time, the display shows the numerical value of weight ever and again. When the geodesic numerical value of weight less then the enactment, the single chip control the start-up of the materiel transportation strap electromotor by high speed coupling machine and the drive, until the geodesic numerical value of weight is equal to the enactment, the electromotor stop. Then we can start-up the weight of anther materiel.
Because single chip assemble language is important part of automation and its relation is close to the design of hardware, so the dissertation apply this assemble language. We also use the software tools just as Protel and Word.
Keywords concrete automation control system drive
目 录
目 录 1
第1章 绪论 3
第2章 方案论证 5
第3章 混凝土配料自动控制系统的硬件设计 6
3.1 AT89C52单片机的相关设计 7
3.1.1 AT89C52的硬件结构功能介绍 7
3.1.2 AT89C52的引脚功能 9
3.1.3 显示器与键盘接口电路 16
3.1.4串行E2PROM扩展接口 22
3.2输入通道的设计 24
3.2.1传感器的选择及传感器测量电路 24
3.2.2 放大电路的设计 27
3.2.3 V/F转换电路的设计 29
3.2.4 高速光耦的设计 32
3.3输出电路的设计 34
3.3.1 四路光隔离器TLP521-4 34
3.3.2继电器及接触器 34
3.3.3驱动电路在本设计中的应用 36
3.4电源电路的设计 37
3.5抗干扰处理 39
3.5.1光电隔离技术 39
3.5.2单片机时钟抗干扰处理 40
3.5.3其它降低噪声和抗电磁干扰技术 40
第4章 软件设计 42
4.1 软件设计总体思路 42
4.1.1 汇编预言程序设计步骤 42
4.1.2 评价程序质量的标准 43
4.2 程序设计 43
4.2.1程序设计需要注意的问题 43
4.2.2混凝土自动配料控制系统的程序设计 43
结 论 49
致 谢 50
参考文献 51
附录1程序清单 52