WO2014012422A1 - 一种水力发电厂主设备模型建立、存储和同步的方法 - Google Patents

一种水力发电厂主设备模型建立、存储和同步的方法 Download PDF

Info

Publication number
WO2014012422A1
WO2014012422A1 PCT/CN2013/078224 CN2013078224W WO2014012422A1 WO 2014012422 A1 WO2014012422 A1 WO 2014012422A1 CN 2013078224 W CN2013078224 W CN 2013078224W WO 2014012422 A1 WO2014012422 A1 WO 2014012422A1
Authority
WO
WIPO (PCT)
Prior art keywords
model
code
equipment
main
project
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/CN2013/078224
Other languages
English (en)
French (fr)
Inventor
夏智娟
潘伟峰
徐洁
郑健兵
张红芳
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NARI Group Corp
State Grid Electric Power Research Institute
State Grid Corp of China SGCC
Original Assignee
NARI Group Corp
State Grid Electric Power Research Institute
State Grid Corp of China SGCC
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NARI Group Corp, State Grid Electric Power Research Institute, State Grid Corp of China SGCC filed Critical NARI Group Corp
Publication of WO2014012422A1 publication Critical patent/WO2014012422A1/zh
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/10Geometric CAD
    • G06F30/13Architectural design, e.g. computer-aided architectural design [CAAD] related to design of buildings, bridges, landscapes, production plants or roads
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2113/00Details relating to the application field
    • G06F2113/14Pipes

