基于PLC的自动门控制系统设计
摘 要
近年来,随着城市建设的高速发展,各种大型建筑物如宾馆酒楼、各类医院、大型商场大厦、高档写字楼、娱乐设施以及仓库等场所不断兴建,在这些场所中,自动门的应用越来越普及,越来越广。与此同时,对自动门技术性能也提出了更高的要求,中国工程建设标准化协会对此非常重视,即将启用我国自动门技术设计的国家标准,进一步加强自动化门的行业技术规范。国内自动门厂家发展迅速,市场潜力大,但随着自动门市场的快速发展,对产品的性能价格比要求越来越高。本论文通过讨论仓库自动门控制系统的组成,阐述可编程控制器(PLC)在自动门控制中的应用,采用三菱PLC编程的程序控制方式,提出了仓库卷帘式自动门的PLC控制系统总体设计方案、设计过程、组成,列出了具体的主要硬件电路、自动门的控制梯形图。并在分析、处理随机信号逻辑关系的基础上,提出了PLC的编程方法,设计了一套完整的自动门控制系统方案。
关键词:PLC,自动门,标准化
PLC-BASED CONTROL DESIGN OF THE AUTOMATIC DOOR SYSTEM
ABSTRACT
In recent years, develop with the city construction high speed, the large-scale various building builds, in these lieu if the guesthouse wineshop , hospital of all kinds , large-scale market edifice , top grade office building , lieu such as recreation facilities and storehouse are ceaseless, the automatic door application is more and more universal , more and more broad. Meanwhile, the function has also brought forward higher call for to automatic door technology , Chinese engineering construction has standardized an association attaching great importance to here , has started using the national standard that our country automatic door technology designs soon , has reinforced the automation door industry technical code further. The automatic door manufacturer is expanding by leaps and bounds in the homeland , the market potential is big, the marketplace develop rapidly , the function price ratio call for to the product are more and more high but with automatic door. The thesis passes the made up of discussing storehouse automatic door navar's , set forth programming controller (PLC) application in controlling in automatic door , adopt Mitsubishi PLC programming program control way, the PLC navar population design plan having brought forward dyadic storehouse rolling curtain automatic door , the ladder diagram having designed process , made up of , having listed concrete main hardware circuit , the automatic door controlling. Have brought forward the PLC programming method , have designed that a set of entire automatic door controls system scheme and on the basis analysing , handling random signal logical relation's.
KEY WORDS:PLC,Automatic door,Standardization
目 录
前 言1
第1章 PLC概述2
1.1 PLC的产生及定义2
1.2 PLC的特点3
1.3 PLC的主要功能5
1.4 PLC的基本结构及原理6
1.5 PLC的发展趋势10
第2章 硬件电路设计12
2.1 PLC的设备要求12
2.2硬件的可靠性14
2.3 PLC的编程语言14
2.4 PLC的机型选择15
2.5 I/O口的分配及PLC控制外部接线图17
第3章 软件程序设计19
3.1仓库大门PLC控制梯形图19
3.2动作说明19
结 论21
谢 辞22
参考文献23
外文资料翻译24
前 言
在仓库、超级市场、公共建筑、银行及医院等入口,经常使用自动门控制系统。早期的自动门控制系统采用继电器逻辑控制,已逐渐被淘汰。PLC控制自动门由于具有故障率低、可靠性高、维修方便等优点,因而得到广泛的应用。本论文介绍了PLC控制仓库自动门的一种方案。希望通过这次设计能够熟练使用三菱FX系列可编程控制器的编程软件,掌握可编程控制器软件程序的设计思路和梯形图的设计方法;能够掌握三菱FX系列可编程控制器程序的应用系统的调试、监控、运行方法;能过通过课程设计而熟练掌握数据的查询(图书、网络),PLC课程所获知识在工程设计工作中综合地加以应用,使理论知识和实践结合起来。
其设计任务是用PLC控制仓库大门的自动打开和关闭,以便让车辆进入仓库。本系统用两种不同的传感器检测车辆。控制要求如下:
1. 在操作面板上设有SB1和SB2两个常开按钮,其中SB1用来启动大门控制系统,SB2用于停止大门控制系统。
2. 用超声波接受开关检测是否有车辆要进入大门。当本单位的车辆驶近大门时,车上发出特定编码的超声波,被门上的超声波接收器识别,输出逻辑“1”信号,则开启大门。
3. 用光电开关检测车辆是否已进入大门。光电开关由发射头和接收头两部分组成,发射头发出特定频谱的红外光束,由接收头加以接收。当红外光束被车辆遮住时,接收头输出逻辑“1”;当红外光束未被车辆遮住时,接收头输出逻辑“0”。当光电开关检测到车辆已进入大门时,则关闭大门。
4. 门的上限装有限位开关SQ1,门的下限装有限位开关SQ2.
5. 门的上下运动由电机驱动,开门接触器KM1闭合时门打开,关门接触器KM2闭合时门关下。



