CN112799724A - Method and device for analyzing and calculating policy table of stability control device - Google Patents

Method and device for analyzing and calculating policy table of stability control device Download PDF

Info

Publication number
CN112799724A
CN112799724A CN202110035800.7A CN202110035800A CN112799724A CN 112799724 A CN112799724 A CN 112799724A CN 202110035800 A CN202110035800 A CN 202110035800A CN 112799724 A CN112799724 A CN 112799724A
Authority
CN
China
Prior art keywords
control device
calculation
instruction set
file
expression
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.)
Granted
Application number
CN202110035800.7A
Other languages
Chinese (zh)
Other versions
CN112799724B (en
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.)
Xuji Group Co Ltd
XJ Electric Co Ltd
Xuchang XJ Software Technology Co Ltd
Original Assignee
Xuji Group Co Ltd
XJ Electric Co Ltd
Xuchang XJ Software Technology Co Ltd
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 Xuji Group Co Ltd, XJ Electric Co Ltd, Xuchang XJ Software Technology Co Ltd filed Critical Xuji Group Co Ltd
Priority to CN202110035800.7A priority Critical patent/CN112799724B/en
Publication of CN112799724A publication Critical patent/CN112799724A/en
Application granted granted Critical
Publication of CN112799724B publication Critical patent/CN112799724B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30003Arrangements for executing specific machine instructions
    • G06F9/30007Arrangements for executing specific machine instructions to perform operations on data operands
    • G06F9/30029Logical and Boolean instructions, e.g. XOR, NOT
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30098Register arrangements
    • HELECTRICITY
    • H02GENERATION; CONVERSION OR DISTRIBUTION OF ELECTRIC POWER
    • H02HEMERGENCY PROTECTIVE CIRCUIT ARRANGEMENTS
    • H02H1/00Details of emergency protective circuit arrangements
    • H02H1/0092Details of emergency protective circuit arrangements concerning the data processing means, e.g. expert systems, neural networks
    • HELECTRICITY
    • H02GENERATION; CONVERSION OR DISTRIBUTION OF ELECTRIC POWER
    • H02JCIRCUIT ARRANGEMENTS OR SYSTEMS FOR SUPPLYING OR DISTRIBUTING ELECTRIC POWER; SYSTEMS FOR STORING ELECTRIC ENERGY
    • H02J13/00Circuit arrangements for providing remote indication of network conditions, e.g. an instantaneous record of the open or closed condition of each circuitbreaker in the network; Circuit arrangements for providing remote control of switching means in a power distribution network, e.g. switching in and out of current consumers by using a pulse code signal carried by the network

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Artificial Intelligence (AREA)
  • Evolutionary Computation (AREA)
  • Power Engineering (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a method and a device for analyzing and calculating a policy table of a stability control device, wherein the method comprises the following steps: generating a calculation file of a policy table according to the fault information of the power system; analyzing the calculation file to obtain an instruction set file; the instruction set file is sent to the stable control device in advance, and the instruction set data of the instruction set file can be directly read and operated when the stable control device operates. The strategy table logic calculation expression and the mathematical calculation expression are analyzed into the instruction set file and are preset in the stability control device, so that the stability control device does not need to analyze the expression script of the strategy table during operation, the instruction set data in the instruction set file is directly operated, and the operation efficiency of the stability control device can be obviously improved.

Description

Method and device for analyzing and calculating policy table of stability control device
Technical Field
The invention relates to the technical field of power equipment control, in particular to a method and a device for analyzing and calculating a strategy table of a stability control device.
Background
When the power system has a fault, the stability control device needs to query the strategy table text script according to the operation condition before the fault and the actual fault data information, perform data calculation and logic calculation according to the expression of the strategy table of the script, then find out the corresponding control measure according to the calculation result to generate the control strategy, and put into practice.
Due to the difference of the policy function requirements of each project, the logic of the policy table cannot be unified, and engineering designers need to configure the policy table on site; therefore, the expressions of the policy table cannot be compiled and integrated into the device object, requiring independent scripted configuration. As shown in fig. 1, a device developer uses a visual logic design tool to generate a device object; engineering designers use a visual model configuration tool to generate a logic calculation and mathematical calculation expression script of the policy table; after downloading the script file of the strategy table to the device, the device analyzes and calculates the strategy table in real time, and responds to various fault conditions according to the calculation result.
The design scheme of the independent scripted configuration policy table realizes that the expression file of the policy table is independent of the device target program and can flexibly configure the requirement. However, the device needs to perform text analysis and data analysis on the expression scripts of the strategy table one by one, so that a large amount of time resources need to be consumed, the operation efficiency of the device is reduced, and the requirement of the device on the real-time performance of strategy calculation cannot be met.
Disclosure of Invention
The embodiment of the invention aims to provide a strategy table analyzing and calculating method and device for a stable control device.
In order to solve the foregoing technical problem, a first aspect of an embodiment of the present invention provides a method for analyzing and calculating a policy table of a stability control device, including the following steps:
generating a calculation file of a policy table according to the fault information of the power system;
analyzing the calculation file to obtain an instruction set file;
and sending the instruction set file to a stable control device in advance, wherein the stable control device can directly read and operate the instruction set data of the instruction set file during operation.
Further, the generating of the calculation file of the policy table according to the fault information of the power system includes:
and generating a logic calculation expression and a mathematical calculation expression of a strategy table by using a visual model configuration tool according to the pre-fault working condition information and the actual fault data information of the power system.
Further, the parsing the calculation file to obtain an instruction set file includes:
translating the calculation files in the calculation files one by one to obtain an expression script which can be identified by an embedded operating system;
analyzing the expression script to obtain an instruction set of a binary instruction format which can be quickly executed by the stable control device;
the expression script corresponds to a plurality of instructions in a binary instruction format.
Further, the instructions in binary instruction format include: an opcode, a source operand, a destination operand, and/or additional information;
wherein the character of the operation code represents the operation type of the instruction.
Further, the characters of the operation code include: numbers and/or letters.
Accordingly, a second aspect of the embodiments of the present invention provides a stability control apparatus policy table parsing calculation apparatus, including:
the generating module is used for generating a calculation file of the strategy table according to the fault information of the power system;
the analysis module is used for analyzing the calculation file to obtain an instruction set file;
and the sending module is used for sending the instruction set file to a stable control device in advance, and the stable control device can directly read and run the instruction set data of the instruction set file during running.
Further, the generating module generates a logic calculation expression and a mathematical calculation expression of a policy table by using a visual model configuration tool according to the pre-fault condition information and the actual fault data information of the power system.
Further, the parsing module comprises:
the translation unit is used for translating the calculation files in the calculation files one by one to obtain an expression script which can be identified by the embedded operating system;
the analysis unit is used for analyzing the expression script to obtain an instruction set of a binary instruction format which can be quickly executed by the stable control device;
the expression script corresponds to a plurality of instructions in a binary instruction format.
Further, the instructions in binary instruction format include: an opcode, a source operand, a destination operand, and/or additional information;
wherein the character of the operation code represents the operation type of the instruction.
Further, the characters of the operation code include: numbers and/or letters.
Accordingly, a third aspect of the embodiments of the present invention further provides an electronic device, including: at least one processor; and a memory coupled to the at least one processor; the memory stores instructions executable by the processor, and the instructions are executed by the processor to cause the processor to execute the method for analyzing and calculating the strategy table of the stable control device.
Furthermore, a fourth aspect of the embodiments of the present invention further provides a computer-readable storage medium, on which computer instructions are stored, and the computer instructions, when executed by a processor, implement the above-mentioned stable control apparatus policy table parsing calculation method.
The technical scheme of the embodiment of the invention has the following beneficial technical effects:
the strategy table logic calculation expression and the mathematical calculation expression are analyzed into the instruction set file and are preset in the stability control device, so that the stability control device does not need to analyze the expression script of the strategy table during operation, the instruction set data in the instruction set file is directly operated, and the operation efficiency of the stability control device can be obviously improved.
Drawings
FIG. 1 is a schematic diagram of a prior art control architecture for a stability control device;
fig. 2 is a flowchart of a method for analyzing and calculating a policy table of a stability control device according to an embodiment of the present invention;
FIG. 3 is a schematic diagram of a control architecture of a stability control apparatus according to an embodiment of the present invention;
FIG. 4 is a schematic diagram illustrating a flow of parsing a policy table expression according to an embodiment of the present invention;
FIG. 5 is a block diagram of a device for analyzing and calculating a policy table of a stability control device according to an embodiment of the present invention;
fig. 6 is a block diagram of a parsing module according to an embodiment of the present invention.
Reference numerals:
1. the device comprises a generation module, 2, an analysis module, 21, a translation unit, 22, an analysis unit, 3 and a sending module.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in further detail with reference to the accompanying drawings in conjunction with the following detailed description. It should be understood that the description is intended to be exemplary only, and is not intended to limit the scope of the present invention. Moreover, in the following description, descriptions of well-known structures and techniques are omitted so as to not unnecessarily obscure the concepts of the present invention.
Fig. 2 is a flowchart of a method for analyzing and calculating a policy table of a stable control device according to an embodiment of the present invention.
FIG. 3 is a schematic diagram of a control architecture of a stable control device according to an embodiment of the present invention
Referring to fig. 2 and fig. 3, a first aspect of the embodiments of the present invention provides a method for analyzing and calculating a policy table of a stability control device, including the following steps:
and S100, generating a calculation file of a strategy table according to the fault information of the power system.
And S200, analyzing the calculation file to obtain an instruction set file.
And S300, the instruction set file is sent to the stable control device in advance, and the instruction set data of the instruction set file can be directly read and operated when the stable control device operates.
According to the strategy table analyzing and calculating method for the stability control device, the logic calculation expression and the mathematical calculation expression of the strategy table are analyzed into the instruction set file and are preset in the stability control device, so that the stability control device does not need to analyze the expression script of the strategy table during operation, the instruction set data in the instruction set file is directly operated, and the operation efficiency of the stability control device can be obviously improved.
Specifically, in step S100, the step of generating the calculation file of the policy table according to the power system fault information may specifically be:
and generating a logic calculation expression and a mathematical calculation expression of the strategy table by using a visual model configuration tool according to the pre-fault working condition information and the actual fault data information of the power system.
Fig. 4 is a schematic diagram illustrating a parsing flow of a policy table expression according to an embodiment of the present invention.
Specifically, referring to fig. 4, in step S200, the step of parsing the calculation file to obtain the instruction set file may specifically include:
s210, translating the calculation files in the calculation files one by one to obtain an expression script which can be identified by the embedded operating system.
And S220, analyzing the expression script to obtain an instruction set in a binary instruction format which can be quickly executed by the stable control device.
The expression script corresponds to a plurality of instructions in a binary instruction format.
And the logic expression and the mathematical expression obtained by configuration are translated one by one through a graphical model configuration tool to generate an expression script which is in a data format which can be identified by an embedded implementation operating system, and then the expression is analyzed into a binary instruction format which can be quickly executed by the device.
Specifically, the instructions in binary instruction format include: an opcode, a source operand, a destination operand, and/or additional information. Wherein the character of the operation code indicates the operation type of the instruction.
The binary instruction generated by the text script adopts a custom format. Each instruction contains four parts: 1) an operation code; 2) a source operand; 3) a destination operand; 4) additional information (value 0 when no additional information is present). The value of the opcode within an instruction represents the operation type of the instruction. For example, "3" means "read model data to register"; "4" represents a "register write data pattern"; "6" means "two data are added"; "7" means "two data are multiplied".
Optionally, the characters of the operation code include: numbers and/or letters.
And each script needs to be split into a plurality of executable instructions. Taking the real-time data table as an example, the expression script "run.73 ═ run.96 ═ run.97+ run.93" may be parsed to generate 6 executable instructions. As shown in table 1. "run" in the expression represents the real-time data model table in the stability control device, with the table number 9, corresponding to the additional information in table 1.
TABLE 1
Serial number Operation code Source operand Destination operand Additional information
1 3 96 0 9
2 3 97 1 9
3 7 1 0 0
4 3 93 1 9
5 6 1 0 0
6 4 73 0 9
The instruction set shown in table 1 runs on the device as follows:
reading 96 th data of a 9 th table of the model table;
reading the 97 th data of the 9 th table of the model table;
multiplying the two data;
reading the 93 th data of the 9 th table in the model table;
adding the two data;
writing the calculation result into 73 th data of a 9 th table;
the operation flows of other instruction sets are similar to the instructions shown in table 1, and are not described in detail.
After the binary file composed of the instruction set is downloaded to the stabilization control device, the stabilization control device reads the custom instruction stream in the binary file in real time, and sequentially executes the instructions to obtain the execution result of the policy table. Because the text analysis and the data analysis of the text script are processed in the integrated development environment, the device only needs to execute an instruction set, and skips the analysis flow of the control strategy expression script, so the operation workload of the device is reduced, and the operation efficiency and the real-time performance of the device are improved.
Fig. 5 is a schematic diagram of a device module for analyzing and calculating a policy table of a stability control device according to an embodiment of the present invention.
Accordingly, referring to fig. 5, a second aspect of the embodiments of the present invention provides a stability control device policy table parsing calculation device, including: a generating module 1, an analyzing module 2 and a sending module 3. The generating module 1 is used for generating a calculation file of a policy table according to the fault information of the power system; the analysis module 2 is used for analyzing the calculation file to obtain an instruction set file; the sending module 3 is used for sending the instruction set file to the stable control device in advance, and the stable control device can directly read and run the instruction set data of the instruction set file when running.
The strategy table analyzing and calculating device of the stability control device analyzes the logic calculation expression and the mathematical calculation expression of the strategy table into the instruction set file and presets the instruction set file in the stability control device, so that the stability control device does not need to analyze the expression script of the strategy table during operation, the instruction set data in the instruction set file can be directly operated, and the operation efficiency of the stability control device can be obviously improved.
Specifically, the generating module 1 generates a logic calculation expression and a mathematical calculation expression of the policy table by using a visual model configuration tool according to the pre-fault condition information and the actual fault data information of the power system.
Fig. 6 is a block diagram of a parsing module according to an embodiment of the present invention.
Specifically, referring to fig. 6, the parsing module 2 includes: a translation unit 21 and a parsing unit 22. The translation unit 21 is configured to translate the calculation files in the calculation files one by one to obtain an expression script that can be recognized by the embedded operating system; the parsing unit 22 is configured to parse the expression script to obtain an instruction set in a binary instruction format that can be quickly executed by the stability control apparatus.
The expression script corresponds to a plurality of instructions in a binary instruction format.
Specifically, the instructions in binary instruction format include: an opcode, a source operand, a destination operand, and/or additional information. Wherein the character of the operation code indicates the operation type of the instruction.
Further, the characters of the operation code include: numbers and/or letters.
Accordingly, a third aspect of the embodiments of the present invention further provides an electronic device, including: at least one processor; and a memory coupled to the at least one processor; the memory stores instructions executable by the processor, and the instructions are executed by the processor to cause the processor to execute the method for analyzing and calculating the strategy table of the stable control device.
Furthermore, a fourth aspect of the embodiments of the present invention further provides a computer-readable storage medium, on which computer instructions are stored, and the computer instructions, when executed by a processor, implement the above-mentioned stable control apparatus policy table parsing calculation method.
The embodiment of the invention aims to protect a method and a device for analyzing and calculating a strategy table of a stable control device, wherein the method comprises the following steps: generating a calculation file of a policy table according to the fault information of the power system; analyzing the calculation file to obtain an instruction set file; the instruction set file is sent to the stable control device in advance, and the instruction set data of the instruction set file can be directly read and operated when the stable control device operates. The technical scheme has the following effects:
the strategy table logic calculation expression and the mathematical calculation expression are analyzed into the instruction set file and are preset in the stability control device, so that the stability control device does not need to analyze the expression script of the strategy table during operation, the instruction set data in the instruction set file is directly operated, and the operation efficiency of the stability control device can be obviously improved.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
Finally, it should be noted that: the above embodiments are only for illustrating the technical solutions of the present invention and not for limiting the same, and although the present invention is described in detail with reference to the above embodiments, those of ordinary skill in the art should understand that: modifications and equivalents may be made to the embodiments of the invention without departing from the spirit and scope of the invention, which is to be covered by the claims.

