CN114125079A - Protocol analysis system and method for thermal power safety simulation platform - Google Patents

Protocol analysis system and method for thermal power safety simulation platform Download PDF

Info

Publication number
CN114125079A
CN114125079A CN202111045726.3A CN202111045726A CN114125079A CN 114125079 A CN114125079 A CN 114125079A CN 202111045726 A CN202111045726 A CN 202111045726A CN 114125079 A CN114125079 A CN 114125079A
Authority
CN
China
Prior art keywords
protocol data
module
protocol
analysis
thermal power
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.)
Granted
Application number
CN202111045726.3A
Other languages
Chinese (zh)
Other versions
CN114125079B (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.)
Beijing Wangteng Technology Co ltd
Original Assignee
Beijing Wangteng 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 Beijing Wangteng Technology Co ltd filed Critical Beijing Wangteng Technology Co ltd
Priority to CN202111045726.3A priority Critical patent/CN114125079B/en
Publication of CN114125079A publication Critical patent/CN114125079A/en
Application granted granted Critical
Publication of CN114125079B publication Critical patent/CN114125079B/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/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/26Special purpose or proprietary protocols or architectures

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computing Systems (AREA)
  • Maintenance And Management Of Digital Transmission (AREA)

Abstract

The invention discloses a protocol analysis system and method for a thermal power safety simulation platform, which comprises a protocol data sending module, a protocol data analyzing module and a protocol data analyzing module, wherein the protocol data sending module is used for sending protocol data of the thermal power safety simulation platform; the protocol data analysis module is used for analyzing whether the protocol data sent by the protocol data sending module needs to be analyzed, marking the protocol data which does not need to be analyzed and then sending the protocol data to the protocol data receiving module, and sending the protocol data which needs to be analyzed and processed to the protocol data analysis module; the protocol data analysis module is used for analyzing and processing the protocol data; and the protocol data receiving module is used for receiving the protocol data processed by the protocol data analysis module and the protocol data analysis module. The invention can improve the defects of the prior art and improve the protocol analysis speed.

Description

