CN109741592B - Automatic data acquisition implementation method for station electric energy acquisition terminal - Google Patents

Automatic data acquisition implementation method for station electric energy acquisition terminal Download PDF

Info

Publication number
CN109741592B
CN109741592B CN201910022089.4A CN201910022089A CN109741592B CN 109741592 B CN109741592 B CN 109741592B CN 201910022089 A CN201910022089 A CN 201910022089A CN 109741592 B CN109741592 B CN 109741592B
Authority
CN
China
Prior art keywords
electric energy
acquisition
meter
data
reading channel
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.)
Expired - Fee Related
Application number
CN201910022089.4A
Other languages
Chinese (zh)
Other versions
CN109741592A (en
Inventor
金双喜
李俊臣
赵辉
李永
吴骅
王俊锴
李中刚
张卫东
袁廷利
李春雷
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Integrated Electronic Systems Lab Co Ltd
State Grid Shaanxi Electric Power Co Ltd
Original Assignee
Integrated Electronic Systems Lab Co Ltd
State Grid Shaanxi Electric Power 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 Integrated Electronic Systems Lab Co Ltd, State Grid Shaanxi Electric Power Co Ltd filed Critical Integrated Electronic Systems Lab Co Ltd
Priority to CN201910022089.4A priority Critical patent/CN109741592B/en
Publication of CN109741592A publication Critical patent/CN109741592A/en
Application granted granted Critical
Publication of CN109741592B publication Critical patent/CN109741592B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Arrangements For Transmission Of Measured Signals (AREA)

Abstract

The invention relates to a method for realizing automatic data acquisition of a station electric energy acquisition terminal, which comprises the steps of firstly adding an electric energy meter needing data acquisition in the station electric energy acquisition terminal, and managing by taking a meter reading channel of the electric energy meter accessing the acquisition terminal as a unit; then, initiating an electric energy meter data acquisition processing task in the station electric energy acquisition terminal by taking a meter reading channel as a unit, judging whether data needing to be acquired exist or not every second, and judging according to a preset data automatic acquisition time interval; and when the time for acquiring the timing data meets the requirement, acquiring corresponding data of the electric energy meter in the meter reading channel. The invention increases the flexibility and expandability of application, ensures the accuracy and real-time performance of automatic acquisition intervals, separates the interface from the realization, efficiently manages the acquisition realization programs of various electric energy meters and achieves high cohesion and low coupling among program modules.

Description

Automatic data acquisition implementation method for station electric energy acquisition terminal
Technical Field
The invention belongs to the technical field of data acquisition of power systems, and particularly relates to a method for realizing automatic data acquisition of a station electric energy acquisition terminal.
Background
With the progress of automation and intelligent technology of power systems, the automation requirement for data acquisition is more and more common. The collection of various data of the power supply company to the plant side is also reaching the situation of automatic collection, and the systematic automatic collection and analysis of various data are basically realized. The acquisition equipment at the plant side is mostly intelligent terminal equipment based on an embedded system, the plant electric energy acquisition terminal also belongs to the embedded system equipment, the acquisition of all electric energy meter data in a transformer substation is periodically completed in the electric energy acquisition terminal, the acquired data is processed, the data is converted into a format with a uniform requirement and is placed in a buffer area, and the data is written into a disk in a later storage task to complete the automatic acquisition work of the data.
The station electric energy acquisition terminal mainly acquires data of various electric energy meters in a transformer substation, and due to the fact that electric energy meter equipment is various and numerous, manual meter reading is time-consuming and labor-consuming, acquisition intervals have errors, and data accuracy is low, based on the fact, a method for automatically acquiring data of the station electric energy acquisition terminal is needed, and automatic acquisition of multi-interval curve data of various electric energy meter data is guaranteed.
Disclosure of Invention
In order to solve the technical problems, the invention provides a method for realizing automatic data acquisition of a station electric energy acquisition terminal, which solves the problem of automatic data acquisition and processing of electric energy meters in a transformer substation in multiple devices, multiple types and multiple time points, can ensure efficient, accurate and automatic data acquisition, and achieves higher operation efficiency and economic benefit. The technical scheme adopted by the invention is as follows:
the method for realizing the automatic data acquisition of the plant station electric energy acquisition terminal comprises the following steps:
step 1, adding an electric energy meter needing data acquisition in a station electric energy acquisition terminal, and managing by taking a meter reading channel of the electric energy meter accessing the acquisition terminal as a unit, wherein each meter reading channel has a unique corresponding meter reading channel number;
the parameter data structure of each electric energy meter in one meter reading channel is managed through a meter reading channel structure linked list, a structure linked list is provided for each meter reading channel, and the added parameter structure of the electric energy meter is added to the back of the structure linked list of the meter reading channel to which the added parameter structure of the electric energy meter is connected;
step 2, initiating an electric energy meter data acquisition processing task in the plant station electric energy acquisition terminal by taking a meter reading channel as a unit, judging whether data needing to be acquired exist or not every second, and judging according to a preset data automatic acquisition time interval;
and 3, when the timing data acquisition time meets the requirement, acquiring corresponding data of the electric energy meter in the meter reading channel.
The invention has the beneficial effects that:
1) the station electric energy acquisition terminal manages the linked list structure of the electric energy meter equipment according to the meter reading channel, so that the addition and deletion of the electric energy meter are easier, and the flexibility and the expandability of application are improved.
2) The accuracy and the real-time performance of the automatic acquisition interval are ensured by adopting the binary synchronous semaphore provided by the real-time clock for interrupting the processing timing.
3) And a function pointer is used in a plant station electric energy acquisition terminal acquisition function structure body to define an acquisition processing function. The data acquisition function is assigned to the acquisition processing function pointer when a specific acquisition protocol is installed, the design has the advantages that the interface is separated from the implementation, acquisition implementation programs of various electric energy meters are efficiently managed, the pointer function is used as a form parameter to be transmitted to the data acquisition module with certain general functions, and the pointer function is packaged into the interface to improve the flexibility of codes and the convenience of later maintenance, so that the system structure is clearer, the layered design is convenient, the system abstraction is facilitated, and the high cohesion low coupling performance among program modules is achieved.
Drawings
FIG. 1 is a logic flow diagram of a data collection task for a meter reading channel of the present invention.
Detailed Description
Embodiments of the present invention will be described in detail below with reference to the accompanying drawings. The method for realizing the automatic data acquisition of the plant station electric energy acquisition terminal comprises the following steps:
step 1, adding an electric energy meter needing data acquisition in a plant station electric energy acquisition terminal, wherein the types and the quantity of the electric energy meters managed by the plant station electric energy acquisition terminal are possibly more, so that the parameters of the electric energy meters are not too dispersed, the electric energy meters are not managed by taking the electric energy meters as units, the electric energy meters are managed by taking meter reading channels accessed to the acquisition terminal as units, and each meter reading channel has a unique corresponding meter reading channel number. The parameter data structure of each electric energy meter in one meter reading channel is managed through a meter reading channel structure linked list. In order to find out parameters of an electric energy meter in a meter reading channel, a structure linked list is provided for each meter reading channel, and a parameter structure of an added electric energy meter is added to the back of the structure linked list of the accessed meter reading channel. And establishing a meter reading channel directory while establishing the meter reading channel structure linked list, wherein the meter reading channel directory is used for storing a file directory of subsequently acquired data. And after the structure linked list taking the meter reading channel as a unit is updated, the installation of the electric energy meter accessed in the station electric energy acquisition terminal is completed.
When the electric energy meter is installed, firstly, meter protocols are installed according to meter protocol parameters in the electric energy meter parameter structure body, a meter protocol installation function is called, and a collection processing function pointer in the electric energy meter parameter structure body is assigned in the meter protocol installation function.
And judging whether the meter reading channel is started or not according to the meter reading channel number parameter in the electric energy meter parameter structure body in the installation process of the electric energy meter, and if the meter reading channel is started for the first time, opening the meter reading channel and creating a meter reading channel binary synchronous semaphore. If the meter reading channel is started, updating the last meter parameter in the meter reading channel structure linked list to be the current electric energy meter parameter and the number of the electric energy meters in the meter reading channel plus one; and updating the current electric energy meter in the electric energy meter parameter structure body to be the last electric energy meter in the meter reading channel structure linked list, updating the next electric energy meter in the electric energy meter parameter structure body to be empty, and updating the next electric energy meter in the current electric energy meter structure in the electric energy meter parameter structure body to be the current electric energy meter.
The meter reading channel binary synchronous semaphore is created when the meter reading channel is started for the first time in the installation process of the electric energy meter, the semaphore is successfully acquired in a meter reading channel acquisition task to indicate that the meter reading channel is started successfully, and subsequent electric energy meter data timing acquisition operation processing can be carried out.
And 2, initiating an electric energy meter data acquisition and processing task in the plant station electric energy acquisition terminal by taking the meter reading channel as a unit, wherein the electric energy meter data acquisition and processing task cannot exit after being initiated for the first time, and the task stays in the memory until all electric energy meters in the meter reading channel are deleted and then exits.
In the task of data acquisition and processing of the electric energy meter, whether the data needing to be acquired exist or not is judged every second, and the judgment basis is the preset data automatic acquisition time interval. The second interval is controlled by a binary synchronous semaphore distributed to each meter reading channel, the semaphore is released once every second in the second interruption provided by the real-time clock, and the semaphore is directly acquired by a binary synchronous semaphore acquisition function provided by the system in the data acquisition and processing task. That is to say, the data acquisition and processing task is suspended in normal times, and the acquisition and processing of the data of the electric energy meter can be carried out only when the real-time clock interrupt service program releases the binary synchronous semaphore. The acquisition interval time for the timed acquisition can be set from one second.
And 3, when the timing data acquisition time meets the requirement, acquiring corresponding data of the electric energy meter in the meter reading channel. And calling data elements in the electric energy meter parameter structure, wherein the data type is a structure body, and a function pointer is defined in the structure body. In the protocol implementation module, a collection function is defined and assigned to a collection function data element in the electric energy meter parameter structure. The general data acquisition function is called in the acquisition function, and the acquisition function is a structural body.
The method comprises the following steps of (1) inputting a defined acquisition function structure body in a general data acquisition function in a parameter mode, wherein the acquisition content is divided into six parts: the method comprises the following steps of electric energy acquisition, demand/occurrence time acquisition, instantaneous quantity acquisition, voltage qualification rate acquisition, event record acquisition and state alarm acquisition, wherein the six steps are respectively provided with an acquisition function by an electric energy meter protocol. Therefore, the device with different protocols can be called from the protocol library more conveniently, and the initialization operation of the meter reading channel is carried out on the acquisition meter reading channel according to the device parameters. And converting the data collected from the electric energy meter into a uniformly specified format, and putting the data into a buffer area so as to store the data in a storage task.
As shown in fig. 1, the logic flow diagram of the meter reading channel data acquisition task of the present invention includes the following steps:
2.1, judging whether the number of the electric energy meters in the meter reading channel is larger than 0, if so, turning to the next step, and if not, turning to 2.10;
2.2, judging whether the binary synchronous semaphore of the meter reading channel is successfully acquired, if so, turning to the next step, and if not, turning to 2.10;
2.3, judging whether a first electric energy meter pointer parameter in the meter reading channel is effective, if so, turning to the next step, and if not, turning to 2.8;
2.4, judging whether the current time reaches the automatic data acquisition time, if so, turning to the next step, and if not, turning to 2.7;
2.5, acquiring equipment parameters of the electric energy meter, initializing a meter reading channel and acquiring reading data information;
2.6, data acquisition and processing, wherein after data acquisition, data processing is carried out according to decimal digits and unit setting of data in the parameter structure of the electric energy meter, and the data are placed into a designated buffer area;
2.7, reading a next electric energy meter parameter pointer in the linked list, judging whether the pointer is effective, if not, switching to the next step, and if so, switching to 2.5;
2.8, judging whether to initiate a storage task, if so, turning to the next step, and if not, turning to 2.1;
2.9, judging whether the initiation of the data storage task is successful, if not, turning to the next step, and if so, turning to 2.1;
and 2.10, ending the data acquisition task of the meter reading channel and exiting.
The meter reading channel parameters, the electric energy meter parameters and the acquisition functions are defined as follows based on the above implementation method:
a meter reading channel parameter structure:
structural body
{
Reading a channel number;
a meter reading channel file descriptor;
the number of intelligent meters in a meter reading channel is 000 by default;
a pointer of a parameter of a first ammeter in the meter reading channel;
a pointer of the parameter of the last ammeter in the meter reading channel;
};
the electric energy meter parameter structure is as follows:
structural body
{
A smart meter number;
reading a channel number;
the number of the ammeter is reduced;
table address, compressed BCD code;
a meter reading scheme;
a function provided by an ammeter specification;
a pointer of a parameter of a previous ammeter in the meter reading channel;
a pointer of a parameter of a next ammeter in the meter reading channel;
};
collecting a function:
structural body
{
Collecting a processing function pointer;
the ammeter sets a function pointer;
};
general acquisition processing function architecture:
structural body
{
Acquiring and processing a function pointer by electric energy;
acquiring a processing function pointer by the demand/occurrence time;
an instantaneous quantity acquisition processing function pointer;
acquiring a processing function pointer according to the voltage qualification rate;
acquiring and processing a function pointer by an event record;
a state alarm acquisition processing function pointer;
};
the meter protocol implementation module defines an acquisition function structure body:
the structure body:
{
an electrical energy acquisition function;
a demand/time of occurrence collection function;
an instantaneous quantity acquisition function;
voltage qualification rate collection function
Event record collection function
State alarm collection function
};
The related functions in the above definitions can be realized by C/C + + language and the like.

