WO2017045469A1 - 一种基于策略文件的电力二次设备仿真建模方法 - Google Patents

一种基于策略文件的电力二次设备仿真建模方法 Download PDF

Info

Publication number
WO2017045469A1
WO2017045469A1 PCT/CN2016/089887 CN2016089887W WO2017045469A1 WO 2017045469 A1 WO2017045469 A1 WO 2017045469A1 CN 2016089887 W CN2016089887 W CN 2016089887W WO 2017045469 A1 WO2017045469 A1 WO 2017045469A1
Authority
WO
WIPO (PCT)
Prior art keywords
description
simulation
secondary device
policy
control
Prior art date
Application number
PCT/CN2016/089887
Other languages
English (en)
French (fr)
Inventor
葛贤军
蒲天骄
陈乃仕
吴锟
汪旭
王晓辉
李志宏
艾明浩
李烨
屈富敏
赵立强
李丹
Original Assignee
中国电力科学研究院
国家电网公司
国网江苏省电力公司
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 中国电力科学研究院, 国家电网公司, 国网江苏省电力公司 filed Critical 中国电力科学研究院
Publication of WO2017045469A1 publication Critical patent/WO2017045469A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]

Definitions

  • the invention relates to the technical field of power system simulation, and particularly to a power model simulation simulation modeling method based on a policy file.
  • E-language enterprise standard Q/GDW_215-2008
  • Q/GDW_215-2008 enterprise standard Q/GDW_215-2008
  • the invention provides a simulation method for power secondary equipment simulation based on a strategy file, and uses the general compilation software to quickly and batchly input the secondary equipment model into the simulation software, thereby realizing the hierarchical secondary device in the simulation software.
  • the establishment of a simulation model The establishment of a simulation model.
  • a strategy file-based power secondary device simulation modeling method collecting device information, using a policy compiler E language to configure a policy file for a secondary device, and storing it in a secondary device policy library; the policy file is used to describe the The control, object type and control logic relationship of the secondary device; the secondary device simulation modeling specifically includes the following steps:
  • the configuration file file for the secondary device includes: determining the attribute division of the device control in the secondary device, and describing the device control of the secondary device by using the E language, including the device body description, the fault description, and the function plug-in description. , fixed value setting description and control operation description.
  • the device body description includes a device model and a device control
  • the device controls include a signal light, a pressure plate, a switch handle, a reset button, and a meter device.
  • the function plug-in description is used to describe a logical relationship between each description object of the secondary device; it includes a plug-in name, a start condition, a start signal, an action condition, and action information customized according to actual conditions.
  • the layered construction secondary device simulation model includes
  • the protection device comprises line protection, circuit breaker protection, busbar protection, transformer protection and capacitor protection;
  • the automatic device comprises a low cycle load shedding, a stability device, a self-injection device and a central control;
  • the auxiliary secondary system includes an AC/DC system for the station, a PT circuit and a cooling system;
  • the operating mechanism includes an SF6 operating mechanism, a pneumatic operating mechanism, a hydraulic operating mechanism, a spring operating mechanism, and a trolley switch;
  • the constructing the secondary device simulation model further comprises: using the general policy compiling software to read the device model policy file from the secondary device database according to the device association configuration information, and performing parsing; according to the corresponding secondary device controls
  • the configuration table is programmed to input the programmatic description language into the simulation model program, generate a secondary device simulation model, and participate in the simulation operation.
  • the device control according to the above secondary device is applied to the substation secondary device simulation system, and the corresponding E language secondary device description file is generated layer by layer; the generated E language is used twice by the general policy file parsing program.
  • the device description file is parsed to extract the simulation model and data.
  • the method provided by the invention analyzes and summarizes the operating characteristics of the secondary equipment commonly used in the power system, such as protection, automatic device, control system, etc., and uses the power system data marking language-E language specification to design the operation and control of the secondary equipment.
  • a model description file that protects strategy information such as actions, and implements a definition of a refined model of a common secondary device. Realize the modeling of the secondary equipment, improve the visualization level of the simulation system model, and improve the modeling efficiency of the detailed simulation model.
  • the standardized simulation model description form enables the simulation developer to transfer more energy from the writing of the software program code to the study of the principle of the simulation object, and improve the accuracy of the simulation result.
  • FIG. 1 is a flowchart of a strategy file-based power secondary device simulation modeling method provided by the present invention
  • FIG. 2 is a schematic structural diagram of a secondary device simulation model provided by the present invention.
  • a strategy file-based power secondary device simulation modeling method collects device information, and uses a policy compiler E language to configure a policy file for a secondary device and stores it in a secondary device policy library;
  • the file is used to describe the control, object type and control logic relationship of the secondary device; the secondary device simulation modeling specifically includes the following steps:
  • the configuration of the policy file for the secondary device includes determining the attribute division of the device control in the secondary device, and describing the various device controls of the secondary device by using the E language, including the device ontology description, the fault description, the function plug-in description, and the setting of the fixed value. And control operation description.
  • the device body description includes a device model and a device control; the device control includes a signal light, a pressure plate, a switch handle, a reset button, and a meter device.
  • the content in the symbol “ ⁇ !>” is the device type and model description, where "device name” is the device model identifier and "type” indicates the device type identifier.
  • Table 2 is a table of correspondence between the components “Component” and “type” in various devices, and includes other control sets such as signals and switching handles for description.
  • Function plugin policy description It is used to describe the logical relationship between each description object of the secondary device; it includes the plugin name, start condition, start signal, action condition and action information customized according to the actual situation. The developer can customize the policy logic information such as plug-in name, start condition, start signal, action condition, and action information according to the actual situation.
  • the control operation data module provides the developer with a method for writing the logic strategy of the control operation.
  • the control operation data block is opened with " ⁇ operate_ctrl::”
  • the contents of its data block are shown in Table 8.
  • the number of contents in the control operation data block is related to the number of states of the control. For example, there are 1 "reset” class, 2 "press plate” classes, and no less than 2 "switching" classes.
  • the hierarchically constructing the secondary device simulation model as described includes
  • the automatic device comprises a low cycle load shedding, a stability device, a self-injection device and a central control;
  • the auxiliary secondary system includes an AC/DC system for the station, a PT circuit and a cooling system;
  • the operating mechanism includes an SF6 operating mechanism, a pneumatic operating mechanism, a hydraulic operating mechanism, a spring operating mechanism, and a trolley switch.
  • the construction of the secondary device simulation model further includes: using the general policy compilation software to read the device model policy file from the secondary device database according to the device association configuration information, and parsing; as shown in Table 2, according to the corresponding secondary device
  • the control configuration table writing a programmatic description language input to the simulation model program, generating a secondary device simulation model, and participating in the simulation operation.
  • the general strategy compilation software includes TB policy editor and c/c++ compiler.
  • the programmatic description language includes the program policy description language SADL and the SELinux policy language.
  • the various device controls based on the above secondary device are applied to the substation secondary device simulation system, and the corresponding E language secondary device description file is generated layer by layer; the generated E language secondary device description file is generated by using the general policy file parsing program. Analyze and extract simulation models and data.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Evolutionary Computation (AREA)
  • Geometry (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Supply And Distribution Of Alternating Current (AREA)
  • Testing And Monitoring For Control Systems (AREA)

Abstract

本发明提供了一种基于策略文件的电力二次设备仿真建模方法,该法包括:收集设备信息,利用策略编译程序E语言为二次设备配置策略文件,并存于二次设备策略库中;该策略文件用于描述所述二次设备的控件、对象类型及其控制逻辑关系;本发明提供的方法实现了仿真软件中的层次化二次设备仿真模型的建立,大大提高了仿真开发人员对二次设备精细化仿真模型的组建效率。

Description

一种基于策略文件的电力二次设备仿真建模方法 技术领域
本发明涉及电力系统仿真技术领域,具体涉及一种基于策略文件的电力二次设备仿真建模方法。
背景技术
随着“调控一体化”的管理模式在电网运行中的实施,满足电网仿真分析及调控人员培训的需要,需要对电网中的一、二次设备动作、异常、故障等详细信息进行模拟,因此在电力系统仿真软件中针对不同型号的二次设备均需根据其物理机理建立详细模型。传统的电力系统模拟软件及调度员培训系统(DTS)软件中往往只关注电网运行一次设备的动作及电网潮流的分析,在对二次设备的仿真中通常采用简化模型,很难满足目前对电网监控的海量信息仿真的需要。若采用传统方式实现二设备的详细仿真,需要在仿真程序中对不同类型、不同型号设备单独建模,这种方式不但需要大量的工作量并且难于进行频繁维护。
通过对电力系统中不同类型二次设备特点进行综合分析,归纳不同类型设备模型的特点,可以采用一种基于策略文件的二次设备建模方法实现二次设备的仿详细仿真。电力系统数据标记语言——E语言规范(以下简称“E语言”,企业标准Q/GDW_215-2008)在电力系统模型的描述方面即具有面向关系方法的高效率又吸收了面向对象方法的优点(如类的继承性等),具有简洁、高效和适用于电力系统的特点,可以利用其特点实现包含运行、控制、保护动作逻辑策略信息的二次设备详细模型描述,实现不同类型、不同型号二次设备详细模型的快速、便捷的组建。
发明内容
本发明提出一种基于策略文件的电力二次设备仿真建模方法,利用通用编译软件,可以快速、批量的将二次设备模型输入至仿真软件,从而实现了仿真软件中的层次化二次设备仿真模型的建立。
本发明的目的是采用下述技术方案实现的:
一种基于策略文件的电力二次设备仿真建模方法,收集设备信息,利用策略编译程序E语言为二次设备配置策略文件,并存于二次设备策略库中;该策略文件用于描述所述二次设备的控件、对象类型及其控制逻辑关系;所述二次设备仿真建模具体包括下述步骤:
根据需求从二次设备策略库中提取标准模型,输入至仿真程序,参与仿真运算;
分层构建二次设备仿真模型。
优选的,所述为二次设备配置策略文件包括,确定二次设备中设备控件的属性划分,利用E语言对二次设备各类设备控件进行描述,包括设备本体描述、故障描述、功能插件描述、定值整定描述和控件操作描述。
进一步地,所述设备本体描述包括设备型号和设备控件;
所述设备控件,包括信号灯、压板、切换把手、复位按钮和仪表设备。
进一步地,所述功能插件描述用于描述二次设备各描述对象之间的逻辑关系;其包括根据实际情况自定义的插件名称、启动条件、启动信号、动作条件和动作信息。
优选的,所述分层构建二次设备仿真模型包括,
(a)将二次设备分成保护装置、自动装置、辅助二次系统和操作机构四层;
其中,所述保护装置,包括线路保护、断路器保护、母线保护、变压器保护和电容器保护;
所述自动装置,包括低周减载、安稳装置、备自投装置和中央控制;
所述辅助二次系统,包括站用交直流系统、PT回路和冷却系统;
所述操作机构,包括SF6操作机构、气动操作机构、液压操作机构、弹簧操作机构和小车开关;
(b)每一层的节点对应一个E语言标识;
(c)标识中的内容为设备的保护逻辑、控制策略和异常故障描述。
优选的,所述构建二次设备仿真模型还包括:利用通用的策略编译软件依照设备关联配置信息,从二次设备数据库中读取设备模型策略文件,并进行解析;依据相应二次设备各控件配置表,编写程序化描述语言输入至仿真模型程序,生成二次设备仿真模型,参与仿真运算。
进一步地,基于上述二次设备描述的各类设备控件应用到变电站二次设备仿真系统中,逐层生成对应的E语言二次设备描述文件;利用通用策略文件解析程序对生成的E语言二次设备描述文件进行解析,提取仿真模型和数据。
与现有技术相比,本发明达到的有益效果是:
本发明提供的方法,通过分析总结电力系统常用的保护、自动装置、控制系统等二次设备的运行特性,利用电力系统数据标记语言——E语言规范,设计含用二次设备运行、控制、保护动作等策略信息的模型描述文件,实现常用二次设备精细化模型的定义。实现二次设备的组建化建模,提高仿真系统模型的可视化水平,提高详细仿真模型的建模效率。
利用通用编译软件,可以快速、批量的将二次设备模型输入至仿真软件,实现仿真软件 中的层次化二次设备仿真模型的建立,参与电力仿真软件系统运算。
规范化的仿真模型描述形式可以使仿真开发人员将更多的精力从软件程序代码的编写转移至仿真对象原理研究,提高仿真结果的准确性。
附图说明
图1为本发明提供的基于策略文件的电力二次设备仿真建模方法流程图;
图2为本发明提供的二次设备仿真模型结构示意图。
具体实施方式
下面结合附图对本发明的具体实施方式做进一步的详细说明。
如图1所示,一种基于策略文件的电力二次设备仿真建模方法,收集设备信息,利用策略编译程序E语言为二次设备配置策略文件,并存于二次设备策略库中;该策略文件用于描述所述二次设备的控件、对象类型及其控制逻辑关系;所述二次设备仿真建模具体包括下述步骤:
根据需求从二次设备策略库中提取标准模型,输入至仿真程序,参与仿真运算;
分层构建二次设备仿真模型。
为二次设备配置策略文件包括,确定二次设备中设备控件的属性划分,利用E语言对二次设备各类设备控件进行描述,包括设备本体描述、故障描述、功能插件描述、定值整定描述和控件操作描述。
所述设备本体描述包括设备型号和设备控件;所述设备控件,包括信号灯、压板、切换把手、复位按钮和仪表设备。
如表1所示,符号“<!>”中的内容为装置类型及型号描述,其中“设备名称”是设备型号标识,“type”表现设备类型标示。
“<Component::**type=**>”及“</Component::**type=**>”标识段中为同一种控件的集合。表2为各种设备中控件“Component”与“type”对应关系表,包含信号、切换把手等其他控件集合进行描述。
Figure PCTCN2016089887-appb-000001
表1
Figure PCTCN2016089887-appb-000002
表2
故障描述是根据装置类型特点,编写装置本体输入控制策略逻辑、及本体异常相关策略文件。装置本体自检及异常描述格式参见表3,该部分包括两种类型。1)装置的输入逻辑。表3案例中符号“<Device_input::Indentity DC=**PT=**>”中“DC”后表示装置的直流输入逻辑判断,“PT”后表示装置交流输入(PT,CT采集输入)条件。需要说明的是,这里的条件仅仅指装置本体控制控件状态的判断,实际仿真程序中还需综合考虑交直流及PT源端状况。表4和表5为策略判断的书写格式及特殊符号所代表的意义的说明文件。
2)装置本体异常描述。表3案例中符号“<Device_input::Indentity…”与“</Device_input::Indentity>”标识段中的内容为装置本体异常条件逻辑描述。该部分内容是在综合分析装置特点基础上,提炼的装置自检异常逻辑数据模块。
Figure PCTCN2016089887-appb-000003
表3
Figure PCTCN2016089887-appb-000004
表4
Figure PCTCN2016089887-appb-000005
表5
3)功能插件策略描述。用于描述二次设备各描述对象之间的逻辑关系;其包括根据实际情况自定义的插件名称、启动条件、启动信号、动作条件和动作信息。开发人员可根据实际情况自定义插件名称、启动条件、启动信号、动作条件、动作信息等策略逻辑信息。功能策略描述以“<pro_input::function type=保护插件>”为起始标示,“</pro_input::function type=保护插件>”为结束标示,其数据块内容如表6所示。
Figure PCTCN2016089887-appb-000007
表6
4)定值整定描述。针对装置的各功能插件预先整定的保护定值,在仿真站中若未对相应对象做特定的保护定值整定,系统将采用此定值作为仿真的保护定值。设备插件定值整定策略功能数据块以<pro_valve::setting type=定值>表示开始,其数据块内容如表7所示。
Figure PCTCN2016089887-appb-000008
表7
5)控件操作描述。可以直接引起部分信号的发出及复归,控制操作数据模块则为开发人员提供了控件操作的逻辑策略的编写方法。控件操作数据块以“<operate_ctrl::”表示开 始,其中“::”后面的标示为控件类别,该字段后面的“name=***”标示控件的名称。如“<operate_ctrl::qh name=重合闸切换把手>”标示操作重合闸切换把手。其数据块内容如表8所示。控件操作数据块中的内容条数与该控件的状态数有关,如“复位”类有1条、“压板”类有2条,“切换”类不小于2条。
Figure PCTCN2016089887-appb-000009
表8
如图2所示,如所述分层构建二次设备仿真模型包括,
(a)将二次设备分成保护装置、自动装置、辅助二次系统和操作机构四层;其中,所述保护装置,包括线路保护、断路器保护、母线保护、变压器保护和电容器保护;
所述自动装置,包括低周减载、安稳装置、备自投装置和中央控制;
所述辅助二次系统,包括站用交直流系统、PT回路和冷却系统;
所述操作机构,包括SF6操作机构、气动操作机构、液压操作机构、弹簧操作机构和小车开关。
(b)每一层的节点对应一个E语言标识;
(c)标识中的内容为设备的故障描述。
构建二次设备仿真模型还包括:利用通用的策略编译软件依照设备关联配置信息,从二次设备数据库中读取设备模型策略文件,并进行解析;如表2所示,依据相应二次设备各控件配置表,编写程序化描述语言输入至仿真模型程序,生成二次设备仿真模型,参与仿真运算。其中,通用的策略编译软件包括TB策略编辑器和c/c++编译器等。程序化描述语言包括程序策略描述语言SADL和SELinux策略语言等。
基于上述二次设备描述的各类设备控件应用到变电站二次设备仿真系统中,逐层生成对应的E语言二次设备描述文件;利用通用策略文件解析程序对生成的E语言二次设备描述文件进行解析,提取仿真模型和数据。
最后应当说明的是:以上实施例仅用以说明本申请的技术方案而非对其保护范围的限制,尽管参照上述实施例对本申请进行了详细的说明,所属领域的普通技术人员应当理解:本领域技术人员阅读本申请后依然可对申请的具体实施方式进行种种变更、修改或者等同替换,这些变更、修改或者等同替换,其均在其申请待批的权利要求范围之内。