Protocol analysis system and method for thermal power safety simulation platform
Technical Field
The invention relates to the technical field of thermal power safety simulation platforms, in particular to a protocol analysis system and method for a thermal power safety simulation platform.
Background
The thermal power generating unit relates to regulation and control of a plurality of parameters in the operation process, and the reasonable linkage control of different parameters directly relates to the safety of the thermal power generating unit. The thermal power safety simulation platform is a system for simulating various working conditions in the operation process of a thermal power generating unit, and has higher requirements on protocol analysis speed in the communication process of the thermal power safety simulation platform due to large data communication amount and various data types in the simulation process.
Disclosure of Invention
The invention aims to provide a protocol analysis system and method for a thermal power safety simulation platform, which can overcome the defects of the prior art and improve the protocol analysis speed.
In order to solve the technical problems, the technical scheme adopted by the invention is as follows.
A protocol analysis system of a thermal power safety simulation platform comprises,
the protocol data transmitting module is used for transmitting protocol data of the thermal power safety simulation platform;
the protocol data analysis module is used for analyzing whether the protocol data sent by the protocol data sending module needs to be analyzed, marking the protocol data which does not need to be analyzed and then sending the protocol data to the protocol data receiving module, and sending the protocol data which needs to be analyzed and processed to the protocol data analysis module;
the protocol data analysis module is used for analyzing and processing the protocol data;
and the protocol data receiving module is used for receiving the protocol data processed by the protocol data analysis module and the protocol data analysis module.
An analysis method of the thermal power safety simulation platform protocol analysis system comprises the following steps:
A. the protocol data transmission module transmits the protocol data of the thermal power safety simulation platform to the protocol data analysis module;
B. the protocol data analysis module analyzes whether the protocol data sent by the protocol data sending module needs to be analyzed, the protocol data which does not need to be analyzed is marked and then sent to the protocol data receiving module, and the protocol data which needs to be analyzed is sent to the protocol data analysis module;
C. the protocol data analysis module analyzes the protocol data sent by the protocol data analysis module and then sends the analyzed data to the protocol data receiving module.
Preferably, the step B of analyzing whether the protocol data needs to be parsed includes the steps of,
b11, judging the protocol data type, and judging the priority of the protocol data according to the protocol data type;
b12, determining the corresponding minimum response time according to the priority of the protocol data;
and B13, if the direct reading time of the protocol data in the protocol data receiving module is less than or equal to the minimum response time, the analysis processing is not needed, otherwise, the analysis processing is needed.
Preferably, the step B of marking the protocol data that does not require the parsing process includes the steps of,
b21, extracting all frame formats of the protocol data to be marked;
b22, classifying the extracted frame formats according to different reading and writing modes, and establishing an index table according to classification results;
and B23, writing the index table as the mark data into the mark bit of the protocol data.
Preferably, the analyzing the protocol data in step C includes the following steps, C1, selecting a corresponding analysis formula according to the type of the protocol data;
and C2, decomposing the same type of protocol data, extracting message fields in the protocol data, recombining the extracted message fields, and analyzing by using the analysis formula selected in the step C1.
Preferably, in step C2, the step of reassembling the extracted message field includes the steps of,
c22, extracting the characteristics of the message fields, and marking the extracted characteristics to correspond to the message information of the message fields, wherein the message information comprises a message identifier, a first byte address and a byte length;
c23, under the precondition of keeping the feature unchanged, the message fields are de-overlapped.
Adopt the beneficial effect that above-mentioned technical scheme brought to lie in: the invention reduces the calculation amount of analysis processing by preprocessing and analyzing the protocol data. For the protocol data needing to be analyzed, the invention further reduces the repeated operation amount in the analyzing operation process through the recombination of the message fields, thereby effectively improving the protocol analyzing speed.
Drawings
FIG. 1 is a system schematic of one embodiment of the present invention.
Detailed Description
Referring to fig. 1, an embodiment of a protocol analysis system for a thermal power safety simulation platform according to the present invention includes,
the protocol data transmitting module 1 is used for transmitting protocol data of the thermal power safety simulation platform;
the protocol data analysis module 2 is used for analyzing whether the protocol data sent by the protocol data sending module 1 needs to be analyzed, marking the protocol data which does not need to be analyzed and sending the protocol data to the protocol data receiving module 3, and sending the protocol data which needs to be analyzed and processed to the protocol data analysis module 4;
the protocol data analysis module 4 is used for analyzing and processing the protocol data;
and the protocol data receiving module 3 is used for receiving the protocol data processed by the protocol data analyzing module 2 and the protocol data analyzing module 4.
An analysis method of the thermal power safety simulation platform protocol analysis system comprises the following steps:
A. the protocol data transmission module 1 transmits the protocol data of the thermal power safety simulation platform to the protocol data analysis module 2;
B. the protocol data analysis module 2 analyzes whether the protocol data sent by the protocol data sending module 1 needs to be analyzed, marks the protocol data which does not need to be analyzed and sends the protocol data to the protocol data receiving module 3, and sends the protocol data which needs to be analyzed and processed to the protocol data analysis module 4;
C. the protocol data analysis module 4 analyzes the protocol data sent by the protocol data analysis module 2, and then sends the analyzed data to the protocol data receiving module 3.
In step B, analyzing whether the protocol data needs to be analyzed comprises the following steps,
b11, judging the protocol data type, and judging the priority of the protocol data according to the protocol data type;
b12, determining the corresponding minimum response time according to the priority of the protocol data;
b13, if the direct reading time of the protocol data in the protocol data receiving module 3 is less than or equal to the minimum response time, then the parsing process is not needed, otherwise, the parsing process is needed.
In the step B, the marking processing of the protocol data which does not need the analysis processing comprises the following steps,
b21, extracting all frame formats of the protocol data to be marked;
b22, classifying the extracted frame formats according to different reading and writing modes, and establishing an index table according to classification results;
and B23, writing the index table as the mark data into the mark bit of the protocol data.
In the step C, the analysis processing of the protocol data comprises the following steps,
c1, selecting a corresponding analytical formula according to the protocol data type;
and C2, decomposing the same type of protocol data, extracting message fields in the protocol data, recombining the extracted message fields, and analyzing by using the analysis formula selected in the step C1.
In step C2, the process of reconstructing the extracted message field comprises the following steps,
c22, extracting the characteristics of the message fields, and marking the extracted characteristics to correspond to the message information of the message fields, wherein the message information comprises a message identifier, a first byte address and a byte length;
c23, under the precondition of keeping the feature unchanged, the message fields are de-overlapped.
The foregoing shows and describes the general principles and broad features of the present invention and advantages thereof. It will be understood by those skilled in the art that the present invention is not limited to the embodiments described above, which are described in the specification and illustrated only to illustrate the principle of the present invention, but that various changes and modifications may be made therein without departing from the spirit and scope of the present invention, which fall within the scope of the invention as claimed. The scope of the invention is defined by the appended claims and equivalents thereof.

Claims (6)

