loading 请求处理中...
毕业设计 基于PLC自动售货机控制系统设计

价格¥99.00元 /

销量浏览人数253

地区暂无

交付方式站内下载

现在购买

友情提醒:为保障您的利益,请网上成交,贵重物品,请将付款托管到平台进行交易。

免责声明:本网所展示的论文与服务信息由买卖双方自行提供,其真实性、准确性和合法性由信息发布人负责。本网不提供任何保证,并不承担法律责任。

描述 查看论文信息和论文文件预览

毕业设计-基于PLC自动售货机控制系统设计,共51页,16058字,附外文翻译、答辩PPT、梯形图
摘要
随着人们生活的高度现代化,全智能自动化的全新模式正在逐步走入我们的日常生活,而自动售货机越来越多越来越广泛的应用,更是给人们的生活带来了极大的便利,因此,其可靠稳定的设计,更加凸显重要性,自动售货机是可完成无人自动售货,集光、机、电一体化的商业自动化设备。自动售货机具有不受任何场地限制,方便快捷,可以每天24h售货的优点。针对自动售货机设计一套控制系统,具有性能可靠、电压使用范围宽及编程方便,维护方便。自动售货机为自动化商业机械的代表被广泛用于公共场所。
传统的自动售货机控制系统采用单片机作为控制核心这样不仅会在输入输出接口上做大量的工作与配比而且系统的抗干扰性也比较差,维护起来也非常麻烦,且费用高昂。
可编程序控制器( PLC)是综合了计算机技术、自动控制技术和通讯技术而发展起来的一种新型的工业控制装置它具有可靠性高、编程简单、维护方便等优点。而将这些优点应用于传统的自动售货机控制程序上,可以大大节约成本,使得自动售货机真正意义上的可以广泛应用。
本文即通过方案比较论证的方式,比较可编程控制器与单片机等的优缺点,并通过西门子s7-200编程软件编写了自动售货机的内在主要程序,而其控制核心即主板采用了CPU224系列,以达到在理想的成本的情况下,完成尽可能多的工作任务,同时减轻后期维护成本,并利于大家的使用,力求在最简单的操作下完成预期想要达成的目标。
关键词:可编程控制器,梯形图,自动售货机


ABSTRACT
With highly modern people's lives, all intelligent automated new model is gradually into our daily lives , and more and more vending machines more widely used , it is to people's lives brought great convenient , and therefore its reliable and stable design , highlights the importance of vending machines are to be completed no vending , optical, mechanical , electrical integration of business automation equipment. Vending machines have not any space restrictions , convenient advantage of can 24h daily sales . For vending machine design a control system with reliable performance, wide voltage range and easy programming , easy to maintain . Vending machine for the automated business representatives are widely used in public places .
The traditional vending machine control system using SCM as the control so that not only will do a great job with the ratio of the input and output interfaces and immunity system is relatively poor, it is also very cumbersome to maintain , and expensive .
Programmable Logic Controller (PLC) is a combination of computer technology, automatic control technology and communication technology and a new type of industrial control devices developed its high reliability , simple programming, and easy maintenance have been in the field of industrial control vending machines widely used because of the completion of the community as a retail and integrated services independent facilities require it to be reliable structure , high stability and efficiency. And these benefits will be applied to traditional vending machine control program, you can greatly reduce costs, making the vending machine can be widely applied in the true sense.
This paper compares demonstration programs, such as by way of comparative advantages and disadvantages of single-chip programmable controller, and through Siemens s7-200 programming software program written in the inner main vending machine and its control center that the motherboard uses a CPU224 series, in the case in order to achieve optimum cost to complete the task as much as possible. While reducing ongoing maintenance costs, and is conducive to everyone's use, and strive in the most simple operation is expected to complete the goals you want to achieve.
KEY WORDS:PLC, ladder diagram,vending machine