Claims (7)

  1. 一种电力二次设备仿真建模方法,其特征在于,收集设备信息,用策略编译程序E语言为二次设备配置策略文件,并存于二次设备策略库中;该策略文件用于描述所述二次设备的控件、对象类型及其控制逻辑关系;所述二次设备仿真建模包括下述步骤:
    从二次设备策略库中提取标准模型,输入至仿真程序,参与仿真运算;
    分层构建二次设备仿真模型。
  2. 如权利要求1所述的方法,其特征在于,所述为二次设备配置策略文件包括,确定二次设备中设备控件的属性,用E语言对二次设备各类设备控件的描述包括设备本体描述、故障描述、功能插件描述、定值整定描述和控件操作描述。
  3. 如权利要求2所述的方法,其特征在于,所述设备本体的描述包括设备型号和设备控件;
    所述设备控件,包括信号灯、压板、切换把手、复位按钮和仪表设备。
  4. 如权利要求2所述的方法,其特征在于,所述功能插件描述包括二次设备各描述对象之间的逻辑关系的描述;其包括根据实际情况自定义的插件名称、启动条件、启动信号、动作条件和动作信息。
  5. 如权利要求1所述的方法,其特征在于,所述分层构建二次设备仿真模型包括,
    (a)将二次设备分成保护装置、自动装置、辅助二次系统和操作机构四层;
    所述保护装置包括线路保护、断路器保护、母线保护、变压器保护和电容器保护;
    所述自动装置包括低周减载、安稳装置、备自投装置和中央控制;
    所述辅助二次系统包括站用交直流系统、PT回路和冷却系统;
    所述操作机构包括SF6操作机构、气动操作机构、液压操作机构、弹簧操作机构和小车开关;
    (b)每一层的节点对应一个E语言标识;
    (c)标识中的内容包括设备的保护逻辑、控制策略和异常故障描述。
  6. 如权利要求1所述的方法,其特征在于,所述分层构建二次设备仿真模型包括:依照设备关联利用通用的策略编译软件配置信息,从二次设备数据库中读取设备模型策略文件,并解析;依据相应二次设备各控件配置表,编写程序化描述语言输入至仿真模型程序,生成二次设备仿真模型,参与仿真运算。
  7. 如权利要求5或6任一项所述的方法,其特征在于,将述二次设备描述的各类设备控件应用到变电站二次设备仿真系统中,逐层生成对应的E语言二次设备描述文件;利用通用策略文件解析程序对生成的E语言二次设备描述文件进行解析,提取仿真模型和数据。
