CN101634991A - Telemetering data cleaning method for data acquisition and monitoring control system - Google Patents

Telemetering data cleaning method for data acquisition and monitoring control system Download PDF

Info

Publication number
CN101634991A
CN101634991A CN200910049670A CN200910049670A CN101634991A CN 101634991 A CN101634991 A CN 101634991A CN 200910049670 A CN200910049670 A CN 200910049670A CN 200910049670 A CN200910049670 A CN 200910049670A CN 101634991 A CN101634991 A CN 101634991A
Authority
CN
China
Prior art keywords
data
real
dtable
time
arithmetic mean
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
CN200910049670A
Other languages
Chinese (zh)
Other versions
CN101634991B (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.)
Shenzhen Great Energy Technology Co.,Ltd.
Original Assignee
SHANGHAI SUNRISE POWER AUTOMATION 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 SHANGHAI SUNRISE POWER AUTOMATION CO Ltd filed Critical SHANGHAI SUNRISE POWER AUTOMATION CO Ltd
Priority to CN 200910049670 priority Critical patent/CN101634991B/en
Publication of CN101634991A publication Critical patent/CN101634991A/en
Application granted granted Critical
Publication of CN101634991B publication Critical patent/CN101634991B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Testing And Monitoring For Control Systems (AREA)

Abstract

The telemetering data cleaning method for a data acquisition and monitoring control system relates to the technical field of data processing, and solves the technical problem of data quality improvement. The method is characterized in that a pattern list is set up at first, then real-time data is cleaned according to the pattern list, wherein the establishment of the pattern list comprises the following steps: the historical data over one month is grouped according to acquisition time, the arithmetic mean value of each group is calculated, then the historical data is revised according to an admission relation, the arithmetic mean value of each group is calculated again, and finally, a pattern list is set up according to the evaluated arithmetic mean value of each group; the cleaning of real time data comprises the following steps: finding a pattern value matched with the real-time data in the pattern list according to acquisition time, and then carrying out error judgment on the real-time data through the pattern value and maximal permissible error value so as to directly remove polluted data and provide reference data. By using the telemetering data cleaning method of the invention, higher data quality can be guaranteed.

Description