Claims (10)

1. A method for analyzing and calculating a strategy table of a stable control device is characterized by comprising the following steps:
generating a calculation file of a policy table according to the fault information of the power system;
analyzing the calculation file to obtain an instruction set file;
and sending the instruction set file to a stable control device in advance, wherein the stable control device can directly read and operate the instruction set data of the instruction set file during operation.
2. The stability control device policy table parsing calculation method according to claim 1, wherein the generating a calculation file of the policy table according to the power system fault information includes:
and generating a logic calculation expression and a mathematical calculation expression of a strategy table by using a visual model configuration tool according to the pre-fault working condition information and the actual fault data information of the power system.
3. The stability control device policy table parsing method according to claim 1, wherein the parsing the calculation file to obtain an instruction set file comprises:
translating the calculation files in the calculation files one by one to obtain an expression script which can be identified by an embedded operating system;
analyzing the expression script to obtain an instruction set of a binary instruction format which can be quickly executed by the stable control device;
the expression script corresponds to a plurality of instructions in a binary instruction format.
4. The stability control device policy table parsing calculation method according to claim 3,
the instructions in binary instruction format include: an opcode, a source operand, a destination operand, and/or additional information;
wherein the character of the operation code represents the operation type of the instruction.
5. The stability control device policy table parsing calculation method according to claim 4,
the characters of the operation code include: numbers and/or letters.
6. A stability control device policy table parsing computing device, comprising:
the generating module is used for generating a calculation file of the strategy table according to the fault information of the power system;
the analysis module is used for analyzing the calculation file to obtain an instruction set file;
and the sending module is used for sending the instruction set file to a stable control device in advance, and the stable control device can directly read and run the instruction set data of the instruction set file during running.
7. The stability control device policy table parsing calculating device of claim 6,
and the generating module generates a logic calculation expression and a mathematical calculation expression of a strategy table by using a visual model configuration tool according to the pre-fault working condition information and the actual fault data information of the power system.
8. The stability control device policy table parsing computing device of claim 6, wherein the parsing module comprises:
the translation unit is used for translating the calculation files in the calculation files one by one to obtain an expression script which can be identified by the embedded operating system;
the analysis unit is used for analyzing the expression script to obtain an instruction set of a binary instruction format which can be quickly executed by the stable control device;
the expression script corresponds to a plurality of instructions in a binary instruction format.
9. The stability control device policy table parsing calculating device of claim 8,
the instructions in binary instruction format include: an opcode, a source operand, a destination operand, and/or additional information;
wherein the character of the operation code represents the operation type of the instruction.
10. The stability control device policy table parsing calculating device of claim 9,
the characters of the operation code include: numbers and/or letters.
CN202110035800.7A 2021-01-12 2021-01-12 Stable control device strategy table analysis and calculation method and device Active CN112799724B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110035800.7A CN112799724B (en) 2021-01-12 2021-01-12 Stable control device strategy table analysis and calculation method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110035800.7A CN112799724B (en) 2021-01-12 2021-01-12 Stable control device strategy table analysis and calculation method and device