Claims (4)

1. The method for realizing the automatic data acquisition of the station electric energy acquisition terminal is characterized by comprising the following steps of:
step 1, adding an electric energy meter needing data acquisition in a station electric energy acquisition terminal, and managing by taking a meter reading channel of the electric energy meter accessing the acquisition terminal as a unit, wherein each meter reading channel has a unique corresponding meter reading channel number;
the parameter data structure of each electric energy meter in one meter reading channel is managed through a meter reading channel structure linked list, a structure linked list is provided for each meter reading channel, and the added parameter structure of the electric energy meter is added to the back of the structure linked list of the meter reading channel to which the added parameter structure of the electric energy meter is connected;
step 2, initiating an electric energy meter data acquisition processing task in the plant station electric energy acquisition terminal by taking a meter reading channel as a unit, judging whether data needing to be acquired exist or not every second, and judging according to a preset data automatic acquisition time interval;
the interval of one second is controlled by a binary synchronous semaphore distributed to each meter reading channel, the binary synchronous semaphore is released once every second in the interruption provided by the real-time clock, and the binary synchronous semaphore is acquired in the data acquisition and processing task;
the data acquisition and processing task is suspended in normal times, and the data acquisition and processing of the electric energy meter can be carried out only when the real-time clock interrupt service program releases binary synchronous semaphore;
step 3, when the time for acquiring the timing data meets the requirement, acquiring corresponding data of the electric energy meter in the meter reading channel;
the method for acquiring the corresponding data of the electric energy meter in the meter reading channel in the step 3 comprises the following steps: calling data elements in a parameter structure of the electric energy meter, wherein the data type is a structure, and a function pointer is defined in the structure; in the protocol implementation module, defining a collection function and assigning the collection function to a collection function data element in the electric energy meter parameter structure body; calling a general data acquisition function in the acquisition function, wherein the acquisition function is a structural body;
the method comprises the following steps of (1) inputting a defined acquisition function structure body in a general data acquisition function in a parameter mode, wherein the acquisition content is divided into six parts: the method comprises the following steps of electric energy acquisition, demand/occurrence time acquisition, instantaneous quantity acquisition, voltage qualification rate acquisition, event record acquisition and state alarm acquisition, wherein the six steps are respectively provided with an acquisition function by an electric energy meter rule; converting data collected from the electric energy meter into a unified specified format, and putting the format into a buffer area;
the operation of acquiring the corresponding data of the electric energy meter in the meter reading channel in the step 3 comprises the following steps:
2.1, judging whether the number of the electric energy meters in the meter reading channel is larger than 0, if so, turning to the next step, and if not, turning to 2.10;
2.2, judging whether the binary synchronous semaphore of the meter reading channel is successfully acquired, if so, turning to the next step, and if not, turning to 2.10;
2.3, judging whether a first electric energy meter pointer parameter in the meter reading channel is effective, if so, turning to the next step, and if not, turning to 2.8;
2.4, judging whether the current time reaches the automatic data acquisition time, if so, turning to the next step, and if not, turning to 2.7;
2.5, acquiring equipment parameters of the electric energy meter, initializing a meter reading channel and acquiring reading data information;
2.6, data acquisition and processing, wherein after data acquisition, data processing is carried out according to decimal digits and unit setting of data in the parameter structure of the electric energy meter, and the data are placed into a designated buffer area;
2.7, reading a next electric energy meter parameter pointer in the linked list, judging whether the pointer is effective, if not, switching to the next step, and if so, switching to 2.5;
2.8, judging whether to initiate a storage task, if so, turning to the next step, and if not, turning to 2.1;
2.9, judging whether the initiation of the data storage task is successful, if not, turning to the next step, and if so, turning to 2.1;
and 2.10, ending the data acquisition task of the meter reading channel and exiting.
2. The method for realizing the automatic data acquisition of the plant electric energy acquisition terminal according to the claim 1, characterized in that a meter reading channel directory is established at the same time of establishing the meter reading channel structure linked list, and the meter reading channel directory is used for storing a file directory of the subsequently acquired data.
3. The method for realizing the automatic data acquisition of the plant electric energy acquisition terminal according to the claim 2, is characterized in that meter protocols are installed according to meter protocol parameters in the electric energy meter parameter structure, a meter protocol installation function is called, and an acquisition processing function pointer in the electric energy meter parameter structure is assigned in the meter protocol installation function.
4. The method for realizing the automatic data acquisition of the plant electric energy acquisition terminal according to the claim 3, characterized in that the electric energy meter data acquisition processing task cannot exit after being initiated for the first time, and the task stays in the memory until all the electric energy meters in the meter reading channel are deleted.
CN201910022089.4A 2019-01-10 2019-01-10 Automatic data acquisition implementation method for station electric energy acquisition terminal Expired - Fee Related CN109741592B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910022089.4A CN109741592B (en) 2019-01-10 2019-01-10 Automatic data acquisition implementation method for station electric energy acquisition terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910022089.4A CN109741592B (en) 2019-01-10 2019-01-10 Automatic data acquisition implementation method for station electric energy acquisition terminal

