基于组态软件嵌入式数据库的设计大学学位论文 联系客服

发布时间 : 星期二 文章基于组态软件嵌入式数据库的设计大学学位论文更新完毕开始阅读41d8dc84846a561252d380eb6294dd88d1d23d3d

哈尔滨工程大学本科生毕业论文

导师签名: 日期: 年 月 日

哈尔滨工程大学本科生毕业论文

注 意 事 项

1.设计(论文)的内容包括:

1)封面(按教务处制定的标准封面格式制作) 2)原创性声明

3)中文摘要(300字左右)、关键词 4)外文摘要、关键词 5)目次页(附件不统一编入)

6)论文主体部分:引言(或绪论)、正文、结论 7)参考文献 8)致谢

9)附录(对论文支持必要时)

2.论文字数要求:理工类设计(论文)正文字数不少于1万字(不包括图纸、程序清单等),文科类论文正文字数不少于1.2万字。

3.附件包括:任务书、开题报告、外文译文、译文原文(复印件)。 4.文字、图表要求:

1)文字通顺,语言流畅,书写字迹工整,打印字体及大小符合要求,无错别字,不准请他人代写

2)工程设计类题目的图纸,要求部分用尺规绘制,部分用计算机绘制,所有图纸应符合国家技术标准规范。图表整洁,布局合理,文字注释必须使用工程字书写,不准用徒手画

3)毕业论文须用A4单面打印,论文50页以上的双面打印 4)图表应绘制于无格子的页面上

5)软件工程类课题应有程序清单,并提供电子文档 5.装订顺序

哈尔滨工程大学本科生毕业论文

1)设计(论文)

2)附件:按照任务书、开题报告、外文译文、译文原文(复印件)次序装订 3)其它

摘 要

组态王软件是近些年深受用户欢迎的国产工控组态软件之一。它为国内外大多数变频器、板卡、仪器仪表等都编写了相应的驱动程序,使用户可以方便快捷的使用。并且组态王软件用户界面友好,可利用计算机的软件资源进行二次开发,因此在国内受到工程人员和开发者的青睐。但是组态王软件的数据功能比较薄弱,例如存储数据的文件占用磁盘空间大、数据格式复杂而且不能达到通用的效果。

本文就针对组态王软件的数据功能,进行嵌入式的设计。在组态王软件中完成实际的案例工程——井供水监测系统,由于组态王软件支持动态数据交换技术,可以将组态王软件的实时数据传输到Visual Basic中,进行数据分析和监测。组态王软件的SQL访问管理器可以用来建立数据序列和组态王软件变量之间的联系,将组态王软件产生的海量数据传输到了Access数据库中,完成了它们之间的数据交换,并且利用Visual Basic的数据处理功能进行海量数据的管理和处理。最后组态王软件调用Visual Basic的可执行文件,完成了嵌入式数据库的设计。

关键词:组态软件;数据交换;嵌入式数据库

哈尔滨工程大学本科生毕业论文

ABSTRACT

The Kingview software is one of the domestic configuration software which is welcome in the recent years. The Kingview software includes the corresponding drivers for the most of frequency changers, the board card, the instrument measuring appliance etc. And it enables the user to uses the software quickly and conveniently. The user interface of Kingview software is friendly, and the Kingview software can be improved by using computer software resources. Therefore, the engineers and developers in our country show great favor to Kingview software. But the data function of kingview is a weak point of Kingview software, for example the document of storing data takes the floppy disk a large space, the data format is complex, moreover it cannot achieve the general effect.

This paper aiming at the data function of Kingview software carries on the embedded design. We implement practical case project in the Kingview software——monitoring system of well water supply. Because the Kingview software supports dynamic data exchange technology, it can transmit its real-time data to Visual Basic, then analyze and monitor the data. SQL’s visiting manager of Kingview is applied to establish the relationship between the data sequence and the Kingview variable. It transmits the plentiful data which is produced by the kingview to the Access database, exchanges the data between them, manages and processes plentiful data by using Visual Basic data processing function. At last, the embedded database can be complemented by executing the executable program which is generated by Visual Basic.