文档介绍:西安科技大学
硕士学位论文
输配电系统分析平台客户端的设计与实现
姓名:赵泽
申请学位级别:硕士
专业:电力系统及其自动化
指导教师:董张卓
@
论文题目:输配电系统分析平台客户端的设计与实现
专业:电力系统及其自动化
硕士生:赵泽赵泽(签名)
指导教师:董张卓董张卓(签名)
摘要
在电力系统的规划、运行和生产管理过程中,涉及到输配电系统电气特性的各类软
件被广泛应用,直观的图形化人机界面是这些软件发展的必然趋势。目前这些软件只针
对特定的应用而开发,存在开放性差、可扩展性差、维护困难的缺陷,为此开发具有通
用性、交互性、分布式的输配电系统分析平台具有重要的理论意义和应用价值。
本文在对输配电系统电气连接特性进行分析的基础上,根据实际应用需求,对以往
图形平台的局限性进行了分析,确立了图形和模型相分离的原则。系统中电气设备模型
和拓扑模型按照 IEC61970 第 301 部分设计。在此基础上设计了客户端系统的图形结构
和整体结构框架,并用 UML 建立了客户端各模块的对象模型。
在客户端的实现过程中,用广度优先搜索算法实现了对电气主接线图的静态拓扑分
析,即通过对图元的遍历得到电网的静态拓扑, Remoting 把客户端数据传送
给服务端。
Studio 2005 平台下,用 C#计算机语言设计、开发了基于 SVG 格式的电力
图元库和输配电系统分析平台的客户端,通过实际编辑,各模块都能正常工作,实现了
输配电系统主接线图的编辑、显示和数据的传递。
关键字:输配电系统;图形编辑;图元;静态拓扑;客户端
研究类型:应用研究
Subject : The Design and Implementation of the Client for Power
Transmission&Distribution System Analysis Platform
Specialty : Power System & Automation
Name : Zhao Ze (Signature)
Instructor : Dong Zhangzhuo (Signature)
ABSTRACT
In the process of the programming, production and management of the power system,
kinds of software concerned with electrical property of the power transmission&distribution
system is applied widely. It is an inevitable tendency to use visual graph interface in these
software development. These available software are only developed for particular application
and do not have versatility. Moreover, the workload developing graphical interfaces is huge.
Therefore, it is of importance and practical value to develop universal graph platform on
electrical property for power transmission&distribution system.
This thesis studies the basic characteristic of electrical property for power
transmission&distribution system, then designs and realizes a universal graph platform on
electrical property for power transmission&distribution system according to actual application
demand. Then under the separation principle of graph and model, design and use UML to
complete each module of client modeling according