Publications (2)

Publication Number Publication Date
CN112799724A true CN112799724A (en) 2021-05-14
CN112799724B CN112799724B (en) 2023-11-28

Family

ID=75810059

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110035800.7A Active CN112799724B (en) 2021-01-12 2021-01-12 Stable control device strategy table analysis and calculation method and device

Country Status (1)

Country Link
CN (1) CN112799724B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114118019A (en) * 2022-01-27 2022-03-01 温州电力建设有限公司 Stability control strategy normalization design method and system based on XML

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103513576A (en) * 2013-10-29 2014-01-15 南京南瑞集团公司 Bidirectional interaction method of E-format stability control scheme in intelligent stability control system
CN105809309A (en) * 2014-12-30 2016-07-27 国家电网公司 Power system safety control strategy simulation system and simulation method thereof
US9716617B1 (en) * 2016-06-14 2017-07-25 ShieldX Networks, Inc. Dynamic, load-based, auto-scaling network security microservices architecture
CN108390371A (en) * 2018-02-11 2018-08-10 中国电力科学研究院有限公司 Network system protects control strategy modeling method in on-line analysis
CN111327477A (en) * 2020-02-28 2020-06-23 中国电力科学研究院有限公司 Substation area control protection method and system based on edge calculation
CN111966509A (en) * 2020-07-31 2020-11-20 许继集团有限公司 Stability control device based on off-line policy table
WO2020247252A1 (en) * 2019-06-05 2020-12-10 Cisco Technology, Inc. Adaptive network controls for iot and other applications
CN112180759A (en) * 2020-09-16 2021-01-05 国网新疆电力有限公司电力科学研究院 Virtual simulation closed loop test system and method for power grid safety and stability control device

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103513576A (en) * 2013-10-29 2014-01-15 南京南瑞集团公司 Bidirectional interaction method of E-format stability control scheme in intelligent stability control system
CN105809309A (en) * 2014-12-30 2016-07-27 国家电网公司 Power system safety control strategy simulation system and simulation method thereof
US9716617B1 (en) * 2016-06-14 2017-07-25 ShieldX Networks, Inc. Dynamic, load-based, auto-scaling network security microservices architecture
CN108390371A (en) * 2018-02-11 2018-08-10 中国电力科学研究院有限公司 Network system protects control strategy modeling method in on-line analysis
WO2020247252A1 (en) * 2019-06-05 2020-12-10 Cisco Technology, Inc. Adaptive network controls for iot and other applications
CN111327477A (en) * 2020-02-28 2020-06-23 中国电力科学研究院有限公司 Substation area control protection method and system based on edge calculation
CN111966509A (en) * 2020-07-31 2020-11-20 许继集团有限公司 Stability control device based on off-line policy table
CN112180759A (en) * 2020-09-16 2021-01-05 国网新疆电力有限公司电力科学研究院 Virtual simulation closed loop test system and method for power grid safety and stability control device

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
XIEMEI1等: "Applicationof constraint and the control strategy description language in system analysis", 2014 INTERNATIONAL CONFERENCE ON POWER SYSTEM TECHNOLOGY, pages 1053 - 1057 *
杨福: "基于RTDS的稳控闭环仿真系统构建研究", 中国优秀硕士学位论文全文数据库工程科技Ⅱ辑, no. 03, pages 042 - 291 *
陆玉军;李澄;陈颢;: "基于Qt的继电保护逻辑组态软件开发", 江苏电机工程, vol. 34, no. 5, pages 43 - 46 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114118019A (en) * 2022-01-27 2022-03-01 温州电力建设有限公司 Stability control strategy normalization design method and system based on XML
CN114118019B (en) * 2022-01-27 2022-05-17 温州电力建设有限公司 Stability control strategy normalization design method and system based on XML

