该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 电气小工 发布摘要
当今时代是一个自动化时代,交通灯控制等很多行业的设备都与计算机密切相关。因此,一个好的交通灯控制系统,将给道路拥挤、违章控制等方面给予技术革新。随着大规模集成电路及计算机技术的迅速发展,以及人工智能在控制技术方面的广泛运用,智能设备有了很大的发展,是现代科技发展的主流方向。
本论文设计了一种基于PLC的十字路口交通灯控制系统。首先提出了两个方案并进行了比较。接着选择PLC的型号,分配I/O地址,使用基本指令和顺序控制指令分别实现了十字路口交通灯的基本控制功能。使用基本功能指令编写程序的时候,主要使用了“启动-保持-停止”的简单设计法。找出要控制的线圈和线圈的启动/停止条件,根据逻辑公式写出梯形图。使用顺序控制指令编写程序的时候,使用“状态步”的概念,把十字路口交通灯的控制按时间分为若干个状态步,分析每个状态步内要控制的线圈和线圈的启动/停止条件,再分析状态步和状态步之间的转换关系。状态步内的控制使用简单设计法,状态步间的转换使用顺序控制指令实现。在完成基本功能的设计以后,完成了扩展功能的设计,扩展功能增加了夜晚模式,根据新的交通法规,还设计了大功率数码管数码管的驱动和剩余时间的显示。
关键词 交通灯 , PLC , 控制系统
English title
Abstract
The ages is an automation ages nowadays and transportation light control's waiting a lot of equipmentses of professions all is closely related with calculator.Therefore, a good transportation light control system, will hustle for road, illegal control etc. give technique innovation.Along with the technical quick development of the large scale integration and the calculator, and the artificial intelligence is control the extensive usage of technique, the intelligence equipments had a very big development, is the essential direction that modern science and technology develop.
This paper designs a kind of crossroad traffic light control system which is based on PLC.Firstly,it put forward two schemes and compared with them,then choose PLC model,distributed I/O address,and used the basic instructions and sequence control instructions respectively achieve the basic control functions of crossroads traffic lights.When writes the program by using basic function instruction,mainly uses the simple design method,namely "start - keep - stop" .Find out the controlled coil and start/stop conditions of coil,and write trapezoid diagram according to the logic formula.When writes the program by using sequential control instruction, using the concept of "condition step",and according to time divide the crossroads traffic lights control into several condition steps,analyze the controlled coil and start/stop conditions of coil within each step condition, further more analyze transformation relationship between the condition steps.The simple design methods are used in the control of condition steps,sequential control commands are used between the transitions of condition steps.After completed the basic design,then completed the extended function design,at the same time the extended function added the night pattern, according to the new traffic laws, also designed the superpower digital tube driver and the display of rest time.
Keywords traffic light, Programmable Logic Controller,control system
目录
摘要
Abstract
1 前言 2
1.1 交通灯控制的研究意义 2
1.2 交通灯的控制历史 2
1.3 交通灯控制的研究现状 2
1.3.1 国外交通等控制研究的现状 2
1.3.2 国内交通等控制研究的现状 2
2 交通灯控制总体设计 2
2.1 交通灯控制方案论证 2
2.1.1 方案一 2
2.1.2 方案二 2
2.1.3 方案选择 2
2.2 交通灯他控制总体设计 2
2.2.1 控制任务分析 2
2.2.2 I/O点及地址分配 2
3 交通灯控制基本功能的实现 2
3.1 时序图分析 2
3.2 基于基本指令的交通灯控制 2
3.2.1 基于基本指令的流程图 2
3.2.2 基于基本指令控制程序的实现 2
3.2.3 工作过程分析 2
3.3 基于顺控指令的交通灯控制 2
3.3.1 基于顺控指令的状态转移图 2
3.3.2 基于顺控指令控制程序的实现 2
3.3.3 工作过程分析 2
4 交通灯控制的扩展功能 2
4.1 计时功能程序的实现 2
4.2 数码管驱动程序的实现 2
结论 2
参考文献 2
附录1十字路口交通灯控制的实验面板图: 2
附录2十字路口交通灯控制程序 2
致谢 2