跳到主要內容

簡易檢索 / 詳目顯示

研究生: 柯棨云
Chi-Yun Ke
論文名稱: 系統化浮時計算及時程遲延分析程序之研究
System Development for Float Calculation and Schedule Delay Analysis
指導教授: 楊智斌
Jyh-Bin Yang
口試委員:
學位類別: 碩士
Master
系所名稱: 工學院 - 土木系營建管理碩士班
Master's Program in Construction Management, Department of Civil Engineering
論文出版年: 2019
畢業學年度: 107
語文別: 中文
論文頁數: 186
中文關鍵詞: 浮時管理自動化時程管理遲延分析自動化
外文關鍵詞: Float Management, Schedule Management, Delay Analysis, Automation
相關次數: 點閱:14下載:0
分享至:
查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報
  • 隨著工程專案日漸複雜與龐大,控管專案越來越不容易。時程人員大多使用要徑法規劃時程與分析,甚少在開工後持續更新時程網圖,繼而獲得更新後時程資訊,故將無法辨識要徑轉換與浮時消耗,失去原有進度管控及預警的功能。而當專案管理不佳,可能導致工程無法在履約期限內完成,進而造成契約雙方間的糾紛,雖然現在有許多方法可以分析遲延責任歸屬與分配,但這些分析方法複雜,且需分析人員耗費時間人工分析與判斷。縱使市面上已有數個專案管理軟體協助專案人員規劃與管理時程,亦無法全面地解決專案管理與遲延於實務中計算時的困擾。故本研究針對浮時計算與遲延分析,建立兩個附加於排程軟體的自動化計算的工具,以解決上述問題。為達成上述之目的,本研究首先回顧浮時定義與時程遲延分析方法,再提出浮時分析流程,並分別開發自動化程式,最後透過假設案例驗證系統的正確性。透過這兩項工具能省略繁瑣的手動計算流程,亦減少其分析時間,並藉此避免因專案的複雜性而可能計算錯誤的問題,且程序產出之分析報表更可以供管理人員有效地控管專案進度或契約雙方商討其遲延責任歸屬分配。期望本研究提出之工具能使管理人員更加善用時程網圖,並使其帶來之效益最大化,同時提升國內時程管理與遲延爭議處理之水準。


    As the complexity and scale of construction projects are increased, to manage them with good performances is not an easy work gradually. Most schedulers perform scheduling works by critical path method. However, in Taiwan, they rarely update schedule continuely during construction stage to obtain updated schedule information. In such a way, it is impossible to identify whether the critical path(s) is changed and activity’s floats is comsumed, as well as lacking of the function of a schedule for schedule control and early warning. When the performance of project schedule management is bad, it usually results in completing a project later than contract due date and furthermore having disputes between contract paties. Although there are many schedule delay analysis and liability allocation methods, they common require intensive resources and time to complete analysis works manually. Even several project management software (PMS) provide many functions for planning and controlling schedules, they cannot help scheduler solving the problems in schedule management and schedule delay analysis in practice. Therefore, this study develops two automated calculation functions embedded in PMS for the floats and delay analysis. For achieving above research objective, this study first reviews floats definition and delay analysis methods in the literature and PMSs, clarifies the correct float calculation approaches and then develops two independent programs. This study has verified the correctness of developed programs that can be used to help schedulers doing their works without tedious manual calculations and errors, but with shortened calculation time and improved performance. The outcomes by the developed programs offers schedulers to control their schedules more effective and to allocate the responsibility of schedule delays easier. Hopefully, the research outcomes provide a tool for schedulers to make better use of schedules, and further improve the performance of schedule management and delay resolution in Taiwan.

    摘要 i Abstract ii 目錄 iii 圖目錄 vi 表目錄 xiv 第1章 緒論 1 1.1 研究背景與動機 1 1.2 研究問題 1 1.3 研究目的 2 1.4 研究範圍與限制 2 1.5 研究方法與流程 3 1.6 論文架構 5 第2章 文獻回顧 6 2.1 工程進度管理 6 2.1.1 時程管理方法 6 2.1.2 浮時管理與定義 10 2.1.3 專業排程軟體 15 2.2 遲延分析 17 2.2.1 遲延分析方法 17 2.2.2 自動化計算遲延分析 20 第3章 浮時分析工具開發 24 3.1 浮時定義、計算方式與分析流程 26 3.1.1 總浮時(Total Float, TF) 26 3.1.2 自由浮時(Free Float, FF) 28 3.1.3 干擾浮時(Interference Float, INTF) 30 3.1.4 獨立浮時(Independent Float, INDF) 32 3.1.5 安全浮時(Safety Float, SF) 35 3.1.6 關係浮時(Relationship Float, RF) 37 3.2 浮時分析程序之程式碼發展 40 3.3 小結 42 第4章 遲延分析工具開發 43 4.1 遲延分析方法計算及分析流程 44 4.2 遲延分析程序程式碼 55 4.3 小結 58 第5章 案例測試與驗證 59 5.1 案例測試背景 59 5.2 案例一 60 5.2.1 案例資訊 60 5.2.2 浮時分析工具測試 62 5.2.3 遲延分析工具測試 72 5.3 案例二 75 5.3.1 案例資訊 75 5.3.2 浮時分析工具測試 77 5.3.3 遲延分析工具測試 87 5.4 案例三 91 5.4.1 案例資訊 91 5.4.2 遲延分析工具 96 5.5 自動化分析工具之效益 97 第6章 結論與建議 100 6.1 結論 100 6.2 建議 101 參考文獻 103 附錄A 程式碼—以干擾浮時為例 A-1 附錄B 建置浮時分析樣版 B-1 附錄C 浮時分析工具操作說明 C-1 附錄D 程式碼—以部分遲延分析程序為例 D-1 附錄E 建置遲延分析樣版 E-1 附錄F 遲延分析工具操作說明 F-1

    [1]蔡宜靜, "公共工程進度管理施工綱要規範之執行與改善建議-以軌道交通工程為例," 碩士, 營建管理研究所在職專班, 國立中央大學, 桃園縣, 2017.
    [2]F. L. P. James J. O'Brien CPM in Construction Management, Eighth Edition. McGraw-Hill Education, 2015.
    [3]M. Kraiem Zaki and E. Diekmann James, "Concurrent Delays in Construction Projects," Journal of Construction Engineering and Management, vol. 113, no. 4, pp. 591-602, 1987.
    [4]J.-B. Yang and C.-K. Kao, "Review of Delay Analysis Methods: A Process-Based Comparison," The Open Construction and Building Technology Journal, vol. 3, pp. 81-89, 2009.
    [5]A. A. Bubshait and M. J. Cunningham, "Comparison of Delay Analysis Methodologies," Journal of Construction Engineering and Management, vol. 124, no. 4, pp. 315-322, 1998.
    [6]J.-B. Yang and C.-K. Kao, "Critical path effect based delay analysis method for construction projects," International Journal of Project Management, vol. 30, no. 3, pp. 385-397, 2012.
    [7]T. Hegazy and K. Zhang, "Daily Windows Delay Analysis," Journal of Construction Engineering and Management, vol. 131, no. 5, pp. 505-512, 2005.
    [8]劉心慧, "營建工程S進度曲線(S-curve)建立方式與審查原則之研究," 碩士, 營建管理研究所, 國立中央大學, 桃園縣, 2018.
    [9]M. Spinner, Elements of Project Management: Plan, Schedule, and Control. Prentice Hall, 1992.
    [10]J. M. D. L. Garza, M. C. Vorster, and C. M. Parvin, "Total Float Traded as Commodity," Journal of Construction Engineering and Management, vol. 117, no. 4, pp. 716-727, 1991.
    [11]J. M. d. l. Garza, A. Prateapusanond, and N. Ambani, "Preallocation of Total Float in the Application of a Critical Path Method Based Construction Contract," Journal of Construction Engineering and Management, vol. 133, no. 11, pp. 836-845, 2007.
    [12]J.-B. Yang, "Reviewing Construction Schedule Float Management," The Open Construction & Building Technology Journal vol. 11, 2017.
    [13]C. Hendrickson, C. T. Hendrickson, and T. Au, Project Management for Construction: Fundamental Concepts for Owners, Engineers, Architects, and Builders. Prentice Hall, 1989.
    [14]A Guide to the Project Management Body of Knowledge(PMBOK Guide). Project Management Institute, 2010.
    [15]R. B. Harris, Precedence and Arrow Networking Techniques for Construction. Wiley, 1978.
    [16]A. Prateapusanond, "A comprehensive practice of total float pre-allocation and management for the application of a CPM-based construction contract," Doctor of Philosophy., Department of Civil Engineering, Virginia Polytechnic Institute and State University, Blacksburg, Virginia, 2003.
    [17]G. Lucko and A. Peña Orozco Angel, "Float Types in Linear Schedule Analysis with Singularity Functions," Journal of Construction Engineering and Management, vol. 135, no. 5, pp. 368-377, 2009.
    [18]A. K. Hojjat Adeli, Construction Scheduling, Cost Optimization and Management. CRC Press, 2001.
    [19]R. Winter. The Inner Workings of Oracle/Primavera P6 [Online]. Available: http://www.ronwinterconsulting.com/The_Inner_Workings_Of_P6.pdf
    [20]I. A. International, "Identifying the critical path," AACE International Recommended Practices, vol. No. 49R-06., 2010.
    [21]Oracle, Primavera P6 Project Management Reference Manual Version 6.2.1. 2009.
    [22]Deltek, Deltek Open Plan™ 3.3 Developer’s Guide. 2008.
    [23]S. A. Assaf and S. Al-Hejji, "Causes of delay in large construction projects," International Journal of Project Management, vol. 24, no. 4, pp. 349-357, 2006.
    [24]J. G. Zack, Jr., "Pacing delays-the practical effect," (in English), Cost Engineering, vol. 42, no. 7, pp. 23-28, 2000.
    [25]G. R. Stumpf, "Schedule Delay Analysis," Cost Engineering,, vol. 42, pp. 32-43, 2000.
    [26]Zack, J. G. "But-for Schedules – Analysis and Defense," Cost Engineering, vol. 43 no. 8, pp. 13-17, 2001.
    [27]Kirk D. Gothand , "Schedule Delay Analysis: Modified Windows Approach," Cost Engineering, Vol.45, No9, pp.18-23 ,2003.
    [28]Y. Kim, K. Kim, and D. Shin, "Delay Analysis Method Using Delay Section," Journal of Construction Engineering and Management, vol. 131, no. 11, pp. 1155-1164, 2005.
    [29]J.-B. Yang and P.-C. Yin, "Isolated Collapsed But-For Delay Analysis Methodology," Journal of Construction Engineering and Management, vol. 135, no. 7, pp. 570-578, 2009.
    [30]A. Mbabazi, T. Hegazy, and F. Saccomanno, "Modified But-For Method for Delay Analysis," Journal of Construction Engineering and Management, vol. 131, no. 10, pp. 1142-1144, 2005.
    [31]S. Alkass, M. Mazerolle, and F. Harris, "Construction delay analysis techniques," Construction Management and Economics, vol. 14, no. 5, pp. 375-394, 1996.
    [32]李怡瑤, "時程延遲分析技術改進與實作," 碩士, 營建管理研究所, 中華大學, 新竹市, 2007.
    [33]J.-B. Yang and M.-K. Tsai, "Computerizing ICBF Method for Schedule Delay Analysis," Journal of Construction Engineering and Management, vol. 137, no. 8, pp. 583-591, 2011.
    [34]K. S. Al-Gahtani, I. A. Al-Sulaihi, and A. Iqupal, "Total float management: computerized technique for construction delay analysis," Canadian Journal of Civil Engineering, vol. 43, no. 5, pp. 391-401, 2016.
    [35]C.-K. Kao and J.-B. Yang, "Comparison of windows-based delay analysis methods," International Journal of Project Management, vol. 27 , pp. 408-418, 2009.
    [36]D. Arditi and T. Pattanakitchamroon, "Selecting a delay analysis method in resolving construction claims," International Journal of Project Management, vol. 24, no. 2, pp. 145-155, 2006.

    QR CODE
    :::