謝尚賢臺灣大學:土木工程學研究所吳翌禎Wu, I-ChenI-ChenWu2007-11-252018-07-092007-11-252018-07-092007http://ntur.lib.ntu.edu.tw//handle/246246/50362本研究以工程監管單位為切入點,透過進度管理、成本管理、品質管理及文件管理等四大需求面向來分析其工作現況,並實際了解及分析工程監管單位對於多維度工程專案資訊整合管理、專案管理工作及視覺化專案資訊展示等之需求。本研究根據這些需求及分析結果,提出了一套工程專案資訊整合管理架構,以求有效解決工程監管單位在工程專案中所遭遇之資訊介面及資料整合管理上的問題。此架構主要分為三個層次:一是底層的整合資料模型,工程專案管理資料可被完整地描述及儲存於此;二是中間層的資料存取介面,主要是處理核心模組與整合資料模型間的資料存取問題;三是最上層的核心模組,主要透過輸入、管理、分析、展示及輸出等五大核心模組,來封裝那些協助處理工程專案管理工作所需之程式功能。最後,本研究利用工程專案資訊整合管理架構為開發基礎,建構一視覺化專案管理系統,來實現與驗證本研究所提架構之概念及可行性,此視覺化專案管理系統具有五大特色,(1)透過整合資料模型,使用者可以保存完整的工程專案資料;(2)透過視覺化展現的工程資訊,工程監管單位可以迅速了解工程現況,並與專案成員進行溝通協調以達成共識;(3)多面向的工程資訊查詢,可以讓使用者透過不同需求面向快速查詢到所需資料及其所相關物件資料,以節省許多時間於專案管理及資料的查詢;(4)透過績效評估與統計分析功能來協助工程監管單位確實掌控工程狀況;(5)可將整合資料模型以不同檔案格式輸出,供資料交換與共享,因此增加此資料模型使用價值,並延伸系統之應用性。本研究期望,工程監管單位可以透過工程專案資訊整合管理架構所提供相關的程式套件,迅速建置符合需求之專案管理系統,並應用此系統來協助整合及管理工程專案資訊,有效率地執行工程專案管理之相關工作。This research focuses on building up a framework to integrate and manage engineering project information for the project management team. Through analyzing four major demands, including the management of scheduling, costs, quality control and documentation, this research proposed a framework, named PIIM, to effectively solve the problems on integration of project information and system interface among different participating parties and engineering application systems. The framework can bring users a full view of the ongoing project, along with functions to integrate the information and display it in a multi-dimensional way. The PIIM framework is divided into three tiers: the first tier is the integrated data model, which can describe and store the entire information about the engineering projects; The second tier is the data access interface, which mainly deals with data access between the integrated data model and kernel module; The third tier is the kernel module, which provides core services of project management and encapsulates complicated project management functions into five easy-to-use modules: DataAdapter, DataManager, DataAnalyst, DataViewer and DataExporter. Besides, this research also develops a visual project management information system, named VisPMIS, to test the feasibility of the proposed PIIM framework. There are five major characteristics in VisPMIS: (1) By establishing the integrated data model, the engineering project information can be stored intact and complete; (2) By representing the project information visually, it helps the project manager to grasp more quickly on the present stage of the ongoing project, and communicate and coordinate accordingly with the other project participants more efficiently; (3) By supporting data query from a multi-data-view, users can find necessary and relevant data they need in a more direct and efficient way; (4) Through the performance evaluation and statistical analysis, it helps project management team to master the project progress accurately; (5) The information of the integrated data model can be exported in different file formats for data exchange and sharing, so that the value of the system is increased and the application of the integrated information is extended. Through the feasibility study, it has been demonstrated that the PIIM framework proposed in this research can not only provide a more efficient method to integrate and manage project information, but also save programming time for the project management team on developing a project management system from sketch.目錄 致謝 I 摘要 III ABSTRACT IV 目錄 VI 圖目錄 IX 表目錄 XIV 第一章 緒論 1 1.1 研究背景與動機 1 1.2 研究目的與範圍 3 1.3 研究方法與步驟 5 1.4 論文架構與內容 8 第二章 工程專案管理與資訊整合管理 11 2.1 工程專案管理概述 12 2.1.1 專案管理知識體系(PMBOK) 12 2.1.2 專業營建管理(Professional Construction Management, PCM) 18 2.2 營建資訊管理及整合系統 23 2.2.1 資訊管理系統 23 2.2.2 圖文整合系統 26 2.3 國際資料標準模型(Data Model) 31 2.3.1 STEP標準 33 2.3.2 IFC標準 36 2.3.3 IFC與STEP之比較 40 2.4 資訊技術 43 2.4.1 物件導向技術(Object-Oriented Technology) 43 2.4.2 應用程式架構(Application Framework) 43 第三章 工程專案資訊整合管理之需求分析 45 3.1 工程專案管理 46 3.1.1進度管理 51 3.1.2成本管理 53 3.1.3品質管理 54 3.1.4文件管理 55 3.2 多維度專案資訊整合 57 3.3 視覺化專案管理 61 3.4 專案管理作業與系統功能需求分析 66 第四章 工程專案資訊整合管理架構 71 4.1 應用程式架構說明 72 4.2 整合資料模型之建構 74 4.2.1 IFC資料模型 76 4.2.2 自訂資料模型 86 4.2.3 物件關聯性之描述 87 4.3 資料存取介面設計與實作 90 4.3.1 XML資料存取 90 4.3.2 IFC資料存取 91 4.4 核心模組設計與實作 93 4.4.1 輸入模組(DataAdapter) 93 4.4.2 管理模組(DataManager) 98 4.4.3 分析模組(DataAnalyst) 106 4.4.4 展示模組(DataViewer) 108 4.4.5 輸出模組(DataExporter) 115 4.5 應用系統開發流程及應用 119 第五章 視覺化專案管理系統 121 5.1 案例說明 121 5.1.1 工程說明 121 5.1.2 需求分析 124 5.2 系統開發環境 125 5.3 VisPMIS系統實作與展示 125 5.3.1 VisPMIS系統開發重點 125 5.3.2 VisPMIS系統設計 127 5.3.3 VisPMIS系統實作與展示 130 5.4 效益分析 154 第六章 結論與建議 157 6.1 結論 157 6.1.1工程專案資訊整合管理架構(PIIM Framework) 157 6.1.2視覺化工程專案管理系統(VisPMIS) 158 6.2 建議 160 6.2.1技術方面之建議 160 6.2.2應用方面之建議 161 參考文獻 163 附錄一、PIIM FRAMEWORK套件類別表 17113253930 bytesapplication/pdfen-US多維度資訊整合工程專案管理多面向資訊查詢資料交換共享multi-dimensional data integrationengineering project managementmutli-data-viewdata exchange and sharing多維度工程專案資訊整合管理與視覺化之研究Integration, Management and Visualization of Multi-Dimensional Information in Engineering Projectsthesishttp://ntur.lib.ntu.edu.tw/bitstream/246246/50362/1/ntu-96-D91521003-1.pdf