CN112799724B - Stable control device strategy table analysis and calculation method and device - Google Patents

Stable control device strategy table analysis and calculation method and device Download PDF

Info

Publication number
CN112799724B
CN112799724B CN202110035800.7A CN202110035800A CN112799724B CN 112799724 B CN112799724 B CN 112799724B CN 202110035800 A CN202110035800 A CN 202110035800A CN 112799724 B CN112799724 B CN 112799724B
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.)
Active
Application number
CN202110035800.7A
Other languages
Chinese (zh)
Other versions
CN112799724A (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

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

Abstract

The application discloses a method and a device for analyzing and calculating a strategy table of a stability control device, wherein the method comprises the following steps: generating a calculation file of a strategy table according to the power system fault information; analyzing the calculation file to obtain an instruction set file; the instruction set file is sent to the stability control device in advance, and the stability control device can directly read and operate the instruction set data of the instruction set file when in operation. 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 stable control device, so that the stable control device does not need to analyze the expression script of the strategy table during operation, and the instruction set data in the instruction set file can be directly operated, thereby remarkably improving the operation efficiency of the stable control device.

Description

Stable control device strategy table analysis and calculation method and device
Technical Field
The application 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 stable control device.
Background
When the power system fails, the stability control device needs to query a strategy table text script according to the operation condition before failure and actual failure data information, perform data calculation and logic calculation according to the expression of the strategy table of the script, and then find out corresponding control measures according to the calculation result to generate a control strategy, so that the implementation is reduced.
Because of the difference of the policy function requirements of each project, the logic of the policy table cannot be unified, and engineering designers are required to be configured on site; therefore, the expression of the policy table cannot be compiled and integrated into the device object program, and independent scripted configuration is required. As shown in fig. 1, a device developer generates a device object program using a visual logic design tool; using a visual model configuration tool by engineering designer, generating a logic calculation and mathematical calculation expression script of a strategy table; after the strategy table script file is downloaded 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 strategy table realizes the requirement that the expression file of the strategy table is independent of the device target program and can be flexibly configured. However, the device needs to analyze text and data one by one according to the expression script of the policy table, and needs to consume a great deal of time resources, so that the running efficiency of the device is reduced, and the real-time requirement of the device on policy calculation cannot be met.
Disclosure of Invention
The embodiment of the application aims to provide a method and a device for analyzing and calculating a strategy table of a stable control device, which can obviously improve the operation efficiency of the stable control device by analyzing a logic calculation expression and a mathematical calculation expression of the strategy table into an instruction set file and presetting the instruction set file in the stable control device so that the stable control device does not need to analyze an expression script of the strategy table during operation and directly operate instruction set data in the instruction set file.
In order to solve the above technical problems, a first aspect of an embodiment of the present application 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 strategy table according to the power system fault information;
analyzing the calculation file to obtain an instruction set file;
and the instruction set file is sent to a stability control device in advance, and the stability control device can directly read and operate the instruction set data of the instruction set file when in operation.
Further, the calculation file of the policy table is generated according to the power system fault information, including:
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 working condition information before the power system fails and the actual failure data information.
Further, the parsing the calculation file to obtain an instruction set file includes:
performing piece-by-piece translation on the calculation files in the calculation files to obtain expression scripts which can be identified by an embedded operating system;
analyzing the expression script to obtain an instruction set in a binary instruction format which can be rapidly executed by the stable control device;
wherein the expression script corresponds to a plurality of instructions in binary instruction format.
Further, the binary instruction format instruction includes: an opcode, a source operand, a destination operand, and/or additional information;
wherein the characters of the operation code represent 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 application provides a stability control device policy table analysis calculating device, including:
the generation module is used for generating a calculation file of the strategy table according to the power system fault information;
the analysis module is used for analyzing the calculation file to obtain an instruction set file;
the sending module is used for pre-sending the instruction set file to the stability control device, and the stability control device can directly read and run the instruction set data of the instruction set file when running.
Further, the generating module uses a visual model configuration tool to generate a logic calculation expression and a mathematical calculation expression of a strategy table according to the working condition information before the power system fails and the actual failure data information.
Further, the parsing module includes:
the translation unit is used for translating the calculation files in the calculation files one by one to obtain expression scripts which can be identified by the embedded operating system;
the analysis unit is used for analyzing the expression script to obtain an instruction set in a binary instruction format which can be rapidly executed by the stable control device;
wherein the expression script corresponds to a plurality of instructions in binary instruction format.
Further, the binary instruction format instruction includes: an opcode, a source operand, a destination operand, and/or additional information;
wherein the characters of the operation code represent the operation type of the instruction.
Further, the characters of the operation code include: numbers and/or letters.
Accordingly, a third aspect of the embodiment of the present application 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 one processor, and the instructions are executed by the one processor, so that the at least one processor executes the above-mentioned stability control device policy table analysis calculation method.
In addition, a fourth aspect of the embodiment of the present application further provides a computer readable storage medium, on which computer instructions are stored, which when executed by a processor, implement the above-mentioned stability control device policy table analysis calculation method.
The technical scheme provided by the embodiment of the application has the following beneficial technical effects:
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 stable control device, so that the stable control device does not need to analyze the expression script of the strategy table during operation, and the instruction set data in the instruction set file can be directly operated, thereby remarkably improving the operation efficiency of the stable control device.
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 application;
FIG. 3 is a schematic diagram of a control architecture of a stability control device according to an embodiment of the present application;
FIG. 4 is a schematic diagram of an analysis flow of a policy table expression according to an embodiment of the present application;
FIG. 5 is a schematic diagram of a device for analyzing and calculating a policy table of a stability control device according to an embodiment of the present application;
fig. 6 is a block diagram of a parsing module according to an embodiment of the present application.
Reference numerals:
1. the system comprises a generation module, a parsing module, a translation unit, a parsing unit, a transmission module and a transmission module.
Detailed Description
The objects, technical solutions and advantages of the present application will become more apparent by the following detailed description of the present application with reference to the accompanying drawings. It should be understood that the description is only illustrative and is not intended to limit the scope of the application. In addition, in the following description, descriptions of well-known structures and techniques are omitted so as not to unnecessarily obscure the present application.
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 application.
FIG. 3 is a schematic diagram of a control architecture of a stability control apparatus according to an embodiment of the present application
Referring to fig. 2 and 3, a first aspect of the embodiment of the present application provides a method for analyzing and calculating a policy table of a stability control device, including the following steps:
s100, generating a calculation file of the strategy table according to the power system fault information.
S200, analyzing the calculation file to obtain an instruction set file.
S300, the instruction set file is sent to the stability control device in advance, and the stability control device can directly read and operate the instruction set data of the instruction set file when in operation.
According to the method for analyzing and calculating the strategy table of the stable 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 stable control device, so that the stable control device does not need to analyze the expression script of the strategy table during operation, instruction set data in the instruction set file can be directly operated, and the operation efficiency of the stable control device can be remarkably 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 working condition information before the power system fails and the actual failure data information.
Fig. 4 is a schematic diagram of an analysis flow of a policy table expression according to an embodiment of the present application.
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 piece by piece to obtain the expression script which can be identified by the embedded operating system.
S220, analyzing the expression script to obtain an instruction set in a binary instruction format which can be rapidly executed by the stable control device.
Wherein the expression script corresponds to a plurality of instructions in binary instruction format.
The logic expression and the mathematical expression obtained by configuration are translated one by one through a graphical model configuration tool, the generated expression script is in a data format which can be identified by an embedded implementation operating system, and the expression is analyzed into a binary instruction format which can be rapidly executed by the device.
Specifically, the binary instruction format instruction includes: an opcode, a source operand, a destination operand, and/or additional information. Wherein the characters of the opcode represent the type of operation 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 (when there is no additional information, the value is 0). The value of the opcode within an instruction represents the type of operation of the instruction. For example, "3" means "read model data to register"; "4" means "register write data model"; "6" means "two data addition"; "7" means "multiplication of two data".
Optionally, the characters of the operation code include: numbers and/or letters.
Expression scripts in the policy table, each script requiring splitting into multiple executable instructions. Taking a real-time data table as an example, the expression script "run.73=run.96×run.97+run.93" can parse and generate 6 executable instructions. As shown in table 1. "run" in the expression indicates a real-time data model table in the stability control device, the table number is 9, corresponding to the additional information in table 1.
TABLE 1
Sequence number Operation code Source operands 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 No. 9 table of the model table;
reading 97 th data of a No. 9 table of the model table;
multiplying two data;
reading 93 rd data of a No. 9 table in the model table;
adding the two data;
writing the calculation result into 73 rd data of the No. 9 table;
the operation flow of other instruction sets is similar to the instructions shown in table 1, and will not be described in detail.
After the binary file composed of the instruction sets is downloaded to the stability control device, the stability 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 texting script are processed in the integrated development environment, the device only needs to execute the instruction set, and the analysis flow of the control strategy expression script is skipped, so that the operation workload of the device is reduced, and the operation efficiency and the instantaneity of the device are improved.
Fig. 5 is a schematic diagram of a stability control device policy table analysis and calculation device according to an embodiment of the present application.
Accordingly, referring to fig. 5, a second aspect of the embodiment of the present application provides a stability control device policy table analysis calculating device, including: a generating module 1, an analyzing module 2 and a transmitting module 3. The generating module 1 is used for generating a calculation file of a strategy table according to the power system fault information; the analysis module 2 is used for analyzing the calculation file to obtain an instruction set file; the sending module 3 is configured to send the instruction set file to the stability control device in advance, where the stability control device can directly read and run the instruction set data of the instruction set file when running.
According to the strategy table analysis computing device of the stable control device, the logic computing expression and the mathematical computing expression of the strategy table are analyzed into the instruction set file and are preset in the stable control device, so that the stable control device does not need to analyze the expression script of the strategy table during operation, instruction set data in the instruction set file can be directly operated, and the operation efficiency of the stable control device can be remarkably improved.
Specifically, the generating module 1 uses a visual model configuration tool to generate a logic calculation expression and a mathematical calculation expression of the policy table according to the working condition information before the power system fails and the actual failure data information.
Fig. 6 is a block diagram of a parsing module according to an embodiment of the present application.
Specifically, referring to fig. 6, the parsing module 2 includes: the translation unit 21 and the analysis unit 22. The translation unit 21 is used for translating the calculation files in the calculation files one by one to obtain expression scripts which can be identified 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 device.
Wherein the expression script corresponds to a plurality of instructions in binary instruction format.
Specifically, the binary instruction format instruction includes: an opcode, a source operand, a destination operand, and/or additional information. Wherein the characters of the opcode represent the type of operation of the instruction.
Further, the characters of the operation code include: numbers and/or letters.
Accordingly, a third aspect of the embodiment of the present application 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 one processor, and the instructions are executed by the one processor, so that the at least one processor executes the above-mentioned stability control device policy table analysis calculation method.
In addition, a fourth aspect of the embodiment of the present application further provides a computer readable storage medium, on which computer instructions are stored, which when executed by a processor, implement the above-mentioned stability control device policy table analysis calculation method.
The embodiment of the application aims to protect a method and a device for analyzing and calculating a strategy table of a stability control device, wherein the method comprises the following steps: generating a calculation file of a strategy table according to the power system fault information; analyzing the calculation file to obtain an instruction set file; the instruction set file is sent to the stability control device in advance, and the stability control device can directly read and operate the instruction set data of the instruction set file when in operation. The technical scheme has the following effects:
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 stable control device, so that the stable control device does not need to analyze the expression script of the strategy table during operation, and the instruction set data in the instruction set file can be directly operated, thereby remarkably improving the operation efficiency of the stable control device.
It will be appreciated by those skilled in the art that 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 flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations 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 aspects of the present application and not for limiting the same, and although the present application has been described in detail with reference to the above embodiments, it should be understood by those of ordinary skill in the art that: modifications and equivalents may be made to the specific embodiments of the application without departing from the spirit and scope of the application, which is intended to be covered by the claims.

Claims (8)

1. The method for analyzing and calculating the strategy table of the stability control device is characterized by comprising the following steps of:
generating a calculation file of a strategy table according to the power system fault information;
analyzing the calculation file to obtain an instruction set file;
the instruction set file is sent to a stability control device in advance, and the stability control device can directly read and operate the instruction set data of the instruction set file when in operation;
the analyzing the calculation file to obtain an instruction set file comprises the following steps:
performing piece-by-piece translation on the calculation files in the calculation files to obtain expression scripts which can be identified by an embedded operating system;
analyzing the expression script to obtain an instruction set in a binary instruction format which can be rapidly executed by the stable control device;
wherein the expression script corresponds to a plurality of instructions in binary instruction format.
2. The method for calculating a policy table of a stability control device according to claim 1, wherein the generating a calculation file of the policy table according to the power system failure information includes:
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 working condition information before the power system fails and the actual failure data information.
3. The method for calculating a stability control device policy table according to claim 2, wherein,
the binary instruction format instruction comprises: an opcode, a source operand, a destination operand, and/or additional information;
wherein the characters of the operation code represent the operation type of the instruction.
4. The method for calculating a stability control device policy table according to claim 3,
the characters of the operation code comprise: numbers and/or letters.
5. A stability control device policy table parsing calculation device, comprising:
the generation module is used for generating a calculation file of the strategy table according to the power system fault information;
the analysis module is used for analyzing the calculation file to obtain an instruction set file;
the sending module is used for pre-sending the instruction set file to the stability control device, and the stability control device can directly read and run the instruction set data of the instruction set file when running;
the parsing module includes:
the translation unit is used for translating the calculation files in the calculation files one by one to obtain expression scripts which can be identified by the embedded operating system;
the analysis unit is used for analyzing the expression script to obtain an instruction set in a binary instruction format which can be rapidly executed by the stable control device;
wherein the expression script corresponds to a plurality of instructions in binary instruction format.
6. The stability control device policy table analysis calculating device according to claim 5, wherein,
and the generation module uses a visual model configuration tool to generate a logic calculation expression and a mathematical calculation expression of a strategy table according to the working condition information before the power system fails and the actual failure data information.
7. The stability control device policy table analysis calculating device according to claim 6, wherein,
the binary instruction format instruction comprises: an opcode, a source operand, a destination operand, and/or additional information;
wherein the characters of the operation code represent the operation type of the instruction.
8. The stability control device policy table analysis calculating device according to claim 7, wherein,
the characters of the operation code comprise: 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 CN112799724A (en) 2021-05-14
CN112799724B true 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)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114118019B (en) * 2022-01-27 2022-05-17 温州电力建设有限公司 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
Applicationof constraint and the control strategy description language in system analysis;Xiemei1等;2014 International Conference on Power System Technology;1053-1057 *
基于Qt的继电保护逻辑组态软件开发;陆玉军;李澄;陈颢;;江苏电机工程;第34卷(第5期);43-46 *
基于RTDS的稳控闭环仿真***构建研究;杨福;中国优秀硕士学位论文全文数据库工程科技Ⅱ辑(第第03期期);C042-291 *

