The present invention relates to a fault prediction and condition-based repair method of a bogie, and more particularly to a fault prediction and condition-based repair method of an urban rail train bogie.
An urban rail train bogie system is an important part of an urban rail train, which is used for transferring various loads, and utilizing an adhesion force between wheel rails to guarantee the generation of a traction force. To a great extent, the performance of the bogie system decides running stability and safety of the train. Therefore, it means a lot to the running stability and safety of the urban rail train how to accurately evaluate a reliability of the urban rail train bogie system and to predict a failure rate of the bogie system. Meanwhile, during the normal usage, the bogie system requests timely inspection, repair, and maintenance. What's more, the cost spent on inspection, repair, and maintenance of the bogie system takes a main part in the overall maintenance cost of the urban rail train. Therefore, the process of accurately evaluating a running status of the urban rail train bogie system and working out a reasonable repair plan of the bogie system has a great meaning in guaranteeing the urban rail train to run safely and economically.
The method for researching system reliability mainly includes a statistical model method and a mechanism model method. The statistical model method mainly analyzes a probability distribution function of the system failure time, and obtains reliability indexes associated with the system, for example, a mean time between failures, failure rate, etc. The mechanism model method mainly performs reliability analysis on a structural mechanism of the system. Considering the research about maintenance decision-making modeling, the prior art comprehensively considers the effects on the service life of the system caused by factors of running conditions, load, and so on, conducts the maintenance modeling for rotating machinery, and obtains better effects, which implies that the concomitant variable plays an important role in researching the service life distribution regularity of the system.
The above researches have made certain achievements in terms of both reliability analysis and condition-based repair of the bogie system. However, there are still some problems. (1) Currently, the above researches are mainly directed to railway passenger cars and railway freight cars, whereas the researches about the reliability of the urban rail train bogie are seldom performed. (2) The above methods are based on monitoring or inspection data, which sometimes cannot accurately master a service life of the bogie. Thus, it lacks of consideration about the time uncertainty. (3) In terms of the traditional mathematical description of system service life or system performance degradation, it is generally evaluated based on one-dimensional time variable. However, for a complicated system such as a bogie, due to the factors such as ambiguity of repair thresholds and randomness of failure mode, only one-dimensional time variable is not sufficient for making evaluations objectively. Instead, the effects on the system running caused by relevant concomitant variables such as performance parameter, failure type, and so on must be considered at the same time, and thus offering more powerful reference for making repair optimization decisions.
The present invention performs reliability analysis on each critical part of a bogie system, creates a failure rate prediction model by means of collecting and analyzing history inspection data of the critical parts of the bogie system, and creates a proportional risk model directed to the whole bogie system.
Specifically, the present invention adopts the following technical solutions.
The present invention provides a condition-based repair method of an urban rail train bogie, in which the bogie includes six subsystems, that is, a framework, a spring device, a connecting device, a wheel set and axle box, a driving mechanism, and a basic brake device. The method sequentially includes steps as follows: (1) performing a censored processing based on a collected history failure data, determining an optimum service life distribution model of each subsystem of the bogie based on a survival analysis method, obtaining a reliability characteristic function of each subsystem, calculating a reliability of each subsystem, and determining a subsystem with a lowest reliability as a most fragile part in the bogie, and focusing the most fragile part; (2) calculating a failure rate of each subsystem of the bogie by adopting a neural network model optimized by an evolutionary algorithm; (3) conducting a proportional risk modeling by taking safe operation days and the calculated failure rate of each subsystem of the bogie as concomitant variables, and obtaining thresholds and control limits for condition-based repair of a bogie system, in which an upper control limit is a failure threshold, and during a running process, once a system status value is found to exceed the upper control limit, the system is in an unusable status at this time, and based on regulations, a corrective maintenance or replacement shall be performed before the system is reused, a lower control limit is a preventive maintenance or replacement threshold, and indicates that a potential failure of the system starts to appear, and once the system status value exceeds the lower control limit, a corresponding troubleshooting or preventive maintenance shall be performed on a corresponding part, and if the system status value is lower than the lower control limit, the system does not need to be repaired.
Preferably, Step (1) further includes the following steps:
1) creating a two-parameter Weibull distribution model of the wheel set and axle box, the spring device, and the connecting device,
The Failure Distribution Function is
The Reliability Function is:
The Probability Density Function is:
The Failure Rate Function is:
In the above equations, t≧0, β>0 and η>0, t is a time between failures, β and η are respectively a shape parameter and a scale parameter of the distribution.
2) creating a three-parameter Weibull distribution model of the framework, the driving mechanism, and the basic brake device,
The Failure Distribution Function is:
The Reliability Function is:
The Probability Density Function is:
The Failure Rate Function is:
In the above equations, t is a time between failures, β>0 and η>0, β and η are respectively a shape parameter and a scale parameter of the distribution, and γ is a location parameter of the distribution.
Preferably, Step (2) further includes the following steps: creating a back propagation (BP) neural network model based on Particle Swarm Optimization (PSO), that is, optimizing a BP neural network connecting weight by adopting PSO, and training the BP neural network, and during modeling, determining some PSO parameters, which are set as follows:
1) Particle Number
Generally, the particle number is selected as 20˜40. For most problems, 30 particles are sufficient for obtaining ideal results. Herein, the particle number is selected as 30.
2) Maximum Particle Velocity
The maximum velocity of the particles decides a maximum distance that a particle can move in one flight. The maximum velocity of the particles must be restricted, and otherwise, the particles may escape out of a searching space. The maximum velocity of the particle is generally set as a width of a particle scope, which is selected as 0.5 herein.
3) Acceleration Constant
Learning factors c1 and c2 represent the degrees that the particles are affected by social knowledge and individual cognition, and generally, they are set as the same value, so that the same weight is given, c1=c2=2; once two optimum locations are found, the particles update their velocities and locations based on the following equations,
v
i
k+1
=w*v
i
k
+c
1
r
1(pik−xik)+c2r2(pik−xik)
x
i
k+1
=x
i
k
+v
i
k+1
In the above equations, vik+1 indicates a flying velocity of the ith particle at the (k+1)th generation; xik+1 indicates a location of the ith particle at the (k+1)th generation; pik indicates an optimum location of the ith particle to the kth generation; pkk indicates an optimum location of a swarm to the kth generation; pkk−xik indicates an individual cognition; pik−xik indicates a swarm cognition; w indicates an inertia weight; vik indicates a velocity of a particle; c1 and c2 indicate learning factors; r1 and r2 are random numbers evenly distributed in [0,1]; i=1, 2 . . . N;
4) Fitness Function
The fitness function is a standard for distinguishing good and bad individuals in a swarm, and is also a unique reference for making selection, the larger the better. Based on network evaluating indexes determined in the specifications, a reciprocal of a root mean square error (RMSE) between a network output and a desired output is taken as an evaluating standard, and its fitness function is,
f=1/RMSE;
5) initializing; normalizing input and output data to [−1,1], in which particle swarms generated after initializing represent a neural network combined by different, weights and thresholds, and generate an initial BP network structure;
6) evaluating; calculating a fitness value based on the equation in Step 4);
7) updating a location and a velocity; continuously updating locations of particles by means of comparing the fitness values, taking an individual extremum with the best fitness value as a global extremum, taking the corresponding weight and threshold as a current optimum solution of the particle swarm, and updating the velocity;
8) determining termination of the algorithm; terminating iteration when it reaches maximum iteration times or the fitness value reaches an expected error;
9) survival of the optimum solution; when the iteration is terminated, a weight and a threshold corresponding to a global weight is an optimum solution for the training sample; and
10) performing learning by substituting the optimum solution into the BP neural network model, for anticipating a failure rate.
Preferably, Step (3) further includes the following steps:
1) creating a proportional risk model of the bogie, in which a risk function is:
obtaining a failure rate threshold h*:
in which, t is a time between failures, β>0 and η>0, β and η are respectively a shape parameter and a scale parameter of the distribution, γ is a location parameter of the distribution, and X(t) is a concomitant variable;
2) making a draft by taking a working time t as an x-coordinate, and taking it value of
as a y-coordinate, in which an upper line in the drawing indicates an upper control limit corresponding to the failure rate threshold, and a lower line indicates a lower control limit corresponding to the failure rate threshold.
The present invention has the following beneficial efficacies:
(1) mastering failure information, current reliability status, and a changing trend of the reliability of critical parts in the bogie system accurately and timely, and mastering fragile parts in the bogie system accurately;
(2) predicating failure rates of the critical parts in the bogie system scientifically and accurately;
(3) based on a running status of the bogie system and its various parts, making proper repair decisions, and optimizing the repair decisions by fully considering the factors that affect the repair cost, to avoid wastes of the repair cost, and making preventive maintenance on the bogie system based on the predicted failure rate.
I. Calculating a Reliability of Each Subsystem in a Bogie
Referring to
Making statistics of censored data: when making statistics about failure data of the bogie system, it mainly involves two types of censored data. One type is interval censored data. It is assumed that the inspection work is reliable, a failure occurs between this inspection and last inspection, and an exact time for the failure is unknown. For example, the time for NO. 2 is (35, 36] and it means that no failure occurs in the inspection performed on the 35th day, but a failure occurs in the inspection performed on the 36th day, which indicates that the failure occurs between the 35th day and the 36th day, and the failure time is an interval value, an uncertain value, and the exact failure time is unknown. The other type is right censored data. At the beginning and the end of a time period for making statistics, there are both truncation data, and the failure time is larger than a certain value that is tracked, and the exact failure time is unknown. For example, the time for NO. 59 is (43, ], and it means that when the time period for making statistics is ended, the wheel set and axle box system does not have any failure, and the failure time is larger than 43 days and the exact failure time is unknown. The censored data of the failure time for the wheel set and axle box system is as shown in Table 3-2.
Determining a distribution model for each subsystem: firstly, inputting failure data of the wheel set and axle box into a Minitab worksheet, selecting a reliability/survival statistics tool, adopting a method of maximum likelihood estimation (MLE) to respectively perform parameter estimation and goodness of tit authentication on exponential distribution, logarithmic normal distribution, two-parameter Weibull distribution, and three-parameter Weibull distribution, and obtaining parameter values as shown in the following Table 3-3 by means of calculation.
A part of failure data points falls out of confidence intervals of the two-parameter Weibull distribution, the logarithmic normal distribution, and the exponential distribution, and the one who has the poorest fitness is the exponential distribution, and the three-parameter Weibull distribution has better fitness effects. With reference to the A-D Statistics shown in Table 3-3, it can be known that, the three-parameter Weibull has a lowest A-D Statistics level, that is, 0.464, which has the best fitness effects. Thus, the optimum distribution for the wheel set and axle box system is the three-parameter Weibull distribution.
Similarly, the failure distribution models for the framework, the spring device, the connecting device, the driving mechanism, and the basic brake device can be determined.
A reliability characteristics value is an index for evaluating equipment reliability, which mainly includes: a Cumulative Distribution Function (CDF), a Reliability Function, a Probability Density Function, a Failure Rate Function, a Mean Time Between Failures (MTBF), and so on.
Table 3-5 has listed MTBF for each critical subsystem of the bogie. As shown in Table 3-5, the basic brake device has the highest MTBF, about 71 days, whereas the spring device and the wheel set and axle box both have lower MTBF, that is, 36.38 days and 37.02 days respectively.
(1) Reliability Characteristics Value for Wheel Set and Axle Box System
The wheel set and axle box conforms to the two-parameter Weibull distribution model, in which its shape parameter β is 1.30274, the scale parameter η is 6.65490, the threshold γ is 30.8751. Thus, the Failure Time Probability Density Function f(t), the Cumulative Distribution Function F(t), the Reliability Function R(t), and the Failure Rate Function λ(t) are shown as follows:
The Failure Time Probability Density Function is:
The Cumulative Distribution Function is:
The Reliability Function is:
The Failure Rate Function is:
In the above equations, t indicates a current time between failures.
(II) Reliability Characteristics Value for Framework System
The framework system conforms to the three-parameter Weibull distribution model, in which its shape parameter β is1.11033, the scale parameter η is 17.3204, and the threshold γ is 30.5765. Thus, the Failure Time Probability Density Function f(t), the Cumulative Distribution Function F(t), the Reliability Function R(t), and the Failure Rate Function λ(t) are shown as follows.
The Failure Time Probability Density Function is:
The Cumulative Distribution Function is:
The Reliability Function is:
The Failure Rate Function is:
(III) Reliability Characteristics Value for Spring Device System
The spring device system conforms to the two-parameter Weibull distribution model, in which its shape parameter β is 7.83533, and the scale parameter η is 38.6704. Thus, the Failure Time Probability Density Function f(t), the Cumulative Distribution Function F(t), the Reliability Function R(t), and the Failure Rate Function λ(t) are shown as follows.
The Failure Time Probability Density Function is:
The Cumulative Distribution Function is:
The Reliability Function is:
The Failure Rate Function is:
(IV) Reliability Characteristics Value for Connecting Device System
The connecting device system conforms to the two-parameter Weibull distribution model, in which its shape parameter β is 3.20939, and the scale parameter η is 61.6529. Thus, the Failure Time Probability Density Function f(t), the Cumulative Distribution Function F(t), the Reliability Function R(t), and the Failure Rate Function λ(t) are shown as follows.
The Failure Time Probability Density Function is:
The Cumulative Distribution Function is:
The Reliability Function is:
The Failure Rate Function is:
(V) Reliability Characteristics Value for Driving Mechanism
The driving mechanism conforms to the three-parameter Weibull distribution model, in which its shape parameter β is 1.37215, the scale parameter η is 11.6081, the threshold γ is 30.6272. Thus, the Failure Time Probability Density Function f(t), the Cumulative Distribution Function F(t), the Reliability Function R(t), and the Failure Rate Function λ(t) are shown as follows.
The Failure Time Probability Density Function is:
The Cumulative Distribution Function is:
The Reliability Function is:
The Failure Rate Function is:
(VI) Reliability Characteristics Value for Basic Brake Device
The basic brake device conforms to the three-parameter Weibull distribution model, in which its shape parameter β is 1.11546, the scale parameter η is 36.7574, the threshold γ is 35.9950. Thus, the Failure Time Probability Density Function f(t), the Cumulative Distribution Function F(t), the Reliability Function R(t), and the Failure Rate Function λ(t) are shown as follows.
The Failure Time Probability Density Function is:
The Cumulative Distribution Function is:
The Reliability Function is:
The Failure Rate Function is:
II. Calculating a Failure Rate of Each Subsystem of the Bogie by Adopting a Neural Network Model Optimized by an Evolutionary Algorithm;
The PSO-BP predication modeling is conducted by the following four steps, and the flow chart of the PSO-BP predication modeling is as shown in
(1) Acquiring experimental data samples, filtering the data samples, and determining training data samples and test data samples;
(2) Utilizing the PSO algorithm to optimize and determine BP relevant parameters, determining PSO fitness function, and particle swarm scale, iterative algebra, and so on.
(3) Taking optimum parameters obtained after PSO training and the training data samples as inputs to perform BP model training.
(4) Inputting the test data into a prediction model obtained after training, verifying a prediction precision of the model, and finally obtaining a PSO-BP prediction model.
The failure rate prediction of each critical subsystem refers to using a history failure rate of each system to predict a future failure rate. Based on characteristics of failure data for metro vehicles, it makes statistics about failure times of each critical subsystem by taking “Week” as a time unit, and makes statistics about 130 pieces of failure data, and finally calculates a failure rate of each critical system by using the following equation.
n—Number of vehicles being sampled
ti—Actual working time of the ith vehicle within the inspection period, the unit is Hour
ri—Failure times of the ith vehicle within the inspection period
N0—Accumulated failure times of the system within the inspection period
T—Total working time within the inspection period.
Creating a PSO-based BP neural network model, that is, optimizing a BP neural network connecting weight by adopting PSO, and training the BP neural network. During modeling, it needs to determine some PSO parameters, which are set as follows:
(1) Particle Number
Generally, the particle number is selected as 20˜40. For most problems, 30 particles are sufficient for obtaining ideal results. Herein, the particle number is selected as 30.
(2) Maximum Particle Velocity
The maximum velocity of the particles decides a maximum distance that a particle can move in one flight. The maximum velocity of the particle must be restricted, and otherwise, the particles may escape out of a searching space. The maximum velocity of the particle is generally set as a width of a particle scope, which is selected as 0.5 herein.
(3) Acceleration Constant
Learning factors c1 and c2 represent the degrees that the particles are affected by social knowledge and individual cognition, and generally, they are set as the same value, so that the same weight is given, c1=c2=2. Once two optimum locations are found, the particles update their velocities and locations based on the following equations (4.33) and (4.34).
v
i
k+1
=w*v
i
k
+c
1
r
1(pik−xik)+c2r2(pik−xik) (4-31)
x
i
k+1
=x
i
k
+v
i
k+1 (4-32)
In the above equations, vik+1 indicates a flying velocity of the ith particle at the (k+1)th generation; xik+1 indicates a location of the ith particle at the (k+1)th generation; pik indicates an optimum location of the ith particle to the kth generation; pkk indicates an optimum location of a swarm to the kth generation; pkk−xik indicates an individual cognition; pkk−xik indicates a swarm cognition; w indicates an inertia weight; vik indicates a velocity of a particle; c1 and c2 indicate learning factors, r1 and r2 are random numbers evenly distributed in [0,1]; i=1, 2 . . . N.
(4) Fitness Function
The fitness function is a standard for distinguishing good and bad individuals in a swarm, and is also a unique reference for making selection, the larger the better. Based on network evaluating indexes determined in the specifications, a reciprocal of a root mean square error (RMSE) between a network output and a desired output is taken herein as an evaluating standard, and its fitness function is
f=1/RMSE (4-33)
(5) Initializing. Normalizing input and output data to [−1,1], in which particle swarms generated after initializing represent a neural network combined by different weights and thresholds, and generate an initial BP network structure.
(6) Evaluating:, calculating a fitness value based on Equation (4-33).
(7) Updating a location and a velocity; continuously updating locations of particles by means of comparing the fitness values, taking an individual extremum with the best fitness value as a global extremum, taking the corresponding weight and threshold as a current optimum solution for the particle swarm, and updating the velocity according to Equation (4-31) and Equation (4-32).
(8) Determining termination of the algorithm; terminating iteration when it reaches maximum iteration times or the fitness value reaches an expected error.
(9) Survival of the optimum solution; when the iteration is terminated, a weight and a threshold corresponding to a global weight is an optimum solution for a training sample; and
(10) Performing learning by substituting the optimum solution into the BP neural network model, for anticipating a failure rate.
III. Making a Condition-Based Repair Decision for the Bogie Based on Cost Optimization Proportional Risk Model;
In a proportional risk model, it is assumed that, the system failure times conform to a Non-homogeneos Poisson Process (NHPP), within a given time t, the system failure times are represented by N(t), and the system failure risk function equation is as shown in the following Equation (5-1):
In the above equation, Z(t) is an inspection quantity of concomitant variables when the system runs to the time t.
For the NHPP, it satisfies an equation as follows:
In the above equation, Ht(Δt) is mean system failure times within the time [t,t+Δt].
The NHPP benchmark risk functions mainly include three types, that is, an exponential distribution, a Gumbel distribution, and a Weibull distribution, as shown in Equations (5-3) to (5-5).
v0=α (5-3)
v
0=αexp(γt) (5-4)
v
0
=αγt
γ−1 (5-5)
During failure, the benchmark risk function for a PHM model may be any one of the above three types of distributions, and PHM model is:
v(t|X(t))=v0exp(γTX(t)) (5-6)
The reliability function of the system after the time point t and the failure Probability Density Function of the system after the time point t are as shown in Equations (5-7) and (5-8):
R(t|X(t))=P{N(t+Δt)−N(t)=0|X(t)}=exp{−∫tt+Δtv(u|X(u))du} (5-7)
f(t|X(t))=−Rt(t)=v0exp(γTX(t))exp{−∫tt+Δrv(u|X(u))du} (5-8)
Steps for solving a whole-parameter PHM:
The whole-parameter PHM is under a situation that the benchmark risk function is known before hand (conforming to a certain distribution), and regression coefficients for a shape parameter, a scale parameter, and a concomitant variable of the benchmark function are estimated, so that the estimation of such parameters can reach a higher precision.
In terms of the project practice, the Weibull distribution function has been widely applied to the whole-parameter PHM benchmark risk function, which is briefly called Weibull PHM. The Weibull distribution is found by a Sweden Physicist, Waloddi Weibull, when searching material cracks. Then, the Weibull distribution has been widely applied by the scholars into service life data statistics and reliability research.
In the Weibull distribution, the shape parameter and the scale parameter respectively represent a changing trend of a failure rate and zooming in and zooming out of the coordinate dimension.
Specifically, the process of Weibull PHM modeling is mainly divided into four steps, which are shown as follows└62┘.
(1) -2LL Inspection
The -2LL inspection is a most commonly used method for inspecting whether a sample satisfies the Weibull distribution.
The Reliability Function for the Weibull distribution is:
The Failure Distribution Function is:
By means of taking the logarithm on two sides of Equation (5-10) twice, it obtains an Equation (5-11), as shown below.
As known from Equation (5-11), if the sample conforms to the Weibull distribution, there is a principle that a straight slope for function fitting between lnt and ln(−ln(R(t))) shall be larger than 1, and the straight slope is an estimated value for the shape parameter of the Weibull distribution. Meanwhile, the -2LL inspection is also the most direct way for observing whether a sample data conforms to the Weibull distribution or not.
(2) Constructing a Likelihood Function
The Weibull PHM is:
The reliability function of the system after the time point t and the failure Probability Density Function of the system at the time point t are respectively shown as follows:
The likelihood function is:
The likelihood function for the Weibull PHM is:
in which,
By means of taking the logarithm on two sides of Equation (5-16), a log-likelihood function for the Weibull PHM is obtained, as shown in an Equation (5-18).
(3) Solving a Maximum Likelihood Estimation of Each Parameter
The process for solving the maximum likelihood estimation is shown as follows.
It sets a vector formed by unknown parameters as:
θ=[θ1, θ2, . . . , θp+3]=[β, η, γ1, γ2, . . . , γp]
A vector formed by an one-order-partial derivative for each parameter is marked as G(θ)=gi(θ), in which
The log-likelihood function is respectively used for solving the one-order-partial derivative of each parameter under estimating, and setting the one-order-partial derivative as being equal to 0. Thus, the following equations are obtained:
By means of forming a simultaneous equation by using Equation (5-21) to Equation (5-23), it can obtain an estimated value of each unknown parameter.
(4) Obtaining a Result of the Maximum Likelihood Estimation
The estimated values {circumflex over (β)}, {circumflex over (η)}, {circumflex over (γ)} for each parameter under estimating is finally solved, and thus the following equation is obtained:
By means of the maximum likelihood estimation, the regression coefficients for the shape parameter, the scale parameter, and the concomitant variable of the Weibull distribution can be calculated, and then a benchmark risk function can be derived. Furthermore, the Reliability Function, the Cumulative Failure Distribution Function, and the failure Probability Density Function of the bogie system and so on can be obtained.
The calculation process for the minimum maintenance cost method is shown as follows:
The average maintenance cost in unit time is:
In the above equation, Cr indicates an average cost for replacing and returning for repair after failure, Cp indicates an average cost for preventive maintenance, Cp/Cr and indicates a ratio of the cost for preventive maintenance to the cost for replacing and returning for repair.
E(N(t|X(t))) indicates anticipated failure times in an inspection interval, and the following equation is satisfied:
E(N(t|X(t)))=H(t|X(t))=∫0texp(γ·X(t))d(u/η)β (5-29)
When the cost is at a minimum level, the failure rate function shall have a smallest slope. Then, a curve H(t)-t is depicted based on Equation (5-29), and then, a tangent line of the function is depicted passing the point (0, -Cp/Cr). The point corresponding to the point of tangency indicates an optimized maintenance interval where the cost is at the minimum level.
Determining the control limits for condition-based repair decision making; based on the obtained optimized interval, a failure time being most approximate to the optimized interval and its adjoint variable data are found out from the failure data, and thus, a failure rate threshold h* can be obtained, that is:
By taking the logarithm on two sides of Equation (5-30), the following equation is obtained:
Then, a draft is made by taking a working time t as an x-coordinate, and taking a value of
as a y-coordinate, which shows control limits corresponding to the maintenance thresholds. Then, corresponding γ·X(t) is calculated based on relevant adjoint variables monitored at a current running time point, and then, a corresponding point is depicted in the drawing. If the point is located below the curve, it indicates that it is located in a district of working well, and the vehicle can continue working. If the point is located above the curve, it indicates that it is located in a district of performance degradation, so that some maintenance measures shall be taken. If the point is located within a shadow district between the upper curve and the lower curve, it indicates that it is located in a critical district, so that this status shall be further monitored and tracked, and the condition-based repairing shall be considered.
In the case of analyzing a repairable system, as the running time is accumulated, the status of the repairable system is gradually deteriorated, as shown in
Different types of bogies have different performance indexes, for example, metro bogies use the same type of bogies. In this case, it is assumed that, the failure data for this type of bogies conforms to the same distribution, which is taken as sample data for modeling. Taking 32 pieces of failure data monitored during repairing as shown in Table 5-1 for example, a proportional risk model is adopted for conducting condition-based repair decision-making modeling. The concomitant variables of the model are selected as the failure rate and the safe operation days of each subsystem in the bogie, and an output of the model is a time between failures of the bogie system.
(I) Filtering of Concomitant Variables
There are a lot of concomitant variables that can affect the performance of the bogie system. During modeling for the bogie, the time between failures for the bogie is taken as an independent variable. The mainly considered concomitant variables include the failure rate and the safe operation days of the framework, the wheel set and axle box, the driving mechanism, the spring device, the basic brake device, and the connecting device when the bogie system is repaired, and so on. Then, a correlation analysis is performed on these concomitant variables, and then, a most significant concomitant variable is filtered to be included into the created proportional risk model.
(II) Proportional Risk Modeling
Firstly, it is inspected whether a service life period variable conforms to the Weibull distribution or not. Directed to the sample of time between failures, it is calculated by using the above inspection method, and then obtains a calculation result by using Minitab. As known from -2LL inspection method, a logarithmic curve chart between the time between failures t and the failure distribution function F(t) is approximately fitted into a straight line, and the time between failures conforms to the Weibull distribution. As seen from the adjusted A-D inspection quantity and a P value, the A-D statistics is 0.367, and the P Value is higher than 0.250, which indicates that the time between failures conforms to the Weibull distribution rule. Meanwhile, it is obtained that, in the Weibull distribution, the shape parameter β is 1.75488, and the scale parameter η is 47.76002.
In the proportional risk model for the bogie, the corresponding risk function is:
In the above equation, γ is a vector formed by each regression coefficient corresponding to the concomitant variable vector, and γ, similar to β and η, is also a parameter to be estimated.
Based on the proportional risk modeling steps mentioned above, each parameter under estimating is solved by the method of maximum likelihood estimation, according to the failure data samples for the bogie.
Based on the maximum likelihood estimation principle, first of all, the SPSS software is used to compare a correlation coefficient between the concomitant variables, which is shown in the following table. As known from Table 5-2, a higher correlation coefficient indicates that the variables are more closely correlated. Generally, during modeling, the concomitant variables with higher correlation coefficients need to be filtered out, and the concomitant variables with lower correlation coefficients are reserved, so that each variable has a higher independency.
By means of making comparison one by one, the closely correlated concomitant variables are filtered out, and then the concomitant variables actually used for modeling mainly include: the failure rate for the framework, the failure rate for the driving mechanism, the failure rate for the connecting device, and the safe operation days for the driving mechanism, the spring device, and the basic brake device, which are taken as the concomitant variables for being included when the modeling is conducted initially. Then, a concomitant variable filtering method is adopted for filtering the significant concomitant variables. Finally, the most significant concomitant variable that can reflect system failures is determined.
As seen from the result for filtering the significant concomitant variables in the proportional risk model, the failure rate for the wheel set and axle box, the spring device, and the connecting device and the safe operation days for the framework, the wheel set and axle box, the driving mechanism, the spring device, and the connecting device are filtered out because of lacking of significant effects, and finally, the following four concomitant variables, that is, the failure rate for the framework, the failure rate for the driving mechanism, the failure rate for the connecting device, and the safe operation days for the basic brake device are selected as being included into the model, and marked as X(t)={(x1(t), x2(t), x3(t), x4(t)}.
In the Weibull distribution, the shape parameter β is 1.75488, and the scale parameter η is 47.76002, so that a corresponding cumulative risk function curve for the system can be obtained as shown in
Since no exact relevant data is searched and collected, it is assumed that the ratio of the cost for preventive maintenance to the maintenance cost of returning for repairing Cp/Cr is 0.2└66┘, based on a general situation. Then, in
By means of the maximum likelihood estimation, the shape parameter and the scale parameter of the Weibull distribution are obtained. Then, the regression coefficients are filtered with reference to concomitant variables. Finally, the system risk function is:
In the above equation, x1, x2, x3, and x4 are respectively corresponding to the failure rate for the framework, the failure rate for the driving mechanism, the failure rate for the connecting device, and the safe operation days for the basic brake device.
After it is obtained by calculation that the optimized maintenance interval with the minimum cost is 27 days, the failure time being most approximate to 27 days is found from the failure data, that is 24 days and 29 days respectively. Thus, the failure rate and the threshold h* are respectively solved as 0.248 and 0.340. Then, by means of Equation (5-31), an upper control limit and a lower control limit for the condition-based repair decision making are calculated, as shown in
During the actual decision making process, an upper line in
In order to authenticate the validity of the model, the failure rate for the framework, the driving mechanism, and the connecting device, and the safe operation days for the basic brake device, respectively anticipated by using, the subsequent 15 groups of data, are taken as an input, and then, the maintenance suggestions analyzed by using the PHM model are compared with the actual maintenance situations, as shown in Table 5-3.
In the above table, x1, x2, x3, and x4 are respectively the failure rate for the framework, the failure rate for the driving mechanism, the failure rate for the connecting device, and the safe operation days for the basic brake device anticipated by using PSO-BP.
As known from
Number | Date | Country | Kind |
---|---|---|---|
201410431294.3 | Aug 2014 | CN | national |
Filing Document | Filing Date | Country | Kind |
---|---|---|---|
PCT/CN2014/093080 | 12/5/2014 | WO | 00 |