基于PLC的全自动洗衣机毕业设计
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
摘要
随着可编程控制器(PLC)在工业控制领域的广泛应用,及传统的控制技术的不断更新。本文依据PLC为主要部件设计完成了全自动洗衣机的控制系统。该控制系统的工作流程主要由进水、洗涤、排水、脱水4个步骤组成,在本控制系统中4个步骤依次运行直至洗衣结束。所采用的控制方法操作简单、稳定可靠、维护与维修方便。控制方法确定后投入生产要缩短控制系统的设计的时间、调试周期,且要降低成本。根据洗衣机的工作原理从而对程序及其流程进行了设计,该系统具有智能化程度高、安全可靠和运行稳定等特点。
同时本文介绍了全自动洗衣机的控制系统的PLC设计方法、程序流程图、系统结构图、程序指令、梯形图等,实现全自动洗衣过程。在系统资源分配中给出了详细的I/O地址分配及辅助继电器,是程序设计的基础,设计出的全自动洗衣机控制系统中克服了单片机的缺点,具有PLC可靠性高,耗电少,硬件简单,运行速度高等优点。
关键词:PLC 自动控制洗衣机
I
Abstract
With the programmable logic controller (PLC) is widely used in industrial control field, and constantly updated traditional control technology. In this paper, the main components of the design basis for PLC completed the automatic washing machine control system. The workflow control system is mainly composed of water, washing, draining, dewatering four steps, in the present control system in four steps in sequence until the laundry operation ends. Control method used is simple, reliable, easy to maintain and repair. After determining the control method to shorten production time control system design, debug cycle, and to reduce costs.
Meanwhile article describes the design method PLC control system, automatic washing machine, program flow, the system structure, program instructions, ladder, etc., to achieve automatic laundry process. The allocation of resources in the system are given in detail in the I / O address assignment and auxiliary relays, is the basis for program design, design a fully automatic washing machine control system to overcome the shortcomings of the microcontroller, PLC with high reliability, low power consumption, simple hardware, operating speed advantages.
Keywords: PLC The automatic control The washing machine
II
目录
摘要.................................................................... I Abstract ................................................................. II 目录.................................................................. III 引言.. (1)
1 课题背景及意义 (2)
1.1洗衣机发展概况和现状 (2)
1.2研究的目的和意义 (3)
2 可编程序控制技术 (4)
2.1 PLC的定义 (4)
2.2 PLC的硬件结构 (4)
2.3 PLC的基本工作原理 (5)
2.3.1基本工作模式 (5)
2.3.2 PLC工作过程 (5)
2.4 PLC工作方式与特点 (6)
3 全自动洗衣机的控制系统的设计方法 (7)
3.1全自动洗衣机的控制系统工作原理 (7)
3.2控制系统结构 (8)
3.2.1电动机及传动系统 (9)
3.2.2 进水和排水系统 (9)
3.2.3检测电路系统 (9)
3.3全自动洗衣机的控制系统功能 (10)
3.4全自动洗衣机的控制要求 (11)
4 硬件设计及I/O分配 (12)
4.1 硬件设计结构连线图 (12)
4.2可编程控制器I/O口分配 (13)
4.3 可编程控制器的指令程序表 (14)
4.4系统梯形图 (15)
结束语 (16)
参考资料 (17)
致谢 (18)
III
引言
可编程序控制器(Programmable Logic Controller,PLC)技术是以微处理器为基础,综合了计算机技术、自动控制技术和通讯技术,是一种新型工业控制器装置,是对传统继电器一接触器控制系统的改进。可编程逻辑控制器的内部编程使用面向用户的指令,并且使用数字式或模拟式的输入/输出来控制工业生产过程,使得PLC的操作更加方便灵活。它具有结构简单、编程方便、可靠性高等优点,已经广泛应用于工业自动化、机电一体化、计算机控制等方面。
在以单片机为基础控制系统设计的全自动洗衣机中,存在着一些缺点。第一,控制指令较PLC而言相对复杂;第二,相同控制系统稳定性中,单片机需要多种电路保护装置,例如过载保护、电流保护、电压保护等,正因为增加了这么多的电路从而大大增加了硬件隐含的故障率。
如果采用基于PLC控制的全自动洗衣机控制系统则能有效克服这些缺点,首先PLC的编程语言简单,梯形图明确,测试容易。其次,PLC采用了整体模块,系统驱动电路,检测电路和保护电路等都集中在一个模块中,硬件简单。基于此使得控制系统的可靠性大大增加。
1