CN112363863A - Relay protection device based on domestic chip and function configuration method and device thereof - Google Patents

Relay protection device based on domestic chip and function configuration method and device thereof Download PDF

Info

Publication number
CN112363863A
CN112363863A CN202011084511.8A CN202011084511A CN112363863A CN 112363863 A CN112363863 A CN 112363863A CN 202011084511 A CN202011084511 A CN 202011084511A CN 112363863 A CN112363863 A CN 112363863A
Authority
CN
China
Prior art keywords
check code
configuration
configuration file
real
time check
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.)
Pending
Application number
CN202011084511.8A
Other languages
Chinese (zh)
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.)
State Grid Corp of China SGCC
Xuji Group Co Ltd
XJ Electric Co Ltd
Xuchang XJ Software Technology Co Ltd
Original Assignee
State Grid Corp of China SGCC
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 State Grid Corp of China SGCC, Xuji Group Co Ltd, XJ Electric Co Ltd, Xuchang XJ Software Technology Co Ltd filed Critical State Grid Corp of China SGCC
Priority to CN202011084511.8A priority Critical patent/CN112363863A/en
Publication of CN112363863A publication Critical patent/CN112363863A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/08Error detection or correction by redundancy in data representation, e.g. by using checking codes
    • G06F11/10Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's
    • G06F11/1004Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's to protect a block of data words, e.g. CRC or checksum
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/76Architectures of general purpose stored program computers
    • G06F15/78Architectures of general purpose stored program computers comprising a single central processing unit
    • G06F15/7807System on chip, i.e. computer system on a single chip; System in package, i.e. computer system on one or more chips in a single package

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Microelectronics & Electronic Packaging (AREA)
  • Computer Security & Cryptography (AREA)
  • Quality & Reliability (AREA)
  • Emergency Protection Circuit Devices (AREA)

Abstract

A relay protection device based on a home-made chip and a function configuration method thereof are provided, wherein the method comprises the steps of obtaining configuration files of all application functions, wherein each configuration file comprises a standardized name and corresponding configuration information, and the configuration information contains a configuration file real-time check code; during initialization, comparing the real-time check code of the configuration file with a stored check code according to a standardized name; and when the real-time check code of the configuration file is inconsistent with the stored check code, further analyzing the configuration information, and reconfiguring the application function according to the analysis result. The method reduces the risk of human debugging errors caused by various requirements in the prior art.

Description

