CN112866400A - Data transmission method for embedded relay protection device - Google Patents

Data transmission method for embedded relay protection device Download PDF

Info

Publication number
CN112866400A
CN112866400A CN202110129363.5A CN202110129363A CN112866400A CN 112866400 A CN112866400 A CN 112866400A CN 202110129363 A CN202110129363 A CN 202110129363A CN 112866400 A CN112866400 A CN 112866400A
Authority
CN
China
Prior art keywords
file
processing module
protocol
information
fault
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
CN202110129363.5A
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 CN202110129363.5A priority Critical patent/CN112866400A/en
Publication of CN112866400A publication Critical patent/CN112866400A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/565Conversion or adaptation of application format or content
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/568Storing data temporarily at an intermediate stage, e.g. caching
    • H04L67/5682Policies or rules for updating, deleting or replacing the stored data
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/22Parsing or analysis of headers

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a data transmission method of an embedded relay protection device, wherein the embedded relay protection device comprises the following steps: the protocol processing module and the protection logic processing module capable of carrying out data interaction comprise the following steps: acquiring a fault report file and/or a fault recording and broadcasting file; converting the fault report file and/or the fault recording and broadcasting file into a preset format file through a protection logic processing module; transmitting the file with the preset format to a protocol processing module through a file transmission protocol and a file information communication protocol; and deleting the original fault report file and/or the original fault recording and broadcasting file in the protection logic processing module. The transmission of the fault report file and the fault recording file between different processing modules is realized by adopting a standard TFTP protocol, the problem of large limitation caused by adopting a private protocol in the existing communication protocol is solved, the universality of file transmission is improved, and the transmission efficiency is improved.

Description

