电力直流电源系统监控装置的开发
l 基本信息
作者: 秘建宁
学生学号:
班级: 应用研究
学校:
指导老师:
写作日期:
字数: 23,411
编号: 3
类别: 理工>自动化
级别: 本科毕业论文
摘 要 3
Abstract 4
1.1电力直流电源系统简介 5
1.2电力直流电源系统的发展 5
1.3监控装置的地位及作用 6
1.4国内外的研究现状 7
1.5本文所作的工作 7
第2章 电力直流电源监控系统的功能及构成 9
2.1电力直流电源监控系统的功能 9
2.2 系统的硬件构成 10
2.3 软件功能 11
第3章 蓄电池计算的相关理论 12
3.1 蓄电池的分类及作用 12
3.2 蓄电池的充放电特性 13
3.2.1 充电特性 13
3.2.2 放电特性 14
3.3 蓄电池放电时间的计算 15
3.4 蓄电池寿命的预测 18
3.5 蓄电池组中落后电池的挑选 20
第4章 软件编程 21
4.1 PLC5编程/调试软件RSLogix5介绍 21
4.2 RSLogix5的组态 23
4.2.1 组态系统通信 23
4.2.2 组态处理器 24
4.2.3 添加I/O模块 24
4.2.4 组态通信通道 24
4.3 程序中用到的重要指令 24
4.4 梯形图程序编程的实现 26
4.4.1 梯形图程序的结构和程序的执行特点 26
4.4.2 各部分程序的具体编程实现 26
第5章 上位机监控的实现 35
5.1 上位机监控软件介绍 35
5.1.1 RSView32的特点 35
5.1.2 RSView32如何获取数据 36
5.2 RSView32使用简介 37
5.3 用RSView32实现监控 38
5.3.1 RSView32与PLC的协调工作 38
5.3.2 控制界面介绍 39
5.3.3 事件(Event) 41
5.3.4 设置安全等级 42
第6章 结论 43
毕业设计小结 45
致谢 46
参考文献 47
摘 要
电力直流电源系统是用于电力系统各类电站的一种直流电源系统,具有重要作用,而监控装置是其控制核心。具有较好管理功能和控制功能的监控装置的应用,将大大提高电力系统自动化的程度。
本次毕业设计的主要任务是实现电力直流电源系统的监控,确保负载上的电压基本恒定,实现蓄电池的智能管理。为达到上述的目的,我总结吸收了前人的工作经验,利用罗克韦尔公司的PLC产品系列中的PLC5及相应的软件、编程界面,如RSLogix5及RSView32,结合所用蓄电池的特性实现了上述功能。
本文首先介绍了实现电力直流电源系统的意义,接着又介绍了系统的组成和所实现的功能,然后概述了有关蓄电池的一些理论,如蓄电池容量的计算,寿命的预测和充电方法等,最后着重介绍了如何编程以实现上述功能和如何用RSView32来实现对电力直流电源系统的监控。
本次毕业设计的最终成果较好地解决了蓄电池的智能管理问题和如何监控直流电源系统的问题,具有一定的使用价值。
关键词:电力直流电源系统,监控,蓄电池,智能管理
Abstract
Electric Power DC Power Supply System is a DC Power System used in many kinds
of power stations and it is very important in power system. Monitor is the control
center of it. Application of monitor with good management and control ability
will greatly increases the degree of automatization of electric power system.
The main task of this graduate design is to carry out the monitor of Electric
Power DC Power Supply System, to ensure the voltage across load is constant
and to carry out the intelligent management of the VRLA (Valve Regulated Lead
Acid) batteries. Associating with characteristics of VRLA batteries, I summarized
other people's working experience and use PLC5, one of the PLC series of Rockwell
company, and its software, programming interface, such as RSLogix5 and RSView32,
to achieve the goal.
The importance of the Electric Power DC Power Supply System is introduced first.
Then the constitution and the functions of the system are introduced and then
the theories of VRLA battery, such as computing of capacity, prediction of life
and charging methods. How to program to implement the functions above and how
to monitor the Electric Power DC Power Supply System with RSView32 are introduced
with emphasis.
The results of my graduate design preferably resolve the problems in the VRLA
batteries' intelligent management and the Electric Power DC Power Supply System's
monitoring. So the design has its own worthiness.
KEY WORDS: Electric Power DC Power Supply System, monitor, VRLA battery, intelligent
management
第1章 绪论