大型精密仪器上位机监控系统设计

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

大型精密仪器上位机监控系统设计(论文11200字)
摘要:
该课题背景是大型天文望远镜的设备状态的实时监控与故障预警研究。通过与下位机之间建立通信,接受下位机处理好的设备状态的相关数据,让其在上位机上显示,以此来达到对设备远程监控的目的,减少不必要的经济损失。
本文主要工作是利用Microsoft visual studio为编译环境,调用基础类库MFC来设计一个监控系统的上位机监控界面,该界面的主要功能是通过蓝牙通讯模块接收下位机传过来的数据并显示,包括温度噪声、电压电流参数,当数据异常是进行报警处理,插入图标使显示更直观。同时还要调用SQL server数据库,将这些数据进行存储,方便维护人员查看和管理。此外,还设计一个视频监控画面,能够对现场设备更好的了解。
关键词:监控系统,MFC,上位机,SQL server.

Design of Monitoring System for Large Precision Instrument
The background of this project is the real-time monitoring and fault early warning research for the large precision instruments such as the telescope. Through the establishment of communication with the lower computer and accept the relevant data processed by lower computer, as well as display these data on the upper monitor surface.,we can achieve the purpose of monitoring equipment in a long distance and reduce unnecessary economic losses.
The main work of this paper is to use Microsoft visual studio for the compilation environment, call the basic class library MFC to design a monitoring system interface. The main function of monitoring system is to accept the lower computer data by Bluetooth receiver and display them both on the boxes and the chart, including temperature, noise, voltage and current. Also, these data will be stored in the call SQL server database. In addition, design a video surveillance system, so the manager can supervise it easily.
Keywords: monitoring system, MFC, host computer, SQL server.
 

大型精密仪器上位机监控系统设计


目录
1、绪论    1
1.1选题的背景和意义:    1
1.2国内外研究现状及发展方向    1
1.3 本文研究的主要内容    2
2、监控软件需求分析    3
2.1 用户需求分析    3
2.2系统结构分析    3
2.3系统的开发平台    4
2.4本章小结    5
3、上位机MFC界面设计及规划    5
3.1上位机界面的设计    5
3.2、本章小结    9
4、上位机主要功能的具体实现方法    9
4.1 登陆界面的设计与实现    9
4.2利用ADO访问数据库    9
4.2.1 ADO对象的导入    9
4.2.2 初始化OLE/COM库环境    10
4.2.3 连接到数据库    10
4.2.4 数据库的操作    10
4.3 Teechart图表的实现方法    11
4.3.1 Teechart简介及主要特性    11
4.3.2 Teechart实现主要步骤    11
4.4视频监控的设计与实现    11
4.4.1 VFW简介    12
4.4.2利用VFW获取视频监控画面    12
4.5 MFC Socket网络编程    12
4.5.1 socket简介    12
4.5.2  socket编程流程    14
4.6本章小结    16
5、监控系统软件的调试与解决方案    16
6、总结与展望    18
参考文献:    19
致谢    20