张吉荣毕业设计论文(2kw风光互补发电系统设计光伏发电部分) 联系客服

发布时间 : 星期三 文章张吉荣毕业设计论文(2kw风光互补发电系统设计光伏发电部分)更新完毕开始阅读

兰州交通大学毕业设计(论文)

摘 要

进入二十一世纪,人类面临着实现经济和社会可持续发展的重大挑战,而能源问题日益严重。人类需要解决能源问题,实现可持续发展,只能依靠科技进步,大规模开发利用可再生能源和新能源。而太阳能和风能被看做是最具有代表性的新能源和可再生能源,由于风力发电和太阳能发电系统均受到外部条件的影响,光靠独立的风力或太阳能发电系统经常会难以保证系统供电的连续性和稳定性,因此,在采用风光互补的混合发电系统来进行相互补充,实现连续、稳定地供电。

本设计重点针对小型风光互补发电系统中蓄电池充放电控制模块和逆变器模块进行了设计及仿真。设计针对目前市场上传统充电控制器对蓄电池的充放电控制不合理,同时保护也不够充分,使得蓄电池的寿命缩短这种情况,研究确定了一种基于单片机的太阳能充电控制器的方案。在太阳能对蓄电池的充放电方式、控制器的功能要求和实际应用方面做了一定分析,完成了硬件电路设计和软件编制并通过proteus仿真软件进行仿真,实现了对蓄电池的高效率管理。逆变环节采用PWM调制方式,控制芯片为PIC16F73,简化了驱动电路设计。软件设计中,采用瞬时电压反馈,增加了电路保护等功能,论文阐述了软件设计总体思想构架,给出了程序代码。最后,利用单片机仿真软件proteus对系统进行仿真并给出仿真原理图及仿真波形。

关键词:风光互补;风能;太阳能;控制;Proteus仿真

1

兰州交通大学毕业设计(论文)

Abstract

Entering the 21st century, human beings are facing to realize the sustainable development of economy and society, and energy problem becomes more and more serious. Only by relying on the progress of science and technology and the large-scale exploitation and utilization of renewable energy and new energy can human solve the problem of energy. And solar and wind power are considered the most representative of new and renewable energy, The power technology of solar energy and wind attack world’s attention. Because of wind power and solar power system under external conditions, and only by independent wind or solar power systems often hard to ensure the continuity and consistency of power system therefore, using hybrid power system of complementary scenery to complement each other, realize the continuous, stable power supply.

This design mainly for small wind-light complementary system of battery charging and discharging control module and inverter module for the design and simulation. The conventional charge controller on the market today on the battery charge and discharge control is unreasonable, and its protection is also inadequate, which makes the battery life to shorten. To solve this problem, the design identifies a solar charge controller based on single chip solution. In the solar energy to battery charge and discharge means, the controller of the functional requirements and the practical application aspects ,making some analysis, completed the hardware circuit design and software development, to achieve the high efficiency of the battery management. In the inverter part ,the paper use PWM inverter link, and the control chip is PIC16F73,this makes the system simple. In the software design, the paper uses the transient voltage feedback and meanwhile, increase circuit protection function, the paper also elaborates the overall framework of software design and displays program code. Finally, the paper uses single chip computer simulation software the Proteus simulink the system and gives the simulation principle diagram and waveform.

Keyword: Wind and PV hybrid; Wind power; Solar power; Control; Proteus simulation

2

兰州交通大学毕业设计(论文)

目录

摘 要 ....................................................................................................................................... 1 Abstract ....................................................................................................................................... 2 1 绪论 ...................................................................................................................................... 5 1.1能源问题 .......................................................................................................................... 5 1.2风能太阳能的概况 .......................................................................................................... 5 1.3 风光发电的发展概况 ..................................................................................................... 5 2 风光互补发电系统整体结构 .............................................................................................. 8 3 光伏发电介绍 ...................................................................................................................... 9 3.1太阳能光伏电池的原理 .................................................................................................. 9 3.2太阳能电池板的计算 .................................................................................................... 10 4 蓄电池充电控制器的设计 ................................................................................................ 13 4.1 系统层次原理图 ........................................................................................................... 13 4.2 单片机最小系统 ........................................................................................................... 14 4.2.1 STC89C52的简介 .................................................................................................. 14 4.2.2 单片机的最小系统及扩展电路 ............................................................................ 14 4.3 充放电电路 ................................................................................................................... 15 4.4光耦驱动电路 ................................................................................................................ 16 4.5 A/D转换电路 ................................................................................................................ 17 4.5.1 ADC0804的简介 .................................................................................................... 17 4.5.2 ADC0804外围接线电路 ........................................................................................ 19 4.6 LCD显示电路 ............................................................................................................... 20 4.7 E2PROM数据存储电路 ................................................................................................ 21 4.8 串口通信电路 ............................................................................................................... 22 4.9 太阳能充电控制器的软件设计 ................................................................................... 25 4.9.1 系统主程序设计 .................................................................................................... 26 4.9.2 软件调试和仿真 .................................................................................................... 26 5 逆变主电路的设计 ............................................................................................................ 30 5.1控制方法 ........................................................................................................................ 30 5.2控制芯片 ........................................................................................................................ 30 5.3PWM控制电路 ............................................................................................................... 31 5.3.1PIC16F73供电电源 ................................................................................................. 31 5.3.2时序和死区电路 ..................................................................................................... 31

3

兰州交通大学毕业设计(论文)

5.3.3光耦隔离电路 ......................................................................................................... 32 5.3.4电压反馈检测电路 ................................................................................................. 33 5.4PWM控制电路系统图 ................................................................................................... 33 5.5 逆变系统软件设计与仿真 ......................................................................................... 34 5.5.1 主程序的设计 ........................................................................................................ 35 5.5.2 程序设计原理 ........................................................................................................ 36 5.5.3 系统仿真 ................................................................................................................ 36 结论 .......................................................................................................................................... 39 致谢 .......................................................................................................................................... 40 参考文献 .................................................................................................................................. 41 附录1 充放电控制源程序 ..................................................................... 错误!未定义书签。 附录2 PWM波形产生源程序 ................................................................ 错误!未定义书签。

4