CN113093678A - Data processing method for power plant DCS (distributed control System) - Google Patents

Data processing method for power plant DCS (distributed control System) Download PDF

Info

Publication number
CN113093678A
CN113093678A CN202110370943.3A CN202110370943A CN113093678A CN 113093678 A CN113093678 A CN 113093678A CN 202110370943 A CN202110370943 A CN 202110370943A CN 113093678 A CN113093678 A CN 113093678A
Authority
CN
China
Prior art keywords
data
processing method
power plant
collected data
master station
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
CN202110370943.3A
Other languages
Chinese (zh)
Other versions
CN113093678B (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.)
Guoneng Quanzhou Thermal Power Co ltd
Guodian Nanjing Electric Power Test Research Co Ltd
Original Assignee
Guoneng Quanzhou Thermal Power Co ltd
Guodian Nanjing Electric Power Test Research 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 Guoneng Quanzhou Thermal Power Co ltd, Guodian Nanjing Electric Power Test Research Co Ltd filed Critical Guoneng Quanzhou Thermal Power Co ltd
Priority to CN202110370943.3A priority Critical patent/CN113093678B/en
Publication of CN113093678A publication Critical patent/CN113093678A/en
Application granted granted Critical
Publication of CN113093678B publication Critical patent/CN113093678B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B19/00Programme-control systems
    • G05B19/02Programme-control systems electric
    • G05B19/418Total factory control, i.e. centrally controlling a plurality of machines, e.g. direct or distributed numerical control [DNC], flexible manufacturing systems [FMS], integrated manufacturing systems [IMS], computer integrated manufacturing [CIM]
    • G05B19/4185Total factory control, i.e. centrally controlling a plurality of machines, e.g. direct or distributed numerical control [DNC], flexible manufacturing systems [FMS], integrated manufacturing systems [IMS], computer integrated manufacturing [CIM] characterised by the network communication
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B2219/00Program-control systems
    • G05B2219/30Nc systems
    • G05B2219/33Director till display
    • G05B2219/33139Design of industrial communication system with expert system
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Abstract

The invention discloses a data processing method for a power plant DCS, which comprises the following steps: A. the master station and the slave station establish encrypted communication connection; B. the slave station sends the collected data to the master station; C. the master station classifies and stores the received collected data; D. the master station transmits control information to the slave station. The invention can improve the defects of the prior art and improve the compatibility of the data processing method to different DCS systems.

Description