Publications (2)

Publication Number Publication Date
CN109741592A CN109741592A (en) 2019-05-10
CN109741592B true CN109741592B (en) 2020-12-08

Family

ID=66364259

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910022089.4A Expired - Fee Related CN109741592B (en) 2019-01-10 2019-01-10 Automatic data acquisition implementation method for station electric energy acquisition terminal

Country Status (1)

Country Link
CN (1) CN109741592B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112614331B (en) * 2020-12-14 2022-01-11 杭州海兴电力科技股份有限公司 Method for reading electric energy meter event and electric energy meter event reading system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN2906782Y (en) * 2005-07-13 2007-05-30 浙江大学 Embedded processor-based automatic remote electricity metering terminal
CN102014118A (en) * 2010-08-13 2011-04-13 深圳市科陆电子科技股份有限公司 Method for reading multiple electric energy meters generally
CN203192219U (en) * 2013-03-26 2013-09-11 沈阳时尚实业有限公司 Electric energy meter collector with rapid reading function
CN105959288A (en) * 2016-05-27 2016-09-21 姹や寒 Network protocol conversion method for power grid system and intercommunication method of power grid system
US9792812B1 (en) * 2016-02-12 2017-10-17 King Fahd University Of Petroleum And Minerals Method for correcting electricity meter readings
CN108108236A (en) * 2017-12-19 2018-06-01 宁波三星医疗电气股份有限公司 A kind of efficient meter register method for electric power acquisition terminal

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050035877A1 (en) * 2003-08-11 2005-02-17 Duk-Soo Kim Automatic meter reading system and method for transmitting meter reading data in the same
CN201097378Y (en) * 2007-07-06 2008-08-06 国电龙源电气有限公司 Carrier power energy collection terminal
CN101707399B (en) * 2009-11-20 2013-04-03 深圳市科陆电子科技股份有限公司 Method and system for acquiring electric energy information
CN202948266U (en) * 2012-11-23 2013-05-22 深圳市航天泰瑞捷电子有限公司 Electricity acquisition embedded soft system and terminal device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN2906782Y (en) * 2005-07-13 2007-05-30 浙江大学 Embedded processor-based automatic remote electricity metering terminal
CN102014118A (en) * 2010-08-13 2011-04-13 深圳市科陆电子科技股份有限公司 Method for reading multiple electric energy meters generally
CN203192219U (en) * 2013-03-26 2013-09-11 沈阳时尚实业有限公司 Electric energy meter collector with rapid reading function
US9792812B1 (en) * 2016-02-12 2017-10-17 King Fahd University Of Petroleum And Minerals Method for correcting electricity meter readings
CN105959288A (en) * 2016-05-27 2016-09-21 姹や寒 Network protocol conversion method for power grid system and intercommunication method of power grid system
CN108108236A (en) * 2017-12-19 2018-06-01 宁波三星医疗电气股份有限公司 A kind of efficient meter register method for electric power acquisition terminal

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
基于嵌入式网络通信的电能量遥测***;郑宇斌;《中国优秀硕士学位论文全文数据库》;20021215;第74-75页 *
江苏电力用户用电信息采集终端设计与实现;朱宪伟;《中国优秀硕士学位论文全文数据库》;20131215;第17-19页 *