Data transmission method for embedded relay protection device
Technical Field
The invention relates to the technical field of relay protection control, in particular to a data transmission method of an embedded relay protection device.
Background
At present, the intelligent power grid in China enters a comprehensive construction period, the market share of an intelligent substation system is rapidly increased, and the research and development optimization requirements of a software platform are explosively increased; the power system has higher and higher requirements on the functions, performance and reliability of relay protection and intelligent electronic equipment, and in order to meet the performance requirements, the functions need to be divided in a modularized manner and distributed into different processors.
The data transmission is carried out among different processors, and the scheme which is used more at present is that the data transmission is carried out through a private protocol, the private protocol is large in limitation, the length of each frame of data is limited, and the subsequent frames, the transmission failure, the retransmission mechanism and the like are not perfect.
Disclosure of Invention
The embodiment of the invention aims to provide a data transmission method for an embedded relay protection device, which realizes the transmission of fault report files and fault recording files among different processing modules by adopting a standard TFTP protocol, overcomes the problem of large limitation caused by adopting a private protocol in the existing communication protocol, improves the universality of file transmission and improves the transmission efficiency.
In order to solve the above technical problem, an embodiment of the present invention provides a data transmission method for an embedded relay protection device, where the embedded relay protection device includes: the protocol processing module and the protection logic processing module capable of carrying out data interaction comprise the following steps:
acquiring a fault report file and/or a fault recording and broadcasting file;
converting the fault report file and/or the fault recording and broadcasting file into a preset format file through a protection logic processing module;
transmitting the preset format file to the protocol processing module through a file transmission protocol and a file information communication protocol;
and deleting the original fault report file and/or the original fault recording and broadcasting file in the protection logic processing module.
Further, the file transfer protocol is used for transferring file data, and the file information communication protocol is used for transferring file information and file commands;
the specification processing module comprises: the file information communication server and the file transmission task client are provided with a file service request linked list;
the protection logic processing module comprises: the file information communication client and the file transmission task server are also provided with a file information linked list.
Further, after the converting the fault report file and/or the fault recording and broadcasting file into a file with a preset format by the protection logic processing module, the method further includes:
sending the converted file with the preset format to an RAM unit;
and the protocol processing module acquires the preset format file from the RAM unit.
Further, the acquiring the fault report file and/or the fault recording and broadcasting file includes:
generating a fault report file and/or a fault recording and broadcasting file, and transferring file information to the file information linked list by calling an information notification interface;
and controlling the file information communication client to acquire the file information in the file information linked list and transmit the file information to the file information communication server.
Further, the converting the fault report file and/or the fault recording and broadcasting file into a preset format file by the protection logic processing module includes:
the file information communication server receives and analyzes the message, and transmits the message information to a read service request linked list;
and the file transmission task client acquires the message information of the read service request linked list and analyzes the message information.
Further, the transmitting the preset format file to the protocol processing module through a file transmission protocol and a file information communication protocol includes:
transmitting the file reading request information to a file reading request processing flow, and transmitting the command information to a command processing flow;
and controlling the file reading process to start the TFTP processing process, and calling a user callback interface after the file reading is successful.
Further, the deleting the original fault report file and/or the original fault recording file in the protection logic processing module includes:
if the file information contains a file deletion mark, the file information and a deletion instruction are transmitted to a file information communication server after the file stream is read successfully;
the file information communication server transmits the file deleting instruction to the file information communication client of the CPU end, and the file information communication client deletes the corresponding file.
Further, the protocol processing module and the protection logic processing module perform data communication through a backplane ethernet or an ethernet.
Further, the specification processing module and the protection logic processing module may be different plug-ins in one processor, and may also be plug-ins in different processors.
The technical scheme of the embodiment of the invention has the following beneficial technical effects:
the transmission of the fault report file and the fault recording file between different processing modules is realized by adopting a standard TFTP protocol, the problem of large limitation caused by adopting a private protocol in the existing communication protocol is solved, the universality of file transmission is improved, and the transmission efficiency is improved.
Drawings
Fig. 1 is a flowchart of a data transmission method for an embedded relay protection device according to an embodiment of the present invention;
fig. 2 is a first logic diagram of a data transmission method for an embedded relay protection device according to an embodiment of the present invention;
fig. 3 is a logic diagram of a second method for transmitting data of an embedded relay protection device according to an embodiment of the present invention;
fig. 4 is a flowchart of a file information communication protocol provided by 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.
Fig. 1 is a flowchart of a data transmission method for an embedded relay protection device according to an embodiment of the present invention.
Fig. 2 is a first logic diagram of a data transmission method for an embedded relay protection device according to an embodiment of the present invention.
Referring to fig. 1 and fig. 2, an embodiment of the present invention provides a data transmission method for an embedded relay protection device, where the embedded relay protection device includes: the protocol processing module and the protection logic processing module capable of carrying out data interaction comprise the following steps:
and S200, acquiring a fault report file and/or a fault recording and broadcasting file.
And S400, converting the fault report file and/or the fault recording and broadcasting file into a preset format file through the protection logic processing module.
S600, the file with the preset format is transmitted to the protocol processing module through a file transmission protocol and a file information communication protocol.
And S800, deleting the original fault report file and/or the original fault recording and broadcasting file in the protection logic processing module.
According to the data transmission method of the embedded relay protection device, the transmission of the fault report file and the fault recording file between different processing modules is realized by adopting a standard TFTP protocol, the problem of large limitation caused by the adoption of a private protocol in the existing communication protocol is solved, the universality of file transmission is improved, and the transmission efficiency is improved.
The file transmission protocol is used for transmitting file data, and the file information communication protocol is used for transmitting file information and file commands. The protocol processing module comprises: the file information communication server and the file transmission task client are provided with a file service request linked list. The protection logic processing module comprises: the file information communication client and the file transmission task server are also provided with a file information linked list.
Specifically, the step S200 of obtaining the fault report file and/or the fault recording and broadcasting file includes:
s210, generating a fault report file and/or a fault recording and broadcasting file, and transferring an information notification interface to transmit file information to a file information linked list.
And S220, controlling the file information communication client to acquire the file information in the file information linked list and transmitting the file information to the file information communication server.
Specifically, in step S400, the converting the fault report file and/or the fault recording and broadcasting file into a preset format file by the protection logic processing module includes:
s410, the file information communication server receives and analyzes the message, and transmits the message information to the read service request linked list.
S420, the file transmission task client acquires the message information of the read service request linked list and analyzes the message information.
Optionally, the preset format file is in a binary format.
Optionally, after the step S400 converts the fault report file and/or the fault recording and broadcasting file into the file with the preset format through the protection logic processing module, the method further includes:
and S510, sending the converted preset format file to an RAM unit.
And S520, the protocol processing module acquires the preset format file from the RAM unit.
Specifically, in step S600, the file with the preset format is transmitted to the protocol processing module through the file transmission protocol and the file information communication protocol, including:
s610, transmitting the file reading request information to a file reading request processing flow, and transmitting the command information to a command processing flow.
S620, controlling the file reading process to start the TFTP processing process, and calling a user callback interface after the file reading is successful.
Further, deleting the original fault report file and/or the original fault recording file in the protection logic processing module in step S800 includes:
and S810, if the file information comprises a file deletion mark, transmitting the file information and a deletion instruction to the file information communication server after the file stream is successfully read.
S820, the file information communication server transmits the file deleting instruction to the file information communication client of the CPU end, and the file information communication client deletes the corresponding file.
Fig. 3 is a logic diagram of a second method for transmitting data of an embedded relay protection device according to an embodiment of the present invention.
As can be seen from fig. 3, after the fault recording and broadcasting file is generated, the user calls the information notification interface to transmit the file information to the file information linked list, and after the fault report file is generated, the user calls the information notification interface to transmit the fault completion command to the file information linked list; after monitoring that the file information linked list item has information, the file information communication client transmits the information to the file information communication server; the file information communication server receives the message, analyzes the message, and transmits the message information to the read service request linked list if the message conforms to the protocol format; when the file transmission client task monitors that the read service request linked list item has information, acquiring the information and analyzing the information; after the analysis content of the information is obtained, the file reading request information is transmitted to a file reading request processing flow, and the command information is transmitted to a command processing flow; the file reading process starts a TFTP processing process, and after the file is successfully read, a user callback interface (information type and file information structure data of the file need to be transmitted) is called; if the file information of the client contains a file deletion mark, the file information and a deletion instruction are transmitted to a file information communication server after the file stream is read successfully; the file information communication server transmits the file deleting instruction to the file information communication client of the CPU end, and the client deletes the corresponding file.
Fig. 4 is a flowchart of a file information communication protocol provided by an embodiment of the present invention.
Referring to fig. 4, the message format of the file information communication protocol includes: the information type + information data structure content is specifically shown in table 1.
TABLE 1
Figure BDA0002924948700000061
Wherein, the information type 0 parameter states:
cpu _ id: the processor ID number and the internal virtual ID number are used as the unique identification of the plug-in;
file _ type: a file type;
file _ flag: file processing flag: 0: no treatment, 1: deleting the data after the reading is successful;
file _ path: absolute path of file storage in the processor.
Information type 1 parameter description:
cpu _ id: the processor ID number and the internal virtual ID number are used as the unique identification of the plug-in;
type: command type (proprietary definition may be made if desired);
len: a command content length;
value: command content (proprietary definitions may be made if desired).
The task of the file information communication protocol server runs in a protocol processor plug-in, and comprises the following steps: firstly, a task is suspended, and a file generation instruction and a command notification instruction of a client are monitored; after receiving the notification information of the server, storing the information into a read service request linked list; thirdly, a notice of deleting the file is sent to the client side after the file transmission task client side obtains that the file is successfully read and deletes the file flag bit 1.
The tasks of the file information communication protocol client comprise: firstly, monitoring a file generation notification linked list; secondly, actively sending a file generation instruction and a command notification instruction to the client according to the notification linked list information, wherein the instruction comprises path information of a generated file; thirdly, after receiving the response of the server, continuing to generate a notification linked list monitoring linked list by the file; and fourthly, after receiving a file reading completion notification sent by the server, notifying the user.
The file transmission protocol adopts a TFTP protocol, a client side of the file transmission protocol checks a service request linked list in real time, and the service request linked list can have different user requests; "file generation": calling a file reading request processing flow according to information such as a CPU number, a file type, a CPU local file path, a file deleting mark and the like in the linked list entry, acquiring a file from a CPU end by the flow, and calling a user callback function (which is required to be non-blocked) to perform corresponding processing after the file is successfully acquired; "command notification": and starting a command processing flow according to information such as the CPU number, the command type, the command content and the like in the linked list entry, and calling a user command processing callback function (which is required to be non-blocked). The tasks of the server comprise: firstly, the server opens the connection after monitoring the request of the client and transmits data with the length of 512 bytes; secondly, the server must obtain the confirmation of the client to the last data before sending the next packet of data; third, if a datagram is less than 512 bytes, it indicates the end of the transmission.
Both the server and the client of the file transfer protocol are the sender and the receiver of the data, one side transmits the data receiving response, and the other side receives the response transmission data. If a datagram is lost during transmission, the sender retransmits the last unacknowledged data after a timeout.
The client provides a file reading interface for the user, and the interface is responsible for storing the information related to the reading request of the user into a reading service request linked list. The TFTP client task monitors the read service request linked list and performs corresponding operations. The TFTP server needs to implement the special processing required after the file transfer is complete: and marking the file state with successful reading as successful reading.
Optionally, the protocol processing module and the protection logic processing module perform data communication through a backplane ethernet or an ethernet.
Optionally, the specification processing module and the protection logic processing module may be different plug-ins in one processor, or may be plug-ins in different processors.
The embodiment of the invention aims to protect a data transmission method of an embedded relay protection device, and the embedded relay protection device comprises the following steps: the protocol processing module and the protection logic processing module capable of carrying out data interaction comprise the following steps: acquiring a fault report file and/or a fault recording and broadcasting file; converting the fault report file and/or the fault recording and broadcasting file into a preset format file through a protection logic processing module; transmitting the file with the preset format to a protocol processing module through a file transmission protocol and a file information communication protocol; and deleting the original fault report file and/or the original fault recording and broadcasting file in the protection logic processing module. The technical scheme has the following effects:
the transmission of the fault report file and the fault recording file between different processing modules is realized by adopting a standard TFTP protocol, the problem of large limitation caused by adopting a private protocol in the existing communication protocol is solved, the universality of file transmission is improved, and the transmission efficiency is improved.
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 (9)

