文档介绍:电子与信息工程学院
本科毕业论文
论文题目基于FX2N PLC饮料灌装生产
流水线的控制系统设计
学生姓名
学号
专业电气工程及其自动化
班级
指导教师
2010年5月
摘要
本文主要介绍的是基于三菱FX2N-32MR-001 PLC的饮料灌装生产流水线的控制系统的设计。该系统的设计包括硬件设计和软件设计。其中硬件设计包括三菱FX2N-32MR-001 PLC外部电路的设计与安装;软件部分包括程序的设计与调试。
所设计系统最终能够实现以下功能:(1)能对空瓶进行运送、灌装,灌装量可根据空瓶大小设定;(2)对满瓶进行运送及计数,计数值包括累计计数、单位包装计数,单位包装计数量可根据包装大小设定;(3)能够实现手动复位。该系统主要运用了三菱PLC、传感器、继电器、行程开关等器件,利用PLC良好的自动控制性能,实现饮料罐装生产过程的无人控制。
关键词:三菱FX2N-32MR-001 PLC;饮料灌装;生产流水线;无人控制
ABSTRACT
This paper mainly introduces the control system of beverage filling production line based on Mitsubishi FX2N-32MR-001 system design consists of hardware and software design. The hardware design includes Mitsubishi FX2N-32MR-001 PLC’s external circuit design and installation; software design includes the design and debugging of program.
The system can achieve the following functions: (1) The bottles can be transported and filled and the filling volume can be set according to the size of bottles; (2) the full bottles can be transported and counted, the count includes total count and the count of unit package and the total number of unit packaging can be set according to package size; (3) the system can achieve manually reset. The system mainly uses the Mitsubishi PLC, sensors, relays, switches and so on and uses the good automatic control performance of PLC to achieve the no control of beverage filling production line
.
KEY WORDS: Mitsubishi FX2N-32MR-001 PLC; Beverage filling; Production line; No contro
目录
1 绪论 1
课题研究背景 1
课题研究内容 1
2 饮料罐装生产流水线总体方案设计 3
任务的分析 3
硬件方案设计 3
软件方案设计 3
经验设计法 4
逻辑设计法 4
3 系统元件的选择 5
PLC的选型 5
电动机的选型 5
接触器的选型 6
热继电器的选型 6
开关电器、熔断器的选型 6
传感器的选型 6
4 系统的硬件电路实现 9
系统硬件结构框图 9
主电路的设计 9
控制电路的设计 10
操作面板的设计 10
5 系统程序的设计 13
控制要求和控制过程分析 13
I/O端口分配 13
梯形图 15
初始化程序 15
装箱选择程序 15
流水线主控程序 16
闪烁报警程序 18
记数程序 18
数据传送程序 19
6 程序调试 21
装箱选择程序的仿真 21
主控制程序的仿真 21
闪烁报警程序