基于gprs技术的ph值自动遥测系统设计.docx

约49页DOCX格式手机打开展开

基于gprs技术的ph值自动遥测系统设计,基于gprs技术的ph值自动遥测系统设计2.14万字我自己原创的毕业论文,仅在本站独家提交,大家放心使用摘要 水污染问题日益严重,已经严重制约我国经济和社会的进一步发展。提高污水处理能力,加强对污水的监测和管理,在环保工作中有重要作用。采用先进技术对污水进行实时连续自动检测,保证污水的达标排放,降低污水处理费用,提高污...
编号:150-418339大小:1.05M
分类: 论文>电气自动化/电力论文

内容介绍

此文档由会员 淘宝大梦 发布

基于GPRS技术的pH值自动遥测系统设计

2.14万字
我自己原创的毕业论文,仅在本站独家提交,大家放心使用

摘要 水污染问题日益严重,已经严重制约我国经济和社会的进一步发展。提高污水处理能力,加强对污水的监测和管理,在环保工作中有重要作用。采用先进技术对污水进行实时连续自动检测,保证污水的达标排放,降低污水处理费用,提高污水处理的效率,对我国解决水环境污染问题具有重要意义。
论文是基于GPRS技术的pH值自动遥测系统的设计,其功能是对污水的pH值进行实时连续自动检测,自动采样,并将采样得到的数据发送至监测中心进行处理。系统包括pH检测装置、GPRS无线通信模块及远端数据监测中心等。利用高性能LM3S6911单片机对检测装置测量得到的pH数据进行处理,并通过单片机串口控制GPRS通信模块,经由GPRS网络将数据传输到远端的监测中心。监测中心软件在Visual C++6.0环境下进行编程,通过建立Socket实现对数据参数的监听、接收以及发送等处理,若收到的pH数据超出设定阈值,则自动进行声音报警,从而更好的实现pH数据实时采集、远程监测功能。
通过调试和运行,系统实现数据的即时采集、发送和接收,达到预期目标。

关键词:LM3S6911,pH值,GPRS

Design of Automatic Telemetering System of pH Based on GPRS
Abstract Water pollution is increasingly serious in our country at the moment and it has nearly restricted the further development of economic and society. What we have to do is to enhance efficiency of coping with sewage and to strengthen the scrutinize and management of sewage, which plays an essential role in the environmental protection field. Making the best use of advanced science and technology is to realize the real-time continuously automatic detection of sewage, so as to ensure the sewage discharged meet the national standard, reduce the cost of sewage disposal and improve the efficiency of wastewater treatment. All of this is of great significance to solve the problem of environmental water pollution in China. The designed system in this paper is to perform automatic telemetering of pH based on GPRS. Its function is to detect the real-time pH of sewage continuously and automatically, then to take a sample automatically and send the sample data to the monitoring center for further processing. The system is mainly composed of pH detection device, GPRS wireless communication module and the remote data monitoring center. We utilize the LM3S6911, a high-performance single-chip microcomputer, to process the pH data which is accurately measured by detecting device, and utilize the serial port control GPRS module of the single-chip microcomputer to transmit data to remote monitoring center through GPRS network. The monitoring center’s programming environment built is in Visual C++ 6.0. Through the establishment of the Socket, the system achieves the function of monitoring, sending and receiving the data parameters. If the pH data received exceeds the threshold setted, the system will automaticallyalarm with buzzing, thereby it can realize the functions of taking samplebetter about the real-time pH data and remote monitoring .
Through debugging and running of this system, it finally performs the work of sending and receiving the real-time data, and achieves the expected goal.
Key words:LM3S6911,pH value,GPRS

目 录
第一章 绪论 5
1.1 课题研究的背景及意义 5
1.2 国内外研究现状 5
1.2.1 pH检测研究现状 5
1.2.2 GPRS网络研究现状及发展趋势 8
1.3 论文研究的主要内容及论文组织结构 9
1.3.1 论文研究的主要内容 9
1.3.2 论文的组织结构 10
1.4 本章小结 10
第二章 系统整体设计 11
2.1 系统方案的设计目标 11
2.2 系统方案的结构设计 11
2.3 pH值传感器 12
2.3.1 pH值传感器的选型 12
2.3.2 pH值测量原理 13
2.4 微处理器 16
2.4.1 微处理器的选择 16
2.4.2 单片机LM3S6911的特点 16
2.5 无线通讯网络 18
2.6 本章小结 19
第三章 系统硬件设计 20
3.1系统硬件总体框图 20
3.2 基于LM3S6911的硬件电路设计 21
3.3 pH值检测模块 23
3.4 通信模块接口电路设计 24
3.5 本章小结 26
第四章 系统软件设计 27
4.1 系统下位机软件设计 27
4.1.1 主程序及中断子程序设计 28
4.1.2 数据采样程序设计 30
4.1.3 GPRS模块参数配置 31
4.2 系统上位机软件设计 33
4.2.1 基于WinSock实现系统远程网络传输 34
4.2.2 上位机显示界面 38
4.3 本章小结 41
第五章 系统的调试和运行 42
5.1 测试过程 42
5.2 测试过程中遇到的题以及解决方案 45
5.3 本章小结 45
第六章 总结与展望 46
6.1 工作总结 46
6.2 展望 46
致谢 47
参考文献 48