1. A data transmission method for an embedded relay protection device is characterized in that the embedded relay protection device comprises the following steps: the protocol processing module and the protection logic processing module capable of carrying out data interaction comprise the following steps:
acquiring a fault report file and/or a fault recording and broadcasting file;
converting the fault report file and/or the fault recording and broadcasting file into a preset format file through a protection logic processing module;
transmitting the preset format file to the protocol processing module through a file transmission protocol and a file information communication protocol;
and deleting the original fault report file and/or the original fault recording and broadcasting file in the protection logic processing module.
2. The data transmission method of embedded relay protection device according to claim 1,
the file transmission protocol is used for transmitting file data, and the file information communication protocol is used for transmitting file information and file commands;
the specification processing module comprises: the file information communication server and the file transmission task client are provided with a file service request linked list;
the protection logic processing module comprises: the file information communication client and the file transmission task server are also provided with a file information linked list.
3. The embedded relay protection device data transmission method according to claim 2, wherein after the fault report file and/or the fault recording and broadcasting file are/is converted into a file with a preset format by the protection logic processing module, the method further comprises:
sending the converted file with the preset format to an RAM unit;
and the protocol processing module acquires the preset format file from the RAM unit.
4. The embedded relay protection device data transmission method according to claim 2, wherein the acquiring a fault report file and/or a fault recording and broadcasting file comprises:
generating a fault report file and/or a fault recording and broadcasting file, and transferring file information to the file information linked list by calling an information notification interface;
and controlling the file information communication client to acquire the file information in the file information linked list and transmit the file information to the file information communication server.
5. The embedded relay protection device data transmission method of claim 2, wherein the converting the fault report file and/or the fault recording and broadcasting file into a file with a preset format by the protection logic processing module comprises:
the file information communication server receives and analyzes the message, and transmits the message information to a read service request linked list;
and the file transmission task client acquires the message information of the read service request linked list and analyzes the message information.
6. The embedded relay protection device data transmission method according to claim 2, wherein the transmitting the preset format file to the protocol processing module via a file transmission protocol and a file information communication protocol includes:
transmitting the file reading request information to a file reading request processing flow, and transmitting the command information to a command processing flow;
and controlling the file reading process to start the TFTP processing process, and calling a user callback interface after the file reading is successful.
7. The embedded relay protection device data transmission method according to claim 2, wherein the deleting the original fault report file and/or the original fault recording and broadcasting file in the protection logic processing module includes:
if the file information contains a file deletion mark, the file information and a deletion instruction are transmitted to a file information communication server after the file stream is read successfully;
the file information communication server transmits the file deleting instruction to the file information communication client of the CPU end, and the file information communication client deletes the corresponding file.
8. The data transmission method of embedded relay protection device according to claim 1,
and the protocol processing module and the protection logic processing module carry out data communication through a backboard Ethernet or an Ethernet.
9. The data transmission method of embedded relay protection device according to claim 1,
the protocol processing module and the protection logic processing module can be different plug-ins in one processor, and can also be plug-ins in different processors.
CN202110129363.5A 2021-01-29 2021-01-29 Data transmission method for embedded relay protection device Pending CN112866400A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110129363.5A CN112866400A (en) 2021-01-29 2021-01-29 Data transmission method for embedded relay protection device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110129363.5A CN112866400A (en) 2021-01-29 2021-01-29 Data transmission method for embedded relay protection device