The telemetry cleaning method of data acquisition and supervisor control
Technical field
The present invention relates to data processing technique, particularly relate to the technology of the telemetry cleaning method of a kind of data acquisition that is used for electric system and supervisor control (SCADA).
Background technology
In the data acquisition and supervisor control of electric system, all set up data warehouse according to the real-time telemetry data of being gathered, and with this data source as most of real-time analysis software in the system.Because the load data of electric system is the nonlinear function of time, be difficult to express with a general nonlinear function, simultaneously owing to reasons such as harvester, data channel, in gatherer process, may produce Acquisition Error, data are polluted, and the data of this pollution may impact real-time analysis software, cause inaccurate analysis result, therefore in setting up process data warehouse, effectively clear up with the maturity that guarantees data significant to data.
Present data acquisition and supervisor control are all cleaned telemetry by the quality sign indicating number of analyzing institute's image data.This cleaning method is not considered property time correlation of data, so its cleaning performance is very poor, and the quality of data is lower.
Summary of the invention
At the defective that exists in the above-mentioned prior art, it is good that technical matters to be solved by this invention provides a kind of cleaning performance, the telemetry cleaning method of data acquisition that the quality of data is high and supervisor control.
In order to solve the problems of the technologies described above, the telemetry cleaning method of a kind of data acquisition provided by the present invention and supervisor control is characterized in that, sets up pattern list earlier, cleans real time data according to pattern list again;
Wherein, it is as follows to set up the concrete steps of pattern list:
1) every certain interval of time data acquisition that takes remote measurement, and the continuous acquisition time more than one month, with the data of gathering at every turn and gather the date, acquisition time deposits tables of data DTable in;
2) be that a basic point is divided into 1440 time points with acquisition time with 1 minute, according to 1440 time points the data of DTable are divided into 1440 groupings, and to each data of DTable form unique coordinate (d, i), wherein d is the collection date of these data, and i is the grouping under these data;
3) data of each grouping are asked arithmetic mean, the arithmetic mean that i is organized is designated as Ei, wherein 1440>=i>0;
4) each data with DTable are indexed to its corresponding arithmetic mean automatically by its acquisition time;
5) set 3 times the relation of allowing, each data of DTable are revised, its modification rule is:
DTable ( d , i ) = Ei if ( fabs ( DTable ( d , i ) ) > 3 &times; Ei ) DTable ( d , i ) = DTable ( d , i ) if ( fabs ( DTable ( d , i ) ) < = 3 &times; Ei ) ;
6) according to correction result the data of each grouping are asked arithmetic mean once more, make the arithmetic mean of each grouping be updated to the new value of trying to achieve;
7) set up pattern list ModelTable, the arithmetic mean of 1440 groupings that step 6 is tried to achieve is as mode value, and deposits pattern list ModelTable in according to time sequencing;
Wherein, the concrete steps of cleaning real time data are as follows:
1), be that a basic point is set up index value for each real time data Real (i) with 1 minute, and, find the mode value ModelTable (i) that is complementary with it that error of calculation Eri is according to its index value indexing model table ModelTable according to acquisition time:
Eri=(real(i)-ModelTable(i))/ModelTable(i);
2) each real time data Real (i) is carried out error judgment, and clean, its cleaning rule is:
real ( i ) = Ei if ( Ei > E max ) real ( i ) = real ( i ) if ( Ei < = E max ) ;
Wherein, Emax is the maximum error permissible value;
3) data that will clean are saved to data warehouse.
The telemetry cleaning method of data acquisition provided by the invention and supervisor control, according to acquisition time historical data is divided into groups earlier, and set up the high pattern list of the quality of data according to the arithmetic mean of each grouping, utilize pattern list and maximum error permissible value that real time data is cleaned again, directly reject contaminated telemetry, and providing reference data, its cleaning performance is good, can guarantee the higher data quality.
Description of drawings
Fig. 1 is the process flow diagram that the method for the embodiment of the invention is set up pattern list;
Fig. 2 is that the method for the embodiment of the invention is cleaned the process flow diagram of real time data.
Embodiment
Below in conjunction with description of drawings embodiments of the invention are described in further detail, but present embodiment is not limited to the present invention, every employing analog structure of the present invention and similar variation thereof all should be listed protection scope of the present invention in.
A kind of data acquisition that the embodiment of the invention provided and the telemetry cleaning method of supervisor control is characterized in that, set up pattern list earlier, clean real time data according to pattern list again;
Wherein, set up the concrete steps following (referring to Fig. 1) of pattern list:
1) every certain interval of time data acquisition that takes remote measurement, and the continuous acquisition time more than one month, with the data of gathering at every turn and gather the date, acquisition time deposits tables of data DTable in;
2) be that a basic point is divided into 1440 time points with acquisition time with 1 minute, according to 1440 time points the data of DTable are divided into 1440 groupings, and to each data of DTable form unique coordinate (d, i), wherein d is the collection date of these data, and i is the grouping under these data;
3) data of each grouping are asked arithmetic mean, the arithmetic mean that i is organized is designated as Ei, wherein 1440>=i>0;
4) each data with DTable are indexed to its corresponding arithmetic mean automatically by its acquisition time;
5) set 3 times the relation of allowing, each data of DTable are revised, its modification rule is:
DTable ( d , i ) = Ei if ( fabs ( DTable ( d , i ) ) > 3 &times; Ei ) DTable ( d , i ) = DTable ( d , i ) if ( fabs ( DTable ( d , i ) ) < = 3 &times; Ei ) ;
6) according to correction result the data of each grouping are asked arithmetic mean once more, make the arithmetic mean of each grouping be updated to the new value of trying to achieve;
7) set up pattern list ModelTable, the arithmetic mean of 1440 groupings that step 6 is tried to achieve is as mode value, and deposits pattern list ModelTable in according to time sequencing;
Wherein, clean the concrete steps following (referring to Fig. 2) of real time data:
1), be that a basic point is set up index value for each real time data Real (i) with 1 minute, and, find the mode value ModelTable (i) that is complementary with it that error of calculation Eri is according to its index value indexing model table ModelTable according to acquisition time:
Eri=(real(i)-ModelTable(i))/ModelTable(i);
2) each real time data Real (i) is carried out error judgment, and clean, its cleaning rule is:
real ( i ) = Ei if ( Ei > E max ) real ( i ) = real ( i ) if ( Ei < = E max ) ;
Wherein, Emax is the maximum error permissible value;
3) data that will clean are saved to data warehouse.