Data processing method for power plant DCS (distributed control System)
Technical Field
The invention relates to the technical field of power plant automation, in particular to a data processing method for a power plant DCS.
Background
In recent years, a Distributed Control System (DCS for short) is applied to a power plant operation System, various parameters and real-time data of the operation of a plurality of power plant units are monitored, and how to effectively process the data contains rich and valuable information in mass data acquired by the DCS System is one of the keys for improving the operation efficiency of the DCS System. However, because the DCS system adopts a centralized management and decentralized control architecture, and its configuration structure is specifically configured according to a specific application scenario, the existing data processing method cannot be compatible with DCS systems of different configuration structures, so that under each actual application condition, a data processing flow of the DCS system needs to be specially rewritten and debugged, which increases the use cost and operational risk of the system.
Disclosure of Invention
The technical problem to be solved by the invention is to provide a data processing method for a power plant DCS, which can solve the defects of the prior art and improve the compatibility of the data processing method for different DCS systems.
In order to solve the technical problems, the technical scheme adopted by the invention is as follows.
A data processing method for a power plant DCS comprises the following steps:
A. the master station and the slave station establish encrypted communication connection;
B. the slave station sends the collected data to the master station;
C. the master station classifies and stores the received collected data;
D. the master station transmits control information to the slave station.
Preferably, in step a, establishing an encrypted communication connection comprises the steps of,
a1, the master station sends the communication interface information to the slave station, and the slave station encrypts the received communication interface information and sends the encrypted communication interface information back to the master station;
a2, the master station obtains a communication key according to the communication interface information before and after encryption;
a3, the communication data between the master station and the slave station are encrypted by the communication key and then transmitted, and the communication key is updated in real time.
Preferably, in step a2, the encrypted communication interface information is secondarily encrypted to ensure that the secondarily encrypted communication interface information is linearly related to the primarily encrypted communication interface information, and then encryption operators used in the two encryptions are linearly combined to obtain the communication key.
Preferably, in step a3, the encrypted communication data is line-shifted and then subjected to a hybrid column operation, and the first byte of the communication key is byte-replaced with the first byte of the operation result.
Preferably, in step B, the slave station preprocesses the acquired data before transmitting the acquired data, and comprises the steps of,
b1, the slave station extracts the characteristics of the collected historical data and clusters the characteristics;
b2, extracting at least one feature from each feature set to establish a feature sample;
and B3, performing feature extraction on the collected data sent in real time, calculating a stable boundary of the features, and directly sending the collected data if the stable boundary completely falls into the feature sample, or preprocessing the collected data.
Preferably, in step B3, the preprocessing of the collected data includes the steps of,
b31, performing secondary acquisition on the acquired data;
b32, comparing the acquired data acquired twice to obtain a characteristic deviation matrix;
and B33, correcting the acquired data acquired newly by using the characteristic deviation matrix, then calculating a stable boundary again, if the stable boundary falls into the characteristic sample, sending the corrected acquired data, otherwise, repeating the step B33 until the stable boundary falls into the characteristic sample.
Preferably, in step C, the classifying and storing the collected data includes the steps of,
c1, storing the collected data in a data buffer area;
c2, pre-classifying the collected data according to the sending source address of the collected data;
c3, sequentially carrying out secondary classification on each pre-classified collected data according to the data type and the data content;
and C4, storing the acquired data subjected to secondary classification into a data storage area.
Preferably, the data buffer area adopts a stack storage form.
Preferably, in step C3, a weight list of data types and data contents is created, and the collected data is classified using the weighted weights of the data types and the data contents.
Preferably, in step C3, after the secondary classification, an association link between the collected data belonging to the same pre-classification in step C2 is established among the collected data of the same class.
Adopt the beneficial effect that above-mentioned technical scheme brought to lie in: the invention improves the data processing efficiency of the DCS system by optimizing the data processing flow under the premise of ensuring the safety.
Drawings
FIG. 1 is a flow chart of the present invention.
Detailed Description
Example 1
A data processing method for a power plant DCS comprises the following steps:
A. the master station and the slave station establish encrypted communication connection;
B. the slave station sends the collected data to the master station;
C. the master station classifies and stores the received collected data;
D. the master station transmits control information to the slave station.
In step a, establishing an encrypted communication connection comprises the following steps,
a1, the master station sends the communication interface information to the slave station, and the slave station encrypts the received communication interface information and sends the encrypted communication interface information back to the master station;
a2, the master station obtains a communication key according to the communication interface information before and after encryption;
a3, the communication data between the master station and the slave station are encrypted by the communication key and then transmitted, and the communication key is updated in real time.
In step a2, the encrypted communication interface information is encrypted for the second time, to ensure that the communication interface information encrypted for the second time is linearly related to the communication interface information encrypted for the first time, and then encryption operators used in the encryption for the second time are linearly combined to obtain a communication key.
In step C, classifying and storing the collected data comprises the following steps,
c1, storing the collected data in a data buffer area;
c2, pre-classifying the collected data according to the sending source address of the collected data;
c3, sequentially carrying out secondary classification on each pre-classified collected data according to the data type and the data content;
and C4, storing the acquired data subjected to secondary classification into a data storage area.
Example 2
A data processing method for a power plant DCS comprises the following steps:
A. the master station and the slave station establish encrypted communication connection;
B. the slave station sends the collected data to the master station;
C. the master station classifies and stores the received collected data;
D. the master station transmits control information to the slave station.
In step a, establishing an encrypted communication connection comprises the following steps,
a1, the master station sends the communication interface information to the slave station, and the slave station encrypts the received communication interface information and sends the encrypted communication interface information back to the master station;
a2, the master station obtains a communication key according to the communication interface information before and after encryption;
a3, the communication data between the master station and the slave station are encrypted by the communication key and then transmitted, and the communication key is updated in real time.
In step a2, the encrypted communication interface information is encrypted for the second time, to ensure that the communication interface information encrypted for the second time is linearly related to the communication interface information encrypted for the first time, and then encryption operators used in the encryption for the second time are linearly combined to obtain a communication key.
In step C, classifying and storing the collected data comprises the following steps,
c1, storing the collected data in a data buffer area;
c2, pre-classifying the collected data according to the sending source address of the collected data;
c3, sequentially carrying out secondary classification on each pre-classified collected data according to the data type and the data content;
and C4, storing the acquired data subjected to secondary classification into a data storage area.
In step B, the slave station preprocesses the acquired data before sending the acquired data, comprising the following steps,
b1, the slave station extracts the characteristics of the collected historical data and clusters the characteristics;
b2, extracting at least one feature from each feature set to establish a feature sample;
and B3, performing feature extraction on the collected data sent in real time, calculating a stable boundary of the features, and directly sending the collected data if the stable boundary completely falls into the feature sample, or preprocessing the collected data.
In step B3, the preprocessing of the collected data includes the steps of,
b31, performing secondary acquisition on the acquired data;
b32, comparing the acquired data acquired twice to obtain a characteristic deviation matrix;
and B33, correcting the acquired data acquired newly by using the characteristic deviation matrix, then calculating a stable boundary again, if the stable boundary falls into the characteristic sample, sending the corrected acquired data, otherwise, repeating the step B33 until the stable boundary falls into the characteristic sample.
Compared with the embodiment 1, the embodiment 2 has the advantages that the probability of invalid data is reduced and the data processing efficiency is improved by preprocessing the acquired data.
Example 3
A data processing method for a power plant DCS comprises the following steps:
A. the master station and the slave station establish encrypted communication connection;
B. the slave station sends the collected data to the master station;
C. the master station classifies and stores the received collected data;
D. the master station transmits control information to the slave station.
In step a, establishing an encrypted communication connection comprises the following steps,
a1, the master station sends the communication interface information to the slave station, and the slave station encrypts the received communication interface information and sends the encrypted communication interface information back to the master station;
a2, the master station obtains a communication key according to the communication interface information before and after encryption;
a3, the communication data between the master station and the slave station are encrypted by the communication key and then transmitted, and the communication key is updated in real time.
In step a2, the encrypted communication interface information is encrypted for the second time, to ensure that the communication interface information encrypted for the second time is linearly related to the communication interface information encrypted for the first time, and then encryption operators used in the encryption for the second time are linearly combined to obtain a communication key.
In step C, classifying and storing the collected data comprises the following steps,
c1, storing the collected data in a data buffer area;
c2, pre-classifying the collected data according to the sending source address of the collected data;
c3, sequentially carrying out secondary classification on each pre-classified collected data according to the data type and the data content;
and C4, storing the acquired data subjected to secondary classification into a data storage area.
The data cache area adopts a stack storage form.
In step C3, a weight list of data types and data contents is created, and the collected data is classified using the weighted weights of the data types and the data contents.
In step C3, after the secondary classification, an association link between the collected data belonging to the same pre-classification in step C2 is established in the collected data of the same category.
In step B, the slave station preprocesses the acquired data before sending the acquired data, comprising the following steps,
b1, the slave station extracts the characteristics of the collected historical data and clusters the characteristics;
b2, extracting at least one feature from each feature set to establish a feature sample;
and B3, performing feature extraction on the collected data sent in real time, calculating a stable boundary of the features, and directly sending the collected data if the stable boundary completely falls into the feature sample, or preprocessing the collected data.
In step B3, the preprocessing of the collected data includes the steps of,
b31, performing secondary acquisition on the acquired data;
b32, comparing the acquired data acquired twice to obtain a characteristic deviation matrix;
and B33, correcting the acquired data acquired newly by using the characteristic deviation matrix, then calculating a stable boundary again, if the stable boundary falls into the characteristic sample, sending the corrected acquired data, otherwise, repeating the step B33 until the stable boundary falls into the characteristic sample.
Compared with the embodiment 2, the embodiment 3 improves the data reading and writing speed by optimizing the data classification mode, thereby further improving the data processing efficiency.
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 (10)

