CN108632290B - Real-time data forwarding system and method for power dispatching automation system - Google Patents

Real-time data forwarding system and method for power dispatching automation system Download PDF

Info

Publication number
CN108632290B
CN108632290B CN201810461349.3A CN201810461349A CN108632290B CN 108632290 B CN108632290 B CN 108632290B CN 201810461349 A CN201810461349 A CN 201810461349A CN 108632290 B CN108632290 B CN 108632290B
Authority
CN
China
Prior art keywords
real
time data
message
automation system
forwarding
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.)
Active
Application number
CN201810461349.3A
Other languages
Chinese (zh)
Other versions
CN108632290A (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.)
State Grid Corp of China SGCC
NARI Group Corp
Nari Technology Co Ltd
State Grid Shanghai Electric Power Co Ltd
NARI Nanjing Control System Co Ltd
Original Assignee
State Grid Corp of China SGCC
NARI Group Corp
Nari Technology Co Ltd
State Grid Shanghai Electric Power Co Ltd
NARI Nanjing Control System 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, NARI Group Corp, Nari Technology Co Ltd, State Grid Shanghai Electric Power Co Ltd, NARI Nanjing Control System Co Ltd filed Critical State Grid Corp of China SGCC
Priority to CN201810461349.3A priority Critical patent/CN108632290B/en
Publication of CN108632290A publication Critical patent/CN108632290A/en
Application granted granted Critical
Publication of CN108632290B publication Critical patent/CN108632290B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • 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/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • H04L67/025Protocols based on web technology, e.g. hypertext transfer protocol [HTTP] for remote control or remote monitoring of applications
    • 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/12Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks
    • 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/55Push-based network services
    • 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
    • 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/30Definitions, standards or architectural aspects of layered protocol stacks
    • H04L69/32Architecture of open systems interconnection [OSI] 7-layer type protocol stacks, e.g. the interfaces between the data link level and the physical level
    • H04L69/322Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions

Abstract

The invention discloses a real-time data forwarding system and a real-time data forwarding method for a power dispatching automation system, wherein the real-time data forwarding system comprises the following steps: the system comprises a TCP message collector and a TCP message forwarding server, wherein the TCP message collector acquires a real-time data message from a transmission layer of a data acquisition server of the power dispatching automation system and sends the real-time data message to a real-time data cloud platform through the TCP message forwarding server; and the TCP message forwarding server extracts protocol configuration from a database of the power dispatching automation system and directly sends the protocol configuration to an application layer of the real-time data cloud platform. The data forwarding does not pass through an application layer of the power dispatching automation system, so that the data forwarding logic is simplified, and the data forwarding time delay is shortened; the protocol configuration of the power dispatching automation system is adopted to analyze the real-time data messages, no additional configuration needs to be constructed, and the complexity of data forwarding configuration is reduced.

Description