1. The utility model provides a thermal power safety simulation platform agreement analytic system which characterized in that: comprises the steps of (a) preparing a mixture of a plurality of raw materials,
the protocol data transmitting module (1) is used for transmitting protocol data of the thermal power safety simulation platform;
the protocol data analysis module (2) is used for analyzing whether the protocol data sent by the protocol data sending module (1) needs analysis processing or not, sending the protocol data which does not need analysis processing to the protocol data receiving module (3) after marking processing, and sending the protocol data which needs analysis processing to the protocol data analysis module (4);
the protocol data analysis module (4) is used for analyzing and processing the protocol data;
and the protocol data receiving module (3) is used for receiving the protocol data processed by the protocol data analyzing module (2) and the protocol data analyzing module (4).
2. An analytic method of a thermal power safety simulation platform protocol analytic system according to claim 1, characterized by comprising the following steps:
A. the protocol data transmission module (1) transmits the protocol data of the thermal power safety simulation platform to the protocol data analysis module (2);
B. the protocol data analysis module (2) analyzes whether the protocol data sent by the protocol data sending module (1) needs analysis processing, for the protocol data which does not need analysis processing, the protocol data is marked and sent to the protocol data receiving module (3), and for the protocol data which needs analysis processing, the protocol data is sent to the protocol data analysis module (4);
C. the protocol data analysis module (4) analyzes the protocol data sent by the protocol data analysis module (2), and then sends the analyzed data to the protocol data receiving module (3).
3. The analytic method of thermal power safety simulation platform protocol analytic system of claim 2, characterized in that: in step B, analyzing whether the protocol data needs to be analyzed comprises the following steps,
b11, judging the protocol data type, and judging the priority of the protocol data according to the protocol data type;
b12, determining the corresponding minimum response time according to the priority of the protocol data;
b13, if the direct reading time of the protocol data in the protocol data receiving module (3) is less than or equal to the minimum response time, the analysis processing is not needed, otherwise, the analysis processing is needed.
4. The analytic method of thermal power safety simulation platform protocol analytic system of claim 3, characterized in that: in the step B, the marking processing of the protocol data which does not need the analysis processing comprises the following steps,
b21, extracting all frame formats of the protocol data to be marked;
b22, classifying the extracted frame formats according to different reading and writing modes, and establishing an index table according to classification results;
and B23, writing the index table as the mark data into the mark bit of the protocol data.
5. The analytic method of thermal power safety simulation platform protocol analytic system of claim 3, characterized in that: in the step C, the analysis processing of the protocol data comprises the following steps,
c1, selecting a corresponding analytical formula according to the protocol data type;
and C2, decomposing the same type of protocol data, extracting message fields in the protocol data, recombining the extracted message fields, and analyzing by using the analysis formula selected in the step C1.
6. The analysis method of the thermal power safety simulation platform protocol analysis system according to claim 5, characterized in that: in step C2, the process of reconstructing the extracted message field comprises the following steps,
c22, extracting the characteristics of the message fields, and marking the extracted characteristics to correspond to the message information of the message fields, wherein the message information comprises a message identifier, a first byte address and a byte length;
c23, under the precondition of keeping the feature unchanged, the message fields are de-overlapped.
CN202111045726.3A 2021-09-07 2021-09-07 Thermal power safety simulation platform protocol analysis system and analysis method thereof Active CN114125079B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111045726.3A CN114125079B (en) 2021-09-07 2021-09-07 Thermal power safety simulation platform protocol analysis system and analysis method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111045726.3A CN114125079B (en) 2021-09-07 2021-09-07 Thermal power safety simulation platform protocol analysis system and analysis method thereof

Publications (2)

Publication Number Publication Date
CN114125079A true CN114125079A (en) 2022-03-01
CN114125079B CN114125079B (en) 2023-09-12

Family

ID=80441242

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111045726.3A Active CN114125079B (en) 2021-09-07 2021-09-07 Thermal power safety simulation platform protocol analysis system and analysis method thereof

Country Status (1)

