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
real
configuration file
code
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

一种基于国产化芯片的继电保护装置及其功能配置方法,所述方法包括获取各应用功能的配置文件,每个所述配置文件包括标准化名称和对应的配置信息,所述配置信息中含有配置文件实时校验码;初始化时,根据标准化名称,将所述配置文件实时校验码与存储的校验码进行比对;当配置文件实时校验码与存储的校验码不一致时,对配置信息进行进一步解析,根据解析结果重新配置应用功能。该方法减少了现有因需求多样引起的人为调试出错的风险。

Figure 202011084511

A relay protection device based on a domestic chip and a function configuration method thereof, the method includes obtaining configuration files of each application function, each of the configuration files includes a standardized name and corresponding configuration information, and the configuration information contains The configuration file real-time check code; during initialization, according to the standardized name, the configuration file real-time check code is compared with the stored check code; when the configuration file real-time check code is inconsistent with the stored check code, the The configuration information is further parsed, and the application function is reconfigured according to the analysis result. This method reduces the existing risk of human debugging errors caused by diverse requirements.

Figure 202011084511

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.一种基于国产化芯片的继电保护装置的功能配置方法,其特征在于,包括:1. a function configuration method based on the relay protection device of domestic chip, is characterized in that, comprises: 获取各应用功能的配置文件,每个所述配置文件包括标准化名称和对应的配置信息,所述配置信息中含有配置文件实时校验码;Obtain the configuration files of each application function, each of the configuration files includes a standardized name and corresponding configuration information, and the configuration information contains a configuration file real-time check code; 初始化时,根据标准化名称,将所述配置文件实时校验码与存储的校验码进行比对;During initialization, according to the standardized name, the real-time check code of the configuration file is compared with the stored check code; 当配置文件实时校验码与存储的校验码不一致时,对配置信息进行进一步解析,根据解析结果重新配置应用功能。When the real-time check code of the configuration file is inconsistent with the stored check code, the configuration information is further parsed, and the application function is reconfigured according to the analysis result. 2.根据权利要求1所述的功能配置方法,其特征在于,含有配置文件实时校验码的配置信息通过以下方式获得:2. function configuration method according to claim 1, is characterized in that, the configuration information that contains configuration file real-time check code is obtained by the following way: 根据关键字段及预设提取长度提取初始配置信息中的有效信息,并将提取的有效信息转换成二进制码;Extract the valid information in the initial configuration information according to the key field and the preset extraction length, and convert the extracted valid information into binary code; 对转换成的二进制码进行CRC校验,将生成CRC校验码作为配置文件实时校验码放置在所述配置文件的预设位置,形成含有配置文件实时校验码的配置信息。CRC verification is performed on the converted binary code, and the generated CRC verification code is placed in the preset position of the configuration file as the real-time verification code of the configuration file to form configuration information containing the real-time verification code of the configuration file. 3.根据权利要求2所述的功能配置方法,其特征在于,所述将所述配置文件实时校验码与存储的校验码进行比对,包括:3. The function configuration method according to claim 2, wherein the comparison of the real-time check code of the configuration file with the stored check code comprises: 从所述关键字段中提取配置文件实时校验码,并将提取的配置文件实时校验码与存储的校验码进行比对。The configuration file real-time check code is extracted from the key field, and the extracted configuration file real-time check code is compared with the stored check code. 4.根据权利要求1所述的功能配置方法,其特征在于,所述根据解析结果重新配置应用功能之后,还包括:4. The function configuration method according to claim 1, wherein after reconfiguring the application function according to the analysis result, the method further comprises: 存储配置文件实时校验码以更新所述存储的校验码。The configuration file real-time checksum is stored to update the stored checksum. 5.根据权利要求1所述的功能配置方法,其特征在于,还包括: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 parsed, the corresponding configuration file is skipped, and the original function configuration is maintained. 6.一种基于国产化芯片的继电保护装置的功能配置装置,其特征在于,包括:6. A functional configuration device for a relay protection device based on a domestic chip, characterized in that it comprises: 获取模块,用于获取各应用功能的配置文件,每个所述配置文件包括标准化名称和对应的配置信息,所述配置信息中含有配置文件实时校验码;an acquisition module, for acquiring configuration files of each application function, each of the configuration files includes a standardized name and corresponding configuration information, and the configuration information contains a configuration file real-time check code; 比对模块,用于初始化时,根据标准化名称,将所述配置文件实时校验码与存储的校验码进行比对;The comparison module is used to compare the real-time check code of the configuration file with the stored check code according to the standardized name during initialization; 配置模块,用于当配置文件实时校验码与存储的校验码不一致时,对配置信息进行进一步解析,根据解析结果重新配置应用功能。The configuration module is used to further parse the configuration information when the real-time check code of the configuration file is inconsistent with the stored check code, and reconfigure the application function according to the analysis result. 7.根据权利要求6所述的功能配置装置,其特征在于,所述含有配置文件实时校验码的配置信息通过以下方式获得:7. The function configuration device according to claim 6, wherein the configuration information containing the real-time check code of the configuration file is obtained in the following manner: 根据关键字段及预设提取长度提取初始配置信息中的有效信息,并将提取的有效信息转换成二进制码;对转换成的二进制码进行CRC校验,将生成CRC校验码作为配置文件实时校验码放置在所述配置文件的预设位置,形成带有配置文件实时校验码的配置信息;Extract the valid information in the initial configuration information according to the key fields and the preset extraction length, and convert the extracted valid information into binary code; perform CRC check on the converted binary code, and use the generated CRC check code as the configuration file in real time The check code is placed at the preset position of the configuration file, and the configuration information with the real-time check code of the configuration file is formed; 相应地,所述比对模块,用于从所述关键字段中提取配置文件实时校验码,并将提取的配置文件实时校验码与存储的校验码进行比对。Correspondingly, the comparison module is configured to extract the real-time check code of the configuration file from the key field, and compare the extracted real-time check code of the configuration file with the stored check code. 8.根据权利要求6所述的功能配置装置,其特征在于,还包括:8. The functional configuration device according to claim 6, further comprising: 存储模块,用于:根据解析结果重新配置应用功能之后存储配置文件实时校验码以更新所述存储的校验码。The storage module is configured to: store the real-time check code of the configuration file after reconfiguring the application function according to the analysis result to update the stored check code. 9.一种基于国产化芯片的继电保护装置,采用龙芯LS2K1000作为主控制器,其特征在于,所述主控制器用于执行权利要求1~6任一项所述功能配置方法。9 . A relay protection device based on a domestically produced chip, using Loongson LS2K1000 as the main controller, characterized in that the main controller is used to execute the function configuration method according to any one of claims 1 to 6 . 10.根据权利要求7所述的继电保护装置,其特征在于,采用复旦微电子FMK50T4芯片作为FPGA、采用AD7606BSTZ芯片实现同步双AD过采样、采用GD32F450实现Cortex-M4处理器功能。10. The relay protection device according to claim 7, characterized in that, Fudan Microelectronics FMK50T4 chip is used as FPGA, AD7606BSTZ chip is used to realize synchronous double AD oversampling, and GD32F450 is used to realize 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 国网天津市电力公司 Configuration file management and control method suitable for expansion and commissioning of bus differential protection in smart substations
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 configuration file consistency control method based on CRC check code 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 国网天津市电力公司 Configuration file management and control method suitable for expansion and commissioning of bus differential protection in smart substations
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 configuration file consistency control method based on CRC check code 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
CN112511416A (en) Rule-based data communication protocol conversion system, decoding method and encoding method
KR101314949B1 (en) Integration environment generator
CN103984573B (en) The installation method and device of application program
CN109032909A (en) Processing method, system, equipment and the storage medium of application crash log
CN104579748B (en) The network analysis method and system that SCD is checked online
CN105117233A (en) API calling method and device
US20160274870A1 (en) Design framework for an iot system
CN103425497B (en) The method and apparatus that a kind of network engineering script is changed across producer
CN102004817A (en) International electrotechnical commission (IEC) 61850-7-420 standard-based distributed generating equipment modeling implementation method
CN112000320A (en) Automatic code generation method, device, equipment and storage medium
CN105743680A (en) Cluster disposition method and disposition device
JP2017535887A (en) Computer-executable model reverse engineering method and apparatus
CN109508211A (en) A kind of multilingual configuration method, device, system and electronic equipment
CN113760730A (en) Automatic testing method and device
CN112363863A (en) Relay protection device based on domestic chip and function configuration method and device thereof
CN102902540A (en) Embedded automation development method
CN116050112A (en) A Linux-based FMU model generation method and device
CN114371851B (en) A method for realizing network equipment automation based on compilation
CN108153896B (en) Processing method and device for input data and output data
CN105204383B (en) Using the generation method and device of servo-drive system
KR101482668B1 (en) System and method for generating database based on SCL
CN115857910A (en) Programming method, device, server and medium of edge computing collector
CN104539697B (en) A kind of client, server and the method for making Android mobile application
CN108196853A (en) For disposing the method for Android system SDK, storage medium, equipment and system

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

Application publication date: 20210212