1. A data processing method for a power plant DCS is characterized by comprising the following steps:
A. the master station and the slave station establish encrypted communication connection;
B. the slave station sends the collected data to the master station;
C. the master station classifies and stores the received collected data;
D. the master station transmits control information to the slave station.
2. The power plant DCS system data processing method of claim 1, wherein: in step a, establishing an encrypted communication connection comprises the following steps,
a1, the master station sends the communication interface information to the slave station, and the slave station encrypts the received communication interface information and sends the encrypted communication interface information back to the master station;
a2, the master station obtains a communication key according to the communication interface information before and after encryption;
a3, the communication data between the master station and the slave station are encrypted by the communication key and then transmitted, and the communication key is updated in real time.
3. The power plant DCS system data processing method of claim 2, wherein: in step a2, the encrypted communication interface information is encrypted for the second time, to ensure that the communication interface information encrypted for the second time is linearly related to the communication interface information encrypted for the first time, and then encryption operators used in the encryption for the second time are linearly combined to obtain a communication key.
4. A power plant DCS system data processing method as claimed in claim 3, wherein: in step a3, the encrypted communication data is line-shifted and then subjected to a hybrid column operation, and the first byte of the communication key is subjected to byte substitution using the first byte of the operation result.
5. The power plant DCS system data processing method of claim 1, wherein: in step B, the slave station preprocesses the acquired data before sending the acquired data, comprising the following steps,
b1, the slave station extracts the characteristics of the collected historical data and clusters the characteristics;
b2, extracting at least one feature from each feature set to establish a feature sample;
and B3, performing feature extraction on the collected data sent in real time, calculating a stable boundary of the features, and directly sending the collected data if the stable boundary completely falls into the feature sample, or preprocessing the collected data.
6. The power plant DCS system data processing method of claim 5, wherein: in step B3, the preprocessing of the collected data includes the steps of,
b31, performing secondary acquisition on the acquired data;
b32, comparing the acquired data acquired twice to obtain a characteristic deviation matrix;
and B33, correcting the acquired data acquired newly by using the characteristic deviation matrix, then calculating a stable boundary again, if the stable boundary falls into the characteristic sample, sending the corrected acquired data, otherwise, repeating the step B33 until the stable boundary falls into the characteristic sample.
7. The power plant DCS system data processing method of claim 6, wherein: in step C, classifying and storing the collected data comprises the following steps,
c1, storing the collected data in a data buffer area;
c2, pre-classifying the collected data according to the sending source address of the collected data;
c3, sequentially carrying out secondary classification on each pre-classified collected data according to the data type and the data content;
and C4, storing the acquired data subjected to secondary classification into a data storage area.
8. The power plant DCS system data processing method of claim 7, wherein: the data cache area adopts a stack storage form.
9. The power plant DCS system data processing method of claim 8, wherein: in step C3, a weight list of data types and data contents is created, and the collected data is classified using the weighted weights of the data types and the data contents.
10. The power plant DCS system data processing method of claim 9, wherein: in step C3, after the secondary classification, an association link between the collected data belonging to the same pre-classification in step C2 is established in the collected data of the same category.
CN202110370943.3A 2021-04-07 2021-04-07 Data processing method for power plant DCS (distributed control System) Active CN113093678B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110370943.3A CN113093678B (en) 2021-04-07 2021-04-07 Data processing method for power plant DCS (distributed control System)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110370943.3A CN113093678B (en) 2021-04-07 2021-04-07 Data processing method for power plant DCS (distributed control System)