Claims (1)

1, the telemetry cleaning method of a kind of data acquisition and supervisor control is characterized in that, sets up pattern list earlier, cleans real time data according to pattern list again;
Wherein, it is as follows to set up the concrete steps of pattern list:
1) every certain interval of time data acquisition that takes remote measurement, and the continuous acquisition time more than one month, with the data of gathering at every turn and gather the date, acquisition time deposits tables of data DTable in;
2) be that a basic point is divided into 1440 time points with acquisition time with 1 minute, according to 1440 time points the data of DTable are divided into 1440 groupings, and to each data of DTable form unique coordinate (d, i), wherein d is the collection date of these data, and i is the grouping under these data;
3) data of each grouping are asked arithmetic mean, the arithmetic mean that i is organized is designated as Ei, wherein 1440>=i>0;
4) each data with DTable are indexed to its corresponding arithmetic mean automatically by its acquisition time;
5) set 3 times the relation of allowing, each data of DTable are revised, its modification rule is:
DTable ( d , i ) = Ei if ( fabs ( DTable ( d , i ) ) > 3 &times; Ei ) DTable ( d , i ) = DTable ( d , i ) if ( fabs ( DTable ( d , i ) ) < = 3 &times; Ei ) ;
6) according to correction result the data of each grouping are asked arithmetic mean once more, make the arithmetic mean of each grouping be updated to the new value of trying to achieve;
7) set up pattern list ModelTable, the arithmetic mean of 1440 groupings that step 6 is tried to achieve is as mode value, and deposits pattern list ModelTable in according to time sequencing;
Wherein, the concrete steps of cleaning real time data are as follows:
1), be that a basic point is set up index value for each real time data Real (i) with 1 minute, and, find the mode value ModelTable (i) that is complementary with it that error of calculation Eri is according to its index value indexing model table ModelTable according to acquisition time:
Eri=(real(i)-ModelTable(i))/ModelTable(i);
2) each real time data Real (i) is carried out error judgment, and clean, its cleaning rule is:
real ( i ) = Ei if ( Ei > E max ) real ( i ) = real ( i ) if ( Ei < = E max ) ;
Wherein, Emax is the maximum error permissible value;
3) data that will clean are saved to data warehouse.
CN 200910049670 2009-04-21 2009-04-21 Telemetering data cleaning method for data acquisition and monitoring control system Active CN101634991B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 200910049670 CN101634991B (en) 2009-04-21 2009-04-21 Telemetering data cleaning method for data acquisition and monitoring control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 200910049670 CN101634991B (en) 2009-04-21 2009-04-21 Telemetering data cleaning method for data acquisition and monitoring control system

Publications (2)

Publication Number Publication Date
CN101634991A true CN101634991A (en) 2010-01-27
CN101634991B CN101634991B (en) 2013-11-06

Family

ID=41594181

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 200910049670 Active CN101634991B (en) 2009-04-21 2009-04-21 Telemetering data cleaning method for data acquisition and monitoring control system

Country Status (1)

Country Link
CN (1) CN101634991B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102609501A (en) * 2012-02-02 2012-07-25 北京华电天仁电力控制技术有限公司 Data cleaning method based on real-time historical database
CN104699796A (en) * 2015-03-18 2015-06-10 浪潮集团有限公司 Data cleaning method based on data warehouse
CN104899405A (en) * 2014-03-04 2015-09-09 携程计算机技术(上海)有限公司 Data prediction method and system and alarming method and system
CN106502856A (en) * 2015-09-07 2017-03-15 中国移动通信集团公司 A kind of information processing method and device
CN109274764A (en) * 2018-10-24 2019-01-25 中南民族大学 The environmental data acquisition system and method for technology based on information processing

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002278762A (en) * 2001-03-19 2002-09-27 Nippon Steel Corp Method for clustering data
JP2008165447A (en) * 2006-12-27 2008-07-17 Ntt Data Corp Data access device, data access method and computer program
CN101354758B (en) * 2007-07-25 2012-05-09 中国科学院软件研究所 System and method for integrating real-time data and relationship data

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102609501A (en) * 2012-02-02 2012-07-25 北京华电天仁电力控制技术有限公司 Data cleaning method based on real-time historical database
CN104899405A (en) * 2014-03-04 2015-09-09 携程计算机技术(上海)有限公司 Data prediction method and system and alarming method and system
CN104699796A (en) * 2015-03-18 2015-06-10 浪潮集团有限公司 Data cleaning method based on data warehouse
CN106502856A (en) * 2015-09-07 2017-03-15 中国移动通信集团公司 A kind of information processing method and device
CN106502856B (en) * 2015-09-07 2019-10-22 中国移动通信集团公司 A kind of information processing method and device
CN109274764A (en) * 2018-10-24 2019-01-25 中南民族大学 The environmental data acquisition system and method for technology based on information processing
CN109274764B (en) * 2018-10-24 2019-12-31 中南民族大学 Environmental data acquisition system and method based on information processing technology

