跳到主要內容

臺灣博碩士論文加值系統

(44.200.117.166) 您好!臺灣時間:2023/09/27 06:32
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:王禹竣
研究生(外文):Wang, Yu-Jun
論文名稱:針對鋰離子電池之充電方法比較與監控平台研製
論文名稱(外文):Comparison of Charging strategies for Lithium-ion Battery and the Development of Monitoring Platform
指導教授:鄭于珊
指導教授(外文):Cheng, Yu-Shan
口試委員:劉益華羅一峰林正凱鄭于珊
口試委員(外文):Liu, Yi-HuaLuo, Yi-FengLin, Cheng-KaiCheng, Yu-Shan
口試日期:2022-07-07
學位類別:碩士
校院名稱:國立臺灣海洋大學
系所名稱:電機工程學系
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2022
畢業學年度:110
語文別:中文
論文頁數:72
中文關鍵詞:定電流定電壓充電法恆溫恆壓充電法五階段定電流充電法同步整流降壓轉換器LabVIEW
外文關鍵詞:Constant Current- Constant VoltageConstant Temperature Constant VoltageFive-stage Constant Currentsynchronous buck converterLabVIEW
相關次數:
  • 被引用被引用:0
  • 點閱點閱:74
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:0
隨著科技的進步,可攜式產品、電動車及再生能源之儲能系統的電池需求和性能要求越來越高,鋰離子電池於上述應用中已廣泛使用,其優點具有高能量密度、耐大電流放電、循環壽命長與無記憶效應等。對於鋰離子電池而言,充電方法將影響電池之充電效率、充電速度,電池溫升與使用壽命等,因此一個快速又安全的充電技術至關重要,所以要謹慎選擇充電方式。
本論文將探討三種充電方法,分別為:定電流-定電壓充電法、恆溫恆壓充電法及五階段定電流充電法。首先利用CT-4008充放電機對鋰離子電池進行充放電,以實現上述三種充電方法。此外,實作一台數位控制充電機,以同步整流降壓轉換器作為充電電路,並使用TI C2000系列微控制器,以達成數位控制和五階段定電流充電。接著,撰寫LabVIEW監控平台,將電池充電即時狀態(如:電壓、電流、溫度)顯示於人機介面中。最後,對所提充電方法之結果進行比較,包含充電時間、充電效率、最大溫升及平均溫升,並提供比較結果讓使用者可自行選擇適合的充電方法。
With the advancement of technology, battery demand and performance requirements for portable products, electric vehicles and energy storage systems of renewable energy are getting higher and higher. Lithium-ion batteries are widely used in these applications, and their advantages include high energy density, high current discharge, long cycle life and no memory effect. For lithium-ion batteries, the charging method will affect the charging efficiency, charging speed, battery temperature rise and battery lifespan, etc. Therefore, a fast and safe charging technique is essential, so the charging method should be carefully chosen.
In this paper, we will discuss three charging methods: constant current - constant voltage charging method, constant temperature constant voltage charging method, and five-stage constant current charging method. Firstly, the CT-4008 charger and discharger are used to charge and discharge the Li-ion battery to realize the above three charging methods. In addition, a digitally controlled charger was implemented, using a synchronous rectifier buck converter as the charging circuit and a TI C2000 series microcontroller to achieve digital control and five-stage constant-current charging. Then, a LabVIEW monitoring platform was written to display the real-time battery charging status (e.g., voltage, current, temperature) in the graphical user interface. Finally, the results of the proposed charging methods are compared, including charging time, charging efficiency, maximum temperature rise and average temperature rise, and the comparison results are provided for users to choose the suitable charging method.
摘要 I
Abstract II
誌謝 III
目次 IV
圖目次 VI
表目次 VIII
第一章 緒論 1
1.1研究背景 1
1.2研究目的及貢獻 2
1.3文獻探討 3
1.4論文大綱 4
第二章 二次電池與二次電池充電技術概論 5
2.1二次電池種類介紹 5
2.1.1 鉛酸電池 5
2.1.2 鎳鎘電池 5
2.1.3 鎳氫電池 5
2.1.4 鋰離子電池 6
2.1.5 二次電池特性比較 6
2.2電池相關名詞介紹 7
2.3二次電池充電技術介紹 9
2.3.1定電壓充電法 9
2.3.2定電流充電法 9
2.3.3定電流-定電壓充電法 10
2.3.4定電流-定電壓衍生型充電法 10
2.3.5多階段定電流充電法 13
2.4本文選用之電池介紹 16
第三章 本文使用之充電法介紹 17
3.1定電流定電壓充電法介紹 17
3.2改良型恆溫恆壓充電法介紹 19
3.3五階段定電流充電法介紹 22
3.4充電平台介紹 27
3.4.1充放電機介紹 28
3.4.2 LabVIEW介紹 30
第四章 數位控制充電機架構 34
4.1降壓式直流-直流轉換器工作原理 35
4.2同步降壓式轉換器工作原理 37
4.3 同步整流降壓轉換器設計實例 40
4.3.1 電感值計算 40
4.3.2 電容值計算 41
4.4數位訊號處理器 41
4.5程式設計流程介紹 44
4.6數位PID控制器之介紹 45
4.6.1 PID介紹 45
4.6.2數位PID控制器 47
4.6.3所提充電法程式流程 49
4.7監控平台介紹 50
第五章 實驗結果與分析 53
5.1本文使用之充電法比較 53
5.2同步整流降壓轉換器實體電路及波形量測 59
5.3實現五階段充電法於同步整流降壓轉換器 65
第六章 結論與未來展望 69
6.1結論 69
6.2未來展望 69
參考文獻 70
[1] 台灣電力股份有限公司,「再生能源預測系統和智慧電網」,2020年08月。
[2] 羅一峰,「鋰離子電池多階段定電流充電技術之研究」,國立臺灣科技大學電機工程系博士論文,2010年07月。
[3] 陳冠炷,「以剩餘容量與模糊溫度控制為基礎之鋰離子電池充電機設計與實現」,國立臺灣科技大學電機工程系碩士論文,2020年07月。
[4] 吳詠嘉,「以模糊控制為基礎之鋰離子電池平衡電路」,國立臺灣科技大學電機工程系碩士論文,2016年07月。
[5] 連于瑄,「具CAN Bus通訊之鋰離子電池容量估測系統」,國立臺灣科技大學電機工程系碩士論文,2016年07月。
[6] 鄭冠淳,「後疫情時代的全球電動車市場」,2021年。車輛中心 產業發展處。
[7] V. Svoboda, H. Doering, and J. Garche, “The influence of fast charging on the performance of VRLA batteries,” J. Power Sources, vol. 144, no. 1, pp. 244-254, Jun. 2005.
[8] M. James, J. Grummett, and M. Rowan et al, “Application of pulse charging techniques to submarine lead-acid batteries,” J. Power Sources, vol. 162, no. 2, pp. 878–883, Nov. 2006.
[9] W. Shen, T. T. Vo, and A. Kapoor, “ Charging algorithm of Lithiumion batteries: an overview,” 7 th IEEE Conference on Industrial Electronics and Applications, pp.1567-1572, July 2012.
[10] P. H. L. Notten, J. H. G. Op het Veld, J. R. G. van Beek, “Boostcharging Li-ion batteries: a challenging new charging concept,” Journal of power Source, vol. 145, no. 1, pp. 89-94, Feb 2005.
[11] G.C. Hsieh, L.R. Chen, and K. S. Huang, “ Fuzzy controlled Lithiumion battery charge system with active state of charge controller,” IEEE Transactions on Industrial Electronics, vol. 48, no. 3, June 2001.
[12] 鍾瑋芯,「鋰離子電池充電方法之評估」,台灣科技大學電機工程碩士論文,2020年06月。
[13] L. Patnaik, A. V. J. S. Praneeth and S. S. Williamson, "A Closed-Loop Constant-Temperature Constant-Voltage Charging Technique to Reduce Charge Time of Lithium-Ion Batteries," IEEE Transactions on Industrial Electronics, vol. 66, no. 2, pp. 1059-1067, February 2019.
[14] Y. Wang, Y. Li, L. Jiang, Y. Huang and Y. Cao, "PSO-based optimization for constant-current charging pattern for li-ion battery," Chinese Journal of Electrical Engineering, vol. 5, no. 2, pp. 72-78, June 2019.
[15] 陳品行,「基於剩餘容量之最佳化五階段定電流充電法之研究」,台灣科技大學電機工程碩士論文,2021年01月。
[16] M. Ye, H. Gong, R. Xiong and H. Mu, "Research on the Battery Charging Strategy With Charging and Temperature Rising Control Awareness," IEEE Access, vol. 6, pp. 64193-64201, October 2018.
[17] Caiping Zhang, Jiuchun Jiang, Yang Gao, Weige Zhang, Qiujiang Liu, Xiaosong Hu, "Charging optimization in lithium-ion batteries based on temperature rise and charge time, "in Applied Energy,pp.569-577,2017.
[18] 陳冠炷,「基於灰狼演算法之最佳化鋰離子電池充電電流樣式搜尋」,台灣科技大學電機工程博士論文,2021年07月。
[19] 孫清華,「可充電電池技術大全」,全華科技圖書股份有限公司,2003年09 月。
[20] 伊廷鋒,「鋰離子電池電極材料」,崧燁文化 ,2022年03月。
[21] 黃可龍,王兆翔,劉素琴 ,「鋰離子電池原理與技術」,五南圖書出版股份有限公司,2010年05月。
[22] J.W. Huang, Y.H. Liu, S.C. Wang, Z.Z. Yang, “Fuzzy-Control-Based Five-Step Li-Ion Battery Charger,” IEEE International Conference on Power Electronics and Drive Systems (PEDS), 2009.
[23] Boshi Wang, Haitao Min, Weiyi Sun,and Yuanbin Yu, “Research on Optimal Charging of Power Lithium-Ion Batteries in Wide Temperature Range Based on Variable Weighting Factors,” MDPI, vol. 14(6), pp. 1-21,March 2021.
[24] Y. H. Liu and Y. F. Luo, “Search for an Optimal Rapid-Charging Pattern for Li-Ion Batteries Using the Taguchi Approach,” IEEE Transactions on Industrial Electronics, Vol. 57, No. 12, Dec. 2010, pp. 111 3963-3971.
[25] Y. H. Liu, C. H. Hsieh, and Y. F. Luo, “Search for an Optimal Rapid Charging Pattern for Li-Ion Batteries Using consecutive orthogonal arrays,” IEEE Transactions on Industrial Electronics, Vol. 26, No. 2, June 2011, pp. 654-661.
[26] Y. H. Liu, J. H. Teng, and Y. C. Lin, “Search for an optimal rapid charging pattern for li-ion batteries using ant colony system algorithm,” IEEE Transactions on Industrial Electronics, vol. 52, no. 5, pp. 1328-1336, October 2005.
[27] MOLICEL, “LITHIUM-ION RECHARGEABLE BATTERY-INR-18650-P26A,” PRODUCT DATA SHEET.
[28] 劉元凱,「以電池模型為基礎之五階段定電流充電法最佳充電電流值搜尋」,台灣科技大學電機工程碩士論文,2018年06月。
[29] A. B. Khan and W. Choi, "Optimal Charge Pattern for the High-Performance Multistage Constant Current Charge Method for the Li-Ion Batteries,"IEEE Transactions on Energy Conversion, vol. 33, no. 3, pp. 1132-1140, September 2018.
[30] 陳瓊興,「LabVIEW與感測電路應用」,全華科技圖書股份有限公司,2021年03月。
[31] 葉倍宏,「LabVIEW圖形化程式設計」,松崗電腦圖書資料股份有限公司,2013年03月。
[32] 歐勝源,「電力電子學」,東華書局股份有限公司,2013年12月。
[33] 李庭誼,「基於GaN之數位控制同步整流降壓轉換器研製」,台灣科技大學電機工程碩士論文,2020年07月。
[34] Texas Instruments, “TMS320F28004x Piccolo Microcontrollers,” Available at http://www.ti.com/.
[35] 黃淳德,「控制系統工程」,滄海書局股份有限公司,2017年06月。
[36] 許惠玟,「水母演算法於最佳比例積分微分控制參數搜尋應用」,台灣科技大學電機工程碩士論文,2021年07月。
連結至畢業學校之論文網頁點我開啟連結
註: 此連結為研究生畢業學校所提供,不一定有電子全文可供下載,若連結有誤,請點選上方之〝勘誤回報〞功能,我們會盡快修正,謝謝!
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top
無相關期刊