Definitions

  • the invention relates to the establishment, storage and synchronization technology of the main equipment model in the information system field of the watershed and the hydropower plant (hereinafter referred to as the hydropower plant), and particularly relates to the establishment, storage and synchronization of the main equipment model in the state monitoring and state maintenance system of the main equipment of the hydropower plant. Specifically, it is a method for establishing, storing, and synchronizing the main equipment model of a hydropower plant.
  • the system composition is simple and the type of equipment is small. However, there are many devices in the actual information system, and the composition of the relationship is more complicated. It can be seen from the above example that when this mode is adopted, when there are many types of equipment in a hydropower plant, the components of various equipments are different, and the parameter types of the various components are also different, the system needs to separately design a plurality of data table structures. When the system accesses a new device type, you first need to design and increase the data table structure of the corresponding device type, and then develop a corresponding device type storage interface.
  • a hydropower plant Since the main equipment of the hydropower plant has a subordinate hierarchical relationship, for example, a hydropower plant has multiple equipments, one equipment has multiple components, and one component has multiple parameter types.
  • This method adopts a two-dimensional data table structure, which indicates such by ID.
  • Subordinate hierarchical relationships greatly increase the management cost of the device model.
  • the model When the model is modified, such as deleting a component under the device, it is necessary to delete the information related to the component in multiple data tables, which is easy to make mistakes or omissions.
  • the device model when the device model is stored, the operation of multiple data tables is also involved, and the operation interface of each data table is customized according to the data table structure, the steps are cumbersome, and the scalability is not good. Maintenance. Summary of the invention
  • the present invention provides a method for establishing, storing and synchronizing a main equipment model of a hydropower plant, providing a comprehensive model coding format for the hydropower plant information system, a general model establishing step, Flexible model storage format and common data table structure to establish and store all master device model information in the hydropower plant information system, improve the scalability and maintainability of the hydropower plant information system, and also information for distributed hydropower plants
  • the system provides a solution for automatic model synchronization.
  • a method for establishing, storing, and synchronizing a main equipment model of a hydropower plant includes the following steps:
  • step (6) (1) detecting whether the device model of the master device exists in the history database, and if not, jumping to step (6);
  • the local device model XML file is stored in binary form in the historical database to form a device model of the main device in the historical database.
  • step (6) the system automatically generates a system code unique to the main device in the system, where the system code is coded by the affiliated station model, the professional property model code, the device type model code, The device model code, the included part model code, and the part parameter code are composed.
  • 0 ⁇ 99 plant station models can be established under each project; 0 ⁇ 99 professional property models can be established under each plant model project, including power generation equipment, substation equipment, etc.; 0 ⁇ 99 equipment type models can be established, including generators, turbines, circuit breakers, transformers, etc.; 0 ⁇ 99 equipment models can be established under each equipment type model project, such as 1 # generator, 2 under generator # ⁇ ; Each equipment model project can build 0 ⁇ 999 component models, such as 1 # generator to build stator, rotor, etc.; each component model project can establish several component parameters, can be established under individual components 0 ⁇ 99 parameter types, 0 ⁇ 9999 parameters can be established under each parameter type item. 0 ⁇ 99 parameter attributes can be established under each parameter item. For example, the active power and stator core temperature can be established under the stator.
  • the type parameter can also establish the switch type parameter such as the first protection trip action and the accident stop button action.
  • the parameter types are pre-defined during system development.
  • the parameter types include: static parameters, analog quantities, fast variables, switching quantities, SOE quantities, status quantities, etc., which can be extended to 99 parameter types by system development according to actual business requirements.
  • Each parameter type can have multiple parameter attributes.
  • the parameter type is analog.
  • the parameter attributes that can be owned include sequence number, parameter name, unit, voltage range type, amplification factor, correction coefficient, high limit, low limit, and value. Wait.
  • the remaining models including plant station models, professional nature models, equipment type models, equipment models, component models, parameters, etc., can be designed to be added, deleted, and edited in the user interface operations.
  • step (6) the system automatically generates a system code unique to the master device in the system, the system code is composed of 19 digits of Arabic numerals, and is stored in an 8-byte long, and the coding rules are as shown in Table 7. Shown as follows: Professional nature equipment type parameter type parameter attribute plant station code equipment code part code parameter code
  • Each "X" in the above table represents an Arabic number of 0 ⁇ 9, where the factory code is the plant model code of the master device, the professional property code is the professional property model code of the master device, and the device type code is the master.
  • the device type model code of the device is the model code of the master device, the component code is the component model code included in the master device, the parameter type code, the parameter code, and the parameter attribute code are corresponding component parameter codes; It can be seen that the coding rule and the steps established by the master device model and the numerical ranges of the respective parts correspond.
  • the device model storage table structure in the history database is as shown in Table 8:
  • the system code is a unique code generated by the system for the master device.
  • the design of the system coding in the present invention refers to the "4 equipment classification code scheme" in the specification of the State Grid Corporation of China, "Production Management System Equipment Code of the State Grid Corporation (Trial)", and further expands the information system related to the service based on the specification.
  • the system code in the present invention has the ability to encode all the main equipment of the hydropower plant, and has all The components of the main equipment, the data collected by each component, and the ability to encode the attributes of each acquired data have a wide coverage and leave a certain margin of expansion.
  • a device (including components, parameters, parameter attributes, and the like) is correspondingly saved as a device model XML file, and the device model XML file is stored in a binary form as a whole in a historical database. Since the XML file format is a tree structure, it has the advantage of giving birth to the hierarchical relationship of equipment in a hydropower plant.
  • the device is modified, such as adding or deleting components, or adding or deleting parameters, even if the system software develops a new parameter type, the system can automatically modify the content of the device model XML file.
  • the system can store all device models in the system using only one data table structure, regardless of the device model. What kind of changes occur in the internal structure, no need to modify the history database table structure, nor modify the programming implementation of the system software storage interface, effectively improving the maintainability and scalability of the system.
  • the model automatic synchronization strategy in the local model and the historical database is adopted, which can meet the requirements of the distributed system application, and the system model manager only needs to modify the model in one place, and other nodes in the system can automatically obtain the latest information.
  • the system model avoids the cumbersome manual model synchronization and ensures the consistency of the model within the system.
  • the invention provides a method for establishing, storing and synchronizing a main equipment model of a hydropower plant, providing a comprehensive model coding format for the hydropower plant information system, a general model building step, a flexible model storage format, and a universal data table. Structure to establish and store all master equipment model information in the hydropower plant information system, improve the scalability and maintainability of the hydropower plant information system, and provide a model automatic synchronization solution for distributed hydropower plant information systems.
  • Figure 1 is a flow chart of the method of the present invention.
  • Figure 1 shows a flow chart of a method for establishing, storing and synchronizing the main equipment model of a hydropower plant, which specifically includes the following steps:
  • step (6) (1) detecting whether the device model of the master device exists in the history database, and if not, jumping to step (6);
  • Each professional nature model project can establish 0 ⁇ 99 equipment type models, including generators, turbines, circuit breakers, and transformers. Wait; (6-5) Create a new device model of the master device under the device type model project. Each device type model project can create 0 ⁇ 99 device models, such as 1 # generator and 2 # generator under the generator. Wait;
  • ⁇ 99 parameter types can be established under individual components.
  • Each parameter type can be established under the project.
  • ⁇ 9999 parameters, 0 ⁇ 99 parameter attributes can be established under each parameter item.
  • the analog type parameters such as active power and stator core temperature can be established under the stator, and the first protection jump action and accident stop can also be established.
  • Switch type parameters such as button action; wherein the parameter type is pre-defined during system development, and the parameter types include: static parameters, analog quantities, fast variables, switching quantities, SOE quantities, status quantities, etc., which can be developed through the system according to actual business needs.
  • each parameter type can have multiple parameter attributes, such as the parameter type is analog, and the parameter attributes that can be owned include sequence number, parameter name, unit, voltage range type, amplification factor, and correction coefficient. , high limits, low limits, values, etc.; other models, including plant station models, Nature set industry model, the type of device model, the device model, the model components, parameters may be designed to form complete additions and editing operation in a user interface;
  • the local device model XML file is stored in a binary form in the history database to form a device model of the master device in the history database, and the device model in the history database is stored according to the storage table structure of Table 8.
  • step (6) the system automatically generates a unique system code for the master device, which is composed of 19 digits of Arabic numerals and is stored as an 8-byte long.
  • the encoding rules are as shown in Table 7.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Geometry (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Theoretical Computer Science (AREA)
  • Mathematical Optimization (AREA)
  • Computational Mathematics (AREA)
  • Architecture (AREA)
  • Mathematical Analysis (AREA)
  • Structural Engineering (AREA)
  • Pure & Applied Mathematics (AREA)
  • Evolutionary Computation (AREA)
  • General Engineering & Computer Science (AREA)
  • Civil Engineering (AREA)
  • Supply And Distribution Of Alternating Current (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

本发明公开了一种水力发电厂主设备模型建立、存储和同步的方法,在历史数据库中以二进制形式存储设备模型,在本地以设备模型XML文件形式存储设备模型。本发明提供的水力发电厂主设备模型建立、存储和同步的方法,为水电厂信息系统提供全面的模型编码格式、通用的模型建立步骤、灵活的模型存储格式、以及通用的数据表结构,以建立和存储水电厂信息系统内所有主设备模型信息,提高水电厂信息系统的可扩展性和可维护性,同时也为分布式水电厂信息系统提供一种模型自动同步的解决方案。

Description

一种水力发电厂主设备模型建立、 存储和同步的方法 技术领域
本发明涉及流域及水力发电厂(以下简称水电厂)信息系统领域主设备模型的建立、 存储和同步技术, 尤其涉及水电厂主设备状态监测及状态检修系统中主设备模型的建 立、 存储和同步, 具体来说是一种水电厂主设备模型建立、 存储和同步的方法。
背景技术
在水电厂信息系统中, 所有业务功能都建立在对系统内设备统一管理的基础上, 设 备模型的建立和存储以及系统内模型保持一致至关重要。 目前常见的设备模型建立和存 储方法为: 为每个厂站、 每种类型的设备、 每种类型的部件、 每种类型的参数都分别创 建不同结构的数据表, 通过 ID表示从属关系。
如: "XX发电厂"有 " 1#发电机"设备和 " 1#水轮机"设备, " 1#发电机"设备有 5个部件, 分别为 "定子"、 "转子"、 "主轴"、 "机架"和 "轴承", 每个部件均包含参数 类型 "模拟量"、 "开关量"。 那么数据表的结构通常设计如下表 1~6所示, 表 1~6省略 了大部分与水电厂生产过程相关的具体信息字段,仅列出能够表征其设计思想的数据表 和字段描述:
表 1 "厂站"数据表结构
字段描述
厂站 ID
厂站描述 表 2 "水轮机"设备数据表结构
字段描述
设备 ID
设备类型 ID
所属厂站 ID
生产厂家
额定水头 表 3 "发电机"设备数据表结构
字段描述 设备 ID
设备类型 ID
所属厂站 ID
生产厂家
额定电流
额定电压 表 4 部件数据表结构
字段描述
部件 ID
所属设备 ID
设备类型 ID 表 5 模拟量数据表结构
字段描述
参数 ID
所属部件 ID
参数类型 ID 低限 表 6 开关量数据表结构
字段描述
参数 ID
所属部件 ID
参数类型 ID
0- 1报警
1- 0报警 上例中系统组成关系简单, 设备类型少, 而实际的信息系统中设备多, 组成关系复 其表结构也更加复杂。 由上例可见, 采用该方式时, 当水电厂中设备类型较多, 各种设备所构成的部件不 同, 各个部件的参数类型也不相同时, 系统需要分别设计多种数据表结构。 当系统接入 了新的设备类型时, 首先需要设计并增加对应的设备类型的数据表结构, 然后再研发一 套对应的设备类型存储接口; 当增加一种参数类型时, 也需要先设计并增加对应的参数 类型数据表结构, 然后再研发一套对应的参数类型存储接口; 当某参数类型新增了一个 属性时, 比如参数类型 "模拟量"新增了 "死区"属性, 那么需要先修改 "模拟量"数 据表, 增加一个 "死区" 的字段, 然后再修改操作 "模拟量"数据表的接口函数。
由于水电厂主设备具有从属的层次关系, 如一个水电厂有多个设备, 一个设备有多 个部件, 一个部件有多种参数类型, 该方式采用二维数据表结构, 通过 ID来表明这样 的从属层次关系, 极大地增加了设备模型的管理成本。 当模型修改时, 比如删除了设备 下的一个部件, 那么需要到多个数据表中删除与该部件相关的信息, 容易出错或遗漏。 另外, 该方式存储设备模型时, 也涉及对多个数据表操作, 而对每种数据表的操作接口 都是根据数据表结构定制而成, 步骤繁琐, 并且不具有良好的可扩展性和可维护性。 发明内容
发明目的: 为了克服现有技术中存在的不足, 本发明提供一种水力发电厂主设备模 型建立、 存储和同步的方法, 为水电厂信息系统提供全面的模型编码格式、 通用的模型 建立步骤、 灵活的模型存储格式、 以及通用的数据表结构, 以建立和存储水电厂信息系 统内所有主设备模型信息, 提高水电厂信息系统的可扩展性和可维护性, 同时也为分布 式水电厂信息系统提供一种模型自动同步的解决方案。
技术方案: 为实现上述目的, 本发明采用的技术方案为:
一种水力发电厂主设备模型建立、 存储和同步的方法, 包括如下步骤:
( 1 )检测历史数据库中是否存在该主设备的设备模型,若不存在则跳转至步骤(6);
(2) 检测本地是否存在该主设备的设备模型 XML 文件, 若不存在则跳转至步骤
(4);
(3)比较本地的设备模型 XML文件和历史数据库中的设备模型的修改时间,若本 地新则跳转至步骤 (5);
(4) 从历史数据库中下载设备模型至本地, 存储为本地的设备模型 XML文件;
(5) 加载本地的设备模型 XML文件, 跳转至步骤 (7);
(6) 在本地建立该主设备的设备模型, 具体包括如下步骤:
(6-1 ) 新建或选择该主设备所属工程;
(6-2) 在所属工程项目下新建或选择该主设备所属厂站模型;
(6-3) 在所属厂站模型项目下新建或选择该主设备所属专业性质模型; (6-4) 在所属专业性质模型项目下新建或选择该主设备所属设备类型模型; (6-5) 在所属设备类型模型项目下新建该主设备的设备模型;
(6-6) 在该主设备的设备模型项目下新建构成该主设备的各个部件模型;
(6-7) 在各个部件模型项目下新建各自的部件参数;
(7) 编辑该主设备的设备模型信息;
( 8) 将编辑好的设备模型信息存储为本地的设备模型 XML文件;
(9)将本地的设备模型 XML文件以二进制形式存储到历史数据库中,形成该主设 备在历史数据库中的设备模型。
优选的, 在步骤 (6) 完成时, 系统自动为该主设备生成一个在系统内唯一的系统 编码, 所述系统编码由所属厂站模型代码、 所属专业性质模型代码、 所属设备类型模型 代码、 设备模型代码、 所包括的部件模型代码及部件参数代码构成。
优选的,每个工程项目下可建立 0~99个厂站模型;每个厂站模型项目下可建立 0~99 个专业性质模型, 包括发电设备、 变电设备等; 每个专业性质模型项目下可建立 0~99 个设备类型模型, 包括发电机、 水轮机、 断路器、 变压器等; 每个设备类型模型项目下 可建立 0~99个设备模型, 如发电机下建立 1 #发电机、 2 #发电机等; 每个设备模型项 目项目下可建立 0~999个部件模型, 如 1 #发电机下建立定子、 转子等; 每个部件模型 项目下可建立若干部件参数, 单个部件下可建立 0~99个参数类型, 每个参数类型项目 下可建立 0~9999个参数, 每个参数项目下可建立 0~99个参数属性, 如定子下可以建立 有功功率、 定子铁芯温度等模拟量类型参数, 也可以建立第一路保护跳闸动作、 事故停 机按钮动作等开关量类型参数。
其中参数类型为系统开发时预先定义的, 参数类型包括: 静态参数、 模拟量、 快变 量、 开关量、 SOE量、 状态量等, 可以根据实际业务需求通过系统开发方式进行扩充至 99种参数类型; 每种参数类型可以拥有多个参数属性, 比如参数类型为模拟量, 其可拥 有的参数属性包括序号、参数名称、 单位、 电压范围类型、放大系数、校正系数、 高限、 低限、 值等。
其余模型, 包括厂站模型、 专业性质模型、 设备类型模型、 设备模型、 部件模型、 参数等的设定可以设计成在用户界面操作完成增删和编辑的形式。
优选的, 在步骤 (6) 完成时, 系统自动为该主设备生成一个在系统内唯一的系统 编码, 所述系统编码由 19位阿拉伯数字组成, 以 8字节 long存储, 编码规则如表 7所 示:
Figure imgf000006_0001
专业性质 设备类型 参数类型 参数属性 厂站代码 设备代码 部件代码 参数代码
代码 代码 代码 代码
XX XX XX XX XXX XX XXXX XX
上表中每一个 "X"表示以为 0~9的阿拉伯数字, 其中厂站代码为该主设备所属厂 站模型代码, 专业性质代码为该主设备所属专业性质模型代码, 设备类型代码为该主设 备所属设备类型模型代码, 设备代码为该主设备的模型代码, 部件代码为该主设备所包 括的部件模型代码, 参数类型代码、 参数代码和参数属性代码为相应的部件参数代码; 由表 7可以看出, 该编码规则和主设备模型建立的步骤及各部分的数值范围是对应的。
优选的, 所述历史数据库中的设备模型存储表结构如表 8所示:
表 8 设备模型存储表结构
Figure imgf000007_0001
上表中, 系统编码为系统自动为该主设备生成的一个在系统内唯一的代码。
在水力发电厂信息系统中, 所有业务功能都建立在对系统内设备统一管理的基础 上, 设备模型的建立和存储至关重要。 本发明中系统编码的设计参照了国家电网公司的 规范 《国家电网公司生产管理系统设备代码 (试行)》 中 "4设备分类代码方案", 在该 规范基础上进一步扩充了信息系统中与业务相关的编码(参数类型代码、 参数代码、 属 性代码等), 并兼容该规范中 "4设备分类代码方案", 因此本发明中的系统编码具备对 水电厂所有主设备编码的能力, 并具备对所有主设备的部件、 各部件采集的数据以及每 种采集数据的属性编码的能力, 覆盖面广, 并留有一定的扩充裕度。
本发明中将一个设备(包含其下的部件、 参数及参数属性等)模型对应保存为一个 设备模型 XML文件, 再将该设备模型 XML文件整体以二进制的形式存储到历史数据 库中。 由于 XML文件格式是树形结构的, 因此在表达水电厂中设备的层次关系上有着 与生倶来的优势。 当设备修改时, 如增删了部件, 或增删了参数, 甚至是系统软件又开 发了一种新的参数类型时, 系统都能够自动完成对设备模型 XML文件内容的修改。
而且, 系统仅采用一种数据表结构就可以存储系统内所有的设备模型, 不管设备模 型内部结构发生何种变化, 都不需要修改历史数据库表结构, 也不需要修改系统软件存 储接口的编程实现, 有效地提高了系统的可维护性和可扩展性。
本发明中采用了本地模型和历史数据库中的模型自动同步策略, 能够满足分布式系 统应用的需求, 系统模型管理人员只需要在一处对模型进行修改, 系统内其他节点就能 够自动获取最新的系统模型, 避免了繁琐的人工模型同步, 确保系统内模型的一致性。
有益效果: 本发明提供的水力发电厂主设备模型建立、 存储和同步的方法, 为水电 厂信息系统提供全面的模型编码格式、 通用的模型建立步骤、 灵活的模型存储格式、 以 及通用的数据表结构, 以建立和存储水电厂信息系统内所有主设备模型信息, 提高水电 厂信息系统的可扩展性和可维护性, 同时也为分布式水电厂信息系统提供一种模型自动 同步的解决方案。
附图说明
图 1为本发明方法流程图。
具体实施方式
下面结合附图对本发明作更进一步的说明。
如图 1所示为一种水力发电厂主设备模型建立、存储和同步的方法流程图, 具体包 括如下步骤:
( 1 )检测历史数据库中是否存在该主设备的设备模型,若不存在则跳转至步骤(6);
(2) 检测本地是否存在该主设备的设备模型 XML 文件, 若不存在则跳转至步骤
(4);
(3)比较本地的设备模型 XML文件和历史数据库中的设备模型的修改时间,若本 地新则跳转至步骤 (5);
(4) 从历史数据库中下载设备模型至本地, 存储为本地的设备模型 XML文件;
(5) 加载本地的设备模型 XML文件, 跳转至步骤 (7);
(6) 在本地建立该主设备的设备模型, 具体包括如下步骤:
(6-1 ) 新建或选择该主设备所属工程;
(6-2) 在所属工程项目下新建或选择该主设备所属厂站模型, 每个工程项目下可 建立 0~99个厂站模型;
(6-3 ) 在所属厂站模型项目下新建或选择该主设备所属专业性质模型, 每个厂站 模型项目下可建立 0~99个专业性质模型, 包括发电设备、 变电设备等;
(6-4) 在所属专业性质模型项目下新建或选择该主设备所属设备类型模型, 每个 专业性质模型项目下可建立 0~99个设备类型模型, 包括发电机、 水轮机、 断路器、 变 压器等; (6-5 ) 在所属设备类型模型项目下新建该主设备的设备模型, 每个设备类型模型 项目下可建立 0~99个设备模型, 如发电机下建立 1 #发电机、 2 #发电机等;
(6-6) 在该主设备的设备模型项目下新建构成该主设备的各个部件模型, 每个设 备模型项目项目下可建立 0~999个部件模型, 如 1 #发电机下建立定子、 转子等;
(6-7 ) 在各个部件模型项目下新建各自的部件参数, 每个部件模型项目下可建立 若干部件参数,单个部件下可建立 0~99个参数类型,每个参数类型项目下可建立 0~9999 个参数, 每个参数项目下可建立 0~99个参数属性, 如定子下可以建立有功功率、 定子 铁芯温度等模拟量类型参数, 也可以建立第一路保护跳间动作、 事故停机按钮动作等开 关量类型参数; 其中参数类型为系统开发时预先定义的, 参数类型包括: 静态参数、 模 拟量、 快变量、 开关量、 SOE量、 状态量等, 可以根据实际业务需求通过系统开发方式 进行扩充至 99种参数类型; 每种参数类型可以拥有多个参数属性, 比如参数类型为模 拟量, 其可拥有的参数属性包括序号、 参数名称、 单位、 电压范围类型、 放大系数、 校 正系数、 高限、 低限、值等; 其余模型, 包括厂站模型、 专业性质模型、 设备类型模型、 设备模型、部件模型、参数等的设定可以设计成在用户界面操作完成增删和编辑的形式;
(7) 编辑该主设备的设备模型信息;
( 8) 将编辑好的设备模型信息存储为本地的设备模型 XML文件;
(9)将本地的设备模型 XML文件以二进制形式存储到历史数据库中,形成该主设 备在历史数据库中的设备模型,且历史数据库中的设备模型按表 8的存储表结构进行存 储。
在步骤 (6) 完成时, 系统自动为该主设备生成一个在系统内唯一的系统编码, 所 述系统编码由 19位阿拉伯数字组成, 以 8字节 long存储, 编码规则如表 7。
以上所述仅是本发明的优选实施方式, 应当指出: 对于本技术领域的普通技术人员 来说, 在不脱离本发明原理的前提下, 还可以做出若干改进和润饰, 这些改进和润饰也 应视为本发明的保护范围。

Claims

WO 2014/012422 -τ,ι +»、 PCT/CN2013/078224 权 利 要 求 书
1、 一种水力发电厂主设备模型建立、 存储和同步的方法, 其特征在于: 该方法包 括如下步骤:
( 1 )检测历史数据库中是否存在该主设备的设备模型,若不存在则跳转至步骤(6);
(2) 检测本地是否存在该主设备的设备模型 XML 文件, 若不存在则跳转至步骤
(4);
(3)比较本地的设备模型 XML文件和历史数据库中的设备模型的修改时间,若本 地新则跳转至步骤 (5);
(4) 从历史数据库中下载设备模型至本地, 存储为本地的设备模型 XML文件;
(5) 加载本地的设备模型 XML文件, 跳转至步骤 (7);
(6) 在本地建立该主设备的设备模型, 具体包括如下步骤:
(6-1 ) 新建或选择该主设备所属工程;
(6-2) 在所属工程项目下新建或选择该主设备所属厂站模型;
(6-3) 在所属厂站模型项目下新建或选择该主设备所属专业性质模型;
(6-4) 在所属专业性质模型项目下新建或选择该主设备所属设备类型模型;
(6-5) 在所属设备类型模型项目下新建该主设备的设备模型;
(6-6) 在该主设备的设备模型项目下新建构成该主设备的各个部件模型;
(6-7) 在各个部件模型项目下新建各自的部件参数;
(7) 编辑该主设备的设备模型信息;
( 8) 将编辑好的设备模型信息存储为本地的设备模型 XML文件;
(9)将本地的设备模型 XML文件以二进制形式存储到历史数据库中,形成该主设 备在历史数据库中的设备模型。
2、 根据权利要求 1所述的水力发电厂主设备模型建立、 存储和同步的方法, 其特 征在于: 在步骤 (6)完成时, 系统自动为该主设备生成一个在系统内唯一的系统编码, 所述系统编码由所属厂站模型代码、 所属专业性质模型代码、 所属设备类型模型代码、 设备模型代码、 所包括的部件模型代码及部件参数代码构成。
3、 根据权利要求 1所述的水力发电厂主设备模型建立、 存储和同步的方法, 其特 征在于: 每个工程项目下建立 0~99个厂站模型, 每个厂站模型项目下建立 0~99个专业 性质模型, 每个专业性质模型项目下建立 0~99个设备类型模型, 每个设备类型模型项 目下建立 0~99个设备模型, 每个设备模型项目项目下建立 0~999个部件模型, 每个部 件模型项目下建立 0~99个参数类型, 每个参数类型项目下建立 0~9999个参数, 每个参 数项目下建立 0~99个参数属性。
4、 根据权利要求 3所述的水力发电厂主设备模型建立、 存储和同步的方法, 其特 WO 2014/012422 -τ,ι +»、 PCT/CN2013/078224
权 利 要 求 书
征在于: 在步骤 (6)完成时, 系统自动为该主设备生成一个在系统内唯一的系统编码, 所述系统编码由 19位阿拉伯数字组成, 以 8字节 long存储, 编码规则如下表:
Figure imgf000011_0001
上表中每一个 "X"表示以为 0~9的阿拉伯数字, 其中厂站代码为该主设备所属厂 站模型代码, 专业性质代码为该主设备所属专业性质模型代码, 设备类型代码为该主设 备所属设备类型模型代码, 设备代码为该主设备的模型代码, 部件代码为该主设备所包 括的部件模型代码, 参数类型代码、 参数代码和参数属性代码为相应的部件参数代码。
5、 根据权利要求 1所述的水力发电厂主设备模型建立、 存储和同步的方法, 其特 征在于: 所述历史数据库中的设备模型存储表结构如下:
Figure imgf000011_0002
上表中, 系统编码为系统自动为该主设备生成的一个在系统内唯一的代码。
PCT/CN2013/078224 2012-07-20 2013-06-27 一种水力发电厂主设备模型建立、存储和同步的方法 Ceased WO2014012422A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201210268141.2 2012-07-20
CN201210268141.2A CN102799789B (zh) 2012-07-30 2012-07-30 一种水力发电厂主设备模型建立、存储和同步的方法

Publications (1)

Publication Number Publication Date
WO2014012422A1 true WO2014012422A1 (zh) 2014-01-23

Family

ID=47198896

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2013/078224 Ceased WO2014012422A1 (zh) 2012-07-20 2013-06-27 一种水力发电厂主设备模型建立、存储和同步的方法

Country Status (2)

Country Link
CN (1) CN102799789B (zh)
WO (1) WO2014012422A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107066742A (zh) * 2017-04-18 2017-08-18 南京南瑞继保电气有限公司 基于ems系统和保信系统的一二次设备自动关联建模方法

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102799789B (zh) * 2012-07-30 2015-12-16 国网电力科学研究院 一种水力发电厂主设备模型建立、存储和同步的方法
CN105224549A (zh) * 2014-06-06 2016-01-06 南方电网科学研究院有限责任公司 一种电力系统元件模型参数的存储和解析方法
CN104298742A (zh) * 2014-10-09 2015-01-21 国电南瑞科技股份有限公司 能量管理系统分片实时数据库的数据分片方法
CN107045544A (zh) * 2017-03-14 2017-08-15 华电电力科学研究院 一种发电集团机组公用设备信息模型数据结构的建立方法
CN109001985B (zh) * 2017-06-07 2021-10-22 许昌许继软件技术有限公司 一种基于编码的光伏电站建模方法及装置
CN112415930A (zh) * 2020-11-20 2021-02-26 苏伊士水务工程有限责任公司 接口列表、实例程序智能生成方法及自动化集成智能系统

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101706773A (zh) * 2009-11-19 2010-05-12 北京四方继保自动化股份有限公司 采用xml信息重组实现变电站iec61850快速自动建模的方法
CN102799789A (zh) * 2012-07-30 2012-11-28 国网电力科学研究院 一种水力发电厂主设备模型建立、存储和同步的方法

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2432239A (en) * 2005-11-15 2007-05-16 Toshiba Kk Building layout design support system
CN101873228B (zh) * 2010-06-12 2015-01-28 中兴通讯股份有限公司 一种网络设备的物料信息的管理系统及方法
CN101908176A (zh) * 2010-08-02 2010-12-08 国电南瑞科技股份有限公司 一种基于电力信息数据建模及元数据管理应用方法

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101706773A (zh) * 2009-11-19 2010-05-12 北京四方继保自动化股份有限公司 采用xml信息重组实现变电站iec61850快速自动建模的方法
CN102799789A (zh) * 2012-07-30 2012-11-28 国网电力科学研究院 一种水力发电厂主设备模型建立、存储和同步的方法

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
ZHANG, JIAN ET AL.: "The Research of Heterogeneous Database Systems Integration of Hydropower Plant Based on CIM XML/CORBA", COMPUTER KNOWLEDGE AND TECHNOLOGY, 23 April 2008 (2008-04-23), pages 100 - 102 *
ZHAO, LIHUA ET AL.: "Power System Network Data Model Parse Based on C#", MODERN COMPUTER (PROFESSIONAL), 25 May 2011 (2011-05-25), pages 88 - 90 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107066742A (zh) * 2017-04-18 2017-08-18 南京南瑞继保电气有限公司 基于ems系统和保信系统的一二次设备自动关联建模方法

Also Published As

Publication number Publication date
CN102799789B (zh) 2015-12-16
CN102799789A (zh) 2012-11-28

Similar Documents

Publication Publication Date Title
WO2014012422A1 (zh) 一种水力发电厂主设备模型建立、存储和同步的方法
CN103295163B (zh) 图模一体的变电站与调度主站协同建模方法
CN103440367B (zh) 变电站全景数据建模方法
US10169528B2 (en) Method and device for generating engineering topology of digital substation
CN105022874B (zh) 一种配电网数字仿真自动建模方法及系统
CN102880792B (zh) 一种基于iec标准的常规变电站的动态建模方法
CN103778230B (zh) 一种黑启动方案在线自动生成方法
CN101436790A (zh) 包含复杂t接线路的电网模型在线拼接与合并方法
CN102867232A (zh) 一种能量管理系统中厂站综合信息可视化展示方法
CN106599293B (zh) 一种用于调配一体化系统的cim xml电网模型
CN103390028A (zh) 一种用于新型远动机的保护定值校核方法
CN104123478A (zh) 一种基于通用信息模型的快速拓扑分析方法
CN103488726A (zh) 基于web-service的建设电网统一数据平台的方法
CN107274044A (zh) 配电网高级应用对象模型自动解析与生成工具
CN115934676A (zh) 配电终端数字孪生体信息模型构建方法、系统及介质
CN120929516A (zh) 一种智能变电站scd自动生成方法、系统、设备及存储介质
CN102902840B (zh) 一种电力系统仿真数据共享方法
CN103151845B (zh) 基于iec 61850的智能变电站状态监测平台
CN110309565A (zh) 一种基于树形层级划分结构维护电网计算数据的方法及系统
CN102611103A (zh) 一种配电网站外电气拓扑至潮流拓扑自动转换方法
CN103279899B (zh) 电网运行全景模型扩展方法和系统
CN103365285B (zh) 电力运行数据的发布方法
CN114757006A (zh) 基于四象限的配电室电气接线图生成方法及系统
Huang et al. Application-oriented model management method on dispatching and control cloud
Liang et al. Integrated graph and model management of main distribution network based on workflow and graph database

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 13819826

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 13819826

Country of ref document: EP

Kind code of ref document: A1