资源预览内容
第1页 / 共37页
第2页 / 共37页
第3页 / 共37页
第4页 / 共37页
第5页 / 共37页
第6页 / 共37页
第7页 / 共37页
第8页 / 共37页
第9页 / 共37页
第10页 / 共37页
亲,该文档总共37页,到这儿已超出免费预览范围,如果喜欢就下载吧!
资源描述
本科生毕业设计(论文)题 目:停车管理系统信息处理等模块设计 姓 名: 黎金城 学 号: 111000318 学 院: 物理与信息工程学院 专 业: 通信工程 年 级: 2010级 指导教师: (签名) 2014 年 6 月 3 日独创性声明本毕业设计(论文)是我个人在导师指导下完成的。文中引用他人研究成果的部分已在标注中说明;其他同志对本设计(论文)的启发和贡献均已在谢辞中体现;其内容及成果为本人独立完成。特此声明。论文作者签名: 日期: 关于论文使用授权的说明本人完全了解福州大学有关保留、使用学位论文的规定,即:学校有权保留送交论文的印刷本、复印件和电子版本,允许论文被查阅和借阅;学校可以公布论文的全部或部分内容,可以采用影印、缩印、数字化或其他复制手段保存论文。保密的论文在解密后应遵守此规定。论文作者签名: 指导教师签名: 日期智能停车场信息管理系统设计中文摘要 在经济与科技的快速发展下,人们的生活质量也不断的提高,汽车成为人们出行的主要交通工具。汽车越来越多但是车位资源没有改善,停车场的管理方式也急需转变。在车位资源紧张的情况下,传统的停车场管理方式已经不适合现在对停车场管理的要求。智能停车场信息管理系统提高了车位的管理效率,给车主提供了方便快捷的停车服务。智能停车管理系统的优点在于它的系统的规范化、智能化、程序化、系统化的管理停车场 本设计以STC12C5A60S2单片机作为下位机,用Visual Studio作为前台开发工具用C#写上位机,上位机与下位机通信的部分用Visual Basic的MSComm控件进行上位机与下位机的通信,上位机与下位机的一起合作实现智能管理停车场。本系统通过红外传感器和无线收发芯片nRF24l01来接受下位机传输过来的IC卡号,然后将卡号写入单片机,最终是单片机与pc机通过MSComm控件进行通信,实现记录驶入车辆的IC卡号和驶入时间,进行停车时间的计时和计费的功能。本系统上位机部分增加了系统用户管理部分,系统用户分为管理员与普通用户,管理员拥有最高权限可以更改用户信息,普通用户只可以查询自己停车记录等信息。这样能更加方便的了解停车场的车位情况,管理起来更加的方便本论文所设计的智能停车场信息管理系统,由停车场车位监管系统和车辆出入信息管理系统组成,控制子系统通过无线收发芯片nRF24l01和MSComm控件进行通信采集IC卡的信息记录车辆的出路信息,加强车辆的出入管理。关键词:Visual Studio,单片机,无线收发芯片nRF24l01 Design Of Intelligent Parking Information Management System Abstract In the rapid development of economy and technology, the quality of peoples lives are constantly improving , cars become the main means of transport for people to travel . More and more car parking spaces but no improvement resources , management of parking is also urgently needed change. In the parking tight resource situation , the traditional way is not suitable for parking management parking management requirements now . Intelligent parking management information system to improve the management efficiency of parking spaces , to the owners to provide a convenient parking. Advantages intelligent parking management system is its system of standardization , intelligence, procedures and systematic management of parkingThe design STC12C5A60S2 SCM as the next crew , using Visual Studio as a front development tool written in C # PC , some PC machine to communicate with the lower use of Visual Basic MSComm controls the PC and the next crew of communication , the PC and the next crew work together to realize the intelligent management of parking . This system via infrared sensors and wireless transceiver chip nRF24l01 to accept lower machine transmission over the IC card , the card number and then write the SCM , SCM and pc ultimately communicate through MSComm control , to achieve record into the IC card and entering a vehicle time , stop time for the timing and billing functions. This system increases the PC part of the users of the system management component , system administrators and ordinary users into users, the administrator has the highest authority can change the user information, ordinary users can only check their records and other parking information . This can more easily understand the situation parking spaces , more convenient to manageIn this paper, the design of intelligent parking management information system , monitoring system of parking spaces and vehicle access information management system components, control subsystem through a wireless transceiver chip nRF24l01 way information and communication MSComm controls IC card information gathering records of the vehicle, strengthen the access control of the vehicle. Key Words: Visual Studio, SCM , Wireless Transceiver Chip nRF24l029 目 录中文摘要IAbstractII第1章 绪论11.1 研究背景和意义11.2 国内外现状11.3 研究内容2第2章 停车场信息查询系统硬件设计32.1 系统设计方案32.2 红外对管介绍32.3 nRF24l01无线收发芯片42.4 STC12C5A60S2单片机52.5 单片机最小系统52.5.1 复位电路62.5.2 时钟电路62.6 车位检测部分的硬件连接电路72.7 无线收发nRF24l01芯片的单片机电路8第3章 停车场车系统管理软件设计103.1 系统开发软件和编程语言103.2 停车场车位管理103.3 无线接收和显示部分流程123.4 无线接收和发送IC卡号13第4章 停车场管理系统上位机的设计154.1 上位机开发工具及编程语言介绍154.2 上位机功能设计154.3 上位机登入界面设计174.3.1 停车场登入界面174.3.2 停车信息管理主界面184.3.3 系统用户管理页面设计及代码194.3.4 业主管理页面设计及代码204.3.5 车位管理设计204.3.6 车卡管理页面设计及代码214.3.7 固定车主信息页面设计214.3.8 固定车位缴费页面设计224.3.9 自由车辆出入登记224.3.10 固定车辆出入登记224.3.11 查询车辆出入234.3.12 查询空车位页面设计234.3.13 自由车辆收费情况页面设计244.3.14 上位机与单片机的通信串口设置25第5章 功能的实现与调试265.1 无线收发芯片的测试265.2 串口通信的调试265.3 上位机程序的编写275.4存在的缺陷及解决办法27结 论28参考文献29谢 辞30附 录31附录1 实物图31停车管理系统信息处理等模块设计第1章 绪论1.1 研究背景和意义在经济与科技快速发展下,越来越多的智能化设备进入人们的生活中,停车场管理系统也朝着智能化的方向发展。进入二十一世纪人们的生活条件有了很大的提高,汽车成为人们出行的必备交通工具,虽然汽车给人们带来了出行的方便,但是同时随着汽车数量的快速增加停车场的管理难度也在增加。传统的停车场管理方式已经不适合现在人们对停车场的要求,人工管理方式不能时时更新停车场的车位信息并且效力不够高,往往不能满足现在人们对于停车场现代化管理的需求,智能停车场信息管理系统的管理方式无疑是对传统人工管理停
收藏 下载该资源
网站客服QQ:2055934822
金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号