基于PLC的音乐喷泉系统设计说明
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
北方民族大学学士学位论文论文题目:基于PLC的音乐喷泉控制系统设计
——软件设计
院(部)名称:电气信息工程学院
学生姓名:邱留永
专业:测控技术与仪器学号:20060234指导教师姓名:祝玲
论文提交时间:10.05.24
论文答辩时间:10.05.29
学位授予时间:10.06.20
北方民族大学教务处制
摘要
本次设计的目的是制作一个以小型PLC为控制核心,变频器控制水柱高度,以音频采集为基础的小型音乐喷泉控制系统。系统控制核心选用SIEMENS公司的S7-200 Micro PLC,水泵的控制选用MICROMASTER 420变频器。
本文主要介绍音乐喷泉控制系统的软件设计,着重介绍可编程控制器的程序设计和变频器的参数设置。本文主要分为六个部分,第一部分对PLC的原理进行了简单介绍;第二部分主要介绍变频器原理;第三部分对控制系统进行了总体介绍;第四部分主要介绍了设计变频器的参数设计,包括系统参数设置方法、参数设置以及参数设计说明;第五部分主要介绍了控制系统控制流程以及控制核心PLC的编程;最后介绍了系统调试的相关情况。
关键词:音乐喷泉,软件设计,控制系统,可编程控制器,变频器
ABSTRACT
The purpose of this design is to design a small musical fountain based on the control system use a small PLC as the control of the core, inverter control water column height and the audio collection is the foundation of the system .We choose S7-200 Micro PLC as the core of the system and use MICROMASTER 420 to control pumps.
This paper mainly introduces the control system software design of musical fountain,focusing on PLC programming and the transducer parameter settings. This paper is divided into six parts, the first part introduces the working principle of PLC briefly; the second part mainly introduces the working principle of transducer; the third part introduces the overall control system; the fourth part stresses the transducer parameter settings, including transducer parameter
settings method, the relevant parameter settings and parameters description; the fifth part introduce the control process of the control system and the programming of PLC; Finally, introducing the debugging of the control system.
KEY WORDS: musical fountain, software design, control system, PLC, Transducer
目录
前言 (1)
第1章PLC基础知识简介 (3)
1.1 PLC的产生和发展 (4)
1.2 PLC的特点、分类与应用 (4)
1.3 PLC的基本结构 (5)
1.4 PLC的工作原理及工作过程 (6)
第2章变频器基础 (9)
2.1 变频器概述 (9)
2.2.1 变频器技术的发展 (9)
2.2.2 变频器的分类 (10)
2.3 变频器的工作原理以及控制方式 (11)
2.3.1 变频器的工作原理 (11)
2.3.2 变频器的控制方式与性能 (12)
2.4 MICROMASTER 420概述 (14)
2.5 MM420变频器的电路结构 (14)
第3章系统总体介绍 (17)
3.1 音乐喷泉组成 (17)
3.1.1 音乐喷泉水池设计 (17)
3.1.2 控制系统组成 (17)
3.2 变频器设计 (18)
3.2.1 变频器选型 (18)
3.2.2 变频器控制接线图 (18)
3.2 PLC设计 (19)
3.2.1 PLC选型 (19)
3.2.2 PLC输入/输出点分配 (20)
3.2.3 PLC控制接线图 (21)
第4章变频器控制参数设计 (22)
4.1 MM420变频器操作面板 (23)
4.2 变频器参数设置方法 (24)
4.2 变频器参数设置 (25)
4.3 变频器控制说明 (26)
4.3.1 系统参数设计说明 (26)
4.3.2 相关参数的说明 (27)
第5章PLC控制系统设计 (32)
5.1 PLC控制流程 (33)
5.2 主要控制程序 (36)
第6章系统调试 (38)
6.1 PLC的调试 (38)
6.2 系统整体调试 (39)
结论 (41)
致谢 (43)
参考文献: (45)