Also Published As

Publication number Publication date
CN112799724B (en) 2023-11-28

Similar Documents

Publication Publication Date Title
US8429619B2 (en) Executable high-level trace file generation system
US6874140B1 (en) Debug annotations
US20070294070A1 (en) Program Development Support Apparatus for Computer System Including Quantum Computer, Program Development Support Program, and Simulation Apparatus
US7917899B2 (en) Program development apparatus, method for developing a program, and a computer program product for executing an application for a program development apparatus
US20110126179A1 (en) Method and System for Dynamic Patching Software Using Source Code
CN113805882A (en) Method and device for developing application program, electronic equipment and storage medium
US7240334B1 (en) Methods, systems, and computer program products for deferred computer program tracing
De Macedo et al. Webassembly versus javascript: Energy and runtime performance
CN110955410A (en) Automatic code generation method, device, equipment and medium
US10037260B2 (en) System for expression evaluation at debug time
WO2012078742A2 (en) Multi-modal compiling apparatus and method for generating a hybrid codefile
CN112799724B (en) Stable control device strategy table analysis and calculation method and device
CN112416313B (en) Compiling method supporting large integer data type and operator
US20170139681A1 (en) Class splitting in object-oriented environments
CN112270176B (en) Method, apparatus, and computer storage medium for mode conversion in a deep learning framework
US11429358B2 (en) Representing asynchronous state machine in intermediate code
CN115237390A (en) Relay protection device logic diagram code generation method and device and storage medium
CN113448874A (en) Method and device for generating unit test script
US9830174B2 (en) Dynamic host code generation from architecture description for fast simulation
Strobel et al. A backend tool for the integration of memory optimizations into embedded software
US20240012626A1 (en) Non-transitory computer-readable storage medium with executable development program stored thereon, information processing system, information processing apparatus, and information processing method
US20240012624A1 (en) Non-transitory computer-readable storage medium with executable development program stored thereon, information processing system, information processing apparatus, and information processing method
KR101099491B1 (en) Method for analyzing power consumption
CN114579135A (en) Installation package generation method and device
KR101441854B1 (en) Method for calculating system complexity metric automatically

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant