Abstract

Under frequently time-varying operating conditions, equipment with dual rotors like gas turbines is influenced by two rotors with different rotating speeds. Alarm methods of fixed threshold are unable to consider the influences of time-varying operating conditions. Hence, those methods are not suitable for monitoring dual-rotor equipment. An early warning method for dual-rotor equipment under time-varying operating conditions is proposed in this paper. The influences of time-varying rotating speeds of dual rotors on alarm thresholds have been considered. Firstly, the operating conditions are divided into several limited intervals according to rotating speeds of dual rotors. Secondly, the train data within each interval is processed by SVDD and the allowable ranges (i.e., the alarm threshold) of the vibration are determined. The alarm threshold of each interval of operating conditions is obtained. The alarm threshold can be expressed as a sphere, whose controlling parameters are the coordinate of the center and the radius. Then, the cluster center of the test data, whose alarm state is to be judged, can be extracted through -means. Finally, the alarm state can be obtained by comparing the cluster center with the corresponding sphere. Experiments are conducted to validate the proposed method.

1. Introduction

Gas turbines, representative equipment of dual rotors, are the key power equipment in aviation, shipping, electric power, petroleum, and so on. Once a gas turbine undergoes a fault or accident, the relevant production and management will suffer a lot. And even worse, those problems will probably lead to fatal disasters [1, 2]. Therefore, it is very important to ensure the efficient and normal operation of a gas turbine [3].

Vibration monitoring is one of the main methods for mechanical faults monitoring. An early warning of gas turbines’ state can be realized through a vibration alarm before a serious fault occurs. To create an alarm for the vibration conditions of certain equipment, the main steps include collecting vibration signals in the main parts of the equipment, computing the vibration overall amplitude, and setting a fixed alarm threshold. The fixed threshold alarm is usually able to ensure the safety and reliable operation for the equipment to some extent. However, this alarm method is mainly suitable for single-rotor equipment under steady operating conditions. This method applies the same alarm threshold under every operating condition and cannot deal with problems that are caused by variable operating conditions. Because the mentioned characteristic of a fixed threshold can easily lead to missing alarms under low operating conditions and false alarms under high operating conditions, this method is not applicable in the warning for the vibration state for a gas turbine under time-varying operating conditions.

Unlike general equipment with one rotor, dual-rotor equipment has two rotors, whose rotational speeds are usually different. A complete description of the operating conditions of rotating machinery should include the speed and the load. The object of this research, however, is dual-rotor equipment including gas turbines and aircraft engines. As for the equipment, the load is the output power or the thrust. Two speeds and load are generated when the rotor is shocked by high temperature and high pressure gas. There is a positive correlation between the speed set and the load. The load does not change when the speed set is constant. The load factor is included in the speed factor in this research, so only speed set is analyzed to study the operating conditions for dual-rotor equipment. In engineering applications, the operating conditions of the dual-rotor equipment are usually characterized by rotating speeds. In conclusion, different speeds can be used for characterizing the time-varying operating conditions due to the special research object. Namely, vibration is affected by two different and variable rotational speeds simultaneously, and thus an effective warning for early faults in this type of equipment cannot be realized through the fixed alarm threshold. As previously mentioned, missing and false alarms occur when variable operating conditions are not considered, making traditional alarm methods unable to warn against early faults for this type of equipment effectively. It is necessary to consider the following two aspects of alarm thresholds for dual-rotor equipment: One is to learn alarm threshold values and identify alarm status. And the other is to consider variable operating conditions influenced by two varying rotating speeds.