Also Published As

Publication number Publication date
CN109741592A (en) 2019-05-10

Similar Documents

Publication Publication Date Title
CN101923126B (en) Automatic closed loop test method
CN109450662B (en) Ad hoc network communication manager, networking method and ad hoc network communication system
CN103346615B (en) Based on plant stand end centralized control method and the device of intelligent telecontrol
CN102496930A (en) Remote inversion method of internal action logic of protection device
CN201859537U (en) Multifunctional bandwidth power carrier concentrator
CN109741592B (en) Automatic data acquisition implementation method for station electric energy acquisition terminal
CN102881143B (en) Method for reading electric energy meter event records in AMI (Advanced Metering Infrastructure) system
CN202050293U (en) Load control collection terminal
CN108334582B (en) Method for compressing historical data in real-time database
CN103600756A (en) Comprehensive monitoring equipment and system capable of being debugged and operated according to professions and fault isolation
CN105656720A (en) Test method based on IEC60870-5-101 protocol of telecontrol device
CN109375146B (en) Supplementary collection method and system for electricity consumption data and terminal equipment
CN102426444A (en) Modularized distribution network remote operation ticket automatic generating module
CN106557550B (en) Method and device for realizing rapid storage, retrieval and completion of self-description fixed-point records of power distribution terminal
CN203102588U (en) Intelligent electric energy meter data acquisition device
CN104112183A (en) Plug-and-play intelligent scheduling model management system and management method of intelligent substation
CN110262351A (en) A kind of configuration method
CN114757565A (en) Optimal dynamic power grid data scheduling system based on assembly line type operation
CN110531724B (en) Remote measurement automatic sampling definition method based on smart power grid dispatching control system
CN109959842A (en) A kind of method, apparatus and distribution terminal of fault detection
CN103516050A (en) Information collector of distribution network switching station
CN109270360B (en) Method for calculating online line loss with high precision
CN108845514B (en) Ammeter data acquisition method based on link detection
CN105139127A (en) Relay protection device, full container data cloning method and recovery method
CN103064883A (en) Method for generating data automatically for railway signal maintaining 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
GR01 Patent grant
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20201208

Termination date: 20220110

CF01 Termination of patent right due to non-payment of annual fee