设计 任务书 文档 开题 答辩 说明书 格式 模板 外文 翻译 范文 资料 作品 文献 课程 实习 指导 调研 下载 网络教育 计算机 网站 网页 小程序 商城 购物 订餐 电影 安卓 Android Html Html5 SSM SSH Python 爬虫 大数据 管理系统 图书 校园网 考试 选题 网络安全 推荐系统 机械 模具 夹具 自动化 数控 车床 汽车 故障 诊断 电机 建模 机械手 去壳机 千斤顶 变速器 减速器 图纸 电气 变电站 电子 Stm32 单片机 物联网 监控 密码锁 Plc 组态 控制 智能 Matlab 土木 建筑 结构 框架 教学楼 住宅楼 造价 施工 办公楼 给水 排水 桥梁 刚构桥 水利 重力坝 水库 采矿 环境 化工 固废 工厂 视觉传达 室内设计 产品设计 电子商务 物流 盈利 案例 分析 评估 报告 营销 报销 会计
 首 页 机械毕业设计 电子电气毕业设计 计算机毕业设计 土木工程毕业设计 视觉传达毕业设计 理工论文 文科论文 毕设资料 帮助中心 设计流程 
垫片
您现在所在的位置:首页 >>电子电气毕业设计 >> 文章内容
                 
垫片
   我们提供全套毕业设计和毕业论文服务,联系微信号:biyezuopinvvp QQ:1015083682   
基于PLC变速恒频风电控制系统设计 毕业论文+任务书+开题报告+CAD图纸+博途程序+组态王仿真源文件+论文检测查重报告
文章来源:www.biyezuopin.vip   发布者:毕业作品网站  

基于PLC的变速恒频风电控制系统设计

摘   要

风力发电系统作为可再生能源的重要组成部分,其核心在于利用风能驱动风叶旋转,进而带动发电机进行发电。然而,由于自然风的风向和风速具有不稳定性,这导致发电机的转速也随之波动,影响了发电的稳定性和效率。为了解决这一问题,本研究设计了一种基于可编程逻辑控制器(PLC)的变速恒频风电控制系统,并引入了PID控制算法,通过对发电机转速的精确控制,实现了风能的稳定转换和高效发电。

在系统设计过程中,我们选用了西门子S7-1200 CPU 1214C AC/DC/Rly作为核心控制器,固件版本为4.2。通过博途软件的硬件组态,我们成功地将可编程控制器添加到系统中,并实现了与各个传感器的数据通信和控制指令的发送。该系统能够实时采集风速、风向等关键数据,并通过PLC的处理和控制,实现对发电机转速的精确调节,从而保持最佳叶尖速比,实现风能的最大利用。

系统的调试结果表明,所设计的变速恒频风电控制系统具有较高的稳定性和可靠性,能够满足实际应用的需求。PID控制算法的应用显著提高了发电机的转速控制精度和发电效率,使得整个风电系统更加高效、稳定。

关键词:风力发电;PLC;PID控制;PTO功能;伺服驱动;变桨控制


Design of variable speed and constant frequency wind power control system based on PLC

Abstract

As an important part of renewable energy, the core of wind power generation system is to use wind energy to rotate the wind blade, and then drive the generator to generate electricity. However, because the natural wind direction and wind speed are unstable, this causes the speed of the generator to fluctuate accordingly, which affects the stability and efficiency of the power generation. In order to solve this problem, this study designed a variable speed constant frequency wind power control system based on programmable logic controller (PLC), and introduced the PID control algorithm to realize the stable conversion of wind power and efficient power generation through the precise control of generator speed.

In the system design process, we chose Siemens S7-1200 CPU 1214C AC / DC / Rly as the core controller, with the firmware version 4.2. Through the hardware configuration of Boto software, we successfully add the programmable controller to the system, and realize the data communication with each sensor and the transmission of control instructions. The system can collect key data such as wind speed and wind direction in real time, and through the processing and control of PLC, realize the precise adjustment of the generator speed, so as to maintain the optimal tip speed ratio and realize the maximum utilization of wind energy.

The debugging results of the system show that the designed variable speed and constant frequency wind power control system has high stability and reliability, and can meet the needs of practical application. The application of PID control algorithm significantly improves the speed control accuracy and power generation efficiency of the generator, and makes the whole wind power system more efficient and stable.

Key words: wind power generation; PLC; PID control; PTO function; servo drive; variable pitch control

目  录

摘   要

Abstract

第1章  绪  论

1.1研究背景与现状

1.1.1 研究背景

1.1.2 研究现状

1.2 研究意义

1.3 研究的主要内容

1.3.1 变速恒频风电控制系统设计

1.3.2 PLC选型与接线设计

1.3.3 软件编程与调试

1.3.4 上位机驱动设计与系统验证

1.4 论文工作安排

第2章 变速恒频风电控制的总体设计

2.1 变桨控制的基本原理

2.2 变桨控制的设计要求

2.3 系统的设计方案

第3章 变速恒频风电控制的硬件设计

3.1 伺服电动机的选型

3.2 伺服驱动器的选型

3.3 PLC的选型

3.4 限位开关的选型

3.5 系统的I/O分配设计

3.6 伺服系统的接线设计

3.7 PLC的接线设计

第4章 变速恒频风电控制的软件设计

4.1 系统的功能流程设计

4.2 PTO脉冲的功能建立

4.3 硬件组态设置

4.4 运动功能块的建立

4.5 梯形图的设计

4.5.1 高速计数器的程序设计

4.5.2 循环中断的程序设计

4.5.3 逻辑控制的程序设计

4.6 PID控制算法的设计与实现

4.6.1 PID控制原理介绍

4.6.2 PID参数整定方法

4.6.3 PID控制梯形图设计

第5章 变速恒频风电控制的上位机设计

5.1 工程的创建

5.2 数据库的建立

5.3 画面的设计

5.4 动画的设计

5.5 系统的调试结果

第6章 结  论

参考文献

致  谢

































  全套毕业设计论文现成成品资料请咨询微信号:biyezuopinvvp QQ:1015083682     返回首页 如转载请注明来源于www.biyezuopin.vip  

                 

打印本页 | 关闭窗口
  下一篇文章:暂时没有
本类最新文章
基于PLC变速恒频风电控制系统设 基于PLC的速冻库制冷控制系统设 基于卷积神经网络的非图像的手势识
学校某教学楼视频监控系统的设计与 基于路径规划算法的走迷宫机器人设 基于单片机的猪场环境监测系统设计
| 关于我们 | 友情链接 | 毕业设计招聘 |

Email:biyeshejiba@163.com 微信号:biyezuopinvvp QQ:1015083682  
本站毕业设计毕业论文资料均属原创者所有,仅供学习交流之用,请勿转载并做其他非法用途.如有侵犯您的版权有损您的利益,请联系我们会立即改正或删除有关内容!