测试数据管理系统开发(本科毕业论文设计).doc
约24页DOC格式手机打开展开
测试数据管理系统开发(本科毕业论文设计),摘 要产品数据管理(product data management, pdm)作为 cims(computer integrated manufacturing system,计算机集成制造系统)的集成平台,在先进制造技术的推动下其应用日趋广泛。网络化制造环境下的 pdm 的特点...
内容介绍
此文档由会员 cglina 发布
测试数据管理系统开发(本科毕业论文设计)
摘 要
产品数据管理(Product Data Management, PDM)作为 CIMS(Computer Integrated Manufacturing System,计算机集成制造系统)的集成平台,在先进制造技术的推动下其应用日趋广泛。网络化制造环境下的 PDM 的特点是通过计算机网络和数据库技术,以产品为中心,把企业生产过程中所有与产品相关的信息和过程集成起来,使产品数据在其全生命周期内统一管理,使产品开发过程有序进行。PDM 系统作为一种应用框架,其对开放性的要求和扩展性的要求与 Web 的开放系统结构相互补充。Web 技术的使用增强了PDM 系统在异构环境下的应用。因此,依靠网络技术开发适合企业工业生产的数据管理系统,对于企业的组织管理和项目开发具有重要意义。从而实现企业在产品设计、制造过程中能够更加稳定、高效的完成生产任务。
本文用LabVIEW SQLToolkit进行数据库访问的方法 。利用该工具包,用户可以创建一个使用数据库来管理复杂任务、存储测试数据并且能够总结测试结果的自动化测试系统。具体内容包括用LabVIEW将数据文件导入数据库和将数据库中的数据文件导出到LabVIEW程序中,而实现对产品的数据管理。
关键词:自动测试系统;数据库
ABSTRACT
Product Data Management as the integration platform of Computer Integrated Manufacturing System, Advanced anufacturing echnology in the promotion of the increasingly extensive application. Network manufacturing environment is characterized by the PDM through the computer network and database technology to products as the center of the production process of all product-related information and process integration, so that the data in its product life cycle within the unified management, So that the product development process in an orderly manner. PDM system as an application framework, its openness and expansion of the requirements of the requirements of the open systems and Web structure complement each other. Web technology has increased the use of PDM system in the heterogeneous environment applications. Therefore, relying on the development of network technology for enterprises of the industrial production data management system for enterprises in the organization and management and project development is of great significance. In order to achieve enterprise product design, manufacturing process can be more stable and efficient completion of production tasks.
This paper describes a method of accessing database by LabVIEW SQLToolkit. With this toolkit, the user can build ATS using the databas e to manage the complex duty, save and analysis the test data, which includes th e functions of importing data files in database from LabVIEW and outputing data files from database.
Keywords: ATS(automatic testing system); database
目 录
摘 要 …………………………………………………………………………………………Ⅰ
ABSTRACT …………………………………………………………………………………………Ⅱ
1 绪论 …………………………………………………………………………………………..1
1.1相关软件介绍……………………………………………………………………………..1
1.1.1 Visual Studio .NET的基本介绍 1
1.1.2 SQL SERVER的相关介绍 2
1.2 数据库建立相关技术综述 5
2 总体设计方案 ………………………………………………………………………………..8
2.1 系统数据流程图 8
2.2 系统构架 9
2.3 数据库设计 10
2.3.1 数据库的含义概念 10
2.3.2 数据库系统的研究内容 10
2.4 SCR系统模块设计 12
3 关键技术与原理 ………………………………………………………………………...14
3.1 ORM的应用 14
3.2 树型结构的应用 15
4 主要功能实现...……………………………………………………………………………...17
5 视图的应用……………………………………………………………………………………18
6 结论……………………………………………………………………………………………….19
7 致谢……………………………………………………………………………………………….20
参考文献 …………………………………………………………………………………………21
摘 要
产品数据管理(Product Data Management, PDM)作为 CIMS(Computer Integrated Manufacturing System,计算机集成制造系统)的集成平台,在先进制造技术的推动下其应用日趋广泛。网络化制造环境下的 PDM 的特点是通过计算机网络和数据库技术,以产品为中心,把企业生产过程中所有与产品相关的信息和过程集成起来,使产品数据在其全生命周期内统一管理,使产品开发过程有序进行。PDM 系统作为一种应用框架,其对开放性的要求和扩展性的要求与 Web 的开放系统结构相互补充。Web 技术的使用增强了PDM 系统在异构环境下的应用。因此,依靠网络技术开发适合企业工业生产的数据管理系统,对于企业的组织管理和项目开发具有重要意义。从而实现企业在产品设计、制造过程中能够更加稳定、高效的完成生产任务。
本文用LabVIEW SQLToolkit进行数据库访问的方法 。利用该工具包,用户可以创建一个使用数据库来管理复杂任务、存储测试数据并且能够总结测试结果的自动化测试系统。具体内容包括用LabVIEW将数据文件导入数据库和将数据库中的数据文件导出到LabVIEW程序中,而实现对产品的数据管理。
关键词:自动测试系统;数据库
ABSTRACT
Product Data Management as the integration platform of Computer Integrated Manufacturing System, Advanced anufacturing echnology in the promotion of the increasingly extensive application. Network manufacturing environment is characterized by the PDM through the computer network and database technology to products as the center of the production process of all product-related information and process integration, so that the data in its product life cycle within the unified management, So that the product development process in an orderly manner. PDM system as an application framework, its openness and expansion of the requirements of the requirements of the open systems and Web structure complement each other. Web technology has increased the use of PDM system in the heterogeneous environment applications. Therefore, relying on the development of network technology for enterprises of the industrial production data management system for enterprises in the organization and management and project development is of great significance. In order to achieve enterprise product design, manufacturing process can be more stable and efficient completion of production tasks.
This paper describes a method of accessing database by LabVIEW SQLToolkit. With this toolkit, the user can build ATS using the databas e to manage the complex duty, save and analysis the test data, which includes th e functions of importing data files in database from LabVIEW and outputing data files from database.
Keywords: ATS(automatic testing system); database
目 录
摘 要 …………………………………………………………………………………………Ⅰ
ABSTRACT …………………………………………………………………………………………Ⅱ
1 绪论 …………………………………………………………………………………………..1
1.1相关软件介绍……………………………………………………………………………..1
1.1.1 Visual Studio .NET的基本介绍 1
1.1.2 SQL SERVER的相关介绍 2
1.2 数据库建立相关技术综述 5
2 总体设计方案 ………………………………………………………………………………..8
2.1 系统数据流程图 8
2.2 系统构架 9
2.3 数据库设计 10
2.3.1 数据库的含义概念 10
2.3.2 数据库系统的研究内容 10
2.4 SCR系统模块设计 12
3 关键技术与原理 ………………………………………………………………………...14
3.1 ORM的应用 14
3.2 树型结构的应用 15
4 主要功能实现...……………………………………………………………………………...17
5 视图的应用……………………………………………………………………………………18
6 结论……………………………………………………………………………………………….19
7 致谢……………………………………………………………………………………………….20
参考文献 …………………………………………………………………………………………21