Relay protection device based on domestic chip and function configuration method and device thereof
Technical Field
The invention relates to the technical field of electric power, in particular to a function configuration method of a relay protection device based on a domestic chip.
Background
With the rapid development of power systems, relay protection devices serving as important supports of the power systems also have higher requirements in the aspects of technical controllability, convenience in operation and the like.
The novel relay protection device needs to comprehensively master core technologies, has independent intellectual property, a supply chain, upgrading and maintaining technologies and the like, realizes the whole controllable process from hardware to software independent research and development, production and maintenance, and gets rid of the passive situation that component materials and software technologies depend on foreign technologies for a long time. At present, as shown in fig. 1, in a relay protection device based on a home-made chip, a Loongson LS2K1000 is used as a main control CPU, a double-denier microelectronic FMK50T4 chip is used as an FPGA, an AD7606BSTZ chip is used for realizing synchronous double-AD oversampling, a GD32F450 is used for realizing high-performance Cortex-M4 processor functions, and the like, the chips are connected through a CAN bus, and an intelligent man-machine is communicated with the CPU through a standard Ethernet. The relay protection device based on the domestic chip realizes the free combination of device plug-ins, enhances the universality of a human-computer interface, and has a nationwide design concept of high-precision and high-reliability chips.
Due to the complexity and particularity of the power system, one relay protection device needs to meet one field requirement, and therefore different relay protection devices need to have different application functions, such as a background communication function, a plate communication function, a display function, a safety function and the like. At present, a programmer adjusts the application function of a relay protection device according to field requirements, so that the workload of the programmer is increased, the repetitive work of operation and maintenance personnel is also caused, and the hidden danger of artificial errors is invisibly increased.
Disclosure of Invention
Objects of the invention
The invention aims to provide a relay protection device based on a domestic chip and a function configuration method thereof, which reduce the risk of artificial debugging errors caused by various requirements in the prior art.
(II) technical scheme
In order to solve the above problems, a first aspect of the present invention provides a method for configuring functions of a relay protection device based on a home-made chip, including:
acquiring configuration files of each application function, wherein each configuration file comprises a standardized name and corresponding configuration information, and the configuration information comprises a configuration file real-time check code;
during initialization, comparing the real-time check code of the configuration file with a stored check code according to a standardized name;
and when the real-time check code of the configuration file is inconsistent with the stored check code, further analyzing the configuration information, and reconfiguring the application function according to the analysis result.
Specifically, the configuration information containing the configuration file real-time check code is obtained by the following method:
extracting effective information in the initial configuration information according to the key field and the preset extraction length, and converting the extracted effective information into a binary code;
and performing CRC on the converted binary code, and placing the generated CRC as a configuration file real-time check code at a preset position of the configuration file to form configuration information containing the configuration file real-time check code.
Specifically, the comparing the configuration file real-time check code with the stored check code includes:
and extracting the configuration file real-time check code from the key field, and comparing the extracted configuration file real-time check code with the stored check code.
Further, after reconfiguring the application function according to the parsing result, the method further includes:
and storing the configuration file real-time check code to update the stored check code.
The function configuration method further includes:
when the real-time check code of the configuration file is consistent with the stored check code, the corresponding configuration information is not further analyzed, the corresponding configuration file is skipped, and the original function configuration is maintained.
In a second aspect of the present application, a functional configuration of a relay protection device based on a localization chip is provided, including:
the system comprises an acquisition module, a configuration module and a configuration module, wherein the acquisition module is used for acquiring configuration files of each application function, and each configuration file comprises a standardized name and corresponding configuration information;
the comparison module is used for comparing the real-time check code of the configuration file with the stored check code according to the standardized name during initialization;
and the configuration module is used for further analyzing the configuration information when the real-time check code of the configuration file is inconsistent with the stored check code, and reconfiguring the application function according to the analysis result.
Specifically, the configuration information containing the configuration file real-time check code is obtained by the following method:
extracting effective information in the initial configuration information according to the key field and the preset extraction length, and converting the extracted effective information into a binary code; performing CRC on the converted binary code, and placing the generated CRC as a configuration file real-time check code at a preset position of the configuration file to form configuration information containing the configuration file real-time check code;
further, the comparison module is configured to extract the configuration file real-time check code from the key field, and compare the extracted configuration file real-time check code with the stored check code.
Further, the function configuration device further includes:
a storage module to: and after the application function is reconfigured according to the analysis result, the real-time check code of the configuration file is stored so as to update the stored check code.
In a third aspect of the present application, a relay protection device based on a home-made chip is provided, where a Loongson LS2K1000 is used as a main controller, and the main controller is configured to execute any one of the function configuration methods.
Furthermore, the relay protection device adopts a double-denier microelectronic FMK50T4 chip as an FPGA, an AD7606BSTZ chip to realize synchronous double-AD oversampling, and GD32F450 to realize the function of a Cortex-M4 processor.
(III) advantageous effects
The technical scheme of the invention has the following beneficial technical effects:
according to the relay protection device based on the domestic chip and the function configuration method thereof, the CRC check is carried out on the configuration file with the standardized name to obtain the implementation CRC check code, the real-time check code is compared with the check code of the standardized name memorized in the device according to the standardized name, when the two check codes are not consistent, the configuration file is determined to be different from the memory configuration, the configuration file is automatically analyzed to reconfigure the application function, and the risk of artificial debugging errors caused by various requirements in the prior art is reduced.
The invention has simple operation and flexible configuration, can reliably reduce the workload of equipment operation and maintenance, improves the operation and maintenance efficiency, and provides powerful guarantee for the safe and stable operation of a power grid
Drawings
FIG. 1 is a schematic diagram of a core component of a relay protection device based on a home-made chip;
fig. 2 is a flowchart of a function configuration method of a relay protection device based on a localization chip according to an embodiment of the present invention.
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.
Referring to fig. 2, the present invention provides a function configuration method for providing a relay protection device based on a home-made chip, including:
step 101: acquiring configuration files of each application function, wherein each configuration file comprises a standardized name and corresponding configuration information;
specifically, in the embodiment of the present invention, configuration files of each application function are compiled by a programmer according to a standardized naming rule and format, and are downloaded to a relay protection device after file verification, different configuration files describe different static information representing configurations of different functions, and the static information may include, for example, device menu display items, device firewall configurations, device debugging login user names and passwords, the number of clients allowed to be connected by a device, data modeling of device and background communication, IP, gateways, configuration information of each board card of the device, and the like.
Step 102: during initialization, comparing the real-time check code of the configuration file with a stored check code according to a standardized name;
step 103: and when the real-time check code of the configuration file is inconsistent with the stored check code, further analyzing the configuration information, and reconfiguring the application function according to the analysis result.
According to the relay protection device based on the domestic chip and the function configuration method and device thereof, the real-time check code is compared with the check code of the standardized name memorized in the device, when the real-time check code is inconsistent with the check code of the standardized name memorized in the device, the configuration file is determined to be different from the memorized configuration, the configuration file is automatically analyzed to reconfigure the application function, and the risk of artificial debugging errors caused by various requirements in the prior art is reduced.
The method is simple to operate and flexible to configure, can reliably reduce the workload of equipment operation and maintenance, improves the operation and maintenance efficiency, and provides powerful guarantee for safe and stable operation of the power grid.
Specifically, the configuration information containing the configuration file real-time check code is obtained by the following method:
step a: extracting effective information in the initial configuration information according to the key field and the preset extraction length, and converting the extracted effective information into a binary code;
for example, the verification tool retrieves all key fields in the configuration file, and reads the decimal number behind all the key fields as the extraction length of the valid information, for example, if the decimal number is 100, the extraction length is 100 bits behind the key fields; and the checking tool sequentially extracts effective information according to the extraction length and converts the effective information into a binary code file.
Step b: and performing CRC on the converted binary code, and placing the generated CRC as a configuration file real-time check code at a preset position of the configuration file to form configuration information containing the configuration file real-time check code. The CRC check code is preferably placed at the end of the configuration file in this application.
The verification method places the file verification code in the corresponding configuration file for the device to inquire after being electrified. The check code is used as the unique identification code of the configuration file, so that the error probability of downloading the configuration file is reduced; in addition, the device is initially electrified only by extracting the check code in the configuration file and comparing the check code with the memory check code, if the check code is consistent with the memory check code, the file is skipped over, the configuration file does not need to be analyzed, and the initialization rate of the device is greatly improved.
Specifically, the comparing the configuration file real-time check code with the stored check code includes:
and extracting the configuration file real-time check code from the key field, and comparing the extracted configuration file real-time check code with the stored check code.
Further, after reconfiguring the application function according to the parsing result, the method further includes:
and storing the configuration file real-time check code to update the stored check code.
Further, the function configuration method further includes:
when the real-time check code of the configuration file is consistent with the stored check code, the corresponding configuration information is not further analyzed, the corresponding configuration file is skipped, and the original function configuration is maintained.
In a specific embodiment, a method for configuring functions of a relay protection device based on a home-made chip includes:
1) the method is executed by a relay protection device with configurable functions based on a home-made chip, the relay protection device adopts the nationwide chips, the relay protection device comprises a Loongson LS2K1000 serving as a main control CPU, an FPGA adopting a double-denier microelectronic FMK50T4 chip, an AD7606BSTZ chip synchronous double-AD oversampling technology, a GD32F450 high-performance Cortex-M4 chip and the like, device plug-ins are connected by a CAN bus, and an intelligent man-machine interface operates independently. The new architecture realizes the free combination of device plug-ins, enhances the universality of a human-computer interface, and has a nationwide chip design concept with high precision and high reliability.
2) The function configuration method of the relay protection device with configurable functions based on the home-made chip comprises the steps of defining the compiling rule of each configuration file, namely an ini file, before program design, wherein different configuration files describe different static information and configure different application functions;
in other embodiments, the configuration file may also be in a format of txt, xml, or the like, which is not limited in the present invention.
3) Before programming, a special i/ni FILE checking tool is provided, and the tool can analyze static information described in the i/ni FILE, check the static information, generate a FILE check CODE CRC _ CODE, and place the check CODE in a key field (FILE _ CRC) of the configuration FILE i/ni FILE to form a configuration FILE containing a configuration FILE real-time check CODE;
4) in the device power-on initialization stage, reading key fields [ FILE _ CRC ] in each configuration FILE one by one to obtain a FILE check CODE CRC _ CODE;
5) comparing the read file check CODE CRC _ CODE with a memorized file check CODE F _ CRC _ CODE by the program, if the CRC _ CODE is equal to F _ CRC _ CODE, not performing depth analysis on the file, skipping the file by the process, and maintaining the original function configuration by the program; if CRC _ CODE is not equal to F _ CRC _ CODE, then the static information in the file needs to be further analyzed, and the program reconfigures the application function according to the content described in the configuration file;
6) and after the configuration file is analyzed, updating the memorized file check CODE F _ CRC _ CODE.
The invention also provides a function configuration device of the relay protection device based on the home-made chip, which comprises the following components:
the system comprises an acquisition module, a configuration module and a configuration module, wherein the acquisition module is used for acquiring configuration files of each application function, and each configuration file comprises a standardized name and corresponding configuration information;
the comparison module is used for comparing the real-time check code of the configuration file with the stored check code according to the standardized name during initialization;
and the configuration module is used for further analyzing the configuration information when the real-time check code of the configuration file is inconsistent with the stored check code, and reconfiguring the application function according to the analysis result.
Specifically, the configuration information containing the configuration file real-time check code is obtained by the following method:
extracting effective information in the initial configuration information according to the key field and the preset extraction length, and converting the extracted effective information into a binary code; and performing CRC on the converted binary code, and storing the generated CRC as a configuration file real-time check code in the key field to form configuration information containing the configuration file real-time check code.
Further, the comparison module is configured to extract the configuration file real-time check code from the key field, and compare the extracted configuration file real-time check code with the stored check code.
Further, the function configuration device further includes:
a storage module to: and after the application function is reconfigured according to the analysis result, the real-time check code of the configuration file is stored so as to update the stored check code.
The embodiments of the function configuration device and the method of the present invention correspond to each other, and the detailed description and effects refer to the method embodiments, which are not repeated herein.
The invention also provides a relay protection device based on the home-made chip, which adopts the Loongson LS2K1000 as a main controller, and the main controller is used for executing any one of the function configuration methods.
Furthermore, the relay protection device adopts a double-denier microelectronic FMK50T4 chip as an FPGA, an AD7606BSTZ chip to realize synchronous double-AD oversampling, and GD32F450 to realize the function of a Cortex-M4 processor.
The embodiments of the relay protection device and the embodiments of the method of the present invention correspond to each other, and specific description and effects refer to the embodiments of the method, which are not described herein again.
It is to be understood that the above-described embodiments of the present invention are merely illustrative of or explaining the principles of the invention and are not to be construed as limiting the invention. Therefore, any modification, equivalent replacement, improvement and the like made without departing from the spirit and scope of the present invention should be included in the protection scope of the present invention. Further, it is intended that the appended claims cover all such variations and modifications as fall within the scope and boundaries of the appended claims or the equivalents of such scope and boundaries.