PCT/CN2016/089887 2015-09-16 2016-07-13 一种基于策略文件的电力二次设备仿真建模方法 WO2017045469A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510589567.1A CN105160119B (zh) 2015-09-16 2015-09-16 一种基于策略文件的电力二次设备仿真建模方法
CN201510589567.1 2015-09-16

Publications (1)

Publication Number Publication Date
WO2017045469A1 true WO2017045469A1 (zh) 2017-03-23

Family

ID=54800975

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/089887 WO2017045469A1 (zh) 2015-09-16 2016-07-13 一种基于策略文件的电力二次设备仿真建模方法

Country Status (2)

Country Link
CN (1) CN105160119B (zh)
WO (1) WO2017045469A1 (zh)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109446718A (zh) * 2018-11-15 2019-03-08 紫光测控有限公司 一种保护装置和控制装置的可视化开发方法及系统
CN110109713A (zh) * 2019-04-18 2019-08-09 北京四方继保自动化股份有限公司 一种实现二次设备可视化插件的方法
CN110162843A (zh) * 2019-04-28 2019-08-23 南方电网科学研究院有限责任公司 一种电网一次系统联合二次系统实时仿真建模方法与装置
CN111339626A (zh) * 2018-12-19 2020-06-26 国家电投集团科学技术研究院有限公司 智慧能源系统的控制策略的仿真验证方法及系统
CN112036023A (zh) * 2020-08-26 2020-12-04 南京国电南自维美德自动化有限公司 一种发电机变压器组保护装置软件一体化生成系统
CN112199806A (zh) * 2020-10-09 2021-01-08 中国南方电网有限责任公司 电力二次屏柜能力描述系统
CN112230079A (zh) * 2020-09-07 2021-01-15 许昌开普检测研究院股份有限公司 一种继电保护装置信息自动测试系统
CN112329394A (zh) * 2020-10-27 2021-02-05 中国南方电网有限责任公司 继电保护装置的数字化建模方法
CN112347612A (zh) * 2020-10-19 2021-02-09 国网江苏省电力有限公司检修分公司 一种直流换流站二次系统物理回路建模方法和系统
CN113191116A (zh) * 2021-05-28 2021-07-30 国网河南省电力公司平顶山供电公司 计算机可读介质及其使用方法、基于图纸实物化二次回路电子仿真系统及其应用
CN114329910A (zh) * 2021-12-06 2022-04-12 中国航空综合技术研究所 基于跨层次建模的故障仿真分析方法
CN114493829A (zh) * 2021-12-27 2022-05-13 四川新网银行股份有限公司 一种风险策略文档输入自动实现效果模拟的方法及系统
CN114647459A (zh) * 2022-03-31 2022-06-21 国网河北省电力有限公司培训中心 保护原理图模型复用仿真方法及系统

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105160119B (zh) * 2015-09-16 2019-01-11 中国电力科学研究院 一种基于策略文件的电力二次设备仿真建模方法
CN106022950B (zh) * 2016-05-06 2020-12-18 中国电力科学研究院有限公司 一种配电网二次设备类型识别方法及系统
CN107436958B (zh) * 2016-05-25 2023-05-23 中国电力科学研究院 一种基于通用逻辑的调度主站二次设备信号建模方法
CN107748819B (zh) * 2017-10-24 2021-08-31 国网安徽省电力公司 一种基于自然语言处理的电气二次设备建模方法及系统
CN108320073A (zh) * 2017-12-27 2018-07-24 贵州电网有限责任公司 基于cim-e语言的继电保护装置定值信息的描述方法
CN108646587B (zh) * 2018-04-18 2021-08-17 许继电气股份有限公司 一种emtdc并行仿真方法及系统
CN109240124A (zh) * 2018-10-31 2019-01-18 海南电网有限责任公司电力科学研究院 一种电力稳控策略仿真系统
CN110244575A (zh) * 2019-05-10 2019-09-17 南京南瑞继保电气有限公司 地铁牵引交互信息处理方法、装置及计算机可读存储介质
CN110571804B (zh) * 2019-09-17 2022-03-08 北京科东电力控制系统有限责任公司 电网仿真培训一次和二次数据生成方法及系统
CN112468377B (zh) * 2020-10-23 2023-02-24 和美(深圳)信息技术股份有限公司 智能语音设备的控制方法及系统
CN114118019B (zh) * 2022-01-27 2022-05-17 温州电力建设有限公司 一种基于xml的稳控策略归一化设计方法及系统
CN115657585A (zh) * 2022-10-24 2023-01-31 歌尔股份有限公司 控制程序编辑方法、装置、设备及存储介质

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102957205A (zh) * 2012-02-08 2013-03-06 深圳市金宏威技术股份有限公司 一种建立配电网模型的方法及系统
CN103825755A (zh) * 2013-11-27 2014-05-28 广东电网公司电力调度控制中心 电力二次系统的建模方法与系统
CN105160119A (zh) * 2015-09-16 2015-12-16 中国电力科学研究院 一种基于策略文件的电力二次设备仿真建模方法

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103353902B (zh) * 2011-12-21 2017-02-22 国网河北省电力公司培训中心 一种电力系统二次设备仿真模型构建方法
CN102708196B (zh) * 2012-05-16 2014-07-23 中国电力科学研究院 一种基于e语言的变电站端与调度端模型协调共享方法
CN103150426A (zh) * 2013-02-09 2013-06-12 国家电网公司 面向调控一体仿真的电网一、二次设备统一建模方法
CN103366059B (zh) * 2013-07-08 2016-05-04 国电南瑞科技股份有限公司 一种变电站仿真培训系统二次设备模型数据描述方法

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102957205A (zh) * 2012-02-08 2013-03-06 深圳市金宏威技术股份有限公司 一种建立配电网模型的方法及系统
CN103825755A (zh) * 2013-11-27 2014-05-28 广东电网公司电力调度控制中心 电力二次系统的建模方法与系统
CN105160119A (zh) * 2015-09-16 2015-12-16 中国电力科学研究院 一种基于策略文件的电力二次设备仿真建模方法

