測(cè)試數(shù)據(jù)管理系統(tǒng)開(kāi)發(fā)(本科畢業(yè)論文設(shè)計(jì)).doc
約24頁(yè)DOC格式手機(jī)打開(kāi)展開(kāi)
測(cè)試數(shù)據(jù)管理系統(tǒng)開(kāi)發(fā)(本科畢業(yè)論文設(shè)計(jì)),摘 要產(chǎn)品數(shù)據(jù)管理(product data management, pdm)作為 cims(computer integrated manufacturing system,計(jì)算機(jī)集成制造系統(tǒng))的集成平臺(tái),在先進(jìn)制造技術(shù)的推動(dòng)下其應(yīng)用日趨廣泛。網(wǎng)絡(luò)化制造環(huán)境下的 pdm 的特點(diǎn)...
內(nèi)容介紹
此文檔由會(huì)員 cglina 發(fā)布
測(cè)試數(shù)據(jù)管理系統(tǒng)開(kāi)發(fā)(本科畢業(yè)論文設(shè)計(jì))
摘 要
產(chǎn)品數(shù)據(jù)管理(Product Data Management, PDM)作為 CIMS(Computer Integrated Manufacturing System,計(jì)算機(jī)集成制造系統(tǒng))的集成平臺(tái),在先進(jìn)制造技術(shù)的推動(dòng)下其應(yīng)用日趨廣泛。網(wǎng)絡(luò)化制造環(huán)境下的 PDM 的特點(diǎn)是通過(guò)計(jì)算機(jī)網(wǎng)絡(luò)和數(shù)據(jù)庫(kù)技術(shù),以產(chǎn)品為中心,把企業(yè)生產(chǎn)過(guò)程中所有與產(chǎn)品相關(guān)的信息和過(guò)程集成起來(lái),使產(chǎn)品數(shù)據(jù)在其全生命周期內(nèi)統(tǒng)一管理,使產(chǎn)品開(kāi)發(fā)過(guò)程有序進(jìn)行。PDM 系統(tǒng)作為一種應(yīng)用框架,其對(duì)開(kāi)放性的要求和擴(kuò)展性的要求與 Web 的開(kāi)放系統(tǒng)結(jié)構(gòu)相互補(bǔ)充。Web 技術(shù)的使用增強(qiáng)了PDM 系統(tǒng)在異構(gòu)環(huán)境下的應(yīng)用。因此,依靠網(wǎng)絡(luò)技術(shù)開(kāi)發(fā)適合企業(yè)工業(yè)生產(chǎn)的數(shù)據(jù)管理系統(tǒng),對(duì)于企業(yè)的組織管理和項(xiàng)目開(kāi)發(fā)具有重要意義。從而實(shí)現(xiàn)企業(yè)在產(chǎn)品設(shè)計(jì)、制造過(guò)程中能夠更加穩(wěn)定、高效的完成生產(chǎn)任務(wù)。
本文用LabVIEW SQLToolkit進(jìn)行數(shù)據(jù)庫(kù)訪問(wèn)的方法 。利用該工具包,用戶可以創(chuàng)建一個(gè)使用數(shù)據(jù)庫(kù)來(lái)管理復(fù)雜任務(wù)、存儲(chǔ)測(cè)試數(shù)據(jù)并且能夠總結(jié)測(cè)試結(jié)果的自動(dòng)化測(cè)試系統(tǒng)。具體內(nèi)容包括用LabVIEW將數(shù)據(jù)文件導(dǎo)入數(shù)據(jù)庫(kù)和將數(shù)據(jù)庫(kù)中的數(shù)據(jù)文件導(dǎo)出到LabVIEW程序中,而實(shí)現(xiàn)對(duì)產(chǎn)品的數(shù)據(jù)管理。
關(guān)鍵詞:自動(dòng)測(cè)試系統(tǒng);數(shù)據(jù)庫(kù)
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相關(guān)軟件介紹……………………………………………………………………………..1
1.1.1 Visual Studio .NET的基本介紹 1
1.1.2 SQL SERVER的相關(guān)介紹 2
1.2 數(shù)據(jù)庫(kù)建立相關(guān)技術(shù)綜述 5
2 總體設(shè)計(jì)方案 ………………………………………………………………………………..8
2.1 系統(tǒng)數(shù)據(jù)流程圖 8
2.2 系統(tǒng)構(gòu)架 9
2.3 數(shù)據(jù)庫(kù)設(shè)計(jì) 10
2.3.1 數(shù)據(jù)庫(kù)的含義概念 10
2.3.2 數(shù)據(jù)庫(kù)系統(tǒng)的研究?jī)?nèi)容 10
2.4 SCR系統(tǒng)模塊設(shè)計(jì) 12
3 關(guān)鍵技術(shù)與原理 ………………………………………………………………………...14
3.1 ORM的應(yīng)用 14
3.2 樹(shù)型結(jié)構(gòu)的應(yīng)用 15
4 主要功能實(shí)現(xiàn)...……………………………………………………………………………...17
5 視圖的應(yīng)用……………………………………………………………………………………18
6 結(jié)論……………………………………………………………………………………………….19
7 致謝……………………………………………………………………………………………….20
參考文獻(xiàn) …………………………………………………………………………………………21
摘 要
產(chǎn)品數(shù)據(jù)管理(Product Data Management, PDM)作為 CIMS(Computer Integrated Manufacturing System,計(jì)算機(jī)集成制造系統(tǒng))的集成平臺(tái),在先進(jìn)制造技術(shù)的推動(dòng)下其應(yīng)用日趨廣泛。網(wǎng)絡(luò)化制造環(huán)境下的 PDM 的特點(diǎn)是通過(guò)計(jì)算機(jī)網(wǎng)絡(luò)和數(shù)據(jù)庫(kù)技術(shù),以產(chǎn)品為中心,把企業(yè)生產(chǎn)過(guò)程中所有與產(chǎn)品相關(guān)的信息和過(guò)程集成起來(lái),使產(chǎn)品數(shù)據(jù)在其全生命周期內(nèi)統(tǒng)一管理,使產(chǎn)品開(kāi)發(fā)過(guò)程有序進(jìn)行。PDM 系統(tǒng)作為一種應(yīng)用框架,其對(duì)開(kāi)放性的要求和擴(kuò)展性的要求與 Web 的開(kāi)放系統(tǒng)結(jié)構(gòu)相互補(bǔ)充。Web 技術(shù)的使用增強(qiáng)了PDM 系統(tǒng)在異構(gòu)環(huán)境下的應(yīng)用。因此,依靠網(wǎng)絡(luò)技術(shù)開(kāi)發(fā)適合企業(yè)工業(yè)生產(chǎn)的數(shù)據(jù)管理系統(tǒng),對(duì)于企業(yè)的組織管理和項(xiàng)目開(kāi)發(fā)具有重要意義。從而實(shí)現(xiàn)企業(yè)在產(chǎn)品設(shè)計(jì)、制造過(guò)程中能夠更加穩(wěn)定、高效的完成生產(chǎn)任務(wù)。
本文用LabVIEW SQLToolkit進(jìn)行數(shù)據(jù)庫(kù)訪問(wèn)的方法 。利用該工具包,用戶可以創(chuàng)建一個(gè)使用數(shù)據(jù)庫(kù)來(lái)管理復(fù)雜任務(wù)、存儲(chǔ)測(cè)試數(shù)據(jù)并且能夠總結(jié)測(cè)試結(jié)果的自動(dòng)化測(cè)試系統(tǒng)。具體內(nèi)容包括用LabVIEW將數(shù)據(jù)文件導(dǎo)入數(shù)據(jù)庫(kù)和將數(shù)據(jù)庫(kù)中的數(shù)據(jù)文件導(dǎo)出到LabVIEW程序中,而實(shí)現(xiàn)對(duì)產(chǎn)品的數(shù)據(jù)管理。
關(guān)鍵詞:自動(dòng)測(cè)試系統(tǒng);數(shù)據(jù)庫(kù)
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相關(guān)軟件介紹……………………………………………………………………………..1
1.1.1 Visual Studio .NET的基本介紹 1
1.1.2 SQL SERVER的相關(guān)介紹 2
1.2 數(shù)據(jù)庫(kù)建立相關(guān)技術(shù)綜述 5
2 總體設(shè)計(jì)方案 ………………………………………………………………………………..8
2.1 系統(tǒng)數(shù)據(jù)流程圖 8
2.2 系統(tǒng)構(gòu)架 9
2.3 數(shù)據(jù)庫(kù)設(shè)計(jì) 10
2.3.1 數(shù)據(jù)庫(kù)的含義概念 10
2.3.2 數(shù)據(jù)庫(kù)系統(tǒng)的研究?jī)?nèi)容 10
2.4 SCR系統(tǒng)模塊設(shè)計(jì) 12
3 關(guān)鍵技術(shù)與原理 ………………………………………………………………………...14
3.1 ORM的應(yīng)用 14
3.2 樹(shù)型結(jié)構(gòu)的應(yīng)用 15
4 主要功能實(shí)現(xiàn)...……………………………………………………………………………...17
5 視圖的應(yīng)用……………………………………………………………………………………18
6 結(jié)論……………………………………………………………………………………………….19
7 致謝……………………………………………………………………………………………….20
參考文獻(xiàn) …………………………………………………………………………………………21
TA們正在看...
- 2021年黑龍江牡丹江朝鮮族學(xué)校中考地理真題及答案.doc
- 2021年黑龍江牡丹江朝鮮族學(xué)校中考政治真題及答案.doc
- 2021年黑龍江牡丹江朝鮮族學(xué)校中考數(shù)學(xué)真題及答案.doc
- 2021年黑龍江牡丹江朝鮮族學(xué)校中考物理真題及答案.doc
- 2021年黑龍江牡丹江朝鮮族學(xué)校中考生物真題及答案.doc
- 2021年黑龍江牡丹江朝鮮族學(xué)校中考英語(yǔ)真題及答案.doc
- 2021年黑龍江綏化中考?xì)v史真題及答案.doc
- 2021年黑龍江綏化中考地理真題及答案.doc
- 2021年黑龍江綏化中考政治真題及答案.doc
- 2021年黑龍江綏化中考數(shù)學(xué)真題及答案.doc