Real-time data forwarding system and method for power dispatching automation system
Technical Field
The invention relates to a real-time data forwarding system and method for a power dispatching automation system, and belongs to the technical field of power automation.
Background
At present, the wide application of big data technology in six links of transmission, transformation, regulation, distribution and use of the smart grid becomes a key core technology for promoting the innovative development of the smart grid. An enterprise-level data platform based on a cloud architecture is produced in the power industry, and a real-time data cloud platform facing the field of power grid dispatching is a more typical enterprise-level data platform. The method is characterized in that real-time data real-time query service of the regional power grid is one of core functions of a cloud platform, the regional power grid is divided into 2 levels of the whole country and the provinces, real-time data of the regional power grid at the present stage are distributed and stored in each level of scheduling system, and the cloud platform gathers the real-time data of the whole network in a mode that each scheduling system forwards the real-time data to the cloud platform.
The current scheduling system forwards data through IEC-104/DL476 protocol, and the idea of the mode is as follows: configuration information such as a data point table, protocol parameters and the like is agreed and manually input into a scheduling system and a cloud platform database respectively, the scheduling system acquires data from an SCADA application real-time base, packages the data into protocol messages and then sends the protocol messages to the cloud platform through a TCP/IP protocol. The disadvantages are that: the data forwarding has larger time delay and high complexity of data forwarding configuration, and can not meet the requirements of fast convergence and maintenance-free of cloud platform data.
Disclosure of Invention
The invention aims to overcome the defects in the prior art, provides a real-time data forwarding system and a real-time data forwarding method for a power dispatching automation system, and solves the technical problems that data forwarding in the prior art is prolonged, configuration complexity is high, and the requirements of fast convergence and maintenance-free of cloud platform data cannot be met.
In order to solve the technical problems, the technical scheme adopted by the invention is as follows: a real-time data forwarding system of a power dispatching automation system comprises the power dispatching automation system, a real-time data cloud platform, a TCP message collector and a TCP message forwarding server, wherein the TCP message collector is connected with a transmission layer of a data acquisition server of the power dispatching automation system;
the TCP message collector acquires a real-time data message from a transmission layer of a data acquisition server of the power dispatching automation system and pushes the real-time data message to a message bus; and the TCP message forwarding server acquires the real-time data message through the message bus and forwards the real-time data message to the data acquisition server of the real-time data cloud platform.
The TCP message forwarding server comprises a TCP message forwarding module and a protocol configuration synchronization module;
TCP message forwarding module: transmitting the real-time data message from a transmission layer, a network layer, a link layer and a physical layer of a TCP message forwarding server to a physical layer of a data acquisition server of a real-time data cloud platform through a TCP/IP protocol;
protocol configuration synchronization module: extracting protocol configuration from a database of the power dispatching automation system, and synchronizing the protocol configuration to an application layer of a data acquisition server of a real-time data cloud platform;
and the data acquisition server of the real-time data cloud platform analyzes the real-time data message according to the protocol configuration acquired by the application layer.
The TCP message collector is a plug-in of the data acquisition server.
The invention also provides a real-time data forwarding method of the power dispatching automation system, and the real-time data messages output by the plant station are transmitted to a transmission layer of a data acquisition server of the power dispatching automation system and then are transmitted to the data acquisition server of the real-time data cloud platform through the TCP message forwarding server.
The specific method for acquiring the real-time data message by the TCP message forwarding server is as follows:
monitoring a transmission layer of a data acquisition server of the power dispatching automation system in real time, acquiring a real-time data message from the transmission layer of the data acquisition server of the power dispatching automation system, and pushing the real-time data message to a message bus of the power dispatching automation system;
the TCP message forwarding server obtains the real-time data message from the message bus.
The method for forwarding the real-time data message to the real-time data cloud platform by the TCP message forwarding server comprises the following steps:
and sending the real-time data message from a transmission layer, a network layer, a link layer and a physical layer of the TCP message forwarding server to a physical layer of a data acquisition server of the real-time data cloud platform through a TCP/IP protocol.
The real-time data forwarding method of the power dispatching automation system further comprises the following steps:
the TCP message forwarding server extracts protocol configuration from a database of the power dispatching automation system, the protocol configuration is synchronously and directly sent to an application layer of a data acquisition server of the real-time data cloud platform, and the data acquisition server of the real-time data cloud platform analyzes the real-time data messages according to the acquired protocol configuration.
Compared with the prior art, the invention has the following beneficial effects: data forwarding does not pass through an application layer of the power dispatching automation system, so that data forwarding logic is simplified, and data forwarding time delay is shortened; real-time data messages carried in the TCP messages are organized according to an electric power telecontrol communication protocol (such as IEC104/DL476), and a data acquisition module (application layer) of the real-time data cloud platform directly adopts the protocol configuration of the electric power dispatching automation system to analyze the real-time data messages, so that additional configuration is not required to be constructed, and the complexity of data forwarding configuration is reduced; the real-time data cloud platform takes the power dispatching automation system as a medium, receives real-time data indirectly from a plant station, completely senses the change process of power grid operation data, and improves the application analysis capability of the cloud platform.
Drawings
Fig. 1 is a block diagram of a real-time data forwarding system of an automatic power dispatching system according to the present invention.
Detailed Description
The real-time data forwarding logic of the power dispatching automation system (called dispatching system for short) is lowered from an application layer of a TCP/IP five-layer model to a transmission layer, the dispatching system receives real-time power grid operation data from a plant station based on a TCP/IP protocol, and after the data reaches the transmission layer of the dispatching system, the data is controlled to be continuously transmitted to two directions, one is longitudinally transmitted to the application layer of the dispatching system, and the other is transversely distributed to the transmission layer of a real-time data cloud platform (called cloud platform for short). By adopting the data forwarding system and the method provided by the invention, data forwarding does not pass through the application layer of the scheduling system, forwarding logic is simplified, and data forwarding time delay is shortened; real-time data messages carried in the TCP messages are organized according to an electric power telecontrol communication protocol (such as IEC104/DL476), and a data acquisition module (application layer) of the real-time data cloud platform directly adopts the protocol configuration of the scheduling system to analyze the real-time data messages, so that extra configuration is not required to be constructed, and the complexity of data forwarding configuration is reduced.
The invention is further described below with reference to the accompanying drawings. The following examples are only for illustrating the technical solutions of the present invention more clearly, and the protection scope of the present invention is not limited thereby.
As shown in fig. 1, the real-time data forwarding system of the power dispatching automation system provided by the invention comprises a data acquisition server, a real-time data cloud platform, a TCP message collector and a TCP message forwarding server, wherein the TCP message forwarding server comprises a TCP message forwarding module and a protocol configuration synchronization module. The TCP message collector is connected with the transmission layer of the data acquisition server and is connected with the TCP message forwarding module through a message bus. And the protocol configuration synchronization module is connected with a database of the power dispatching automation system and a data acquisition module (application layer) of the real-time data cloud platform. The TCP message collector is designed as a plug-in, and the message collection process has no influence on the data acquisition service of the dispatching system.
The TCP message (including a real-time data message) is sent by a factory station, and is transmitted to a transmission layer of a TCP/IP five-layer model of a data acquisition server of a scheduling system through a power scheduling data network, and then is continuously transmitted to two directions, one path of the TCP message is continuously transmitted to an application layer of the TCP/IP five-layer model of the data acquisition server of the scheduling system, the other path of the TCP message is acquired by a TCP message collector, the TCP message collector pushes the real-time data message in the TCP message to a message bus, a TCP message forwarding module acquires the real-time data message through the message bus, the real-time data message is transmitted to a physical layer of the data acquisition server of a real-time data cloud platform from the transmission layer, a network layer, a link layer and the physical layer of the TCP message forwarding server through a TCP/IP protocol, and then is sequentially transmitted to the. The protocol configuration synchronization module extracts protocol configuration from a database of the dispatching system and then sends a data acquisition module (application layer) of a data acquisition server of the real-time data cloud platform, and the data acquisition module (application layer) of the real-time data cloud platform directly adopts the protocol configuration of the power dispatching automation system to analyze the real-time data messages without constructing additional configuration.
The real-time data forwarding method of the power dispatching automation system can be realized by adopting the forwarding system, and comprises the following steps:
monitoring a transmission layer of a data acquisition server of the power dispatching automation system in real time, acquiring a real-time data message from the transmission layer of the data acquisition server of the power dispatching automation system, and pushing the real-time data message to a message bus of the power dispatching automation system;
the TCP message forwarding server acquires a real-time data message from a message bus, transmits the real-time data message from a transmission layer, a network layer, a link layer and a physical layer of the TCP message forwarding server to a physical layer of a data acquisition server of a real-time data cloud platform through a TCP/IP protocol, and then sequentially transmits the real-time data message to the link layer, the network layer and an application layer of the data acquisition server of the real-time data cloud platform;
and extracting protocol configuration from a database of the power dispatching automation system, synchronously and directly sending the protocol configuration to an application layer of a data acquisition server of the real-time data cloud platform, and analyzing the real-time data message by the real-time data cloud platform according to the protocol configuration acquired by the application layer.
The above description is only a preferred embodiment of the present invention, and it should be noted that, for those skilled in the art, several modifications and variations can be made without departing from the technical principle of the present invention, and these modifications and variations should also be regarded as the protection scope of the present invention.

