基于plc中断技术的集选电梯控制系统的实现.rar
基于plc中断技术的集选电梯控制系统的实现,基于plc中断技术的集选电梯控制系统的实现2.9万字 48页摘要:采用可编程控制器(plc)实现4层4站电梯的使用功能:集选、消防和检修。由于电梯是一个大型复杂设备,为了简化电梯控制程序的设计,采用级式程序设计的新方法。根据电梯的运行方式在初始级设计了3个模块:集选、消防和检修。在各个模块下,按照电梯运行动作进一步分级...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 xiaowei 发布
基于PLC中断技术的集选电梯控制系统的实现
2.9万字 48页
摘要:采用可编程控制器(PLC)实现4层4站电梯的使用功能:集选、消防和检修。由于电梯是一个大型复杂设备,为了简化电梯控制程序的设计,采用级式程序设计的新方法。根据电梯的运行方式在初始级设计了3个模块:集选、消防和检修。在各个模块下,按照电梯运行动作进一步分级,程序的级与动作相对应。另外,为了提高控制系统对消防联动和厅外召唤信号的响应速度,采用中断技术对这两种信号进行处理。研究表明,级式程序设计方法简化了程序,缩短了执行时间,容易编制和维护。级式程序和中断技术结合的方法有效地解决了顺序控制中随机信号的处理问题,具有一定的工程应用价值。
关键词:中断技术,可编程控制器,集选电梯,级式语言
Auto-selection Elevator Control System Design Using PLC Interruption Technique
Abstract: A programmable controller(PLC)is adopted to perform the usage function for a elevator with 4-floor and 4-station: auto-selection, fire control and maintenance. Elevator system is complicated and enormous, in order to simplify the design of the control software for the elevator, a new method named stage-programming technique is used. According to the operation made of the elevator, 3 modules are designed in beginning stage, that is auto-selection, fire control and maintenance. These modules is further split in accordance with the elevator running movements, so stages in software is corresponded to movements in elevator running. In addition, in order to improve the control system response speed for fire control linking signal and elevator calling signals, interruption technique is applied to process these signals. Studies have shown that the stage-programming method can simplify the control software, reduce the software execution time, and make software edition and modification more easily. Combining the stage-programming and interruption technique, the problem of random signal in the sequence control can be solved effectively. The method used in this paper has some reference value in engineering application.
目 录
1. 绪言 1
1.1电梯简介 1
1.2电梯的运行工作情况 1
1.3电梯的控制系统 2
1.4 小 结 3
2. 电梯的总体结构 4
2.1电梯的机械结构 4
2.1.1 曳引系统 4
2.1.2 轿厢和对重 5
2.1.3 轿门、厅门及开关门系统 6
2.1.4 机械安全保护系统 7
2.2电梯的电气系统 7
2.2.1电气系统介绍 7
2.2.2电梯电气控制系统的分类 8
2.3小 结 9
3. 交流双速电梯的电气系统设计 10
3.1 序言 10
3.2拖动系统的设计 10
3.2 井道中的传感器及检测开关的设置 11
3.3 厅外召唤、方向指示及层楼显示器的设计 12
3.4 轿内主令 13
3.5 检修 13
3.6 门电路 13
3.7小 结 14
4 PLC控制系统的设计 15
4.1 序言 15
4.2 SH系列PLC简介 15
4.3级式语言 16
4.4 四层四站交流双速电梯的PLC控制原理 17
4.5 小 结 19
5 集选电梯功能实现 20
5.1 序言 20
5.2程序设计及分析 21
5.2.1功能级的设计 21
5.2.2电梯集选功能的实现 22
5.2.3 消防运行方式 27
5.2.4检修运行 28
5.3中断处理 28
5.3.1 轿外呼梯 29
5.3.2 消防联动控制 29
5.4小 结 30
6 系统调试及分析 31
6.1电梯试验装置的设计 31
6.2 调试中的问题及解决方法 32
1 指令ORLD在使用中出现的问题及解决方法 32
2 不集选 32
3 竞争冒险现象 32
4外召唤按钮卡住处理方案 33
7. 毕业设计总结 34
谢辞 35
参考文献 36
附录 37
计算机程序 37
输入输出点及相对编号 46
主要元件及型号 47
参考文献
[1] 王俭 龙莉莉,建筑电气控制技术,中国建筑工业出版社,1998
[2] 陈家盛 ,电梯结构原理及安装维修,机械工业出版社,2000
附录
计算机程序
输入输出点及相对编号
主要元件及型号
2.9万字 48页
摘要:采用可编程控制器(PLC)实现4层4站电梯的使用功能:集选、消防和检修。由于电梯是一个大型复杂设备,为了简化电梯控制程序的设计,采用级式程序设计的新方法。根据电梯的运行方式在初始级设计了3个模块:集选、消防和检修。在各个模块下,按照电梯运行动作进一步分级,程序的级与动作相对应。另外,为了提高控制系统对消防联动和厅外召唤信号的响应速度,采用中断技术对这两种信号进行处理。研究表明,级式程序设计方法简化了程序,缩短了执行时间,容易编制和维护。级式程序和中断技术结合的方法有效地解决了顺序控制中随机信号的处理问题,具有一定的工程应用价值。
关键词:中断技术,可编程控制器,集选电梯,级式语言
Auto-selection Elevator Control System Design Using PLC Interruption Technique
Abstract: A programmable controller(PLC)is adopted to perform the usage function for a elevator with 4-floor and 4-station: auto-selection, fire control and maintenance. Elevator system is complicated and enormous, in order to simplify the design of the control software for the elevator, a new method named stage-programming technique is used. According to the operation made of the elevator, 3 modules are designed in beginning stage, that is auto-selection, fire control and maintenance. These modules is further split in accordance with the elevator running movements, so stages in software is corresponded to movements in elevator running. In addition, in order to improve the control system response speed for fire control linking signal and elevator calling signals, interruption technique is applied to process these signals. Studies have shown that the stage-programming method can simplify the control software, reduce the software execution time, and make software edition and modification more easily. Combining the stage-programming and interruption technique, the problem of random signal in the sequence control can be solved effectively. The method used in this paper has some reference value in engineering application.
目 录
1. 绪言 1
1.1电梯简介 1
1.2电梯的运行工作情况 1
1.3电梯的控制系统 2
1.4 小 结 3
2. 电梯的总体结构 4
2.1电梯的机械结构 4
2.1.1 曳引系统 4
2.1.2 轿厢和对重 5
2.1.3 轿门、厅门及开关门系统 6
2.1.4 机械安全保护系统 7
2.2电梯的电气系统 7
2.2.1电气系统介绍 7
2.2.2电梯电气控制系统的分类 8
2.3小 结 9
3. 交流双速电梯的电气系统设计 10
3.1 序言 10
3.2拖动系统的设计 10
3.2 井道中的传感器及检测开关的设置 11
3.3 厅外召唤、方向指示及层楼显示器的设计 12
3.4 轿内主令 13
3.5 检修 13
3.6 门电路 13
3.7小 结 14
4 PLC控制系统的设计 15
4.1 序言 15
4.2 SH系列PLC简介 15
4.3级式语言 16
4.4 四层四站交流双速电梯的PLC控制原理 17
4.5 小 结 19
5 集选电梯功能实现 20
5.1 序言 20
5.2程序设计及分析 21
5.2.1功能级的设计 21
5.2.2电梯集选功能的实现 22
5.2.3 消防运行方式 27
5.2.4检修运行 28
5.3中断处理 28
5.3.1 轿外呼梯 29
5.3.2 消防联动控制 29
5.4小 结 30
6 系统调试及分析 31
6.1电梯试验装置的设计 31
6.2 调试中的问题及解决方法 32
1 指令ORLD在使用中出现的问题及解决方法 32
2 不集选 32
3 竞争冒险现象 32
4外召唤按钮卡住处理方案 33
7. 毕业设计总结 34
谢辞 35
参考文献 36
附录 37
计算机程序 37
输入输出点及相对编号 46
主要元件及型号 47
参考文献
[1] 王俭 龙莉莉,建筑电气控制技术,中国建筑工业出版社,1998
[2] 陈家盛 ,电梯结构原理及安装维修,机械工业出版社,2000
附录
计算机程序
输入输出点及相对编号
主要元件及型号