智能交通灯控制系统——软件部分
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
郑州航空工业管理学院
毕业论文(设计)
2012 届电子信息工程专业 ****** 班级
题目智能交通灯控制系统——软件部分
姓名***** 学号***********
指导教师***** 职称教授
二〇一二年五月二十一日
内容摘要
交通灯在现代社会交通管理的作用毋庸置疑,但某些所需的功能仍然不具备,本文设计的交通灯不但实现了基本的倒计数功能,还创新的添加了流量控制、可调节时间、紧急情况处理和随时东西、南北通行切换的功能,并对车流量检测和判断做出了多个方案对比,最终确定使用闯红灯警戒线作为车流量检测的方法。
设计以STC89C52单片机为核心,外接外围电路构成基本电路,编写C语言程序,用keil编译调试,在PROTEUS软件中仿真,用来实现了交通微控制器的模拟。
智能交通灯控制系统通常要实现车流量自动控制和在紧急情况下能够手动切换信号灯让特殊车辆优先通行。该文主要论述了智能交通灯控制系统的软件实现,还对STC89C52单片机的结构特点和重要引脚功能进行了介绍,同时对智能交通灯控制系统的设计进行了分析。最后利用PROTEUS软件对交通灯控制系统进行仿真。
关键词
单片机;STC89C52;车流量;智能交通灯
Intelligent Traffic Light Control System —The software section
**********************************
Abstract
The traffic lights in the modern society traffic management role, but some no doubt the functionality needed to still do not have, this paper introduces the design of traffic light not only realize the basic pour count function, still added the function of traffic control, adjustable time, emergency situation and direction switching , and to finalize the use of red light running cordon as the methods of traffic detection.we compared a number of options of the traffic detection and the judgment.
Design with STC89C52 single-chip microcomputer as the core, an external circuit constitute the basic circuit, periphery type C language program, Keil compiling and debugging , PROTEUS software simulation, in basically achieved traffic simulation of micro controller.
Intelligent traffic control system will usually achieve traffic volume automatic control and in emergency situations can manual switching lights make special vehicle right-of-way.This paper mainly discusses the software implementation of the intelligent traffic light control system。Microcontroller STC89C52 structural characteristics and pin functions are
described and important pins are introduced in the paper, and the function of the design of the control system of intelligent traffic lights were analyzed in detail. At last, the paper introduces the PROTEUS embedded system simulation and development platform to use a method, the use of the traffic lights PROTEUS software control system simulation.
Key words
SCM; STC89C52;Traffic volume;Intelligent traffic light
目录
1 引言 (1)
1.1交通灯的由来与发展 (1)
1.2交通灯的功能与作用 (2)
2总体设计方案 (2)
2.1课题要求 (2)
2.2硬件及软件方案 (3)
2.2.1硬件方案 (3)
2.2.2软件方案 (5)
2.3基本原理 (7)
3系统的程序设计 (8)
3.1程序设计的工具 (8)
3.2整体系统分析 (9)
3.3总程序流程图 (11)
3.4中断程序设计 (13)
4、软件仿真结果分析及总结 (14)
4.1仿真结果分析 (14)
4.2仿真总结 (17)
总结 (18)