Claims (4)

1. A real-time data forwarding system of a power dispatching automation system comprises the power dispatching automation system and a real-time data cloud platform, and is characterized by further comprising a TCP message collector and a TCP message forwarding server, wherein the TCP message collector is connected with a transmission layer of a data acquisition server of the power dispatching automation system;
the TCP message collector acquires a real-time data message from a transmission layer of a data acquisition server of the power dispatching automation system and pushes the real-time data message to a message bus; the TCP message forwarding server acquires the real-time data message through a message bus and forwards the real-time data message to a data acquisition server of the real-time data cloud platform;
the TCP message forwarding server comprises a TCP message forwarding module and a protocol configuration synchronization module;
TCP message forwarding module: transmitting the real-time data message from a transmission layer, a network layer, a link layer and a physical layer of a TCP message forwarding server to a physical layer of a data acquisition server of a real-time data cloud platform through a TCP/IP protocol;
protocol configuration synchronization module: extracting protocol configuration from a database of the power dispatching automation system, and synchronizing the protocol configuration to an application layer of a data acquisition server of a real-time data cloud platform;
and the data acquisition server of the real-time data cloud platform analyzes the real-time data message according to the protocol configuration acquired by the application layer.
2. The power dispatching automation system real-time data forwarding system of claim 1, wherein the TCP message collector is a plug-in to a data collection server.
3. A real-time data forwarding method of a power dispatching automation system is characterized in that a real-time data message output by a plant station is transmitted to a transmission layer of a data acquisition server of the power dispatching automation system and then is transmitted to the data acquisition server of a real-time data cloud platform through a TCP message forwarding server;
the method for forwarding the real-time data message to the real-time data cloud platform by the TCP message forwarding server comprises the following steps:
transmitting the real-time data message from a transmission layer, a network layer, a link layer and a physical layer of a TCP message forwarding server to a physical layer of a data acquisition server of a real-time data cloud platform through a TCP/IP protocol;
the TCP message forwarding server extracts protocol configuration from a database of the power dispatching automation system, the protocol configuration is synchronously and directly sent to an application layer of a data acquisition server of the real-time data cloud platform, and the data acquisition server of the real-time data cloud platform analyzes the real-time data messages according to the acquired protocol configuration.
4. The method for forwarding the real-time data of the power dispatching automation system as claimed in claim 3, wherein the specific method for the TCP message forwarding server to obtain the real-time data message is as follows:
monitoring a transmission layer of a data acquisition server of the power dispatching automation system in real time, acquiring a real-time data message from the transmission layer of the data acquisition server of the power dispatching automation system, and pushing the real-time data message to a message bus of the power dispatching automation system;
the TCP message forwarding server obtains the real-time data message from the message bus.
CN201810461349.3A 2018-05-15 2018-05-15 Real-time data forwarding system and method for power dispatching automation system Active CN108632290B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810461349.3A CN108632290B (en) 2018-05-15 2018-05-15 Real-time data forwarding system and method for power dispatching automation system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810461349.3A CN108632290B (en) 2018-05-15 2018-05-15 Real-time data forwarding system and method for power dispatching automation system

