水库控制系统设计论文资料(经典) - 图文 联系客服

发布时间 : 星期五 文章水库控制系统设计论文资料(经典) - 图文更新完毕开始阅读30ff0720fab069dc5122016e

摘 要

在水资源利用方面,对流量、水质等参数的测量非常重要,但很多水库资源在高山地区,难以对其进行实时监测。无线通讯技术的迅速发展和普及,为远程监控系统的实现提供了理想的平台,因此越来越多的水文站把基于无线通讯技术的监控系统作为水利系统自动化管理的新手段。而随着水利自动化技术不断发展,水利系统的自动化水平逐步提高,各水库都能通过远程监控系统逐渐实现少人、无人监管的管理模式,以提高生产效益。

本文主要探讨了基于无线通讯的模拟水库监测系统的设计问题。该系统要求对水库的水位,流量等参数进行远程实时监测,能控制阀门开/关,调节水位的高度,保证水库的安全。设计思路是在下位端利用单片机将传感器采集的水库信息进行处理,将处理好的数据通过CC1100无线模块传送到上位机端,在上位机上可以清楚地观察水库的实时情况。上位机对信息进行监测分析,并将分析后的信息反馈回到下位端,通过单片机控制步进电机正反转,模拟阀门开/关,来控制水库水位和流量,保证水库的安全。近年来,本课题在国内外已受到非常多的关注与研究,并且不断地得到改进,在实际应用中也取到了较好的效果,具有非常好的应用推广价值。

关键词:水库;CC1100;单片机;自动化

Abstract

In water resources utilization, the measurement of parameters such as the rainfall, flow, water quality,etc. These are very important, but a lot of reservoir resources are in the alpine areas, it is difficult to monitor it in real time. Rapid development and popularization of wireless communication technology, which have offered the ideal platform for realization of the long-range monitoring system, so more and more hydrometric stations regard monitoring system based on wireless communication technology as the systematic automatic management new means of water conservancy. And as the automatic technology of water conservancy is being developed constantly, the automatic level of the water conservancy system is being improved progressively, every reservoir can realize the management mode that few people, nobody supervises gradually through the long-range monitoring system, in order to improve the productivity effect.

This text has mainly probed into the design question based on simulation reservoir monitoring system of the wireless communication. This system requires the water level to the reservoir, the flow is monitored when the parameter is carried on long-range and really, can control valve turn on or off,height to regulate water level, security to guarantee reservoir. Mentality of designing to utilize one-chip computer go on, dealing with reservoir information that transducer gather in the next end, it is ones that handle well data until CC1100 convey to modules wireless for location machine, in location can situations real-time to observe reservoir clearly. Go location plane go on, monitor, analyzed to information and information feedback analyze, got back to the next end, control, and walk into electrical machinery to be positive and negative to look around through one-chip computer, simulation valve turn on or off, controlling reservoir water level and flow, guarantee the security of the reservoir. In recent years, subject this pay close attention to the fact and study a very many one already at home and abroad, and is being improved constantly, fetch in practical application to better result, having very good application value to popularize.

Key word: Reservoir; CC1100; Monolithic integrated circuit; Automation

目 录

引言 ....................................................................................................................... 1 1 绪论 ................................................................................................................. 1

1.1 本课题的发展现状 ..................................................................................................... 1 1.2 本课题的发展趋势 ..................................................................................................... 2 1.3 本课题的研究意义和目的 ......................................................................................... 3 1.4 本课题的主要研究工作和各章节内容安排 ............................................................. 3

2 相关技术和基本理论介绍 ............................................................................. 3

2.1 CC1100无线模块的相关特性 .................................................................................... 4

2.1.1 CC1100无线模块接口电路 ............................................................................. 4 2.1.2 CC1100无线模块的特性与应用 ..................................................................... 5 2.2 串口通讯应用 ........................................................................................................... 6 2.3 传感器应用 ............................................................................................................... 8

2.3.1 水流量传感器的应用 ...................................................................................... 8 2.3.2 超声波传感器的应用 .................................................................................... 10 2.4 步进电机的控制原理 ............................................................................................... 12 2.5 主要器件和应用 ....................................................................................................... 13

2.5.1 AT89S52 单片机 ............................................................................................ 13 2.5.2 TLC549 A/D转换器 ....................................................................................... 15 2.5.3 MAX232 芯片 .................................................................................................. 17 2.5.4 七段数码管 .................................................................................................... 18 2.5.5 LM298芯片 ..................................................................................................... 18

3 系统设计 ....................................................................................................... 19

3.1 系统要求 ................................................................................................................... 19 3.2 系统总体方案 ........................................................................................................... 20

4 硬件原理与设计 ........................................................................................... 21

4.1 步进电机的控制电路 ............................................................................................... 21 4.2 单片机工作电路 ....................................................................................................... 22 4.3 数码管显示电路 ....................................................................................................... 22 4.4 电源模块设计 ........................................................................................................... 23 4.5 CC1100无线模块及串口通讯电路 .......................................................................... 24

5 软件设计 ....................................................................................................... 24

5.1 程序流程图 ............................................................................................................... 24 5.2 CC1100模块发送和接收部分程序分析 .................................................................. 26

6 误差与干扰分析 ........................................................................................... 27

6.1 干扰因素及解决方法 ............................................................................................... 27 6.2 硬件系统设计的抗干扰技术 ................................................................................... 28

7 系统调试 ....................................................................................................... 30

7.1 软件调试 ................................................................................................................... 30 7.2 硬件调试 ................................................................................................................... 31 7.3 整体调试 ................................................................................................................... 32

8 结论与展望 ................................................................................................... 32 谢 辞 ................................................................................................................. 34 参考文献 ............................................................................................................. 35 附 录 ................................................................................................................. 36