Publications (1)

Publication Number Publication Date
CN112866400A true CN112866400A (en) 2021-05-28

Family

ID=75987081

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110129363.5A Pending CN112866400A (en) 2021-01-29 2021-01-29 Data transmission method for embedded relay protection device

Country Status (1)

Country Link
CN (1) CN112866400A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115037810A (en) * 2022-08-08 2022-09-09 广东电网有限责任公司佛山供电局 Communication device of station domain type rapid protection device

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6751562B1 (en) * 2000-11-28 2004-06-15 Power Measurement Ltd. Communications architecture for intelligent electronic devices
US20090271780A1 (en) * 2008-04-24 2009-10-29 Moschip Semiconductor Technology Limited Automatic complete firmware upgrade
CN101714780A (en) * 2008-10-07 2010-05-26 上海思南电力通信有限公司 Relay protection running management information system
CN202838671U (en) * 2012-09-10 2013-03-27 江阴长仪集团有限公司 Centralized meter reading terminal supporting remote upgrade and information two-way transmission
CN103532749A (en) * 2013-10-09 2014-01-22 广州供电局有限公司 Main station information management system
CN103853807A (en) * 2013-11-26 2014-06-11 许继电气股份有限公司 Visual analysis method of power faults
CN105391031A (en) * 2015-11-18 2016-03-09 许继集团有限公司 Data processing method and system of relay protection device with plurality of plugins
CN108957231A (en) * 2018-07-17 2018-12-07 国网辽宁省电力有限公司电力科学研究院 A kind of method of distributed system and its host and handset data interaction
CN109495483A (en) * 2018-11-26 2019-03-19 许继集团有限公司 A kind of teletransmission method of recording substation and recorder data
CN109714191A (en) * 2018-11-29 2019-05-03 国网浙江省电力有限公司温州供电公司 The portable failure wave-recording of substation and message analysis method based on mobile interchange

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6751562B1 (en) * 2000-11-28 2004-06-15 Power Measurement Ltd. Communications architecture for intelligent electronic devices
US20090271780A1 (en) * 2008-04-24 2009-10-29 Moschip Semiconductor Technology Limited Automatic complete firmware upgrade
CN101714780A (en) * 2008-10-07 2010-05-26 上海思南电力通信有限公司 Relay protection running management information system
CN202838671U (en) * 2012-09-10 2013-03-27 江阴长仪集团有限公司 Centralized meter reading terminal supporting remote upgrade and information two-way transmission
CN103532749A (en) * 2013-10-09 2014-01-22 广州供电局有限公司 Main station information management system
CN103853807A (en) * 2013-11-26 2014-06-11 许继电气股份有限公司 Visual analysis method of power faults
CN105391031A (en) * 2015-11-18 2016-03-09 许继集团有限公司 Data processing method and system of relay protection device with plurality of plugins
CN108957231A (en) * 2018-07-17 2018-12-07 国网辽宁省电力有限公司电力科学研究院 A kind of method of distributed system and its host and handset data interaction
CN109495483A (en) * 2018-11-26 2019-03-19 许继集团有限公司 A kind of teletransmission method of recording substation and recorder data
CN109714191A (en) * 2018-11-29 2019-05-03 国网浙江省电力有限公司温州供电公司 The portable failure wave-recording of substation and message analysis method based on mobile interchange

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
吴凤婷等: "TCP/IP在变电站监控网的应用", 《广东电力》 *
郭亚楠,陈献庆,叶留义,闫振宇,纪元: "嵌入式继电保护装置在线故障检测方法研究", 《信息技术》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115037810A (en) * 2022-08-08 2022-09-09 广东电网有限责任公司佛山供电局 Communication device of station domain type rapid protection device