Claims (10)

1. A function configuration method of a relay protection device based on a home-made chip is characterized by comprising the following steps:
acquiring configuration files of each application function, wherein each configuration file comprises a standardized name and corresponding configuration information, and the configuration information comprises a configuration file real-time check code;
during initialization, comparing the real-time check code of the configuration file with a stored check code according to a standardized name;
and when the real-time check code of the configuration file is inconsistent with the stored check code, further analyzing the configuration information, and reconfiguring the application function according to the analysis result.
2. The function configuration method according to claim 1, wherein the configuration information containing the configuration file real-time check code is obtained by:
extracting effective information in the initial configuration information according to the key field and the preset extraction length, and converting the extracted effective information into a binary code;
and performing CRC on the converted binary code, and placing the generated CRC as a configuration file real-time check code at a preset position of the configuration file to form configuration information containing the configuration file real-time check code.
3. The method of claim 2, wherein comparing the configuration file real-time check code with a stored check code comprises:
and extracting the configuration file real-time check code from the key field, and comparing the extracted configuration file real-time check code with the stored check code.
4. The method according to claim 1, further comprising, after reconfiguring the application function according to the parsing result:
and storing the configuration file real-time check code to update the stored check code.
5. The function configuration method according to claim 1, further comprising:
when the real-time check code of the configuration file is consistent with the stored check code, the corresponding configuration information is not further analyzed, the corresponding configuration file is skipped, and the original function configuration is maintained.
6. A function configuration device of a relay protection device based on a home-made chip is characterized by comprising:
the system comprises an acquisition module, a verification module and a verification module, wherein the acquisition module is used for acquiring configuration files of each application function, each configuration file comprises a standardized name and corresponding configuration information, and the configuration information contains a configuration file real-time check code;
the comparison module is used for comparing the real-time check code of the configuration file with the stored check code according to the standardized name during initialization;
and the configuration module is used for further analyzing the configuration information when the real-time check code of the configuration file is inconsistent with the stored check code, and reconfiguring the application function according to the analysis result.
7. The function configuration device according to claim 6, wherein the configuration information containing the configuration file real-time check code is obtained by:
extracting effective information in the initial configuration information according to the key field and the preset extraction length, and converting the extracted effective information into a binary code; performing CRC on the converted binary code, and placing the generated CRC as a configuration file real-time check code at a preset position of the configuration file to form configuration information with the configuration file real-time check code;
correspondingly, the comparison module is used for extracting the configuration file real-time check code from the key field and comparing the extracted configuration file real-time check code with the stored check code.
8. The function configuration apparatus according to claim 6, further comprising:
a storage module to: and after the application function is reconfigured according to the analysis result, the real-time check code of the configuration file is stored so as to update the stored check code.
9. A relay protection device based on a home-made chip adopts a Loongson LS2K1000 as a main controller, and is characterized in that the main controller is used for executing the function configuration method of any one of claims 1-6.
10. The relay protection device according to claim 7, wherein a double-denier microelectronic FMK50T4 chip is used as an FPGA, an AD7606BSTZ chip is used for realizing synchronous double-AD oversampling, and a GD32F450 is used for realizing a Cortex-M4 processor function.
CN202011084511.8A 2020-10-12 2020-10-12 Relay protection device based on domestic chip and function configuration method and device thereof Pending CN112363863A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011084511.8A CN112363863A (en) 2020-10-12 2020-10-12 Relay protection device based on domestic chip and function configuration method and device thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011084511.8A CN112363863A (en) 2020-10-12 2020-10-12 Relay protection device based on domestic chip and function configuration method and device thereof