Cited By (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109446718A (zh) * 2018-11-15 2019-03-08 紫光测控有限公司 一种保护装置和控制装置的可视化开发方法及系统
CN109446718B (zh) * 2018-11-15 2023-06-20 清能华控科技有限公司 一种保护装置和控制装置的可视化开发方法及系统
CN111339626A (zh) * 2018-12-19 2020-06-26 国家电投集团科学技术研究院有限公司 智慧能源系统的控制策略的仿真验证方法及系统
CN110109713B (zh) * 2019-04-18 2022-06-03 北京四方继保自动化股份有限公司 一种实现二次设备可视化插件的方法
CN110109713A (zh) * 2019-04-18 2019-08-09 北京四方继保自动化股份有限公司 一种实现二次设备可视化插件的方法
CN110162843A (zh) * 2019-04-28 2019-08-23 南方电网科学研究院有限责任公司 一种电网一次系统联合二次系统实时仿真建模方法与装置
CN110162843B (zh) * 2019-04-28 2023-01-03 南方电网科学研究院有限责任公司 一种电网一次系统联合二次系统实时仿真建模方法与装置
CN112036023A (zh) * 2020-08-26 2020-12-04 南京国电南自维美德自动化有限公司 一种发电机变压器组保护装置软件一体化生成系统
CN112036023B (zh) * 2020-08-26 2023-06-27 南京国电南自维美德自动化有限公司 一种发电机变压器组保护装置软件一体化生成系统
CN112230079A (zh) * 2020-09-07 2021-01-15 许昌开普检测研究院股份有限公司 一种继电保护装置信息自动测试系统
CN112199806A (zh) * 2020-10-09 2021-01-08 中国南方电网有限责任公司 电力二次屏柜能力描述系统
CN112347612A (zh) * 2020-10-19 2021-02-09 国网江苏省电力有限公司检修分公司 一种直流换流站二次系统物理回路建模方法和系统
CN112347612B (zh) * 2020-10-19 2024-01-23 国网江苏省电力有限公司检修分公司 一种直流换流站二次系统物理回路建模方法和系统
CN112329394A (zh) * 2020-10-27 2021-02-05 中国南方电网有限责任公司 继电保护装置的数字化建模方法
CN112329394B (zh) * 2020-10-27 2024-01-16 中国南方电网有限责任公司 继电保护装置的数字化建模方法
CN113191116A (zh) * 2021-05-28 2021-07-30 国网河南省电力公司平顶山供电公司 计算机可读介质及其使用方法、基于图纸实物化二次回路电子仿真系统及其应用
CN114329910A (zh) * 2021-12-06 2022-04-12 中国航空综合技术研究所 基于跨层次建模的故障仿真分析方法
CN114329910B (zh) * 2021-12-06 2024-04-02 中国航空综合技术研究所 基于跨层次建模的故障仿真分析方法
CN114493829A (zh) * 2021-12-27 2022-05-13 四川新网银行股份有限公司 一种风险策略文档输入自动实现效果模拟的方法及系统
CN114647459A (zh) * 2022-03-31 2022-06-21 国网河北省电力有限公司培训中心 保护原理图模型复用仿真方法及系统
CN114647459B (zh) * 2022-03-31 2024-04-26 国网河北省电力有限公司培训中心 保护原理图模型复用仿真方法及系统

Also Published As

Publication number Publication date
CN105160119A (zh) 2015-12-16
CN105160119B (zh) 2019-01-11

Similar Documents

Publication Publication Date Title
WO2017045469A1 (zh) 一种基于策略文件的电力二次设备仿真建模方法
WO2015176563A1 (zh) 采用广义量测横向关联方式的统一建模方法
CN103761624A (zh) 一体化电网调度操作智能防误预警系统的实现方法
CN108153965B (zh) 一种基于scd文件的间隔分图自动生成的方法
CN104333134B (zh) 一种变电站集群测控系统icd模型自动识别装置及识别方法
CN104091243A (zh) 一种倒闸操作票智能推理机制设计及实现的方法
CN106355305A (zh) 一种智能变电站scd模型信息断面的解耦方法及装置
CN107767122A (zh) 一种电气操作票校验方法
González et al. OpenDSS-based distribution network analyzer in open source GIS environment
KR101397381B1 (ko) 메타모델링 통합방법
CN106843041A (zh) 电气设备防误逻辑公式自动化生成系统及其方法
CN105823940A (zh) 一种继电保护测试系统及方法
CN107591802A (zh) 一种配网模型的抽象校验方法
CN103544345A (zh) 操作票智能防误仿真系统
CN103326463A (zh) 一种基于iec61850的变电站一体化防误控制方法
CN103761077A (zh) 一种将cim模型到关系数据库映射建模的方法
Konig et al. Mapping the substation configuration language of iec 61850 to archimate
CN102968087B (zh) 一种防止误操作的智能操作票系统
CN104376614A (zh) 变电站操作票一键出票方法
CN107608295B (zh) 一种电网变电站运维操作票的优化方法
CN104091225A (zh) 面向对象的电力系统调度操作票系统
CN107391458B (zh) 一种采用扩展标签实现scd解耦的方法
Bernatowicz et al. Expert system supporting the diagnosis of the wind farm equipments
Song et al. Research on the data management and decision-making method of the intelligent substation system based on SCD
Sarker et al. Cp-sam: Cyber-power security assessment and resiliency analysis tool for distribution system

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: 16845583

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: 16845583

Country of ref document: EP

Kind code of ref document: A1