CN111852837B - Clustering-based reciprocating compressor self-adaptive fault monitoring method - Google Patents

Clustering-based reciprocating compressor self-adaptive fault monitoring method Download PDF

Info

Publication number
CN111852837B
CN111852837B CN202010672515.1A CN202010672515A CN111852837B CN 111852837 B CN111852837 B CN 111852837B CN 202010672515 A CN202010672515 A CN 202010672515A CN 111852837 B CN111852837 B CN 111852837B
Authority
CN
China
Prior art keywords
data
point
alarm
distance
points
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
CN202010672515.1A
Other languages
Chinese (zh)
Other versions
CN111852837A (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 Bohua Xinzhi Technology Co ltd
Original Assignee
Beijing Bohua Xinzhi 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 Bohua Xinzhi Technology Co ltd filed Critical Beijing Bohua Xinzhi Technology Co ltd
Priority to CN202010672515.1A priority Critical patent/CN111852837B/en
Publication of CN111852837A publication Critical patent/CN111852837A/en
Application granted granted Critical
Publication of CN111852837B publication Critical patent/CN111852837B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • FMECHANICAL ENGINEERING; LIGHTING; HEATING; WEAPONS; BLASTING
    • F04POSITIVE - DISPLACEMENT MACHINES FOR LIQUIDS; PUMPS FOR LIQUIDS OR ELASTIC FLUIDS
    • F04BPOSITIVE-DISPLACEMENT MACHINES FOR LIQUIDS; PUMPS
    • F04B51/00Testing machines, pumps, or pumping installations
    • FMECHANICAL ENGINEERING; LIGHTING; HEATING; WEAPONS; BLASTING
    • F04POSITIVE - DISPLACEMENT MACHINES FOR LIQUIDS; PUMPS FOR LIQUIDS OR ELASTIC FLUIDS
    • F04BPOSITIVE-DISPLACEMENT MACHINES FOR LIQUIDS; PUMPS
    • F04B49/00Control, e.g. of pump delivery, or pump pressure of, or safety measures for, machines, pumps, or pumping installations, not otherwise provided for, or of interest apart from, groups F04B1/00 - F04B47/00
    • F04B49/10Other safety measures

Abstract

The invention discloses a clustering-based reciprocating compressor self-adaptive fault monitoring method, which comprises the following steps: an off-line modeling stage and an on-line monitoring stage; the hardware components involved are: multi-source sensors (displacement, acceleration, velocity), field servers. According to the clustering-based reciprocating compressor self-adaptive fault monitoring method provided by the invention, reciprocating working condition processes are classified, intelligent early warning limits are set for all working conditions, operators are timely reminded of carrying out subsequent treatment when suspected faults occur, and economic loss is avoided or reduced. Meanwhile, the requirements of real-time performance and accuracy can be met while multi-type fault detection can be carried out. The key point is that the data is divided into clusters under different working conditions through self-adaptive clustering, and the clusters are obtained through the relation among cluster data points.

Description

Clustering-based reciprocating compressor self-adaptive fault monitoring method
Technical Field
The invention relates to the field of online mechanical fault monitoring, in particular to a clustering-based reciprocating compressor self-adaptive fault monitoring method.
Background
The reciprocating compressor is an indispensable key unit in the field of petrochemical industry, and is mainly applied to oil refining, oil extraction, gas transportation and other purposes. Due to the complex structure of the reciprocating machine, signals of all parts in the operation state are mutually excited and interfered, and fault signals of a specific part are often submerged in noise. In addition, the reciprocating machine has various failure reasons during operation, mainly including air valve type failure, filler type failure, piston failure and transmission system failure, which are reflected differently in different physical quantities, and it is difficult to evaluate the failure degree of all types by using a single physical quantity. Because the fault characteristics of the reciprocating engine are relatively complex, the current domestic detection standard of the reciprocating engine only has the intensity evaluation index [ GB/T12779-91 ] aiming at the vibration speed signal of the whole engine, the comprehensive consideration of a heterogeneous signal of the whole engine is not carried out, and a specific unified standard is not provided aiming at a certain fault characteristic. In addition, the single hard index is adopted to ignore the difference between reciprocating mechanical units. If the alarm threshold is too high, the system reaction is slow, the hysteresis is large, and small faults are ignored; otherwise, the threshold limit is too low, the system is too sensitive, false alarms occur frequently, and waste of resources and time is caused. Therefore, the step-by-step intelligent threshold value alarm limit is necessary to be divided according to the fault degree of the working condition when the reciprocating engine operates, and the accuracy rate of online monitoring alarm can be obviously improved.
Disclosure of Invention
In order to solve the problems in the prior art, the embodiment of the invention provides a clustering-based reciprocating compressor self-adaptive fault monitoring method. The technical scheme is as follows:
in one aspect, a clustering-based adaptive fault monitoring method for a reciprocating compressor is provided, which includes: the method comprises the steps of off-line modeling and on-line monitoring;
the offline modeling comprises the following steps:
step 1: data acquisition is carried out through multi-source sensors at different positions on the reciprocating machine, and the data are led into a field server and transmitted to a middleware;
step 2: taking data from the middleware through a TCP/IP protocol, wherein the data comprises a cylinder body vibration signal, a piston rod displacement signal and a process quantity signal, and a main analysis object is a vibration signal;
and step 3: initializing data and carrying out preliminary wavelet denoising;
and 4, step 4: obtaining the characteristics of the vibration signal data, and obtaining 6 time domain characteristics of standard deviation, root mean square, kurtosis, skewness, peak value and peak value, 5 time domain factors, 5 frequency domain characteristics of center of gravity frequency, variance frequency, mean square frequency, power spectrum energy and power spectrum peak value, and 6 chaotic characteristics of approximate entropy, sample entropy, fuzzy entropy, Teager operator energy, Teager operator peak value and LZ complexity;
and 5: respectively normalizing a time domain, a frequency domain and the chaotic characteristic set, then carrying out PCA to obtain a characteristic matrix of the vibration signal after dimension reduction, taking the characteristic matrix as a training sample, and recording corresponding parameters;
step 6: calculating the optimal cluster number of the clusters by adopting DaviesBouldin and Calinski Harabasz indexes; clustering the training samples into a plurality of classes by adopting a K-means clustering mode, carrying out second normalization in the classes, and recording normalization parameters;
and 7: extracting the edge of each cluster, dividing the data in each cluster into safety data, dangerous data and edge data by adopting LOF (low level of detail);
and 8: independently taking an edge sample set to perform modeling of the OCSVM, and storing the parameters obtained in the steps 5 and 6 and the OCSVM model into a field server;
the online monitoring comprises the following steps:
step a: data acquisition is carried out through a multi-source sensor, and the data are led into a field server;
step b: initializing data and carrying out preliminary wavelet denoising;
step c: the same as the step 4 of the off-line modeling stage, three feature groups are obtained for the real-time data;
step d: normalizing and reducing dimensions of the feature group by using the parameters obtained in the step 5 of the off-line modeling stage;
step e: normalizing by using the intra-class normalization parameters in the step 6 of the off-line modeling stage, solving the near neighbor of the real-time data point by adopting a KNN method, and outputting the cluster to which the point belongs if the point is a safe point; if the point is a dangerous point or an edge point, calculating an LOF value of a point adjacent to the point; additionally, if the point is an edge point, calling an OCSVM model of the edge of the cluster to which the point belongs to perform single classification on the point to obtain a clear outlier judgment result;
step f: classifying the outlier degree of the real-time detection points according to the LOF value of the outlier and the LOF threshold division limit of the current cluster, and recording the corresponding alarm result;
step g: and the alarm processing program feeds back the final result to a field personnel end after the alarm mechanism is triggered by the data alarm result.
Further, the normalization mode is Zscore,
Figure GDA0003417775360000031
wherein
Figure GDA0003417775360000032
σxMean and standard deviation of x, respectively. The recording parameters were specifically normalized Mean1, standard deviation Std1, and PCA score matrix Coeff.
Further, the normalization is Zscore or Zscore by Mad (Median absolute difference), and the formula of Zscore-Mad normalization is x' ═ x-media)/Mad, where media is the x Median and Mad is the x Median absolute difference. When the data in the clusters are very different, a Zscore-Mad normalization mode is adopted.
Further, the specific process of the LOF algorithm is as follows:
1. defining a K distance
The k distance of the data object q is defined as the distance from the nearest k point to the data object q in the data set, and is denoted as k-distance (q), and the k distance is referred to as Euclidean distance;
k distance neighborhood
The set of data points in the data set having a distance to the data object q of no more than k, i.e. Nk-distance (q) ({ p ∈ D { q } | D (p, q) ≦ k-distance (q) }. d (p, q) refers to the Euclidean distance between p and q;
3. reachable distance
p and q are any two points in the data set, and the reachable distance from p to q is defined as: reach-distk (p, q) ═ max { d (p, q), k-distance (q) };
4. local achievable density
The local reachable density of q refers to the inverse of the average reachable distance of q to all points in the neighborhood, and is calculated as follows:
Figure GDA0003417775360000033
wherein, | Nk(q) | is the number of points in the k neighborhood of q. If lrdk(q) the larger the density of q, the more normal the point q is;
5. local outlier factor
Figure GDA0003417775360000041
If LOF > 1, the difference between the q point density and the whole data density is large, namely, the outlier; if LOF is close to 1, the point q is normal;
6. edge extraction
Two outlier ratio control limits of p0 and p1 are set, wherein 0< p0< p1< 1.
And sequencing the size of the dimensionless LOF value to obtain a LOF sequence of the current data point from small to large.
Taking th0 ═ n × p0 and th1 ═ n × p1, wherein n is the length of the sequence, i.e., the number of data points;
data points in the sequence below th0 belong to the safety set, and this part should be included in the LOF value floating above or below 1; data points in the sequence with higher ranking than th0 belong to an unsafe set, where the data below th1 part has approached the boundary of the data, called a hazard set, representing the transition of data points from safe to outlier, and the data above th1 part has been at the boundary of the full data set, called an edge set.
Additionally, if the components in the data are complex and the outliers of individual points in the edge set are high, the noise points and the outliers should be separated by dividing the edge set.
Furthermore, the dimension reduction method is to perform zero-mean value on the feature set and then multiply the feature set by a PCA (principal component analysis) score matrix Coeff.
Further, a hardware alarm strategy is to accumulate alarm data points in a time window, wherein each alarm point is 1 point, if the alarm points continuously appear, the next alarm point is 2 times of the previous alarm point, and if the alarm accumulation score in the time window exceeds the alarm limit, the alarm is triggered and recorded; no alarm is given for a period of time after the alarm, but the current alarm score is recorded.
The technical scheme provided by the embodiment of the invention has the following beneficial effects:
according to the clustering-based reciprocating compressor self-adaptive fault monitoring method provided by the invention, reciprocating working condition processes are classified, intelligent early warning limits are set for all working conditions, operators are timely reminded of carrying out subsequent treatment when suspected faults occur, and economic loss is avoided or reduced. Meanwhile, the requirements of real-time performance and accuracy can be met while multi-type fault detection can be carried out. The key point is that the data is divided into clusters under different working conditions through self-adaptive clustering, and the clusters are obtained through the relation among cluster data points.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
FIG. 1 is an off-line modeling flow chart of a cluster-based reciprocating compressor adaptive fault monitoring method of an embodiment of the present invention;
FIG. 2 is a flow chart of an on-line monitoring method of a cluster-based reciprocating compressor adaptive fault monitoring according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, embodiments of the present invention will be described in detail with reference to the accompanying drawings.
The invention provides a clustering-based reciprocating compressor self-adaptive fault monitoring method, which comprises the following steps of: an off-line modeling stage and an on-line monitoring stage;
in the present embodiment, the hardware components include: multi-source sensors (displacement, acceleration, velocity), field servers.
The off-line modeling phase, see fig. 1:
step 1: data acquisition is carried out through multi-source sensors at different positions on the reciprocating machine, and the data are led into a field server and transmitted to the middleware.
Step 2: and taking data from the middleware through a TCP/IP protocol, wherein the data comprises a cylinder vibration signal, a piston rod displacement signal and a process quantity signal, and a main analysis object is a vibration signal.
And step 3: initializing data and carrying out preliminary wavelet denoising.
And 4, step 4: the method comprises the steps of obtaining characteristics of vibration signal data, and obtaining 6 time domain characteristics of standard deviation, root mean square, kurtosis, skewness, peak value and peak-peak value, 5 time domain characteristics of 5 time domain factors, 5 frequency domain characteristics of center-of-gravity frequency, variance frequency, mean square frequency and the like, and 6 chaotic characteristics of approximate entropy, sample entropy, fuzzy entropy, LZ complexity and the like.
And 5: respectively normalizing the time domain, the frequency domain and the chaotic characteristic set, then carrying out PCA to obtain a characteristic matrix of the vibration signal after dimension reduction, taking the characteristic matrix as a training sample, and recording corresponding parameters.
Further, the normalization mode is Zscore,
Figure GDA0003417775360000051
wherein
Figure GDA0003417775360000052
σxMean and standard deviation of x, respectively. The recording parameters were specifically normalized Mean1, standard deviation Std1, and PCA score matrix Coeff.
Step 6: the optimal cluster number for clustering was calculated using DaviesBouldin and Calinski Harabasz indices. And clustering the training samples into a plurality of classes by adopting a K-means clustering mode, carrying out second normalization in the classes, and recording normalization parameters.
Further, the normalization is Zscore or Zscore by Mad (Median absolute difference), and the formula of Zscore-Mad normalization is x' ═ x-media)/Mad, where media is the x Median and Mad is the x Median absolute difference. When the data in the clusters are very different, a Zscore-Mad normalization mode is adopted.
And 7: and extracting the edge of each cluster, and dividing the data in the class of each cluster into safety data, dangerous data and edge data by adopting an LOF (local outlier factor) method.
Further, the specific process of the LOF algorithm is as follows:
1. defining a K distance
The k-distance of the data object q is defined as the distance from the nearest k-th point to the data object q in the data set, and is denoted as k-distance (q), and is referred to as Euclidean distance.
K distance neighborhood
The set of data points in the data set having a distance to the data object q of no more than k, i.e. Nk-distance (q) ({ p ∈ D { q } | D (p, q) ≦ k-distance (q) }. d (p, q) refers to the Euclidean distance between p and q.
3. Reachable distance
p and q are any two points in the data set, and the reachable distance from p to q is defined as: reach-distk (p, q) ═ max { d (p, q), k-distance (q) }.
4. Local achievable density
The local reachable density of q refers to the inverse of the average reachable distance of q to all points in the neighborhood, and is calculated as follows:
Figure GDA0003417775360000061
wherein, | Nk(q) | is the number of points in the k neighborhood of q. If lrdkThe larger (q) indicates the higher density of q and the more normal the q point.
5. Local outlier factor
Figure GDA0003417775360000071
If LOF > 1, it indicates that the q-point density is far from the overall data density, i.e., the outliers. LOF is close to 1, then point q is more normal.
6. Edge extraction
Two outlier ratio control limits of p0 and p1 are set, wherein 0< p0< p1< 1.
And sequencing the size of the dimensionless LOF value to obtain a LOF sequence of the current data point from small to large.
Let th 0-n p0 and th 1-n p1, where n is the length of the sequence, i.e., the number of data points.
Data points in the sequence below th0 belong to the safety set, and this part should be included in the LOF value floating above or below 1; data points in the sequence with higher ranking than th0 belong to an unsafe set, where the data below th1 part has approached the boundary of the data, called a hazard set, representing the transition of data points from safe to outlier, and the data above th1 part has been at the boundary of the full data set, called an edge set.
Additionally, if the components in the data are complex and the outliers of individual points in the edge set are high, the noise points and the outliers should be separated by dividing the edge set.
And 8: and (4) independently taking an edge sample set to perform OCSVM modeling, and storing the parameters obtained in the steps (5) and (6) and the OCSVM model into a field server.
On-line monitoring phase, see fig. 2:
step 1: and data acquisition is carried out through a multi-source sensor, and the data is imported into a field server.
Step 2: initializing data and carrying out preliminary wavelet denoising.
And step 3: as in step 4 of the off-line phase, three feature sets are obtained for the real-time data.
And 4, step 4: and (5) normalizing and reducing the dimension of the feature group by using the parameters obtained in the off-line step 5.
Furthermore, the dimension reduction method is to perform zero-mean value on the feature set and then multiply the feature set by a PCA (principal component analysis) score matrix Coeff.
And 5: normalizing by using the in-class normalization parameters in the off-line step 6 again, then solving the near neighbor of the real-time data point by adopting a KNN method, and if the point is a safe point, outputting the cluster to which the point belongs; if the point is a dangerous point or an edge point, the LOF value of the point adjacent to the point is obtained. Additionally, if the point is an edge point, an OCSVM model of the edge of the cluster to which the point belongs is called to perform single classification on the point, and a clear outlier judgment result is obtained.
Step 6: and classifying the outlier degree of the real-time detection points according to the LOF value of the outlier and the LOF threshold division limit of the current cluster, and recording the corresponding alarm result.
And 7: and the alarm processing program feeds back the final result to a field personnel end after the alarm mechanism is triggered by the data alarm result.
Further, the hardware alarm strategy is to accumulate alarm data points in a time window, wherein each alarm point is 1 point, if the alarm points continuously appear, the later alarm point is 2 times of the former alarm point, and if the alarm accumulation score in the time window exceeds the alarm limit, the alarm is triggered and recorded. No alarm is given for a period of time after the alarm, but the current alarm score is recorded.
The technical scheme provided by the embodiment of the invention has the following beneficial effects:
according to the clustering-based reciprocating compressor self-adaptive fault monitoring method provided by the invention, reciprocating working condition processes are classified, intelligent early warning limits are set for all working conditions, operators are timely reminded of carrying out subsequent treatment when suspected faults occur, and economic loss is avoided or reduced. Meanwhile, the requirements of real-time performance and accuracy can be met while multi-type fault detection can be carried out. The key point is that the data is divided into clusters under different working conditions through self-adaptive clustering, and the clusters are obtained through the relation among cluster data points.
The present invention is not limited to the above preferred embodiments, and any modifications, equivalent replacements, improvements, etc. within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (4)

1. A clustering-based reciprocating compressor adaptive fault monitoring method is characterized by comprising the following steps: performing off-line modeling and on-line monitoring;
the offline modeling comprises the following steps:
step 1: data acquisition is carried out through multi-source sensors at different positions on the reciprocating machine, and the data are led into a field server and transmitted to a middleware;
step 2: taking data from the middleware through a TCP/IP protocol, wherein the data comprises a cylinder body vibration signal, a piston rod displacement signal and a process quantity signal, and a main analysis object is a vibration signal;
and step 3: initializing data and carrying out preliminary wavelet denoising;
and 4, step 4: obtaining the characteristics of the vibration signal data, and obtaining 6 time domain characteristics of standard deviation, root mean square, kurtosis, skewness, peak value and peak value, 5 time domain factors, 5 frequency domain characteristics of center of gravity frequency, variance frequency, mean square frequency, power spectrum energy and power spectrum peak value, and 6 chaotic characteristics of approximate entropy, sample entropy, fuzzy entropy, Teager operator energy, Teager operator peak value and LZ complexity;
and 5: respectively normalizing a time domain, a frequency domain and the chaotic characteristic set, then carrying out PCA to obtain a characteristic matrix of the vibration signal after dimension reduction, taking the characteristic matrix as a training sample, and recording corresponding parameters;
wherein the normalization mode is Zscore,
Figure FDA0003417775350000011
wherein
Figure FDA0003417775350000012
The mean and standard deviation of x, respectively; recording parameters are specifically normalized Mean1, standard deviation Std1 and PCA score matrix Coeff;
step 6: calculating the optimal cluster number of the clusters by adopting DaviesBouldin and Calinski Harabasz indexes; clustering the training samples into a plurality of classes by adopting a K-means clustering mode, carrying out second normalization in the classes, and recording normalization parameters;
and 7: extracting the edge of each cluster, dividing the data in each cluster into safety data, dangerous data and edge data by adopting LOF (low level of detail);
and 8: independently taking an edge sample set to perform modeling of the OCSVM, and storing the parameters obtained in the steps 5 and 6 and the OCSVM model into a field server;
the online monitoring comprises the following steps:
step 1: data acquisition is carried out through a multi-source sensor, and the data are led into a field server;
step 2: initializing data and carrying out preliminary wavelet denoising;
and step 3: the same as the step 4 of the off-line modeling stage, three feature groups are obtained for the real-time data;
and 4, step 4: normalizing and reducing dimensions of the feature group by using the parameters obtained in the step 5 of the off-line modeling stage;
and 5: normalizing by using the intra-class normalization parameters in the step 6 of the off-line modeling stage, solving the near neighbor of the real-time data point by adopting a KNN method, and outputting the cluster to which the point belongs if the point is a safe point; if the point is a dangerous point or an edge point, calculating an LOF value of a point adjacent to the point; additionally, if the point is an edge point, calling an OCSVM model of the edge of the cluster to which the point belongs to perform single classification on the point to obtain a clear outlier judgment result;
step 6: classifying the outlier degree of the real-time detection points according to the LOF value of the outlier and the LOF threshold division limit of the current cluster, and recording the corresponding alarm result;
and 7: after the alarm mechanism is triggered by the data alarm result, the alarm processing program feeds back the final result to the site personnel end;
the normalization mode is Zscore or Zscore through Mad, and the formula of Zscore-Mad normalization is x' ═ x-Median/Mad, wherein Median is x Median and Mad is x absolute Median difference; when the data in the clusters are very different, a Zscore-Mad normalization mode is adopted.
2. The method of claim 1, wherein the specific process of the LOF algorithm is:
1. defining a K distance
The k distance of the data object q is defined as the distance from the nearest k point to the data object q in the data set, and is denoted as k-distance (q), and the k distance is referred to as Euclidean distance;
k distance neighborhood
The set of data points in the data set having a distance to the data object q of no more than k, i.e. Nk-distance (q) ({ p ∈ D { q } | D (p, q) ≦ k-distance (q)) }; d (p, q) refers to the Euclidean distance between p and q;
3. reachable distance
p and q are any two points in the data set, and the reachable distance from p to q is defined as: reach-distk (p, q) ═ max { d (p, q), k-distance (q) };
4. local achievable density
The local reachable density of q refers to the inverse of the average reachable distance of q to all points in the neighborhood, and is calculated as follows:
Figure FDA0003417775350000031
wherein, | Nk(q) | is the number of points in the k neighborhood of q; if lrdk(q) the larger the density of q, the more normal the point q is;
5. local outlier factor
Figure FDA0003417775350000032
If LOF > 1, the difference between the q point density and the whole data density is large, namely, the outlier; if LOF is close to 1, the point q is normal;
6. edge extraction
Setting two outlier ratio control limits of p0 and p1, wherein 0< p0< p1< 1;
obtaining a LOF sequence of the current data point from small to large by sequencing the size of the LOF dimensionless value;
taking th0 ═ n × p0 and th1 ═ n × p1, wherein n is the length of the sequence, i.e., the number of data points;
data points in the sequence below th0 belong to the safety set, and this part should be included in the LOF value floating above or below 1; data points in the sequence with the ranking order higher than th0 belong to an unsafe set, wherein the data below th1 part already approaches the boundary of the data, called a danger set, representing the transition of data points from safe to outlier, and the data above th1 part already lies at the boundary of the full data set, called an edge set;
additionally, if the components in the data are complex and the outliers of individual points in the edge set are high, the noise points and the outliers should be separated by dividing the edge set.
3. The method of claim 2 wherein the dimension reduction is performed by zero averaging the feature set and then multiplying by a PCA score matrix Coeff.
4. The method of claim 3, wherein the hardware alarm strategy is to accumulate alarm data points within a time window, each alarm point is 1 point, if the alarm points continuously appear, the latter alarm point is 2 times of the former alarm point, if the alarm accumulated points within the time window exceed the alarm limit, the alarm is triggered and recorded; no alarm is given for a period of time after the alarm, but the current alarm score is recorded.
CN202010672515.1A 2020-07-14 2020-07-14 Clustering-based reciprocating compressor self-adaptive fault monitoring method Active CN111852837B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010672515.1A CN111852837B (en) 2020-07-14 2020-07-14 Clustering-based reciprocating compressor self-adaptive fault monitoring method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010672515.1A CN111852837B (en) 2020-07-14 2020-07-14 Clustering-based reciprocating compressor self-adaptive fault monitoring method

Publications (2)

Publication Number Publication Date
CN111852837A CN111852837A (en) 2020-10-30
CN111852837B true CN111852837B (en) 2022-02-08

Family

ID=72984378

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010672515.1A Active CN111852837B (en) 2020-07-14 2020-07-14 Clustering-based reciprocating compressor self-adaptive fault monitoring method

Country Status (1)

Country Link
CN (1) CN111852837B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113740066B (en) * 2021-11-08 2022-02-08 中国空气动力研究与发展中心设备设计与测试技术研究所 Early fault detection method for compressor bearing
CN116304835B (en) * 2023-03-31 2023-08-29 北京博华信智科技股份有限公司 AI-based dynamic equipment working condition monitoring management method, system, equipment and medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102797671A (en) * 2011-05-25 2012-11-28 中国石油大学(北京) Fault detection method and device of reciprocating compressor
CN104121178A (en) * 2013-04-27 2014-10-29 青岛科技大学 Fault diagnosis system and method for fuel delivery pump
CN107632592A (en) * 2017-09-01 2018-01-26 南通大学 Nonlinear time-varying procedure fault monitoring method based on efficient recursion core pivot element analysis
CN107861492A (en) * 2017-09-25 2018-03-30 湖州师范学院 A kind of broad sense Non-negative Matrix Factorization fault monitoring method based on nargin statistic

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102797671A (en) * 2011-05-25 2012-11-28 中国石油大学(北京) Fault detection method and device of reciprocating compressor
CN104121178A (en) * 2013-04-27 2014-10-29 青岛科技大学 Fault diagnosis system and method for fuel delivery pump
CN107632592A (en) * 2017-09-01 2018-01-26 南通大学 Nonlinear time-varying procedure fault monitoring method based on efficient recursion core pivot element analysis
CN107861492A (en) * 2017-09-25 2018-03-30 湖州师范学院 A kind of broad sense Non-negative Matrix Factorization fault monitoring method based on nargin statistic

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
往复活塞式压缩机关键部件的故障诊断方法研究及应用;苗刚;《中国优秀博硕士学位论文全文数据库(博士) 工程科技II辑》;20061231;C029-21 *

Also Published As

Publication number Publication date
CN111852837A (en) 2020-10-30

Similar Documents

Publication Publication Date Title
CN110322048B (en) Fault early warning method for production logistics conveying equipment
CN111353482B (en) LSTM-based fatigue factor recessive anomaly detection and fault diagnosis method
CN111852837B (en) Clustering-based reciprocating compressor self-adaptive fault monitoring method
CN110895526A (en) Method for correcting data abnormity in atmosphere monitoring system
CN109729090B (en) Slow denial of service attack detection method based on WEDMS clustering
CN111652461A (en) Aero-engine continuous health state evaluation method based on SAE-HMM
CN110057406B (en) Multi-scale self-adaptive mechanical equipment trend early warning method
CN106649755B (en) Threshold value self-adaptive setting abnormity detection method for multi-dimensional real-time power transformation equipment data
CN111080074B (en) System service security situation element obtaining method based on network multi-feature association
CN111717753A (en) Self-adaptive elevator fault early warning system and method based on multi-dimensional fault characteristics
CN115600837A (en) Energy-saving diagnosis method for load abnormity of electric appliance
CN111582406A (en) Power equipment state monitoring data clustering method and system
CN113656456A (en) Real-time acquisition control method for process parameter big data in die-casting production
CN114894468A (en) Chaos detection-based early weak fault diagnosis method for planetary gear box
CN115220396A (en) Intelligent monitoring method and system for numerical control machine tool
CN116071053B (en) Reciprocating compressor state early warning system based on digital twinning
CN111934903A (en) Docker container fault intelligent prediction method based on time sequence evolution genes
CN116538092A (en) Compressor on-line monitoring and diagnosing method, device, equipment and storage medium
CN112783138B (en) Intelligent monitoring and abnormity diagnosis method and device for processing stability of production line equipment
CN115788771A (en) Intelligent operation and maintenance management system of wind power generation system based on Internet of things technology
CN109872511A (en) A kind of adaptive two-stage alarm method for axial displacement mutation monitoring
CN113822565B (en) Method for graded and refined analysis of time-frequency characteristics of fan monitoring data
CN114004337A (en) Abnormal working condition early warning model based on sharing loss and attention network
CN110543908B (en) Control chart pattern recognition method based on dynamic observation window
CN112466322A (en) Electromechanical device noise signal feature extraction method

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