Also Published As

Publication number Publication date
CN101634991B (en) 2013-11-06

Similar Documents

Publication Publication Date Title
CN101634991B (en) Telemetering data cleaning method for data acquisition and monitoring control system
CN104636450B (en) A kind of database table space monitoring method
CN107818410A (en) A kind of photovoltaic module dust stratification degree long-distance intelligent diagnostic method
CN102223264B (en) Alarm processing method and alarm processing system for monitoring system
CN109918364B (en) Data cleaning method based on two-dimensional probability density estimation and quartile method
CN105989226A (en) Method and apparatus for analyzing track of user
CN106600064A (en) Data prediction method and device
CN110022123A (en) Photovoltaic plant intelligent cleaning management system
CN110716512A (en) Environmental protection equipment performance prediction method based on coal-fired power plant operation data
CN103020754A (en) Line loss analysis management system and line loss analysis management method
CN107292523A (en) The evaluation method and system of fired power generating unit environmental-protecting performance
CN104680612A (en) Automatic IT equipment inspection method
CN116151621A (en) Atmospheric pollution treatment risk detection system based on data analysis
CN106452931A (en) Monitoring index, domain value discovery method, domain value adjusting method and automatic monitoring system
CN110019124A (en) A kind of set weather forecast revision method and system
CN102609501A (en) Data cleaning method based on real-time historical database
CN103366119B (en) The monitoring method and device of virus trend anomaly
CN205103690U (en) Automatic irrigation system
CN115592687B (en) System and method for fault alarming and removing of swimming pool robot
CN107389124A (en) Sensor-based road and bridge state monitoring method and system
CN2881092Y (en) Automatic monitoring device pumping parameter of beam-pumping unit
CN207601611U (en) A kind of dust-proof dust suppression system of the automation of Coal Yard
CN103500071A (en) Method and device for storing performance index data quantitatively
CN108629475A (en) A kind of exchange method of the operation information analysis system based on macroeconomic data
CN105160461A (en) Operational economy evaluation system of power transmission network

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
ASS Succession or assignment of patent right

Owner name: SHANGHAI SUNRISE PROTECTIVE RELAY ELECTRIC CO.,LTD

Free format text: FORMER OWNER: SHANGHAI SUNRISE POWER AUTOMATION CO., LTD.

Effective date: 20130306

C41 Transfer of patent application or patent right or utility model
TA01 Transfer of patent application right

Effective date of registration: 20130306

Address after: 200233 Guiping Road, Xuhui District, No. 470, building 12, building 5, building

Applicant after: Shanghai Sunrise Power Technology Co., Ltd.

Address before: 200233 Shanghai City, Xuhui District Road No. 159 15 Tianzhou room unit 1301

Applicant before: Shanghai Sunrise Power Automation Co., Ltd.

C14 Grant of patent or utility model
GR01 Patent grant
C41 Transfer of patent application or patent right or utility model
TR01 Transfer of patent right

Effective date of registration: 20170110

Address after: 518000 Guangdong, Shenzhen Province, science and technology, South Road, No. twelve Changhong science and technology building, building 9, unit 01-02, unit 18

Patentee after: Shenzhen Great Energy Technology Co.,Ltd.

Address before: 200233 Guiping Road, Xuhui District, No. 470, building 12, building 5, building

Patentee before: Shanghai Sunrise Power Technology Co., Ltd.