Publications (1)

Publication Number Publication Date
CN112363863A true CN112363863A (en) 2021-02-12

Family

ID=74507654

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011084511.8A Pending CN112363863A (en) 2020-10-12 2020-10-12 Relay protection device based on domestic chip and function configuration method and device thereof

Country Status (1)

Country Link
CN (1) CN112363863A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114756012A (en) * 2022-06-15 2022-07-15 杭州康吉森自动化科技有限公司 Control system configuration information verification method and control system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018001082A1 (en) * 2016-06-30 2018-01-04 中兴通讯股份有限公司 Upgrade file manufacturing method, upgrade method and device, and apparatus
CN107707028A (en) * 2017-10-20 2018-02-16 国网天津市电力公司 Suitable for the configuration file management-control method of intelligent substation bus differential protection enlarging debugging
CN109120464A (en) * 2018-10-23 2019-01-01 国网安徽省电力有限公司 Secondary equipment of intelligent converting station configuration information remote online control device
CN110515759A (en) * 2019-05-17 2019-11-29 国网辽宁省电力有限公司 A kind of configuration file consistency management-control method based on cyclic redundancy check review technology
CN111740882A (en) * 2020-07-29 2020-10-02 江苏金智科技股份有限公司 Method for automatically checking configuration file of line protection measurement and control device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018001082A1 (en) * 2016-06-30 2018-01-04 中兴通讯股份有限公司 Upgrade file manufacturing method, upgrade method and device, and apparatus
CN107707028A (en) * 2017-10-20 2018-02-16 国网天津市电力公司 Suitable for the configuration file management-control method of intelligent substation bus differential protection enlarging debugging
CN109120464A (en) * 2018-10-23 2019-01-01 国网安徽省电力有限公司 Secondary equipment of intelligent converting station configuration information remote online control device
CN110515759A (en) * 2019-05-17 2019-11-29 国网辽宁省电力有限公司 A kind of configuration file consistency management-control method based on cyclic redundancy check review technology
CN111740882A (en) * 2020-07-29 2020-10-02 江苏金智科技股份有限公司 Method for automatically checking configuration file of line protection measurement and control device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
汤晓晖等: "一种数字化变电站SCD配置文件唯一性文件管理方法研究", 《计算机产品与流通》, no. 01, 15 January 2018 (2018-01-15), pages 86 - 90 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114756012A (en) * 2022-06-15 2022-07-15 杭州康吉森自动化科技有限公司 Control system configuration information verification method and control system