Publications (2)

Publication Number Publication Date
CN108632290A CN108632290A (en) 2018-10-09
CN108632290B true CN108632290B (en) 2021-05-07

Family

ID=63693235

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810461349.3A Active CN108632290B (en) 2018-05-15 2018-05-15 Real-time data forwarding system and method for power dispatching automation system

Country Status (1)

Country Link
CN (1) CN108632290B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110099313A (en) * 2019-05-09 2019-08-06 山东莱钢永锋钢铁有限公司 A kind of realization low latency industrial real-time data acquisition system and method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8842653B1 (en) * 1996-12-16 2014-09-23 Ip Holdings, Inc. Wireless devices with transmission control and multiple paths of communication
CN105336143A (en) * 2015-11-19 2016-02-17 国家电网公司 Cloud computation based power supply quality detection system
CN107147668A (en) * 2017-06-08 2017-09-08 上海中兴电力建设发展有限公司 Efficient application formula private security net transmission method and system based on Internet of Things
CN107566671A (en) * 2017-10-12 2018-01-09 携程旅游信息技术(上海)有限公司 Network voice communication method and its system, storage medium, electronic equipment

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030179738A1 (en) * 2002-03-05 2003-09-25 John Diachina Wireless communications apparatus, methods and computer program products using broadcast control channel messaging

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8842653B1 (en) * 1996-12-16 2014-09-23 Ip Holdings, Inc. Wireless devices with transmission control and multiple paths of communication
CN105336143A (en) * 2015-11-19 2016-02-17 国家电网公司 Cloud computation based power supply quality detection system
CN107147668A (en) * 2017-06-08 2017-09-08 上海中兴电力建设发展有限公司 Efficient application formula private security net transmission method and system based on Internet of Things
CN107566671A (en) * 2017-10-12 2018-01-09 携程旅游信息技术(上海)有限公司 Network voice communication method and its system, storage medium, electronic equipment