Country Link
CN (1) CN114125079B (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2003005376A1 (en) * 2001-07-05 2003-01-16 General Electric Company Method and system for performing a safety analysis of a boiling water nuclear reactor
CN105337982A (en) * 2015-11-19 2016-02-17 江苏科技大学 Communication module for high-frequency high-voltage electrostatic dust removal power supply and implementation method
WO2018157157A2 (en) * 2017-02-27 2018-08-30 Terrapower, Llc System and method for modeling a nuclear reactor
CN110719296A (en) * 2019-10-25 2020-01-21 福建网能科技开发有限责任公司 Method for automatically analyzing message data in terminal communication protocol
CN111741019A (en) * 2020-07-28 2020-10-02 常州昊云工控科技有限公司 Communication protocol analysis method and system based on field description
CN111970230A (en) * 2020-06-24 2020-11-20 格创东智(深圳)科技有限公司 Industrial field protocol automatic analysis method and system based on cloud identification
CN112118232A (en) * 2020-08-25 2020-12-22 通号城市轨道交通技术有限公司 Message protocol analysis method and device
CN113271237A (en) * 2021-06-16 2021-08-17 山石网科通信技术股份有限公司 Industrial control protocol analysis method and device, storage medium and processor

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2003005376A1 (en) * 2001-07-05 2003-01-16 General Electric Company Method and system for performing a safety analysis of a boiling water nuclear reactor
CN105337982A (en) * 2015-11-19 2016-02-17 江苏科技大学 Communication module for high-frequency high-voltage electrostatic dust removal power supply and implementation method
WO2018157157A2 (en) * 2017-02-27 2018-08-30 Terrapower, Llc System and method for modeling a nuclear reactor
CN110719296A (en) * 2019-10-25 2020-01-21 福建网能科技开发有限责任公司 Method for automatically analyzing message data in terminal communication protocol
CN111970230A (en) * 2020-06-24 2020-11-20 格创东智(深圳)科技有限公司 Industrial field protocol automatic analysis method and system based on cloud identification
CN111741019A (en) * 2020-07-28 2020-10-02 常州昊云工控科技有限公司 Communication protocol analysis method and system based on field description
CN112118232A (en) * 2020-08-25 2020-12-22 通号城市轨道交通技术有限公司 Message protocol analysis method and device
CN113271237A (en) * 2021-06-16 2021-08-17 山石网科通信技术股份有限公司 Industrial control protocol analysis method and device, storage medium and processor

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
P. FANTONI: "Artificial intelligence techniques for on-line monitoring of fossil power plants", 《IEEE》 *
张大松;姜洪朝;吴云峰;: "火电工控系统网络安全防护方案设计", 信息技术与网络安全, no. 03 *
王瑞雪;张振华;张宾;程子兵;段笑笑;: "数据字典在火控系统报文解析中的应用", 兵器装备工程学报, no. 04 *
罗军涛: "适用于微电网的谐波治理装置监控系统设计与实现", 《中国优秀硕士学位论文全文数据库》 *
西子湖畔的蜗牛: "火力发电厂工控系统网络安全解决方案 - 对比分析", 《HTTPS://BLOG.CSDN.NET/WZHQAZCSCS/ARTICLE/DETAILS/71023633》 *

Also Published As

Publication number Publication date
CN114125079B (en) 2023-09-12

Similar Documents

Publication Publication Date Title
CN111970353A (en) Data processing method and device for heterogeneous equipment in Internet of things of cloud computing platform
US7984076B2 (en) Document processing apparatus, document processing method, document processing program and recording medium
CN109739747A (en) A kind of general analytic method of serial communication information protocol
CN110704649B (en) Method and system for constructing flow image data set
CN106598581A (en) ASTERIX message parsing code generation method based on XML
CN111191767A (en) Vectorization-based malicious traffic attack type judgment method
CN110457526A (en) Unitized data analytic method based on xml document
CN112347020A (en) FAST market analysis system and method based on CGRA
CN111427940A (en) Self-adaptive database conversion method and device
CN112347047A (en) Vehicle data file generation method and device
CN114125079A (en) Protocol analysis system and method for thermal power safety simulation platform
CN108563795A (en) A kind of Pairs methods accelerating compression flow regular expression matching
CN116346961B (en) Financial message processing method and device, electronic equipment and storage medium
CN117675913A (en) Laboratory data transmission processing method, device, transmission processing system and medium
CN117058157A (en) CAD drawing cutting and labeling method
CN110213297A (en) A kind of data analysis method, device and computer readable storage medium
CN104079450A (en) Method and device for generating characteristic pattern set
CN114710559A (en) Internet of things data proxy equipment
CN110956211B (en) Multi-mode information fusion-based method in livestock and poultry farm
CN112217896A (en) JSON message conversion method and related device
CN113377363A (en) Cloud implementation method for automatically generating source codes for various electric control end private protocols
CN110310215A (en) A kind of infringement system for prompting of intellectual property
CN114547169A (en) Read-write method, device, equipment and storage medium for file transmission
CN114679501B (en) Cloud gateway implementation method and device for MODBUS-MQTT protocol
CN117574178B (en) Automatic network flow character string matching method and device based on FPGA

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