机械手控制系统设计[汇编]

上传人:瑶*** 文档编号:147304666 上传时间:2020-10-08 格式:PDF 页数:58 大小:787.04KB
返回 下载 相关 举报
机械手控制系统设计[汇编]_第1页
第1页 / 共58页
机械手控制系统设计[汇编]_第2页
第2页 / 共58页
机械手控制系统设计[汇编]_第3页
第3页 / 共58页
机械手控制系统设计[汇编]_第4页
第4页 / 共58页
机械手控制系统设计[汇编]_第5页
第5页 / 共58页
点击查看更多>>
资源描述

《机械手控制系统设计[汇编]》由会员分享,可在线阅读,更多相关《机械手控制系统设计[汇编](58页珍藏版)》请在金锄头文库上搜索。

1、I 机械手控制系统设计 摘 要 在工业生产和其他领域内,由于工作的需要,人们经常受到高温、腐蚀及有毒 气体等因素的危害,增加了工人的劳动强度,甚至于危及生命。自从机械手问世以 来,相应的各种难题迎刃而解。 本次设计根据课题的控制要求,确定了搬运机械手的控制方案,设计控制系统的 电气原理图,对控制系统进行硬件和软件选型,完成 PLC(可编程控制器)用户程 序的设计。设计中使用了德国西门子公司生产的 S7-200 系列的 CPU 226。该系列 PLC 具有功能强大,编程方便,故障率低,性价比高等多种优点。机械手的开关量 信号直接输入 PLC,使用 CPU 226 来完成全部的控制功能,包括:手动

2、/自动控制 切换,循环次数设定,状态指示,手动完全操控等功能。机械手完成下降、伸出、 加紧工件、上升、右旋、再下降、放松工件、缩回、放松、左旋十个动作。通过模 拟调试,有序的控制物料从生产流水线上安全搬离,提高搬运工作的准确性、安全 性,实现一套完整的柔性生产线,使制造过程变的更有效率。 通过本次毕业设计,对 PLC 控制系统的设计建立基本的思想:能提出自己的应 用心得;可巩固、深化前续所学的大部分基础理论和专业知识,进一步培养和训练 分析问题和解决问题的能力,进一步提高自己的设计、绘图、查阅手册、应用软件 以及实际操作的能力,从而最终得到相关岗位和岗位群中关键能力和基本能力的训 练。 关键词

3、:机械手;PLC(可编程控制器) ;CPU;梯形图 II The Design of Manipulator Control System ABSTRACT In industrial manufacturing and other fields, due to the demand of work, many workers are compelled to expose in harmful circumstance like high temperature, corrosion, toxic gases harm and so on, that increased labor inte

4、nsity, even imperial their lives. However, since the manipulator came out, many knotty problems are smoothly solved. The design requirements under the control of the subject to determine the handling robot control program, designed control system electrical schematic diagram, the control system hard

5、ware and software selection, complete the design of the user program in the PLC (programmable controller). Design used in the German company Siemens S7-200 series CPU 226. The series PLC with powerful, easy programming and low failure rate, and cost advantages. Robot switch signal input to the PLC,

6、the CPU 226 to complete all the control functions, including: manual / automatic control switch, set the number of cycles, status indicator, manual complete control and other functions. the production line on the safe move out, so that the manufacturing process becomes more efficient. The graduation

7、 project, the design of PLC control system to establish the basic idea: to make their own application experience; can strengthen and deepen the most of the former continued the basic theory and professional knowledge, further training and training to analyze and solve problems the ability to further

8、 improve their design, drafting, inspection manuals, application software, as well as the actual ability to operate, and ultimately related jobs and job base in key skills and basic skills training. Key Words: Manipulator;PLC;CPU;Ladder-diagram III 目 录 第 1 章 绪论 .1 1.1 机械手的背景与现实意义.1 1.2 国内外机械手研究概况.1

9、1.3 机械手控制存在的问题及最新发展.3 1.3.1 利用单片机实现对机械手的控制 .3 1.3.2 利用传统继电器实现对机械手的控制 .3 1.3.3 PLC 实现对机械手的控制.3 1.4 本文主要工作.5 第 2 章 机械手控制系统工艺流程与总体方案设计 .6 2.1 机械手控制系统的流程设计.6 2.2 机械手的工艺过程.6 2.3 机械手总体控制方案的设计思路.7 第 3 章 机械手硬件系统设计 .9 3.1 电气原理设计 .9 3.1.1 机械手电源电路设计 .9 3.1.2 机械手控制电路 .9 3.1.3 工作状态指示灯电路.11 3.1.4 LED 段码指示电路.11 3.

10、2 PLC 的选型及参数 .12 3.3 电器元器件的选型 .13 3.3.1 接触器 .13 3.3.2 行程开关 .14 3.3.3 熔断器 .14 3.3.4 低压断路器 .14 3.3.5 控制按钮 .14 3.3.6 直流减速电机 .14 第 4 章 机械手软件系统设计 .15 IV 4.1 设计任务和控制要求 .15 4.2 高级指令说明 .15 4.2.1 定时器指令 .15 4.2.2 顺控继电器(SCR)指令 .17 4.2.3 传送指令 .17 4.2.4 计数器指令 .18 4.2.5 标准转换指令 .20 4.2.6 段码指令 .20 4.3 PLC 的 I/O 接口功能设计与分配 .20 4.3.1 PCL 的 I/O 接口功能设计.20 4.3.2 I/O 接线图.23 4.4 设计系统工作流程 .24 第 5 章 机械手控制系统调试 .25 5.1 西门子 S7-200 系列 PLC 编程软件.25 5.2 程序说明.26 5.3 故障及其解决方案.

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 办公文档 > 解决方案

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号