簡易檢索 / 詳目顯示

研究生: 蘇哲弘
Jhe-hong Su
論文名稱: 使用NX開發放電加工之電腦輔助電極設計系統
Use of NX to Develop a Computer-aided Electrode Design System for Electrical Discharge Machining
指導教授: 林清安
Ching-an Lin
口試委員: 陳湘鳳
Shana Smith
林紀穎
Chi-ying Lin
學位類別: 碩士
Master
系所名稱: 工程學院 - 機械工程系
Department of Mechanical Engineering
論文出版年: 2014
畢業學年度: 102
語文別: 中文
論文頁數: 100
中文關鍵詞: CAD/CAM放電加工電極設計二次開發
外文關鍵詞: CAD/CAM, Electrical discharge machining, Electrode design, Application programming interface
相關次數: 點閱:214下載:5
分享至:
查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報

隨著高階工具機與CAD/CAM技術的蓬勃發展,模具製造的生產效率迅速提升,但模具生產過程中,終究會遇到刀具無法到達的區域,以及精加工後所剩的餘料,通常這些未能加工的地方,或是產品表面有額外精度需求處,將會透過放電加工來完成。本論文將利用3D CAD/CAM套裝軟體NX所提供的應用程式介面,開發出一套「電腦輔助電極設計系統」,該系統是以建立電極為主要核心工作,建立電極的方法包括:以引伸建立電極、以連續面裁剪電極、以不連續面建立電極、以複製/延伸建立電極、合併電極。除此之外,本研究還提出一套如何由欲加工的3D模具零件自動化偵測出凹陷區域,以利使用者在建立電極之前能在模具零件上事先預覽可能需要放電的區域;以及提出一套計算放電面積的方法,此放電面積之計算將有助於決定適當的放電間隙。當建立完成電極之後,還需建立電極座,電極座的建立結合了Top-down design的設計方式,將建立電極座之後的整個電極實體(包含電極本體和電極座)以幾何連結方式導入一個新建立的零件檔中。最後,若想呈現電極的工程視圖,則可使用「電極工程圖建立」的功能,產生電極的2D視圖與放電時的定位資訊。


With the booming development of high-end NC machine tools and CAD/CAM technology, the productivity of mold manufacturing continues to increase rapidly, however the mold production process will eventually evolve to a point where the cutting tool cannot access, and the stock material cannot be removed after finishing operations. Usually, for the areas that cannot be machined, or for additional precision requirements on the product surface, the process will be completed through electrical discharge machining (EDM). This thesis adopts the application programming interface (API) provided by NX, a well-known 3D CAD/CAM software package, to develop a “computer-aided electrode design system”. This system takes the design of the electrode as the main core and the design methods include: electrode design by extruding operations, electrode design using connected surfaces, electrode design using unconnected surfaces, electrode design by copy and extension, and union of electrodes. Moreover, this study develops a set of API functions to automatically detect the concave regions from the to-be-machined 3D mold components, in order to allow the user to preview the possible regions that require EDM operations prior to the establishment of the electrode; as well as proposes a set of methods to calculate the discharge area which contributes to the determination of the appropriate machining clearance for EDM operations. After the establishment of the electrode is completed, it is still necessary to establish the electrode base. The establishment of the electrode base is combined with a “top-down design” approach which imports the solid model of the entire electrode, including the electrode body and the electrode base, to a newly created component file via geometry links. Finally, if the drawing views of the entire electrode are required, the user can use the function of "create engineering drawing for the electrode" to produce 2D drawing views of the electrode and the data for placement of the electrode during discharge.