目录
第一章 绪论 8
1.1 自动售货机的研究背景及意义 8
1.2 研究自动售货机的目的 9
1.3 本设计研究的内容 9
第二章 自动售货机的功能分析 10
2.1 自动售货机主控单元的确定 10
2.1.1 PLC的部分功能 10
2.1.2基于继电器,单片机和PLC比较的方案论证 12
2.1.3 确定自动售货机的主控单元为PLC 15
2.1.4 PLC的基本工作原理 17
2.1.5 PLC基本指令 18
2.1.6 PLC的分类 19
2.2 自动售货机的售货方法 20
2.3 自动售货机的空间结构 20
2.4 自动售货机的功能 21
2.5 自动售货机的购物使用流程 22
第三章 自动售货机的硬件部分 23
3.1 控制电路硬件组成框图 23
3.2 确定自动售货机使用的PLC类型 24
第四章 自动售货机的软件设计 27
4.1自动售货机的控制系统流程图 27
4.2 自动售货机的程序部分 28
4.2.1 程序中用到的部分指令 28
4.2.2 自动售货机完整程序语句 31
参考文献 37
致谢 38
毕业设计小结 39
附录:PLC完整梯形图及功能模块图 41


本设计研究的内容
本课题采用西门子点数之和为24点的主机CPU224 ,其中输入点为14点,输出点为10点的系列PLC对饮料自动售货机控制系统进行设计。
(1)通过与单片机、继电器、液压在各个方面的比较,确定自动售货机的主控单元是PLC。
(2)通过对自动售货机的售货方法分析确定采用双弹簧出货机构,直流电动机驱动。
(3)根据控制功能图进行梯形图设计,软件结合硬件的性质选择合适的数据寄存器以及根据功能使用合适的算法。


主要技术指标
1、分析和研究自动售货机控制系统的工作原理以及PLC控制系统的设计方法;
2.设计基于PLC完成自动售货机控制系统的设计及PLC的选型,建立系统的输入——输出点数的分配表;
3.设计出基于PLC的自动售货机控制系统的软硬件原理图;
4.编写出plc相关的自动售货机梯形图控制程序;
5.完成系统的整体运行分析;
6.撰写毕业设计论文。


论文大小:1.24MB
论文格式:word+ppt
论文专业:自动化
论文编号:209228
论文文件预览:
共2文件夹,3个文件,文件总大小:1.24MB,打包后大小:576.02KB

  • 毕业设计-基于PLC自动售货机控制系统设计
  • 张驰
  • ppt答辩稿 张驰.ppt  [332.50KB]
  • doc英译汉.doc  [85.00KB]
  • doc论文终稿.doc  [849.50KB]

返回查看论文简介
  • 改文网是一个通过互联网,解决撰写方面的文章代写交易、论文代写平台,改文网本着让知识和财富快速流通、让时间和金钱等比交换的原则!致力于打造一个让网络写作人才展露头角的舞台,一个让能力变成财富的平台,一个用时间换取金钱的空间!
  • 改文网的所有论文代写任务都支持稿件交易中介服务,其运作的实质是以改文网作为交易中介,在雇主确认收到满意稿件前,由改文网替约稿双方暂时托管稿费,有效解决论文代写过程中普遍存在的诚信问题,保障写手和雇主双方利益。
  • 改文网代写论文代写文章包括经济、计算机、管理、各种设计、法律、教育、理学、人文、工科、医学、农业、论文写作指导、应用文写作、文章代写等多种撰写格式,我们拥有成千上万计的各专业网络写手,并长期活跃在改文网,为您分忧解难或提供详尽的代写方案
  • 您还可以通过论文代写平台参与代写职称论文代写毕业论文等写作任务来赚取稿费;并可建立自己的个人代写店铺,这是展示您的一个宣传平台!在论文代写论坛里,您可以与大量的论文写作爱好者,写作高手共同探讨写作方面的话题,增长见识,提升您的写作文笔。