Similar Documents

Publication Publication Date Title
US6381666B1 (en) Method and apparatus for extending the range of the universal serial bus protocol
CN112769938B (en) Kubernets cloud side communication system and method based on QUIC
EP1182819B1 (en) Home network controlling via e-mails
CN109327493B (en) Cloud-based remote medical monitoring system and monitoring method
CN105978860B (en) A kind of implementation method of electric system software interface adapter
JP2006501578A5 (en)
JP2004529410A5 (en)
CN106713124A (en) Message push method and system based on MQTT and MYSQL
CN112866400A (en) Data transmission method for embedded relay protection device
WO2022241990A1 (en) Method and apparatus for managing media transmission link, and storage medium
CN114979133B (en) Deployment method and device for converged communication cloud platform
US7912981B2 (en) System and method for intelligent data routing
CN111988397B (en) Earthquake-proof disaster-reduction disaster-relief method and system based on edge calculation
EP3038032A1 (en) Service message transmitting method and device
CN116668977A (en) Power distribution network safety information management and control method and platform
KR100773778B1 (en) Method for controlling server with multicast transmitting and System thereof
CN114816785A (en) Service data processing method and device, electronic equipment and storage medium
US20060129674A1 (en) Monitoring system, apparatus to be monitored, monitoring apparatus, and monitoring method
CN100384144C (en) Combination device and its management and maintenance method
CN115361262B (en) Method and system for realizing FTP (File transfer protocol) reporting of transmission equipment performance file
JP2000261640A (en) Method for controlling network facsimile communication system
CN100375464C (en) Method for data communication of every terminal when network interconnecting
CN114629597B (en) Reliable transmission method and system applied to serial port
TWI802153B (en) The method of managing a storage
CN112839243B (en) Code stream transfer method and device, electronic 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
RJ01 Rejection of invention patent application after publication

Application publication date: 20210528