CN110908296A - Method and system for automatically testing virtual power plant regulation and control system - Google Patents
Method and system for automatically testing virtual power plant regulation and control system Download PDFInfo
- Publication number
- CN110908296A CN110908296A CN201911168755.1A CN201911168755A CN110908296A CN 110908296 A CN110908296 A CN 110908296A CN 201911168755 A CN201911168755 A CN 201911168755A CN 110908296 A CN110908296 A CN 110908296A
- Authority
- CN
- China
- Prior art keywords
- test
- regulation
- data
- control
- power plant
- 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
Links
- 238000012360 testing method Methods 0.000 title claims abstract description 238
- 238000000034 method Methods 0.000 title claims abstract description 21
- 238000004088 simulation Methods 0.000 claims abstract description 69
- 238000004364 calculation method Methods 0.000 claims abstract description 27
- 238000005457 optimization Methods 0.000 claims abstract description 24
- 230000002159 abnormal effect Effects 0.000 claims abstract description 13
- 238000012795 verification Methods 0.000 claims abstract description 9
- 230000001052 transient effect Effects 0.000 claims description 7
- 238000010200 validation analysis Methods 0.000 claims description 2
- 238000010586 diagram Methods 0.000 description 4
- 230000009286 beneficial effect Effects 0.000 description 2
- 238000004220 aggregation Methods 0.000 description 1
- 230000002776 aggregation Effects 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 238000004146 energy storage Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000010998 test method Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G05—CONTROLLING; REGULATING
- G05B—CONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
- G05B17/00—Systems involving the use of models or simulators of said systems
- G05B17/02—Systems involving the use of models or simulators of said systems electric
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Preventing errors by testing or debugging software
- G06F11/3668—Software testing
- G06F11/3672—Test management
- G06F11/3684—Test management for test design, e.g. generating new test cases
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Preventing errors by testing or debugging software
- G06F11/3668—Software testing
- G06F11/3672—Test management
- G06F11/3688—Test management for test execution, e.g. scheduling of test suites
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Hardware Design (AREA)
- Quality & Reliability (AREA)
- General Engineering & Computer Science (AREA)
- Automation & Control Theory (AREA)
- Supply And Distribution Of Alternating Current (AREA)
- Testing And Monitoring For Control Systems (AREA)
Abstract
The invention relates to a method for automatically testing a virtual power plant regulation and control system, which comprises the following steps: step S1, the test configuration module reads the configured regulation object model and parameters to generate a system test script, a test case and test simulation data; step S2, the simulation data module receives the test simulation data file and generates real-time data for test; step S3, the optimization operation module performs optimization operation calculation on the real-time test data; and S4, the test verification module reads an expected result of the test case and compares the expected result with an optimized operation calculation result to judge whether the operation of the virtual power plant regulation and control system is abnormal. The invention also provides a corresponding system. By implementing the method, the problems of the virtual power plant regulation and control system can be comprehensively tested, the testing efficiency is improved, and the testing time is reduced.
Description
Technical Field
The invention relates to a test method and a test system of a virtual power plant, in particular to a method and a system for automatically testing a regulation and control system of a virtual power plant.
Background
The virtual power plant is used as an energy aggregation form, and distributed adjustable and controllable resources such as large-scale distributed generator sets, controllable loads, distributed energy storage and the like are integrated into a virtual power plant regulation and control system; the system test of the resource widely distributed in the region is very difficult, the test work is heavy, the test efficiency is low, and the accuracy and the completeness of the test are difficult to ensure.
In order to solve the above problems, a method and a system for automatically testing a virtual power plant regulation and control system are needed.
Disclosure of Invention
The technical problem to be solved by the invention is to provide a method and a system for automatically testing a virtual power plant regulation and control system, which can quickly verify whether the virtual power plant regulation and control system operates correctly, can simulate the test workload of the power plant regulation and control system, and improve the test efficiency and the test accuracy.
In order to solve the technical problem, in an aspect of the present invention, a method for automatically testing a virtual power plant regulation and control system is provided, where the virtual power plant regulation and control system includes a regulation and control master station and a plurality of regulation and control terminals, and the method includes the following steps:
step S1, a test configuration module arranged in the control master station automatically reads a control object model and parameters configured by the control master station, automatically generates a system test script, a test case and test simulation data, and sends the system test script, the test case and the test simulation data to the control terminal;
step S2, a simulation data module arranged in the regulation terminal receives the test simulation data file, generates real-time data of test use and sends the real-time data to the regulation master station;
step S3, the optimization operation module arranged in the regulation and control main station performs optimization operation calculation on the real-time test data received by the regulation and control main station from each regulation and control terminal, and stores the optimization result;
and S4, reading the expected result of the test case and the optimized operation calculation result of the test data by a test verification module arranged in the regulation and control main station, comparing the expected result with the optimized operation calculation result of the test data, and judging whether the operation of the virtual power plant regulation and control system is abnormal or not according to the comparison result.
Preferably, the simulation data format generated by the test configuration module is a general format for transient data exchange of the power system; the simulation data generated by the test configuration module includes current, voltage values, and power.
Preferably, the test configuration module sends the test simulation data to a signal generator connected to the control terminal, and generates simulation test data by receiving data of the signal generator.
Preferably, the system test script generated by the test configuration module includes all test cases and test simulation data corresponding to the test cases, and when the test system executes the script, each test case is automatically executed in sequence until the script is finished.
Preferably, the step S4 further includes:
if the test data optimization operation calculation result is the same as the expected result of the test case or within the error range specified by the expected result, judging that the virtual power plant regulation and control system operates correctly; otherwise, judging that the virtual power plant regulation and control system is abnormal in operation.
In another aspect of the present invention, a system for automatically testing a virtual power plant regulation and control system is further provided, where the virtual power plant regulation and control system includes a regulation and control master station and a plurality of regulation and control terminals, and the system for automatically testing the virtual power plant regulation and control system includes:
the test configuration module is arranged in the regulation and control main station and used for automatically reading a regulation and control object model and parameters configured by the regulation and control main station, automatically generating a system test script, a test case and test simulation data and sending the system test script, the test case and the test simulation data to the regulation and control terminal;
the simulation data module is arranged in the regulation and control terminal and used for receiving the test simulation data file, generating real-time data for test purposes and sending the real-time data to the regulation and control master station;
the optimization operation module is arranged in the regulation and control main station and used for performing optimization operation calculation on the real-time test data received by the regulation and control main station from each regulation and control terminal and storing an optimization result;
and the test verification module is arranged in the regulation and control main station and used for reading the expected result of the test case and comparing the result with the optimized operation calculation result of the test data obtained by the optimized operation module, and judging whether the operation of the virtual power plant regulation and control system is abnormal or not according to the comparison result.
Preferably, the simulation data format generated by the test configuration module is a general format for transient data exchange of the power system; the simulation data generated by the test configuration module includes current, voltage values, and power.
Preferably, further comprising:
and the signal generator is connected with the regulation and control terminal and used for receiving the test simulation data from the test configuration module and generating simulation test data.
Preferably, the system test script generated by the test configuration module includes all test cases and test simulation data corresponding to the test cases, and when the test system executes the script, each test case is automatically executed in sequence until the script is finished.
Preferably, the test verification module further comprises:
the comparison unit is used for reading the expected result of the test case and comparing the expected result with the optimized operation calculation result of the test data obtained by the optimized operation module;
the operation state judging unit is used for judging that the virtual power plant regulation and control system operates correctly when the comparison result of the comparison unit is that the optimal operation calculation result is the same as the expected result of the test case or is within the error range specified by the expected result; otherwise, judging that the virtual power plant regulation and control system is abnormal in operation.
By implementing the embodiment of the invention, the invention has the following beneficial effects:
in the method and the system for automatically testing the virtual power plant regulation and control system, the virtual power plant test configuration module reads the configuration and data of the regulation and control master station of the virtual power plant, automatically generates the test script, automatically tests the virtual power plant regulation and control system, and verifies the test result, thereby realizing the complete automatic test of the whole virtual power plant regulation and control system. The application of the method reduces the test workload of the virtual power plant regulation and control system, improves the test efficiency and the test accuracy, and is effective in the correct and stable operation of the virtual power plant regulation and control system.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a schematic main flow chart of a method for automatically testing a virtual power plant regulation and control system according to the present invention;
FIG. 2 is a schematic structural diagram of an embodiment of a system for automatically testing a regulation system of a virtual power plant according to the present invention;
fig. 3 is a schematic structural diagram of the test verification module in fig. 2.
Detailed Description
In order to make the aforementioned objects, features and advantages of the present invention comprehensible, embodiments accompanied with figures are described in detail below. In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present invention. This invention may, however, be embodied in many different forms and should not be construed as limited to the embodiments set forth herein, but rather should be construed as broadly as the present invention is capable of modification in various respects, all without departing from the spirit and scope of the present invention.
Referring to fig. 1, a main flow diagram of a method for automatically testing a virtual power plant regulation and control system provided by the present invention is shown. In this embodiment, the virtual power plant regulation and control system includes a regulation and control master station and a plurality of regulation and control terminals, and the method includes the following steps:
step S1, a test configuration module arranged in the control master station automatically reads a control object model and parameters configured by the control master station, automatically generates a system test script, a test case and test simulation data, and sends the system test script, the test case and the test simulation data to the control terminal;
specifically, in a practical example, the simulation data format generated by the test configuration module is a common format for transient data exchange of the power system; the simulation data generated by the test configuration module includes current, voltage values, and power. For example, in one example, the test simulation data is stored in a common format of transient data exchange of the power system, that is, a COMTRADE format file, and a COMTRADE format test simulation data file is created for all the regulation and control terminals participating in the test in the virtual power plant, and the virtual power plant master station establishes a communication link with each regulation and control terminal of the virtual power plant and correctly transmits the corresponding COMTRADE file to each regulation and control terminal in the virtual power plant.
Step S2, a simulation data module arranged in the regulation terminal receives the test simulation data file, generates real-time data of test use and sends the real-time data to the regulation master station; specifically, a simulation data module deployed at a virtual power plant regulation and control terminal interprets a received test simulation data file, the data file specifies that a data source is the module (such as the regulation and control terminal), and the simulation data module generates real-time test data according to the simulation data file and transmits the real-time test data to a virtual power plant master station;
specifically, in another practical example, the test configuration module sends the test simulation data to a signal generator connected to the regulation and control terminal, and generates simulation test data by receiving data from the signal generator. For example, a simulation data module deployed at a virtual power plant regulation and control terminal interprets a received test simulation data file, the data file specifies that a data source is an external signal generator, the virtual power plant simulation data module sends the simulation data file to the external signal generator, the external signal generator sends output simulation data to the regulation and control terminal, and the simulation data module reads data of the signal generator, generates real-time test data, and sends the real-time test data to a virtual power plant master station.
Step S3, the optimization operation module arranged in the regulation and control main station performs optimization operation calculation on the real-time test data received by the regulation and control main station from each regulation and control terminal, and stores the optimization result;
in one example, the virtual power plant master station receives real-time test data sent by all the regulation and control terminals, and the real-time test data are sent to an optimization operation module for optimization operation calculation, wherein the module is a basic module of the virtual power plant master station and does not belong to the invention content of the invention, and after the optimization operation of the virtual power plant is finished, an optimization result is stored;
and S4, reading the expected result of the test case and the optimized operation calculation result of the test data by a test verification module arranged in the regulation and control main station, comparing the expected result with the optimized operation calculation result of the test data, and judging whether the operation of the virtual power plant regulation and control system is abnormal or not according to the comparison result.
In a practical example, the step S4 further includes:
if the test data optimization operation calculation result is the same as the expected result of the test case or within the error range specified by the expected result, judging that the virtual power plant regulation and control system operates correctly; otherwise, judging that the virtual power plant regulation and control system is abnormal in operation.
Specifically, in an actual example, the system test script generated by the test configuration module includes all test cases and test simulation data corresponding to the test cases, and when the test system executes the script, the test cases are automatically executed in sequence until the script is finished running.
As shown in fig. 2, which is a schematic structural diagram illustrating a system for automatically testing a virtual power plant regulation and control system provided by the present invention, and is shown in fig. 3, in this embodiment, the virtual power plant regulation and control system includes a regulation and control master station 1 and a plurality of regulation and control terminals 2, and the system for automatically testing a virtual power plant regulation and control system includes:
the test configuration module 11 is arranged in the regulation and control master station 1 and used for automatically reading a regulation and control object model and parameters configured by the regulation and control master station, automatically generating a system test script, a test case and test simulation data and sending the system test script, the test case and the test simulation data to the regulation and control terminal;
the simulation data module 21 is arranged in the regulation and control terminal 2 and used for receiving the test simulation data file, generating real-time data for test purposes and sending the real-time data to the regulation and control master station;
the optimized operation module 12 is arranged in the regulation and control main station 1 and is used for performing optimized operation calculation on the real-time test data received by the regulation and control main station from each regulation and control terminal and storing an optimized result;
and the test verification module 12 is arranged in the regulation and control main station 1 and is used for reading the expected result of the test case and comparing the result with the optimized operation calculation result of the test data obtained by the optimized operation module, and judging whether the operation of the virtual power plant regulation and control system is abnormal or not according to the comparison result.
The test system further comprises a signal generator 4 connected with the regulation and control terminal 2 and used for receiving the test simulation data from the test configuration module 11 and generating simulation test data.
Specifically, in a practical example, the simulation data format generated by the test configuration module 11 is a common format for power system transient data exchange; the simulation data generated by the test configuration module 11 includes current, voltage values and power.
Specifically, in an actual example, the system test script generated by the test configuration module 11 includes all test cases and test simulation data corresponding to the test cases, and when the test system executes the script, the test cases are automatically executed in sequence until the script is finished running.
The test validation module 12 further comprises:
a comparing unit 120, configured to read an expected result of the test case of this time and compare the expected result with an optimized operation calculation result of the test data obtained by the optimized operation module;
the operation state judging unit 121 is configured to judge that the virtual power plant regulation and control system operates correctly when the comparison result of the comparing unit 120 is that the optimal operation calculation result is the same as the expected result of the test case, or is within an error range specified by the expected result; otherwise, judging that the virtual power plant regulation and control system is abnormal in operation.
For more details, reference may be made to the preceding description of fig. 1, which is not detailed here.
By implementing the embodiment of the invention, the invention has the following beneficial effects:
in the method and the system for automatically testing the virtual power plant regulation and control system, the virtual power plant test configuration module reads the configuration and data of the regulation and control master station of the virtual power plant, automatically generates the test script, automatically tests the virtual power plant regulation and control system, and verifies the test result, thereby realizing the complete automatic test of the whole virtual power plant regulation and control system. The application of the method reduces the test workload of the virtual power plant regulation and control system, improves the test efficiency and the test accuracy, and is effective in the correct and stable operation of the virtual power plant regulation and control system.
The above description is only for the preferred embodiment of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art should be considered to be within the technical scope of the present invention, and the technical solutions and the inventive concepts thereof according to the present invention should be equivalent or changed within the scope of the present invention.
Claims (10)
1. The method for automatically testing the virtual power plant regulation and control system comprises a regulation and control main station and a plurality of regulation and control terminals, and is characterized by comprising the following steps of:
step S1, a test configuration module arranged in the control master station automatically reads a control object model and parameters configured by the control master station, automatically generates a system test script, a test case and test simulation data, and sends the system test script, the test case and the test simulation data to the control terminal;
step S2, a simulation data module arranged in the regulation terminal receives the test simulation data file, generates real-time data of test use and sends the real-time data to the regulation master station;
step S3, the optimization operation module arranged in the regulation and control main station performs optimization operation calculation on the real-time test data received by the regulation and control main station from each regulation and control terminal, and stores the optimization result;
and S4, reading the expected result of the test case and the optimized operation calculation result of the test data by a test verification module arranged in the regulation and control main station, comparing the expected result with the optimized operation calculation result of the test data, and judging whether the operation of the virtual power plant regulation and control system is abnormal or not according to the comparison result.
2. The method of claim 1, wherein the simulation data format generated by the test configuration module is a common format for power system transient data exchange; the simulation data generated by the test configuration module includes current, voltage values, and power.
3. The method of claim 2, wherein the test configuration module sends the test simulation data to a signal generator connected to the control terminal, and the simulation test data is generated by receiving data from the signal generator.
4. The method according to claim 3, wherein the system test script generated by the test configuration module includes all test cases and test simulation data corresponding to the test cases, and when the test system executes the script, the test cases are automatically executed in sequence until the script is finished.
5. The method of claim 4, wherein the step S4 further comprises:
if the test data optimization operation calculation result is the same as the expected result of the test case or within the error range specified by the expected result, judging that the virtual power plant regulation and control system operates correctly; otherwise, judging that the virtual power plant regulation and control system is abnormal in operation.
6. The utility model provides a system for carry out automatic testing to virtual power plant's regulation and control system, virtual power plant's regulation and control system is including regulation and control main website and a plurality of regulation and control terminal, its characterized in that, the system that virtual power plant's regulation and control system carries out automatic testing includes:
the test configuration module is arranged in the regulation and control main station and used for automatically reading a regulation and control object model and parameters configured by the regulation and control main station, automatically generating a system test script, a test case and test simulation data and sending the system test script, the test case and the test simulation data to the regulation and control terminal;
the simulation data module is arranged in the regulation and control terminal and used for receiving the test simulation data file, generating real-time data for test purposes and sending the real-time data to the regulation and control master station;
the optimization operation module is arranged in the regulation and control main station and used for performing optimization operation calculation on the real-time test data received by the regulation and control main station from each regulation and control terminal and storing an optimization result;
and the test verification module is arranged in the regulation and control main station and used for reading the expected result of the test case and comparing the result with the optimized operation calculation result of the test data obtained by the optimized operation module, and judging whether the operation of the virtual power plant regulation and control system is abnormal or not according to the comparison result.
7. The system of claim 6, wherein the simulation data format generated by the test configuration module is a common format for power system transient data exchange; the simulation data generated by the test configuration module includes current, voltage values, and power.
8. The system of claim 7, further comprising:
and the signal generator is connected with the regulation and control terminal and used for receiving the test simulation data from the test configuration module and generating simulation test data.
9. The system of claim 8, wherein the system test script generated by the test configuration module includes all test cases and test simulation data corresponding to the test cases, and when the test system executes the script, the test cases are automatically executed in sequence until the script is finished.
10. The system of claim 9, wherein the test validation module further comprises:
the comparison unit is used for reading the expected result of the test case and comparing the expected result with the optimized operation calculation result of the test data obtained by the optimized operation module;
the operation state judgment unit is used for judging that the virtual power plant regulation and control system operates correctly when the comparison result of the comparison unit is that the calculation result of the optimized operation is the same as the expected result of the test case or is within the error range specified by the expected result; otherwise, judging that the virtual power plant regulation and control system is abnormal in operation.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201911168755.1A CN110908296B (en) | 2019-11-25 | 2019-11-25 | Method and system for automatically testing virtual power plant regulation and control system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201911168755.1A CN110908296B (en) | 2019-11-25 | 2019-11-25 | Method and system for automatically testing virtual power plant regulation and control system |
Publications (2)
Publication Number | Publication Date |
---|---|
CN110908296A true CN110908296A (en) | 2020-03-24 |
CN110908296B CN110908296B (en) | 2023-07-11 |
Family
ID=69819398
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201911168755.1A Active CN110908296B (en) | 2019-11-25 | 2019-11-25 | Method and system for automatically testing virtual power plant regulation and control system |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN110908296B (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114154660A (en) * | 2021-12-07 | 2022-03-08 | 国网辽宁省电力有限公司电力科学研究院 | Traction station operation and maintenance management system based on intelligent simulation |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN105528290A (en) * | 2015-12-04 | 2016-04-27 | 中国航空综合技术研究所 | Construction method of script-based embedded software simulation and test integrated platform |
CN105807749A (en) * | 2014-12-29 | 2016-07-27 | 国家电网公司 | Test platform and test method for power dispatching automatic master station system |
CN106340968A (en) * | 2016-10-21 | 2017-01-18 | 国网山东省电力公司电力科学研究院 | Integrated support system and method for management and control of power distribution network |
CN108873735A (en) * | 2018-06-29 | 2018-11-23 | 许继集团有限公司 | A kind of distribution main station system component simulation testing device and method |
CN109193616A (en) * | 2018-07-24 | 2019-01-11 | 珠海市通电力科技有限公司 | A kind of substation's telecontrol information distribution acceptance method and system |
-
2019
- 2019-11-25 CN CN201911168755.1A patent/CN110908296B/en active Active
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN105807749A (en) * | 2014-12-29 | 2016-07-27 | 国家电网公司 | Test platform and test method for power dispatching automatic master station system |
CN105528290A (en) * | 2015-12-04 | 2016-04-27 | 中国航空综合技术研究所 | Construction method of script-based embedded software simulation and test integrated platform |
CN106340968A (en) * | 2016-10-21 | 2017-01-18 | 国网山东省电力公司电力科学研究院 | Integrated support system and method for management and control of power distribution network |
CN108873735A (en) * | 2018-06-29 | 2018-11-23 | 许继集团有限公司 | A kind of distribution main station system component simulation testing device and method |
CN109193616A (en) * | 2018-07-24 | 2019-01-11 | 珠海市通电力科技有限公司 | A kind of substation's telecontrol information distribution acceptance method and system |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114154660A (en) * | 2021-12-07 | 2022-03-08 | 国网辽宁省电力有限公司电力科学研究院 | Traction station operation and maintenance management system based on intelligent simulation |
Also Published As
Publication number | Publication date |
---|---|
CN110908296B (en) | 2023-07-11 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20140229153A1 (en) | Simulation of an electrical power distribution network in a wind farm | |
CN107862103B (en) | Simulation model generation method and system based on ADPSS | |
WO2014153764A1 (en) | Method and device for automatic test of relay protection function of intelligent substation | |
CN113203909B (en) | Wind power plant continuous fault ride-through test method, system, computer equipment and medium | |
CN109991955A (en) | A kind of entire car controller test method, device and equipment | |
CN111708284B (en) | Simulation test method, device, equipment and storage medium for fuel cell system | |
CN104731636A (en) | Dispatcher Training Simulating Device And Operation Method Thereof | |
CN105182791A (en) | RTDS-based digital-physical hybrid simulation system of photovoltaic power generation system | |
CN102411310A (en) | Simulation method and device for automobile power battery | |
CN108764645A (en) | A kind of photo-voltaic power generation station low voltage crossing performance estimating method and system | |
CN110908296A (en) | Method and system for automatically testing virtual power plant regulation and control system | |
CN112487588B (en) | Wind power plant reactive voltage regulation function test method, terminal equipment and storage medium | |
CN110334385B (en) | Test method, device and equipment for central controller of comprehensive energy system | |
CN113051179A (en) | Automatic testing method, system and storage medium | |
CN112799373A (en) | New energy power station power control system test platform and method | |
CN109446146B (en) | State transition sequence generation method of application layer communication protocol | |
CN116360294A (en) | Simulation method and device based on active power distribution network | |
CN111541589B (en) | Method, device and equipment for testing expansion module interface of intelligent terminal | |
KR102494709B1 (en) | System for Testing Function of Distributed Resources and Method using thereof | |
CN115248583A (en) | In-loop test method and device for power control system of new energy station | |
CN110474895B (en) | Full type self-adaptation debugging support pipe system of distribution automation | |
CN109635480B (en) | Control logic verification and debugging method based on drawing software | |
CN108390374B (en) | Big data analysis-based transfer path selection method and system | |
CN112231920A (en) | Method and system for determining parameters of micro-grid simulation model | |
CN117214590B (en) | Automatic testing method, system and medium for programmable inverter delivery |
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 |