Publications (2)

Publication Number Publication Date
CN113093678A true CN113093678A (en) 2021-07-09
CN113093678B CN113093678B (en) 2022-12-20

Family

ID=76674348

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110370943.3A Active CN113093678B (en) 2021-04-07 2021-04-07 Data processing method for power plant DCS (distributed control System)

Country Status (1)

Country Link
CN (1) CN113093678B (en)

Citations (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03145835A (en) * 1989-11-01 1991-06-21 Hitachi Ltd Information service system
JPH04347949A (en) * 1990-11-14 1992-12-03 Toshiba Corp Cipher communicating method and cipher communicating system
JPH05143611A (en) * 1991-11-22 1993-06-11 Nippon Telegr & Teleph Corp <Ntt> Production controlling device and method therefor
GB0203054D0 (en) * 2002-02-08 2002-03-27 Microbar Security Ltd Key exchange and synchronisation system for digital cryptography
US20040022390A1 (en) * 2002-08-02 2004-02-05 Mcdonald Jeremy D. System and method for data protection and secure sharing of information over a computer network
US20070192877A1 (en) * 2006-01-20 2007-08-16 Kyocera Wireless Corp. Battery authentication in a wireless communication device
US20080005554A1 (en) * 2002-05-29 2008-01-03 Juntaro Arima System and method for on-line diagnostics
US20100119062A1 (en) * 2006-08-03 2010-05-13 Wivenhoe Technology Limited Device to generate a machine specific identification key
US20100158243A1 (en) * 2008-12-19 2010-06-24 Robert Bosch Gmbh Method of encryption in networked embedded systems
CN103324153A (en) * 2012-06-28 2013-09-25 上海市张江高科技园区新能源技术有限公司 Device and method for automatic safety monitoring of boilers
CN104038481A (en) * 2014-05-22 2014-09-10 国家电网公司 Communication method of power asset management master station system and RFID (radio frequency identification device) terminal
CN105337737A (en) * 2014-07-03 2016-02-17 华为技术有限公司 Public key encryption communication method and public key encryption communication device
CN105610837A (en) * 2015-12-31 2016-05-25 上海交通大学 Method and system for identity authentication between master station and slave station in SCADA (Supervisory Control and Data Acquisition) system
CN106027501A (en) * 2016-05-06 2016-10-12 北京芯盾时代科技有限公司 System and method for performing transaction security authentication in mobile device
CN106170963A (en) * 2014-02-24 2016-11-30 霍尼韦尔国际公司 The apparatus and method of seamless safety communication are set up between the parts in Industry Control and automated system
US20170238172A1 (en) * 2016-02-17 2017-08-17 Nagravision S.A. Methods and systems for encrypting communications using a secure element
US20170363969A1 (en) * 2014-12-01 2017-12-21 Asml Netherlands B.V. Method & apparatus for obtaining diagnostic information relating to a lithographic manufacturing process, lithographic processing system including diagnostic apparatus
CN207817517U (en) * 2017-12-27 2018-09-04 国网山东省电力公司电力科学研究院 A kind of fired power generating unit coal consumption on-line monitoring framework
US20180275631A1 (en) * 2017-03-22 2018-09-27 Omron Corporation Control system, control device, and control method
CN108712399A (en) * 2018-04-28 2018-10-26 孔福根 The distribution main website and its means of communication, the communication switching unit and its means of communication
US20190044943A1 (en) * 2016-07-12 2019-02-07 Juhan Kim Two-channel authentication proxy system capable of detecting application tampering and method therefor
CN109660555A (en) * 2019-01-09 2019-04-19 上海交通大学 Content safety sharing method and system based on proxy re-encryption
CN110084054A (en) * 2019-05-08 2019-08-02 深圳豪杰创新电子有限公司 A kind of data privacy device, method, electronic equipment and storage medium
CN111107085A (en) * 2019-12-18 2020-05-05 青岛联众智芯科技有限公司 Safety communication method based on publish-subscribe mode
CN111314050A (en) * 2018-12-11 2020-06-19 北京思源理想控股集团有限公司 Encryption and decryption method and device
CN111343271A (en) * 2020-02-26 2020-06-26 致能装备科技(集团)有限公司 DTU (data transfer unit) equipment-based artificial intelligence cloud control method and system
CN111711625A (en) * 2020-06-15 2020-09-25 江苏方天电力技术有限公司 Power system information security encryption system based on power distribution terminal
US20200356082A1 (en) * 2019-05-06 2020-11-12 Fisher-Rosemount Systems, Inc. Framework for privacy-preserving big-data sharing using distributed ledger

Patent Citations (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03145835A (en) * 1989-11-01 1991-06-21 Hitachi Ltd Information service system
JPH04347949A (en) * 1990-11-14 1992-12-03 Toshiba Corp Cipher communicating method and cipher communicating system
JPH05143611A (en) * 1991-11-22 1993-06-11 Nippon Telegr & Teleph Corp <Ntt> Production controlling device and method therefor
GB0203054D0 (en) * 2002-02-08 2002-03-27 Microbar Security Ltd Key exchange and synchronisation system for digital cryptography
US20080005554A1 (en) * 2002-05-29 2008-01-03 Juntaro Arima System and method for on-line diagnostics
US20040022390A1 (en) * 2002-08-02 2004-02-05 Mcdonald Jeremy D. System and method for data protection and secure sharing of information over a computer network
US20070192877A1 (en) * 2006-01-20 2007-08-16 Kyocera Wireless Corp. Battery authentication in a wireless communication device
US20100119062A1 (en) * 2006-08-03 2010-05-13 Wivenhoe Technology Limited Device to generate a machine specific identification key
US20100158243A1 (en) * 2008-12-19 2010-06-24 Robert Bosch Gmbh Method of encryption in networked embedded systems
CN103324153A (en) * 2012-06-28 2013-09-25 上海市张江高科技园区新能源技术有限公司 Device and method for automatic safety monitoring of boilers
CN106170963A (en) * 2014-02-24 2016-11-30 霍尼韦尔国际公司 The apparatus and method of seamless safety communication are set up between the parts in Industry Control and automated system
CN104038481A (en) * 2014-05-22 2014-09-10 国家电网公司 Communication method of power asset management master station system and RFID (radio frequency identification device) terminal
CN105337737A (en) * 2014-07-03 2016-02-17 华为技术有限公司 Public key encryption communication method and public key encryption communication device
US20170363969A1 (en) * 2014-12-01 2017-12-21 Asml Netherlands B.V. Method & apparatus for obtaining diagnostic information relating to a lithographic manufacturing process, lithographic processing system including diagnostic apparatus
CN105610837A (en) * 2015-12-31 2016-05-25 上海交通大学 Method and system for identity authentication between master station and slave station in SCADA (Supervisory Control and Data Acquisition) system
US20170238172A1 (en) * 2016-02-17 2017-08-17 Nagravision S.A. Methods and systems for encrypting communications using a secure element
CN106027501A (en) * 2016-05-06 2016-10-12 北京芯盾时代科技有限公司 System and method for performing transaction security authentication in mobile device
US20190044943A1 (en) * 2016-07-12 2019-02-07 Juhan Kim Two-channel authentication proxy system capable of detecting application tampering and method therefor
US20180275631A1 (en) * 2017-03-22 2018-09-27 Omron Corporation Control system, control device, and control method
CN207817517U (en) * 2017-12-27 2018-09-04 国网山东省电力公司电力科学研究院 A kind of fired power generating unit coal consumption on-line monitoring framework
CN108712399A (en) * 2018-04-28 2018-10-26 孔福根 The distribution main website and its means of communication, the communication switching unit and its means of communication
CN111314050A (en) * 2018-12-11 2020-06-19 北京思源理想控股集团有限公司 Encryption and decryption method and device
CN109660555A (en) * 2019-01-09 2019-04-19 上海交通大学 Content safety sharing method and system based on proxy re-encryption
US20200356082A1 (en) * 2019-05-06 2020-11-12 Fisher-Rosemount Systems, Inc. Framework for privacy-preserving big-data sharing using distributed ledger
CN110084054A (en) * 2019-05-08 2019-08-02 深圳豪杰创新电子有限公司 A kind of data privacy device, method, electronic equipment and storage medium
CN111107085A (en) * 2019-12-18 2020-05-05 青岛联众智芯科技有限公司 Safety communication method based on publish-subscribe mode
CN111343271A (en) * 2020-02-26 2020-06-26 致能装备科技(集团)有限公司 DTU (data transfer unit) equipment-based artificial intelligence cloud control method and system
CN111711625A (en) * 2020-06-15 2020-09-25 江苏方天电力技术有限公司 Power system information security encryption system based on power distribution terminal

Non-Patent Citations (10)

* Cited by examiner, † Cited by third party
Title
DING MANJIANG: "Design of a Cloud Storage Security Encryption Algorithm for Power Bidding System", 《2020 IEEE 4TH INFORMATION TECHNOLOGY,NETWORKING,ELECTRONIC AND AUTOMATION CONTROL CONFERENCE(ITNEC)》 *
ZANE_AIMINGOO: "对称加密和非对称加密(一)初步理解", 《HTTPS://BLOG.CSDN.NET/ZAM183/ARTICLE/DETAILS/85270472》 *
因格里德•M•R•维鲍维迪: "《安全集成电路与系统》", 30 April 2019, 国防工业出版社 *
张剑飞: "《计算机网络教程》", 31 August 2020, 机械工业出版社 *
李剑波等: "《大数据挖掘技术与应用》", 30 November 2018, 延边大学出版社 *
杨静等: "《数据加密解密技术》", 31 May 2017, 武汉大学出版社 *
陈俊生: "基于多元数据重构的风电机组运行状态异常辨识及评估方法", 《中国优秀博硕士学位论文全文数据库(博士) 工程科技II辑》 *
雷新雨: "新型公开密钥交换算法的理论与应用研究", 《中国优秀博硕士学位论文全文数据库(博士) 信息科技辑》 *
饶兵: "面向云平台的外包数据安全性研究", 《中国优秀博硕士学位论文全文数据库(硕士) 信息科技辑》 *
黄宇鹏 等: "基于混合加密安全传输信息的虚拟电厂交易系统", 《信息技术与信息化》 *

Also Published As

Publication number Publication date
CN113093678B (en) 2022-12-20

Similar Documents

Publication Publication Date Title
CN106910146B (en) Heterogeneous education data exchange platform and method based on streaming processing technology
CN104615765A (en) Data processing method and data processing device for browsing internet records of mobile subscribers
CN101404661B (en) Real-time data communication method based on UDP protocol
CN102521356A (en) Regular expression matching equipment and method on basis of deterministic finite automaton
CN113900810A (en) Distributed graph processing method, system and storage medium
CN113093678B (en) Data processing method for power plant DCS (distributed control System)
CN110320837A (en) It is a kind of can edge calculations industrial computer
CN110932393B (en) Substation information protection master station system and data initialization method thereof
CN112614331A (en) Method for reading electric energy meter event and electric energy meter event reading system
CN103633736B (en) From the on-line monitoring communication means of power transformation substation to main website
CN115396752B (en) Redis-based biplane data acquisition method and system
CN113297218B (en) Multi-system data interaction method, device and system
CN102571412B (en) Target machine server of embedded distributed system
CN115776175A (en) Dispatching automation data acquisition method and system based on security access area
CN111242509B (en) Service management system and service management method for intelligent community
CN113051024B (en) Virtual machine live migration method and device, electronic equipment and storage medium
CN106487694A (en) A kind of data flow processing method and device
CN114928392B (en) 5G-based unmanned aerial vehicle automatic inspection data real-time return method and system
CN115913873B (en) Intelligent monitoring management system and method for operation and maintenance of industrial control equipment
CN111988310B (en) IEC61850 protocol-based data acquisition method and device
CN117112039B (en) Transmission optimization system and operation method of data center
CN117650622A (en) 61850 roll-out data processing method and system based on large model
CN107748760A (en) A kind of Construction of Data Warehouse method based on ESB
CN114069847B (en) Distributed photovoltaic data backfill system and method
CN115174494B (en) Data processing method in industrial Internet of things gateway and industrial Internet of things gateway

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