To solve problems concerning the computation of alarm thresholds and the identification of alarm state, a great number of researches have been carried out for improving the algorithm based on Support Vector Machine (SVM) or Artificial Neural Network (ANN). Empirical Mode Decomposition (EMD) has been applied to obtain the feature set [4]. Then, the ANN has been trained and tested for warning against bearing faults. In recent years, a huge number of scholars have utilized SVM to achieve fault alarms and identify faults. The principle of SVM is that two types of data are separated by finding the optimal hyperplane that has the same distance from itself to both types of data. This means that SVM can warn against faults better than ANN does [5]. SVM, a classifier based on statistical learning theory, was initially proposed to deal with problems when the number of fault samples is not enough [6]. At present, SVM has been used to monitor equipment of various kinds and has been increasingly improved. SVM, whose kernel function is Gaussian, has been utilized to solve classification issues for nonlinear datasets [7], but how to set parameters was still unclear. Immune algorithms that imitate the artificial immune system have been used to optimize parameters of SVM, which plays a significant role in obtaining a classifier with better performance [8]. Several SVMs have been utilized simultaneously to warn against and identify various faults [9]. Then, outputs of each SVM on the basis of the inference of the case database have been obtained. Next, all kinds of the outputs have been compared through the same standard, and the SVM model, suitable for identifying the corresponding fault, has been selected. Those efforts have made great contributions to warning against and identifying faults of bearings. From the above descriptions, it is clear that SVM can achieve higher accuracy and better generalization ability in mechanical fault alarm and recognition [10].

To solve issues caused by variable operating conditions for dual-rotor equipment, a large number of researches focus on how to extract fault features from nonstationary signals in time domain [1113]. So far, those researches have brought about great benefits. Feature extraction is not concerned in this paper. Nevertheless, there are seldom published researches on early warning methods, which consider varying alarm thresholds caused by operating conditions in dual-rotor equipment. The gearbox used in wind turbines is currently mainly studied for the early warning method under time-varying operating conditions. Considering the gearbox under time-varying operating conditions, Ren et al. have obtained influences of speeds and loads on the vibration signal through a large number of experiments, but they have not solved fault warning problems under time-varying operating conditions [14]. Using order tracking and feature extraction in the angle domain, Gu et al. have obtained the vibration features and load index. Then, they have set up different relevant index models under different operating conditions to recognize gearbox faults, realizing the fault warning under time-varying operating conditions [15]. After extracting the features of the vibration signal at different speeds when the equipment was under normal operating conditions, Lin and Makis have determined the time series models under normal operating conditions. Then, these models have been compared with real-time data to define the status of the equipment. Additionally, load intervals have been divided based on the torque and speed. Then, the gearbox faults were recognized by the Bayesian model [16]. For solving problems of the constantly changeable vibration signal component of the gearbox under time-varying operating conditions, Shao et al. have used an autoregressive model and hypothetical test method to warn against faults in the equipment [17]. Kouadri et al. proposed a method based on the statistical test. This method can define the status of the gearbox by comparing the confidence intervals of the vibration signal between normal and fault experiments. The validity of fault warning for the gearbox under time-varying operating conditions was proved through experimental data [18]. The fault mechanism of dual-rotor equipment is different from that of gearboxes, so the above methods cannot be directly applied to dual-rotor equipment.

This paper proposes an early warning method for dual-rotor equipment under time-varying operating conditions using support vector domain description (SVDD) and -means algorithm. To solve problems caused by variable conditions, the range of operating conditions is divided into finite intervals, with each interval considered as a steady operating condition. Alarm thresholds of all intervals are computed one by one. Because the two rotating speeds affect the vibration value simultaneously when the dual-rotor equipment works, SVDD is used to decide the allowable ranges of vibration for the equipment under normal conditions, determining the alarm threshold under each operating condition. Meanwhile, -means clustering algorithm is used to obtain the cluster center of vibration data whose alarm state is uncertain. The early warning of vibration state can be realized by comparing the cluster center with the alarm threshold under the corresponding operating condition.

The rest of this paper is organized as follows. Section 2 introduces the theoretical backgrounds of this work, including the SVDD, the -means, and the parameter optimization algorithm. Section 3 describes this proposed early warning method. The experimental results are presented to verify this proposed method in Section 4. The conclusions are drawn in Section 5. Section 6 presents some discussions about this study.

2. Basic Theory

2.1. Support Vector Domain Description

SVM, a statistical learning theory based on machine learning method, can classify data according to structural risk minimization [5]. SVM is mainly utilized for data classification and regression prediction, and this paper only studies the former. SVM is suitable for small sample data, so it is used in this paper to classify data.

Classification problems in engineering practice can be divided into two categories: relatively simple linearly separable problems and linearly inseparable nonlinear problems. SVM initially solves problems when an optimal separating hyperplane is computed in linear separable problems [19]. SVM projects nonlinear separable data onto a high dimension through a nonlinear kernel function to make it a linearly separable problem. Thus, linear distinction of nonlinear data in high dimension will be realized [20].

As a derivative of SVM, one-class SVM is different from binary classification SVM, as it only has one class of data [21]. Currently, there are two types of one-class SVM: one-class-SVM and support vector domain description (SVDD). All of them can be used to distinguish abnormal data from normal one [22]. As for SVDD, it is used to discriminate the data by constructing a hypersphere in a high-dimensional space. The center and radius of the hypersphere can be obtained by using the penalty parameter [23]. In this method, spatial features of vibration data under multivariable factors can be shown better. Therefore, SVDD is applied to classify data in this paper.

A training vector is known and there is no class label; the optimization objective of SVDD is to obtain an optimal hypersphere [24], whose center is and radius is . It can be expressed asAs it is shown in (2), the fixed proportional training data points are included in this sphere.where represents the relaxation variable. To set is to prevent interference of individual outliers in the hypersphere. If there is no relaxation variable, the hypersphere will be worse because of few outliers. is used to adjust the influences of . If is larger, more outliers will be included. On the contrary, if is smaller, it is likely that no outliers will be here. Therefore, optimization of is of great significance. This problem will be explained in Section 2.3.

The hypersphere can solve nonlinear problems. For this purpose, data points must be projected onto high-dimensional space for finding the optimal hyperplane, that is, a kernel function , which can satisfy the following equation:where and denote coordinates of the data and represents the function which can project the coordinate onto high-dimensional space. Thus, the optimization problem is shown as follows:which is subjected to in (4)-(5) denotes the number of training samples. The dual form of (5) is shown as The constraint of (6) iswhere denotes the coefficient of Lagrange function. In solving the above optimization problem, most is zero. If is nonzero, it is a support vector, which decides the shape and size of the hypersphere. Based on all the support vectors, , the center of the sphere, is shown as follows:where represents the set of support vectors. As for support vector with , satisfies The radius of the sphere can be obtained from the above equation.

As mentioned earlier, the kernel function can be divided into two types: linear and nonlinear. Nonlinear kernel functions include polynomial, Gaussian, sigmoid, and self-defined types. The Gaussian kernel function, one of the most commonly used kernel functions, can be used easily and nearly without problems of numerical solutions [25]. Thus, the Gaussian kernel function is used as a mapping function in high dimension in this paper, as it is shown inwhere denotes the sample point, represents the center decided by the sample points, and denotes the parameter which decides the change rate of the kernel function. When becomes larger, the corresponding parting surface will be more complex. On the contrary, when is less, the relevant parting surface will become smoother. Therefore, choosing the value of is also very important. This problem will be explained in Section 2.3.

2.2. -Means Clustering Algorithm

The clustering algorithm is to determine the distribution of data through a statistical method. The distribution can be regarded as a certain kind of geometry, and the cluster center is the barycenter of the geometry [26, 27]. Actually, it is difficult to find this center in many data. Meanwhile, the dataset must be divided into several different classes. -means clustering algorithm has been initially introduced and has been applied widely into various research fields [28]. In this paper, the cluster center of test data can be found in three-dimensional spaces via the -means clustering algorithm. When compared with the distribution of the data points, the cluster center of data is a more stable feature and can characterize the state of equipment better [29]. This is because misjudgment due to individual points is avoided by the cluster center.

is a -dimensional dataset including samples, where . in the -means algorithm represents the notion that is divided into subclasses. Each subclass is expressed as (), and every has its own cluster center . Firstly, select elements randomly to be the initial cluster centers of subclasses. Then, compute the distance from each data point to every subclass center. The initial classification can be realized according to the criterion of the shortest distance. Next, calculate the average Euclidean distance of each subclass, update the cluster center on account of this average, and renew the classification according to the principle of the shortest distance. Equations (11) and (12) are, respectively, the quadratic sum of distance from the data point in each subclass to the corresponding class center and the quadratic sum of the total distance of all classes [30].where

-means clustering algorithm aims at minimizing the quadratic sum of distance of all classes. Update the cluster centers and classifications constantly according to the above steps when the quadratic sum is convergent. The flow chart of the -means clustering algorithm is shown in Figure 1.

2.3. Parameter Optimization Algorithm

As per the description in Section 2.1, the penalty factor adjusts the confidence interval when SVDD defines the data subspace, and it is also the balance between the misclassification ratio and the algorithm complexity [31]. When is smaller, the algorithm is less complex and the empirical risk is greater. With the increase of , the complexity is increased and the value of the experience risk is reduced. When is larger, the classification results of datasets which have large samples are unsatisfactory. Therefore, the value of should be appropriate. Each data should have at least one reasonable value of to make the best generalization performance of SVDD.

According to Section 2.1, linearly inseparable datasets can be converted to linearly separable datasets through a kernel function [31]. The Gaussian kernel function selected in this paper has a few parameters and a high classification accuracy. Parameter in the kernel function affects the nonlinear transformation function, and its change will affect the distribution dimension of the sample data in the space. If is large, the value of the kernel function will approach 0, which will lead to overlearning. In other words, the classifier can only correctly classify the training samples and fails to classify the unknown testing samples. On the contrary, less learning will occur, and all testing samples will be classified into one class, which leads to a wrong classification.

From the above, the penalty factors and play a significant role in the performance of SVDD. Therefore, the property of SVDD will be improved to a great extent if a more appropriate parameter set (, ) is selected.

The question of which is the best parameter optimization method for SVDD still has no answer in academic circles. The commonly used methods for optimizing SVDD’s parameters are Grid Search, Genetic Algorithm, and Particle Swarm Optimization [3234].

Each of the three optimization algorithms has its advantages. If the search interval is large enough and the search step is small enough, the Grid Search can find the global optimal solution. However, it will take a long time to traverse all the parameter groups in the grid. The Genetic Algorithm and Particle Swarm Optimization are heuristic algorithms. They can find the global optimal solution without traversing all the parameter groups in the interval. However, the operation of the two algorithms is often complex, and it is easy for them to fall into the local optimum rather than the global optimal solution. When the number of samples contained in the dataset is small, it is better to use Grid Search to optimize the parameters of SVDD. On the contrary, the Genetic Algorithm and Particle Swarm Optimization are better. The computation time required for GA is longer than that of PSO, but the classification accuracy of GA is higher.

Therefore, different algorithms may be used for obtaining the best results in different applications or operating conditions. In order to obtain the best results as much as possible, three algorithms are selected for optimization and the most effective one is selected under each condition. Therefore, it is necessary to determine them through three optimization algorithms.

2.3.1. Grid Search

The processes of optimization algorithm of Grid Search are as follows. Firstly, set ranges of parameters and ; these two parameters, respectively, correspond to the horizontal and vertical axes of a planar coordinate system. Then, set a certain step length for the two parameters and obtain a value and draw a line on the coordinate diagram according to the parameters. Finally, there will be a grid, which can determine the final optimal parameters through the obtained parameters in the grid point [35]. This method, however, is used not only to calculate results but also to make cross-validation. The procedures of Grid Search are shown in Figure 2.

2.3.2. Genetic Algorithm

The genetic parameters optimization algorithm can be realized according to Darwin’s theory of evolution, survival of the fittest. Similar to human gene evolution, the Genetic Algorithm can achieve parameter changes according to imitating competition between superior and degradation genes, selection of superior genes, combination of genes, and genovariation. Additionally, it computes the fitness value of population parameters through the fitness function. Higher fitness value shows that the parameter is better [36]. Firstly, the Genetic Algorithm generates a parameter population randomly. Then, relatively optimal parameters can be selected via the fitness function and the corresponding parameter population will be obtained. Parameters can be updated using the above steps and the iteration terminating condition can be set according to the actual requirements. Once the iteration is terminated, optimal parameters that satisfy certain conditions will be obtained [37].

The flow chart of a commonly used Genetic Algorithm is shown in Figure 3.

2.3.3. Particle Swarm Optimization

Particle Swarm Optimization (PSO) mainly simulates migration and aggregation behaviors of birds foraging. Similar to the Genetic Algorithm, PSO seeks the optimal particle as the last parameter in the constant iteration [38]. Firstly, a group of random particles are selected as the initial solution. During the iteration, the solution can be updated when particles track two extremums. One is the extremum of the particles themselves and can be called the individual extremum. The other is the one that has been found from the whole population. Advancing direction and speed of those particles can be updated by constantly computing optimal values of particles and the population. Those steps make the particle swarm continuously move towards the direction of the optimal solution. Thus, the optimal solution of parameters can be found ultimately [39]. The flow chart of PSO is shown in Figure 4.

2.3.4. Cross-Validation Accuracy

The parameter optimization algorithm which is selected in each operating condition is chosen from the above three algorithms according to the maximum cross-validation accuracy. These algorithms all divide the dataset into subsets and regard the subsets as training ones. The left one is used as a prediction set to judge the above training state. The subsets all need prediction sets for their relevant accuracies, and the accuracy of the algorithm can be obtained by computing the average of these above accuracies [40]. The cross-validation accuracy is shown in where denotes the number of data in each subset; and represent the actual value and predicated value of the data element, respectively; num(·) denotes the number of data elements in which the condition · is satisfied.

3. The Proposed Method for Early Warning

This paper studies an early warning method for dual-rotor equipment under time-varying operating conditions. The method is based on SVDD and -means algorithm, as represented graphically in Figure 5. The main procedures are expressed as follows.

(1) Interval Partition of Baseline Vibration. When a piece of equipment works normally, vibration feature values such as peak or RMS of acceleration, RMS or peak of velocity, and peak to peak of displacement are divided into several intervals according to the dual-rotor speeds. Under an interval of an operating speed, signal sequences can be described as , where is the number of datasets within this operating condition (running speed) interval. The three elements of are, respectively, rotating speed 1, rotating speed 2, and vibration feature.

(2) Optimization of Parameters and in SVDD. signal sequences are inputs of Grid Search, Genetic Algorithm, and Particle Swarm Optimization within an operating condition interval. After the parameters are optimized, their results and accuracies can be shown as , , and . Then, select and with the highest accuracy rate among , , and . They can be regarded as the optimum parameters. The parameters in every interval of an operating condition should be optimized as the above steps and the optimal solution of and under each operating condition will be obtained.

(3) Calculation of Alarm Threshold Parameters and . Regard signal sequences , under an operating condition range, as the input of SVDD. Insert the optimal solutions of and of into (8), (9), and (10). Then, the center and the radius of the optimal sphere will be known. and can show the normal variation range of vibration data for equipment under an operating condition range; this normal range can be defined as the alarm threshold value under this operating condition range. Apply the above calculation to each range of the operating condition to obtain all alarm threshold values.

(4) Determination of Cluster Center of the Test Data Whose Alarm State Is Unknown. The test dataset whose alarm state is unknown is taken as the input of -means algorithm. Cluster center can be obtained according to (12). This cluster center can denote the operating state of the equipment steadily and reduce false alarms caused by few outliers as much as possible.

(5) Judgment of the Alarm State. When the distance from , cluster center of the test data, to , the center of the optimal sphere in the corresponding operating condition range, satisfies the following condition that , the equipment can be considered to work normally. Oppositely, if , it means that the equipment is on alarm.

4. Experiments

A dual-rotor test rig has been set up to simulate the operating environment of the real dual-rotor equipment. To carry out the experimental study, two datasets of vibration in bearing housing and rotating speeds of dual rotors have been collected, respectively, when there were no faults and defects in 1# intershaft bearing.

4.1. Experiments Setup

The dual-rotor test rig, applied in the experiment, is shown in Figure 6.

In the experiment, intershaft bearings under normal and fault conditions are installed. The experiment can be divided into two groups: the test rig under normal conditions and faults in the outer ring of the intershaft bearing (1 mm deep and 1 mm wide groove (simulation of initial fault) across the axis on the inner surface of the outer ring).

The vibration data is collected by LMS SCADAS [41]. The vibration sensor is BK4519 accelerometer, and the key phase sensor is a proximity switch. The accelerometer has been mounted vertically on the 2# bearing housing. Speeds of 1# rotor and 2# rotor can be controlled through two motorized spindles. Vibration and rotating speed signals can be collected when dual-rotor speeds are variable.