摘要 I Abstract II 誌謝 IV 目錄 V 圖目錄 IX 第一章 緒論 1 1.1研究動機與目的 1 1.2研究目標與方法 1 1.3文獻探討 3 1.3.1相關文獻 3 1.3.2商用軟體發展狀況 7 1.4電極設計的架構規劃 8 1.5論文架構 11 第二章 建立電極專案 12 2.1 NXOpen/API之基本介紹 12 2.1.1基礎UF程式架構 12 2.1.2基礎UF資料結構 13 2.1.3物件導向的程式設計 14 2.2建立電極設計專案 15 2.2.1操作步驟 17 2.3設定工件方位 18 2.3.1操作步驟 19 第三章 建立電極 21 3.1自動偵測凹槽 21 3.1.1操作步驟 23 3.1.2內部運算機制 24 3.2以引伸建立電極 27 3.2.1操作步驟 28 3.2.2內部運算機制 30 3.3以連續面裁剪電極 31 3.3.1操作步驟 32 3.3.2內部運算機制 34 3.4以不連續面裁剪電極 35 3.4.1操作步驟 37 3.4.2內部運算機制 39 3.5以複製/延伸建立電極 44 3.5.1操作步驟 44 3.5.2內部運算機制 46 3.6合併電極 47 3.6.1操作步驟 50 3.6.2內部運算機制 52 第四章 輔助工具 54 4.1計算放電面積 54 4.1.1操作步驟 55 4.1.2內部運算機制 57 4.2令電極高度相等 62 4.2.1操作步驟 63 4.2.2內部運算機制 64 4.3建立電極座 66 4.3.1操作步驟 68 4.3.2內部運算機制 69 4.4刪除電極座 72 4.4.1操作步驟 74 4.4.2內部運算機制 75 4.5拆解電極 76 4.5.1操作步驟 78 4.5.2內部運算機制 79 第五章 產生電極工程圖 81 5.1電極工程圖 81 5.1.1操作步驟 82 5.1.2內部運算機制 83 第六章 實例驗證 87 6.1建立手機公模仁的電極專案 87 6.2自動偵測手機模仁的凹槽處 89 6.3建立手機模仁的電極 91 6.4以輔助工具運用於手機公模仁 94 6.5產生手機公模仁的電極工程圖 96 第七章 結論與未來研究方向 97 7.1結論 97 7.2未來研究方向 98 參考文獻 99

[1] Joshi, S. and Chang, T.C. (1988), “Graph based heuristics for recognition of machined feature from a 3-D solid model,” Computer Aided Design, Vol. 20, pp. 58-66.
[2] Ketan, H.S. and Haleel, A.J. (2013), “Step-based assembly feature recognition using attribute adjacency Graph for prismatic parts,” Eng. and Tech. Journal, Vol.31,Part(A).
[3] Zhu, H.C. and Menq, H. (2002), “B-Rep model simplification by automatic fillet/round suppressing for efficient automatic feature recognition,” Computer Aided Design, Vol. 34, pp. 109-123.
[4] 王馨苹,「製造特徵辨識之研究」(2003),碩士論文,國立台灣大學機械工程研究所,台北市。
[5] Ding, X.M., Fuh, J.Y.H., Lee, K.S. and Nee, A.Y.C. (2000), “A computer aided EDM electrode design system for mold manufa- cturing,” International Journal of Production Research, Vol. 38, pp. 3079-3092.
[6] Ding, X.M., Fuh, J.Y.H. and Lee, K.S. (2002), “Computer aided EDM electrode design,” Computer and Industrial Engineering, Vol. 42, pp. 259-269.
[7] Lee, Y.H., Li, C.L. (2009), “Automation in the design of EDM electrodes,” Computer Aided Design, Vol. 41, pp. 600-613.
[8] 曾泰源,「Non-manifold幾何模型布林運算編輯功能之探討」(1997),碩士論文,國立台灣大學機械工程研究所,台北市。
[9] 盧偉,「基於UG的電極二維工程圖紙自動生產的技術」(2007),碩士論文,華中科技大學材料加工工程研究所,湖北省武漢。
[10] 蒲奎,「自動化電極設計及繪圖技術研究」(2011),碩士論文,華中科技大學材料加工工程研究所,湖北省武漢。
[11] NX Electrode Design (2012), Siemens corporation, Texas, USA。
[12] Electrode Design (2012), Otsuka information technology corpo- ration, Soochow CN。
[13] Delcam-Electrode (2012), Delcam technology corporation, Eng- land UK.
[14] Unigraphics NX Open API Student Guide (2004), Siemens corporation, Texas, USA.

QR CODE