Similar Documents

Publication Publication Date Title
CN105786998B (en) Database middleware system and the method for handling data using it
CN106843837A (en) The construction method of openstack assembly containers
CN105117233A (en) API calling method and device
CN112511416A (en) Rule-based data communication protocol conversion system, decoding method and encoding method
US9223570B2 (en) Migration assistance using compiler metadata
CN105207366B (en) Distribution terminal plug and play model configuration tool and its implementation based on IEC61850
CN106325965B (en) The Compilation Method and device of operating system
CN103984573A (en) Installation method and device of application program
CN105760272B (en) Monitoring backstage business customizing method and its system based on plug-in unit
US20160092175A1 (en) Remote Interface to Logical Instruments
CN105743680A (en) Cluster disposition method and disposition device
CN104579748A (en) SCD (substation configuration description) online checking network analysis method and system
CN106371869B (en) IEC61850 configuration software implementation method for bay level equipment of intelligent substation
CN110766263A (en) Automatic acceptance method for secondary equipment of transformer substation and terminal equipment
CN112363863A (en) Relay protection device based on domestic chip and function configuration method and device thereof
CN112000320A (en) Automatic code generation method, device, equipment and storage medium
CN107247667A (en) Automate dump analysis systems and method
CN113760730A (en) Automatic testing method and device
CN115757014A (en) Power consumption testing method and device
CN108153896B (en) Processing method and device for input data and output data
CN113448590A (en) Method and device for quickly generating remote control injection data, computer equipment and medium
CN111651190B (en) Emission control software dynamic assembly method based on multi-dimensional fusion elements
KR101482668B1 (en) System and method for generating database based on SCL
CN115952044A (en) Automatic testing method and device
CN115618777A (en) File generation method, device, equipment and storage medium

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20210212

RJ01 Rejection of invention patent application after publication