Also Published As

Publication number Publication date
CN108632290A (en) 2018-10-09

Similar Documents

Publication Publication Date Title
WO2020062193A1 (en) Electric power data acquisition system based on beidou communication technology
CN202009267U (en) Integrated intelligent transformer substation equipment state monitoring and analysis system
CN103546541B (en) Remote data based on intelligent telecontrol communication machine subscribes to dissemination method
CN104463715A (en) Pattern and model verifying method of distribution automation master station system and geographical information system
CN104601652A (en) Beidou satellite communication system based electric communication system and method
CN105162252A (en) CID file-based method for achieving automatic mapping of plug-and-play power distribution terminal information
CN104580245A (en) Power distribution terminal 104 message parsing system and parsing method thereof
CN110768372A (en) IEC61850 standard-based protection information system source end modeling method
CN109587161B (en) Monitoring method for whole process information transmitted by smart grid remote control command
CN108632290B (en) Real-time data forwarding system and method for power dispatching automation system
CN102662357B (en) Integrated collection method for electric automobile charging station and integrated collection apparatus
CN111884679B (en) Carrier channel data transmission distributed management system based on medium-voltage line
CN203366344U (en) Intelligent substation equipment inspection system based on Internet of things
CN103001864B (en) Information forwarding method based on International Electrotechnical Commission (IEC) 61850data set
CN110677841A (en) Laboratory data management method and device based on Bluetooth topology network
CN114820868A (en) Method, device and system for intelligently mapping distribution network line
CN103915899A (en) Autonomous networking structure and method for electric power automatic terminals
CN104953706B (en) A kind of intelligence matches somebody with somebody the integrated information interacting method of electricity consumption
CN109525415B (en) Intelligent power distribution terminal topology model self-synchronization method and device
CN105375633A (en) Dynamic measurement information sharing method on the basis of power grid model
CN103475594B (en) A kind of system and method for communication non-interference type channel extension in photovoltaic power station
CN105720689A (en) Power telecontrol protocol combination method and power telecontrol protocol combiner
CN110830369A (en) Intelligent construction site data service gateway based on nodejs
CN111082515A (en) Data transmission method between main substation and sub-substation of intelligent substation
CN211958864U (en) Power distribution terminal system with 5G multi-service communication function

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