【完整版】物联网监控系统数据库软件设计毕业论文设计
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
毕业设计论文
物联网监控系统数据库软件设计
摘要
物联网是继计算机、互联网与移动通信网之后的又一次信息产业革命的浪潮,是一个全新的技术领域。传感网于1999年最先被提出,在“互联网概念”的基础上随后引申为物联网这一概念,将其用户端延伸和扩展到任何物品与物品之间,进行信息交换和通信的一种网络概念。
本次设计是通过VB编程软件来设计数据库软件,实现物联网监控系统的部分功能。通过串口通讯接收、存储数据并将其直接显示在可视的界面当中。该数据库软件具有实时存储功能,便于对信号进行分析和处理。在本设计中,为了能实现人机的对话及随时了解系统的运行状况,添加了报警功能。
通过对物联网监控系统数据库软件设计的深入认识,它可以适用于智能家居及实验室监控等应用。由此加深了对智能物联网的了解。论文最后论述了用VB与ACCESS编写监控系统的设计过程。设计过程主要以上面的分析的重点作为依据。首先进行基础数据的采集,比如温度信息。在朝这个思想靠近的过程中,在许多小的细节上还存在着很多不足。
关键词:物联网(简称IOT),VB6.0,数据库监控系统,温度,位置,
THE DESIGN OF IOT (INTERNET OF THINGS) DATABASE SOFTWARE MONITORING
SYSTEM
ABSTRACT
“Internet of Things” is follow the computer, the Internet and the mobile
communication network again after the revolution in information industry, which is a new technology. Sensor network was first proposed in 1999, on the basis of its client extend and expand to any goods and goods between, the exchange of information and communications, a network concept.
This design is through the VB programming software to design database software, to achieve some of the features in the IOT monitoring system. Serial communications received by storage, data and directly display them in the visual interface. The data sources are received and described by VB and then displayed on the screen. All the data can be Real-time memory in order to analyze them. I design the interface circuit between the single chip and PC and Keep abreast of the in the system.
Through the design of the system for in-depth understanding, this can be applied to intelligent process of the monitoring information system with VB with ACCESS to expound the fact finally. Design process as basis with above focal point of analysis mainly. Carry on the collection of the basic data at first, and then carry on the query data etc. of temperature. While close towards this thought, still there are a lot of defects on a lot of little details.
KEY WORDS:Internet of Things (shorter form IOT), VB6.0, Database Monitoring System, Temperature, Position
目录
前言 (1)
第1章绪论 (2)
§1.1 物联网 (2)
§1.1.1 物联网的认识 (2)
§1.1.2 物联网的发展背景 (2)
§1.1.3 物联网的用途 (3)
§1.1.4 物联网的未来 (3)
§1.2 系统开发 (4)
§1.3 系统说明 (5)
§1.4 开发环境以及开发工具介绍 (7)
§1.4.1 Visual Basic 6.0 (7)
§1.4.2 Access 2003 (8)
§1.4.3 ADO对象概述 (8)
第2章系统整体规划 (12)
§2.1 数据库的设计 (12)
§2.1.1 数据库构造步骤 (12)
§2.1.2 系统数据库 (12)
§2.2 系统流程图 (15)
§2.3 系统功能分析 (16)
第3章系统具体实现 (17)
§3.1 准备工作 (17)
§3.2 模块设计 (17)
§3.3 用户界面设计 (17)
§3.3.1 登陆界面 (17)
§3.3.2 MDI主窗口 (20)
第4章系统调试 (37)
§4.1 系统测试 (37)
§4.2 系统调试 (37)
结论 (39)
参考文献 (40)
致谢 (41)