Also Published As

Publication number Publication date
CN112799724A (en) 2021-05-14

Similar Documents

Publication Publication Date Title
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
CN110955410A (en) Automatic code generation method, device, equipment and medium
De Macedo et al. Webassembly versus javascript: Energy and runtime performance
CN112799724B (en) Stable control device strategy table analysis and calculation method and device
US7051060B2 (en) Operand conversion optimization
CN109542444B (en) JAVA application monitoring method, device, server and storage medium
CN112527272B (en) Method for docking TVM (transient voltage management) and related equipment
CN106843822B (en) Execution code generation method and equipment
CN112416313B (en) Compiling method supporting large integer data type and operator
CN109359055B (en) Data testing method and device
CN109189475B (en) Method for constructing instruction set of programmable artificial intelligence accelerator
CN112270176B (en) Method, apparatus, and computer storage medium for mode conversion in a deep learning framework
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
KR101559651B1 (en) Method and apparatus of dynamic analysis
WO2022035476A1 (en) Representing asynchronous state machine in intermediate code
WO2020211074A1 (en) Multi-party secure computing data processing method, apparatus and system
WO2016189721A1 (en) Source code evaluation device, source code evaluation method, and source code evaluation program
CN107918958B (en) Visualization and customizable three-dimensional rendering system and method
Malle et al. The need for speed of ai applications: Performance comparison of native vs. browser-based algorithm implementations
CN112394972A (en) Cloud application publishing method, device, equipment and storage medium
US9830174B2 (en) Dynamic host code generation from architecture description for fast simulation
KR20200051218A (en) Apparatus and method for analyzing smart contracts being capable of saving GAS
CN112463624B (en) CPU verification platform based on Systemverilog

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