The selected data to be processed in the following part can be divided into two groups: data under normal conditions (the rotating speed of 1# rotor slightly fluctuates at 300 rpm, 900 rpm, and 1500 rpm; the rotating speed of 2# rotor slightly fluctuates at 600 rpm, 1200 rpm, and 1800 rpm, resp.; the sampling rate is 25.6 kHz) and fault data of the outer ring in the intershaft bearing (the operating condition and sampling rate are the same with the above data). The waveforms of normal and fault vibration signals at different speeds are shown in Figure 7.

Because RMS can steadily represent the operating state of equipment, this paper selects RMS of acceleration as the vibration feature value. It can be calculated by (14).

4.2. Analysis through Fixed Threshold Alarm

The fixed threshold alarm means that one threshold is adopted to warn for the equipment under every operating condition without considering influences of time-varying conditions. In this section, a fixed alarm threshold has been set according to vibration data of the dual-rotor test rig under normal condition. Vibration acceleration can be selected when the test rig works at normal conditions: 1# rotor speed is 900 r/min and 2# rotor speed is 1200 r/min. Then, the RMS can be computed. The alarm threshold is 1.25 times the maximum RMS [42], as is shown in Table 1.

Fault data of intershaft bearings are analyzed when the rotating speed of 1# rotor is 300 r/min and that of 2# rotor is 600 r/min. The RMS of vibration acceleration is about 3 m/s2, which is the fault data at a low speed, as is shown in Figure 7. The figure shows that fault data, under this operating condition, is lower than the fixed alarm threshold, 7.9 m/s2. Thus, the above fixed threshold alarm cannot accurately warn against initial faults in low operating conditions.

The data under the normal condition can also be analyzed when the rotating speed of 1# rotor is 1500 r/min and that of 2# rotor is 1800 r/min. The RMS of acceleration is about 9 m/s2. It is shown as normal data at a high speed in Figure 8. From the figure, it is obvious that the data under this condition is higher than the fixed alarm threshold, 7.9 m/s2. Thus, a false alarm is produced through the alarm method based on the fixed threshold under high operating conditions.

From the above analysis, influences from two rotating speeds of the dual-rotor equipment on vibration are ignored by the fixed threshold alarm method. Hence, this method is commonly applied to equipment with a constant speed, but it is inadaptable to warn against faults for dual-rotor ones. A higher value of the fixed threshold means that it is easier for equipment with faults to miss fault warning under low operating conditions; namely, the missing alarm rate will be higher. Similarly, a lower value of the fixed threshold means that it is easier for equipment without faults to warn under high operating conditions; namely, the false alarm rate will be higher. Utilizing a fixed threshold to warn for the equipment will make it difficult to keep the balance between missing alarm rate and false alarm rate.

4.3. Analysis by the Proposed Method

The algorithm proposed in this paper is used to analyze the data of the test rig. Processes are as follows.

4.3.1. Interval Division of Baseline Vibration Features

The data, under normal and fault conditions, are divided into three groups according to the dual-rotor rotating speeds, as shown in Table 2.

4.3.2. Parameter Optimization

The experimental data without faults, under the above three operating conditions, have been analyzed through Grid Search, Genetic Algorithm, and Particle Swarm Optimization. This is to obtain parameters and under each operating condition for SVDD algorithm. Take operating condition 1 as an example; the processes of parameter optimization are shown as follows.

(1) Grid Search. In order to achieve optimum parameters and , Grid Search is utilized to analyze three-dimensional data under operating condition 1. Those data include dual-rotor speeds and RMS of the acceleration. A contour map and the 3D chart of SVC selection results can be obtained as soon as the parameters are optimized, as is shown in Figure 9. The settings of main parameters and optimization results are shown in Table 3.

(2) Genetic Algorithm. The Genetic Algorithm is used to analyze three-dimensional data including dual-rotor speeds and RMS of the acceleration under operating condition 1. A fitness curve can be obtained, as is shown in Figure 10. Main parameters’ setting and optimization results are shown in Table 4.

(3) Particle Swarm Optimization. Particle Swarm Optimization is applied to analyzing three-dimensional data including dual-rotor speeds and RMS of the acceleration under operating condition 1. Then, a fitness curve can be obtained, as is shown in Figure 11. The settings of main parameters and optimization results are shown in Table 5.

A cross-validation accuracy of 98.8889%, obtained through Particle Swarm Optimization, is the highest value among all the accuracies of all three optimization algorithms that have been used to process experimental data without faults under operating condition 1. Thus, under this operating condition, optimization results of Particle Swarm Optimization are regarded as the values of and ; namely, and .

Under each operating condition, those three optimization algorithms can be utilized to determine and . Take parameters obtained through an algorithm whose cross-validation accuracy is the highest among all the accuracies as the trained parameters of SVDD. The final results are shown with boldface letters in Table 6.

4.3.3. Determination of the Alarm Threshold

Optimization results of and in Section 4.3.2 are adopted by the SVDD algorithm to process experimental data without faults under three operating conditions in sequence. Hence, alarm threshold values under each operating condition are obtained. The alarm threshold can be shown as a sphere, whose controlling parameters are the coordinate of center and the radius. Take operating condition 1 as an example; the sphere representing the alarm threshold is shown in Figure 12. When the data is in the inner part or on the surface of the sphere, as the blue point shown in the figure, the equipment works at a normal condition. However, when data is on the outside of the sphere, as the red point shown in the figure, the equipment is in a state of alarm.

Alarm threshold values of the test rig under all the operating conditions can be obtained through the SVDD algorithm, as is shown in Table 7.

4.3.4. Judgment of the Alarm State

The cluster center of experimental data with and without faults under the above three operating conditions can be computed through the -means algorithm. Then, distances from all the cluster centers to the corresponding centers of the sphere can be calculated, as is shown in Table 8.

Compare the distance from the cluster center in Table 8 to the center of the sphere with the radius of the sphere in Table 7. If the distance is longer than the radius of the sphere, the equipment is in a state of alarm. On the contrary, if the distance is shorter than the radius of the sphere, the equipment works at a normal condition.

The distances, obtained on the basis of experimental data without faults under each operating condition, are compared with the corresponding radius of the sphere. As is shown in Figure 13, yellow cylinders representing the distances are lower than the red cylinders which represent alarm threshold values; therefore, this equipment works normally under all operating conditions. This analysis result corresponds to the fact that there are no faults on the test rig; namely, there are no false alarms in this experiment.

The distances, obtained on the basis of fault data in intershaft bearing under each condition, are compared with the corresponding radius of the sphere. As is shown in Figure 14, yellow cylinders which represent the distance are higher than the red cylinders representing the alarm threshold value. Thus, under every operating condition, this equipment is judged to be in a state of alarm. This analysis result corresponds to the fact that there are faults in intershaft bearing on the test rig; namely, no missing alarms occur in this experiment.

By analyzing the above experimental data, it is obvious that the algorithm, proposed in this paper, is applicable to warning against faults early for dual-rotor equipment under time-varying operating conditions.

5. Conclusions

This paper proposes an early warning method based on SVDD and -means for dual-rotor equipment under time-varying operating conditions. Vibration alarm thresholds suitable for different operating conditions can be decided by training SVDD with vibration data under each operating condition without faults. This alarm threshold can be expressed as several spheres whose different coordinates of center and radiuses are their controlling parameters. The cluster center of multigroup data, whose alarm states are to be determined, can be obtained through -means algorithm. An early warning of vibration can be realized according to this relative position between the cluster center and the sphere. The proposed method, which combines the above two algorithms, has been tested through the vibration signals of a test rig for dual-rotor faults simulation. Consequently, it has been proved that the proposed method is valid on the early warning for dual-rotor equipment under time-varying conditions.

6. Discussion

There is a positive correlation between the speeds set and the load due to the special research object, and the load does not change when the speed set is constant. In other words, the speed factor considered in this paper can represent load. Therefore, only the influences of rotational speed set on the alarm threshold are studied in this paper.

If the present method will be used in other equipment (such as an electric motor whose speeds are the same but loads may be different), a parameter representing the load can be added to the speed set as an independent one easily. This can realize the early warning of comprehensive speed and the load parameters under time-varying operating conditions.

Conflicts of Interest

The authors declare no conflicts of interest.

Acknowledgments

Support for this research is provided by the National Key Technologies R&D Program of China under Grant no. 2016YFF0203305 and the Fundamental Research Funds for the Central Universities under Grant no. JD1715.