EP2132609A1 - Machine condition monitoring using discontinuity detection - Google Patents

Machine condition monitoring using discontinuity detection

Info

Publication number
EP2132609A1
EP2132609A1 EP08727053A EP08727053A EP2132609A1 EP 2132609 A1 EP2132609 A1 EP 2132609A1 EP 08727053 A EP08727053 A EP 08727053A EP 08727053 A EP08727053 A EP 08727053A EP 2132609 A1 EP2132609 A1 EP 2132609A1
Authority
EP
European Patent Office
Prior art keywords
condition signal
discontinuity
signal
condition
determining
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.)
Withdrawn
Application number
EP08727053A
Other languages
German (de)
French (fr)
Inventor
Claus Neubauer
Chao Yuan
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.)
Siemens Corp
Original Assignee
Siemens Corporate Research Inc
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 Siemens Corporate Research Inc filed Critical Siemens Corporate Research Inc
Publication of EP2132609A1 publication Critical patent/EP2132609A1/en
Withdrawn legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B23/00Testing or monitoring of control systems or parts thereof
    • G05B23/02Electric testing or monitoring
    • G05B23/0205Electric testing or monitoring by means of a monitoring system capable of detecting and responding to faults
    • G05B23/0218Electric testing or monitoring by means of a monitoring system capable of detecting and responding to faults characterised by the fault detection method dealing with either existing or incipient faults
    • G05B23/0224Process history based detection method, e.g. whereby history implies the availability of large amounts of data
    • G05B23/0227Qualitative history assessment, whereby the type of data acted upon, e.g. waveforms, images or patterns, is not relevant, e.g. rule based assessment; if-then decisions
    • G05B23/0232Qualitative history assessment, whereby the type of data acted upon, e.g. waveforms, images or patterns, is not relevant, e.g. rule based assessment; if-then decisions based on qualitative trend analysis, e.g. system evolution

Definitions

  • FIG. 3 depicts a graph of a condition signal and a trend analysis curve according to an embodiment of the present invention
  • the Kalman filter uses the observation model and the evolution model to infer x t and v t from all historical observation points yi, y 2 , ..., y t .
  • the value of x may be predicted at some future time. For example, the predicted value of x at future time t + ⁇ t is simply x t + ⁇ t • v t .
  • the success of Kalman filters rely on how accurate the evolution model fits the parameter values (e.g., as in signal 100) and, in particular, how accurate the approximation of the Taylor series is. However, in some cases, where there is discontinuity of x t , the evolution model described above is no longer a good approximation of x t and special treatment is needed as described below with respect to method 400 and FIGS. 3 and 4.
  • FIG. 6 is a schematic drawing of a computer 600 according to an embodiment of the invention.
  • Computer 600 may perform method steps of method 400.

Abstract

Condition signals of machines are observed and one or more discontinuities are detected in the condition signals. The discontinuities in the condition signals are compensated for (e.g., by applying a shifting factor to models of the signals) and trends of the compensated condition signals are determined. The trends are used to predict future fault conditions in machines. Kalman filters comprising observation models and evolution models are used to determine the trends. Discontinuity in observed signals is detected using hypothesis testing.

Description

Machine Condition Monitoring Using Discontinuity Detection
[0001] This application claims the benefit of U.S. Provisional Application No. 60/911 ,335 filed April 12, 2007, which is incorporated herein by reference.
BACKGROUND OF THE INVENTION
[0002] The present invention relates generally to machine condition monitoring and more particularly to trend analysis using discontinuity detection for machine condition prognosis.
[0003] Machine condition monitoring (MCM) is the process of monitoring one or more parameters of machinery, such that a significant change in the machine parameter(s) is indicative of a current or developing condition (e.g., failure, fault, etc.). Such machinery includes rotating and stationary machines, such as turbines, boilers, heat exchangers, etc. Machine parameters of monitored machines may be vibrations, temperatures, friction, electrical usage, power consumption, sound, etc., which may be monitored by appropriate sensors. The output of the sensors may be in the form of and/or be aggregated into a sensor signal or a similar signal.
[0004] Generally, a condition is a comparison of the machine parameter to a threshold. For example, a machine parameter value may be compared with an equality and/or inequality operator, such as <, =, >, ≠, ≡, ≤, >, etc., to a threshold value. Therefore, a condition signal is a signal based on the machine parameter values (e.g., a plurality of machine parameter values grouped as a discrete or continuous signal). Since machine sensor are subject to certain amounts of uncertainty, error, noise, and the like, condition signals are composed of an actual signal as well as some amount of noise.
[0005] Machine condition monitoring systems generally use a number of rules to define the machine parameters to be monitored and critical information (e.g., indicative of a condition change) about those machine parameters. In some cases, hundreds of sensors monitor and/or record these machine parameters. The output of the sensors (e.g., sensor signal, sensor estimate, sensor residue, etc.) may then be used as the input to one or more rules. Rules are used to detect faults, but must minimize improper indicators of faults (e.g., false alarms). In general, simple rules are constructed as indicative conditional logical operations (e.g., if-then statements). The input of a rule, the "if", is a condition as described above (e.g., if machine parameter A > threshold B) and the output of the rule, the "then", is a fault (e.g., then fault type 1).
[0006] Fault prognosis in MCM is used to predict the future parameter values and/or condition signal of a machine. That is, fault prognosis attempts to determine when a fault condition or other significant machine event will occur. Preventative maintenance or other action may be taken to prevent these faults.
[0007] Presently, machine condition monitoring fault prognosis relies on trend analysis of condition signals. Current and former machine parameter values are analyzed to determine a condition trend. The condition trend is determined by determining an equation, such as a polynomial equation, approximating the trend. Based on this trend analysis, a future condition of the machine may be determined. However, such basic trend analysis fails to account for discontinuities in condition signals. That is, current trend analysis in MCM is subject to falsely predicting trends and thus mistakenly predicting failure times.
[0008] Therefore, alternative methods are required to analyze trends and detect discontinuities in machine condition monitoring.
BRIEF SUMMARY OF THE INVENTION
[0009] The present invention provides methods and apparatus for machine condition monitoring and fault detection by detecting and compensating for discontinuities in observed signals. Condition signals of machines are observed and one or more discontinuities are detected in the condition signals. The discontinuities in the condition signals are compensated for (e.g., by applying a shifting factor to models of the signals) and trends of the compensated condition signals are determined. The trends are used to predict future fault conditions in machines.
[0010] In some embodiments, Kalman filters comprising observation models and evolution models are used to determine the trends. Discontinuity in observed signals is detected using hypothesis testing. A probability of a discontinuity in the condition signal and conditional probability of the actual condition signal given the observed condition signal is determined. Shifting factors and conditional probabilities of the actual signal given the received condition signal and the shifting factors are iteratively determined until a maximum of the conditional probabilities of the actual signal given the received condition signal and the shifting factors is achieved. A first discontinuity evaluation is calculated by multiplying the probability of no discontinuity in the condition signal with the conditional probability of the actual condition signal given the received condition signal. Similarly, a second discontinuity evaluation is calculated by multiplying the probability of a discontinuity in the condition signal with the conditional probability of the actual condition signal given the received condition signal. Finally, a discontinuity in the condition signal is indicated only if the second discontinuity evaluation is greater than the first discontinuity evaluation.
[0011 ] These and other advantages of the invention will be apparent to those of ordinary skill in the art by reference to the following detailed description and the accompanying drawings.
BRIEF DESCRIPTION OF THE DRAWINGS
[0012] FIG. 1 depicts a graph of a condition signal;
[0013] FIG. 2 depicts a graph of a condition signal and a prior art trend analysis curve;
[0014] FIG. 3 depicts a graph of a condition signal and a trend analysis curve according to an embodiment of the present invention;
[0015] FIG. 4 is a flowchart of a method of machine condition monitoring according to an embodiment of the present invention;
[0016] FIG. 6 is a diagram of a machine condition monitoring system according to an embodiment of the present invention; and
[0017] FIG. 6 is a schematic drawing of a computer.
DETAILED DESCRIPTION
[0018] The present invention generally provides methods and apparatus for accurately predicting faults in machine condition monitoring using discontinuity detection. Though discussed herein as a method of machine condition monitoring and trend analysis of condition signals therefore, one of skill in the art will recognize that the herein described discontinuity detection in trend analysis is not limited to machine condition monitoring and may be extended to any appropriate system requiring discontinuity detection in signals. Thus, the present invention may be applied in any appropriate forecasting methods or algorithms, such as weather forecasting, social and/or behavioral patterns, architecture, etc. [0019] FIGS. 1-3 depict signals (e.g. condition signals, machine condition signals, etc.) used in machine condition monitoring. These signals may be representative of machine parameter values acquired by one or more sensors of a machine. Though represented as graphs of signals, it is understood that the graphs are representative of the actual acquired (e.g., measured, etc.) signals to be analyzed. For purposes of illustration of an embodiment of the present invention, the same signal is depicted in FIGS. 1-3. FIG. 1 provides an overview of the condition signal 100 and certain features related to it; FIG. 2 shows a prior art method of trend analysis; FIG. 3 depicts trend analysis according to an embodiment of the present invention.
[0020] FIG. 1 depicts a graph of a condition signal 100. Condition signal 100 may be a condition signal indicative of current machine conditions. For example, condition signal 100 may be temperature measurements for a particular machine. In MCM, that machine may be subject to a threshold rule, such as: "If temperature > 14, then temperature fault." That is, when the measured temperature exceeds a threshold 102 (e.g., exceeds 14), a fault condition is reached. This may indicate failure of the machine, required maintenance, or the like. As discussed above, it is desirable to predict when the input of the rule is true and a fault is output (e.g., when the condition signal 100 crosses threshold 102).
[0021] Condition signal 100 may have one or more discontinuities 104 (e.g., shifts). In the example of FIGS. 1-3, condition signal 100 has a discontinuity 104 of approximately magnitude 10 approximately between the 80th and 120th parameter values (e.g., at times (t) 80 and 100). However, since condition signal 100 did not reach threshold 102 (e.g., did not exceed 14), no alarms, faults, or fault conditions should be given and/or indicated. As discussed herein, "discontinuities" or shifts are similar to, but distinct from, jump-type discontinuities in mathematics. Condition signal 100 is a continuous signal with distinct parameter values at each time t. In the context of the present invention, discontinuities are rapid and dramatic shifts of the parameter values of the condition signal that, when modeled, result in significant changes to the equation of the estimate of the condition signal that reveal as false trends. In other words, any condition signal varying more rapidly than what the evolution model describes can be viewed as having a discontinuity.
[0022] FIG. 2 depicts a conventionally analyzed graph of condition signal 100. That is, the graph of condition signal 100 as shown in FIG. 1 is superimposed with a prior art trend analysis curve 202. By determining an equation for or otherwise modeling trend analysis curve 202, a prediction may be made as to when the measured temperature will exceed threshold 102.
[0023] Beginning at approximately the 200th parameter value, condition signal 100 exhibits a substantially linear trend 204 tending upward toward threshold 102 (not shown in FIG. 2). However, since the discontinuity 104 does not cause condition signal 100 to exceed threshold 102 (e.g., discontinuity 104 is an unexplained, but inconsequential spike in temperature), trend analysis should not show a trend between approximately the 80th and 120th parameter values. Rather, the trend analysis curve 202 should only show trend 204 after approximately the 200th parameter value.
[0024] Conventional trend analysis fits polynomial curves to the incoming signal (e.g., condition signal 100) to determine a trend analysis curve 202. Kalman filters have been widely used in such trend analysis. As is known, Kalman filters are recursive filters that estimate the state of a dynamic system from a series of incomplete and/or noisy measurements. These Kalman filters have an observation model and an evolution model. The observation model can be described by yt = xt + ut, where yt is the observed condition signal 100, Xt (e.g., trend analysis curve 202) is the actual signal (e.g., actual signal component of observed condition signal 100) or an estimate of actual signal (e.g., the signal indicative of the "real" or "perfect" parameter values), and ut is a Gaussian noise component of condition signal 100. The evolution model
can then be described as
(e.g., velocity) of xt, Δt is a time resolution, and wt is a Gaussian noise vector to compensate for any uncertainty (e.g., error) of the evolution model.
[0025] In operation, the parameters of both ut and wt may be preset (e.g., by a user) and/or learned from training data. The evolution model describes how current actual signal xt and current derivative vt are related to their last time interval values xt-i and vt-i. Of course, higher order derivatives of xt may be included in the evolution model, which represent the second order derivative of Xt (e.g., acceleration), the third order derivative of xt (e.g., jerk), etc. Higher order derivatives are not included herein for illustration simplicity.
[0026] Using the observation model and the evolution model, the Kalman filter infers xt and vt from all historical observation points yi, y2, ..., yt. Once the estimates of x and v at time t are available, the value of x may be predicted at some future time. For example, the predicted value of x at future time t + Δt is simply xt + Δt • vt.
[0027] The current xt is approximated by its first order Taylor series: xt = xt-i + Δt • vt + an error term. The current vt is approximated by its zero-order Taylor series: vt = vt-1 + an error term. The success of Kalman filters rely on how accurate the evolution model fits the parameter values (e.g., as in signal 100) and, in particular, how accurate the approximation of the Taylor series is. However, in some cases, where there is discontinuity of xt, the evolution model described above is no longer a good approximation of xt and special treatment is needed as described below with respect to method 400 and FIGS. 3 and 4.
[0028] The conventional Kalman filter as described herein produces the trend analysis curve 202 (e.g., an estimate of xt) as shown in FIG. 2. Trend analysis curve 202 shows the linear trend 204 after approximately the 200th parameter value. However, trend analysis curve 202 mistakenly shows two trends 206 and 208 around approximately the 80th data point and approximately the 120th data point, respectively, which consequently leads to a false alarm, an improper trigger of a rule, an incorrect fault, etc. That is, if a prediction of a fault is made using trend analysis curve 202, the trend 206 will lead to the incorrect conclusion that a fault will occur at approximately the 120th parameter value (e.g., time record, etc.).
[0029] FIG. 3 depicts a graph of condition signal 100 and improved trend analysis curve 302. That is, the graph of condition signal 100 as shown in FIGS. 1 and 2 is superimposed with a trend analysis curve 302 determined according to the method described below with respect to FIG. 4. Similar to the trend analysis curve 202 described above with respect to FIG. 2, by determining an equation for or otherwise modeling trend analysis curve 302, a prediction may be made as to when the measured temperature will exceed threshold 102. However, the improved trend analysis curve 302 predicts and accounts for shift 104 without erroneous trends 206 and 208 of FIG. 2. Trend analysis curve 302 improves upon prior trend analysis curve 202 because trend analysis curve 302 will not produce a false positive (e.g., false trend 206) and consequent fault prediction (e.g., threshold 102 crossing).
[0030] FIG. 4 is a flowchart of a method 400 of machine condition monitoring. In at least one embodiment, method steps of method 400 may be used to predict and/or detect fault conditions. An MCM computer, such as the computer 600 described below with respect to FIG. 6, may be used to predict and/or detect faults in machines. As discussed above, method 400 may be applied broadly to any system requiring trend analysis, though it is described below with respect to MCM and FIGS. 1 -3 for hermeneutical simplicity. The method begins at step 402.
[0031] In step 404, a condition signal (e.g., condition signal 100) is received. The condition signal may be one or more parameter values received from one or more sensors at a machine. That is, the condition signal may be an actual observed signal as described above with respect to FIGS. 1-3.
[0032] In step 406, a test is performed to determine if a discontinuity 104 is detected in the condition signal 100. The existence of a discontinuity 104 may be determined by performing hypothesis testing at each time interval.
[0033] Generally, a binary variable St denotes the event of a discontinuity at time t. If St = 1 , the discontinuity event occurs; if st = 0, the discontinuity event does not occur. The probability for such discontinuity event occurring is P(st = 1) = p. The probability p of a discontinuity event may be entered by a user, may be determined using historical data, may be determined using training data, may be approximated, and/or may be determined by any other appropriate method. In at least one embodiment, the discontinuity event probability p is set to 0.01 , indicating that a discontinuity event is unlikely to happen. Other appropriate probabilities p may be determined and/or used.
[0034] For hypothesis testing in step 406, H0 indicates a discontinuity event does not occur at time t. Ho may be determined using an evaluation function. The evaluation function for Ho is P(st = 0) • P(yt | Xt) where P(St = 0) = (1 - p) and P(yt | Xt) is the conditional probability of yt given the estimate xt from the Kalman filter described above. Conditional probability P(yt | xt) may be computed from the observation model described above and indicates how well the original Kalman filter fits the data (e.g., the condition signal 100).
[0035] Hi indicates a discontinuity event does occur at time t. The evaluation function for Hi is P(St = 1 ) • P(yt | Xt, mt) where mt is a shifting factor (e.g., a factor that shifts a portion of the trend analysis curve 302 such that the discontinuity 104 is accounted for). With shifting factor mt, the original evolution equation for original signal Xt becomes Xt = XM+ mt + Δt • vt + an error term. A maximum conditional probability P(yt I Xt, mt) may be determined by iteratively determining additional shifting factors and searching for the shifting factor mt which maximizes P(yt | xt, mt). Since P(yt | xt, mt) is a Gaussian probability density function, maximizing P(yt | xt, mt) is equivalent to
minimizing where σ is the preset or learned standard deviation of
2 observation noise. For each possible shifting factor mt, instead of the actual signal from the previous time (e.g., xt-i), the actual signal from the previous time and the current shifting factor (e.g., xt-i + mt) may be input into the Kalman filter, described above with respect to FIG. 2, and a new xtmay be computed.
[0036] A discontinuity event (e.g., discontinuity 104) is determined to have occurred (e.g., a discontinuity is detected) if P(st = 0) P(yt | xt) < P(st = 1) P(yt | xt) mt) and the method passes to step 408. If the evaluation function for a discontinuity event occurring (e.g., Hi) is not determined to be greater than the evaluation function for a discontinuity event not occurring (e.g., H0), a discontinuity event (e.g., discontinuity 104) is determined to have not occurred and the method 400 returns control to step 404 to continue to receive a condition signal 100 (e.g., to receive further parameter values). It should be noted that even if a high conditional probability P(yt | xtl mt) is realized by adjusting shifting factor mt, due to a small probability of a discontinuity event P(St = 1), Hi is generally not selected in the above-described hypothesis testing method step 406. This effectively reduces false positives (e.g., improper faults, false alarms, etc.).
[0037] In step 408, the discontinuity 104 is compensated for in the evolution model (e.g., in trend analysis curve 302). The discontinuity 104 may be compensated for by inserting a shifting factor into the evolution model. The shifting factor mitigates the effect of the discontinuity 104 on the overall trend. That is, in the example of FIGS. 1-3, a shift is added to account for the leading edge of discontinuity 104 and a shift is subtracted to account for the trailing edge of discontinuity 104 as is shown in FIG. 3. Thus, when the overall trend analysis curve 302 is determined, the discontinuity will be eliminated. As described above, mt is added to the evolution model: xt = XM+ mt + Δt • vt. In other words, a standard Kalman filter has an input of xt-i and outputs xt. In at least one embodiment of the present invention, the Kalman filter is input with xn+rrit and outputs Xt. Of course, other filters may be used as appropriate. For example, other estimation algorithms to denoise and estimate the true underlying signal may be used. A polynomial curve may be fit to the condition signal within a time window and this fit curve may be applied to predict future signals.
[0038] In step 410, a trend is determined. In at least one embodiment, the trend is trend analysis curve 302 of FIG. 3. The trend may be determined using a Kalman filter as described above. That is, discontinuity 104 may be compensated for by adding a shifting factor to the evolution model in step 408 and the Kalman filter may produce a model (e.g., trend analysis curve 302) of condition signal 100.
[0039] In some embodiments, the trend analysis curve 302 may be used to predict one or more fault conditions in step 412. In other words, one or more future fault conditions may be calculated using trend analysis curve 302. In at least one embodiment, the fault condition is indicative of a parameter value (e.g., a part of condition signal 100) exceeding a threshold (e.g., threshold 102). The fault condition may be predicted at a specific time or range of times based at least in part on the trend of the compensated condition signal determined in step 410. In alternative embodiments, the trend analysis curve 302 may be output to a user (e.g., via I/O devices 610, described below with respect to FIG. 6) and the user may predict a future fault.
[0040] The method ends at step 414.
[0041] FIG. 5 depicts a machine condition monitoring system 500 according to an embodiment of the present invention. Machine condition monitoring (MCM) system 500 may be used in both trend analysis, as described above with respect to method 400 of FIG. 4 and FIG. 3, and general machine condition monitoring. MCM system 500 monitors one or more machines 502, each having one or more sensors 504. The output of sensors 504 is received at a trend analysis computer 506, which analyzes trends in signals (e.g., condition signal 100, etc.) output from sensors 104 as described above with respect to FIGS. 3 and 4.
[0042] Machines 502 may be any devices or systems that have one or more monitorable machine parameters, which may be monitored by sensors 504. Exemplary machines 502 include rotating and stationary machines, such as turbines, boilers, heat exchangers, etc.
[0043] Sensors 504 are any devices that measure quantities and convert the quantities into signals that can be read by an observer and/or by an instrument as is known. Sensors 504 may measure machine parameters of machines 502 such as vibrations, temperatures, friction, electrical usage, power consumption, sound, etc. The output of sensors 504 may be in the form of and/or aggregated into a condition signal (e.g., condition signal 100) as depicted in FIGS. 1-3.
[0044] In some embodiments, trend analysis computer 506 may be implemented on and/or in conjunction with one or more computers, such as computer 600 described below with respect to FIG. 6.
[0045] FIG. 6 is a schematic drawing of a computer 600 according to an embodiment of the invention. Computer 600 may perform method steps of method 400.
[0046] Computer 600 contains a processor 602 that controls the overall operation of the computer 600 by executing computer program instructions, which define such operation. The computer program instructions may be stored in a storage device 604 (e.g., magnetic disk, database, etc.) and loaded into memory 606 when execution of the computer program instructions is desired. Thus, applications for performing the herein-described method steps, such as discontinuity detection, fault detection, and machine condition monitoring, in method 400 are defined by the computer program instructions stored in the memory 606 and/or storage 604 and controlled by the processor 602 executing the computer program instructions. The computer 600 may also include one or more network interfaces 608 for communicating with other devices via a network. The computer 600 also includes input/output devices 610 (e.g., display, keyboard, mouse, speakers, buttons, etc.) that enable user interaction with the computer 600. Computer 600 and/or processor 602 may include one or more central processing units, read only memory (ROM) devices and/or random access memory (RAM) devices. One skilled in the art will recognize that an implementation of an actual controller could contain other components as well, and that the controller of FIG. 6 is a high level representation of some of the components of such a controller for illustrative purposes.
[0047] According to some embodiments of the present invention, instructions of a program (e.g., controller software) may be read into memory 606, such as from a ROM device to a RAM device or from a LAN adapter to a RAM device. Execution of sequences of the instructions in the program may cause the computer 600 to perform one or more of the method steps described herein, such as those described above with respect to method 400. In alternative embodiments, hard-wired circuitry or integrated circuits may be used in place of, or in combination with, software instructions for implementation of the processes of the present invention. Thus, embodiments of the present invention are not limited to any specific combination of hardware, firmware, and/or software. The memory 606 may store the software for the computer 600, which may be adapted to execute the software program and thereby operate in accordance with the present invention and particularly in accordance with the methods described in detail above. However, it would be understood by one of ordinary skill in the art that the invention as described herein could be implemented in many different ways using a wide range of programming techniques as well as general purpose hardware sub-systems or dedicated controllers.
[0048] Such programs may be stored in a compressed, uncompiled, and/or encrypted format. The programs furthermore may include program elements that may be generally useful, such as an operating system, a database management system, and device drivers for allowing the controller to interface with computer peripheral devices, and other equipment/components. Appropriate general purpose program elements are known to those skilled in the art, and need not be described in detail herein.
[0049] The foregoing Detailed Description is to be understood as being in every respect illustrative and exemplary, but not restrictive, and the scope of the invention disclosed herein is not to be determined from the Detailed Description, but rather from the claims as interpreted according to the full breadth permitted by the patent laws. It is to be understood that the embodiments shown and described herein are only illustrative of the principles of the present invention and that various modifications may be implemented by those skilled in the art without departing from the scope and spirit of the invention. Those skilled in the art could implement various other feature combinations without departing from the scope and spirit of the invention.

Claims

CLAIMS:
1. A method of machine condition monitoring comprising: receiving a condition signal; detecting a discontinuity in the condition signal; compensating for the discontinuity in the condition signal; and determining a trend of the compensated condition signal.
2. The method of claim 1 wherein the condition signal comprises an actual condition component and a noise component.
3. The method of claim 2 wherein detecting a discontinuity in the condition signal comprises:
(a) determining a probability of a discontinuity in the condition signal;
(b) determining a conditional probability of the actual condition signal given the received condition signal;
(c) determining a shifting factor;
(d) determining a conditional probability of the actual signal given the received condition signal and the shifting factor of (c);
(e) iteratively repeating (c) and (d);
(f) selecting a maximum of the conditional probabilities of the actual signal given the received condition signal and the shifting factors;
(g) determining a first discontinuity evaluation by multiplying the probability of no discontinuity in the condition signal with the conditional probability of the actual condition signal given the received condition signal;
(h) determining a second discontinuity evaluation by multiplying the probability of a discontinuity in the condition signal with the conditional probability of the actual condition signal given the received condition signal; and
(i) indicating a discontinuity in the condition signal only if the second discontinuity evaluation is greater than the first discontinuity evaluation.
4. The method of claim 2 further comprising: determining the actual condition signal with a Kalman filter.
5. The method of claim 4 wherein the Kalman filter comprises an observation model of the condition signal and an evaluation model of the condition signal and compensating for the discontinuity in the condition signal comprises: applying a shifting factor to the evolution model of the condition signal.
6. The method of claim 3 wherein compensating for the discontinuity in the condition signal comprises: applying to an evolution model of the condition signal the shifting factor corresponding to the maximum of the conditional probabilities of the actual signal given the received condition signal and the shifting factors to an evolution model of the condition signal.
7. The method of claim 1 further comprising: predicting a fault condition based at least in part on the determined trend of the compensated condition signal.
8. The method of claim 1 wherein detecting a discontinuity in the condition signal comprises: determining a shifting factor; conducting hypothesis testing based at least in part on the shifting factor to determine if a discontinuity in the condition signal exits.
9. A method of trend analysis comprising: receiving an observed signal; detecting a discontinuity in the observed signal; and compensating for the discontinuity in the observed signal by shifting a portion of a trend analysis curve.
10. The method of claim 9 further comprising: estimating an actual signal based on the observed signal using a Kalman filter.
11. The method of claim 9 wherein detecting a discontinuity in the condition signal comprises:
(a) determining a probability of a discontinuity in the observed signal;
(b) determining a conditional probability of an actual signal given the observed signal;
(c) determining a shifting factor;
(d) determining a conditional probability of the actual signal given the observed signal and the shifting factor of (c);
(e) iteratively repeating (c) and (d);
(f) selecting a maximum of the conditional probabilities of the actual signal given the observed signal and the shifting factors;
(g) determining a first discontinuity evaluation by multiplying the probability of no discontinuity in the actual signal with the conditional probability of the actual signal given the observed signal;
(h) determining a second discontinuity evaluation by multiplying the probability of a discontinuity in the actual signal with the conditional probability of the actual signal given the observed signal; and
(i) indicating a discontinuity in the condition signal only if the second discontinuity evaluation is greater than the first discontinuity evaluation.
12. The method of claim 9 wherein detecting a discontinuity in the observed signal comprises: determining a shifting factor; conducting hypothesis testing based at least in part on the shifting factor to determine if a discontinuity in the condition signal exits.
13. An apparatus for machine condition monitoring comprising: means for receiving a condition signal; means for detecting a discontinuity in the condition signal; means for compensating for the discontinuity in the condition signal; and means for determining a trend of the compensated condition signal.
14. The apparatus of claim 13 wherein the means for detecting a discontinuity in the condition signal comprises:
(a) means for determining a probability of a discontinuity in the condition signal;
(b) means for determining a conditional probability of an actual condition signal given the received condition signal;
(c) means for determining a shifting factor;
(d) means for determining a conditional probability of the actual signal given a received condition signal and a shifting factor;
(e) means for selecting a maximum conditional probability of the actual signal given a received condition signal and a shifting factor;
(f) means for determining a first discontinuity evaluation by multiplying the probability of no discontinuity in the condition signal with the conditional probability of the actual condition signal given the received condition signal;
(g) means for determining a second discontinuity evaluation by multiplying the probability of a discontinuity in the condition signal with the conditional probability of the actual condition signal given the received condition signal; and
(h) means for indicating a discontinuity in the condition signal only if the second discontinuity evaluation is greater than the first discontinuity evaluation.
15. The apparatus of claim 13 further comprising: a Kalman filter configured to determine an actual condition signal.
16. The apparatus of claim 15 wherein the Kalman filter has an observation model of the condition signal and an evaluation model of the condition signal and the means for compensating for the discontinuity in the condition signal comprises: means for applying a shifting factor to the evolution model of the condition signal.
17. The apparatus of claim 14 wherein the means for compensating for the discontinuity in the condition signal comprises: means for applying to an evolution model of the condition signal the shifting factor corresponding to the maximum conditional probability of the actual signal given a received condition signal and a shifting factor to an evolution model of the condition signal.
18. The apparatus of claim 13 further comprising: means for predicting a fault condition based at least in part on the determined trend of the compensated condition signal.
19. The apparatus of claim 13 wherein the means for detecting a discontinuity in the condition signal comprises: means for determining a shifting factor; means for conducting hypothesis testing based at least in part on the shifting factor to determine if a discontinuity in the condition signal exits.
20. A machine readable medium having program instructions stored thereon, the instructions capable of execution by a processor and defining the steps of: receiving a condition signal; detecting a discontinuity in the condition signal; compensating for the discontinuity in the condition signal; and determining a trend of the compensated condition signal.
21. The machine readable medium of claim 20 wherein the instructions for detecting a discontinuity in the condition signal further define the steps of:
(a) determining a probability of a discontinuity in the condition signal;
(b) determining a conditional probability of an actual condition signal given the received condition signal;
(c) determining a shifting factor;
(d) determining a conditional probability of the actual signal given the received condition signal and the shifting factor of (c);
(e) iteratively repeating (c) and (d);
(f) selecting a maximum of the conditional probabilities of the actual signal given the received condition signal and the shifting factors; (g) determining a first discontinuity evaluation by multiplying the probability of no discontinuity in the condition signal with the conditional probability of the actual condition signal given the received condition signal;
(h) determining a second discontinuity evaluation by multiplying the probability of a discontinuity in the condition signal with the conditional probability of the actual condition signal given the received condition signal; and
(i) indicating a discontinuity in the condition signal only if the second discontinuity evaluation is greater than the first discontinuity evaluation.
22. The machine readable medium of claim 20 wherein the instructions further define the step of: determining an actual condition signal with a Kalman filter.
23. The machine readable medium of claim 22 wherein the Kalman filter comprises an observation model of the condition signal and an evaluation model of the condition signal and the instructions for compensating for the discontinuity in the condition signal further define the step of: applying a shifting factor to the evolution model of the condition signal.
24. The machine readable medium of claim 21 wherein the instructions for compensating for the discontinuity in the condition signal further define the step of: applying to an evolution model of the condition signal the shifting factor corresponding to the maximum of the conditional probabilities of the actual signal given the received condition signal and the shifting factors to an evolution model of the condition signal.
25. The machine readable medium of claim 20 wherein the instructions further define the step of: predicting a fault condition based at least in part on the determined trend of the compensated condition signal.
26. The machine readable medium of claim 20 wherein the instructions for detecting a discontinuity in the condition signal further define the steps of: determining a shifting factor; conducting hypothesis testing based at least in part on the shifting factor to determine if a discontinuity in the condition signal exits.
EP08727053A 2007-04-12 2008-03-20 Machine condition monitoring using discontinuity detection Withdrawn EP2132609A1 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US91133507P 2007-04-12 2007-04-12
US12/077,255 US7949497B2 (en) 2007-04-12 2008-03-18 Machine condition monitoring using discontinuity detection
PCT/US2008/003717 WO2008127539A1 (en) 2007-04-12 2008-03-20 Machine condition monitoring using discontinuity detection

Publications (1)

Publication Number Publication Date
EP2132609A1 true EP2132609A1 (en) 2009-12-16

Family

ID=39494676

Family Applications (1)

Application Number Title Priority Date Filing Date
EP08727053A Withdrawn EP2132609A1 (en) 2007-04-12 2008-03-20 Machine condition monitoring using discontinuity detection

Country Status (4)

Country Link
US (1) US7949497B2 (en)
EP (1) EP2132609A1 (en)
CN (1) CN101657770B (en)
WO (1) WO2008127539A1 (en)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101251781B1 (en) * 2010-12-06 2013-04-08 현대자동차주식회사 Diagnostic Device including microphone
US8996334B2 (en) * 2011-03-02 2015-03-31 General Electric Company Method and system for analysis of turbomachinery
US8988238B2 (en) 2012-08-21 2015-03-24 General Electric Company Change detection system using frequency analysis and method
FR3011946B1 (en) * 2013-10-11 2016-07-08 Snecma MONITORING AN AIRCRAFT ENGINE TO ANTICIPATE MAINTENANCE OPERATIONS
CA2869487A1 (en) * 2013-10-30 2015-04-30 Syncrude Canada Ltd. In Trust For The Owners Of The Syncrude Project, As Such Owners Exist Now And In The Future Method for diagnosing faults in slurry pump impellers
US10037026B2 (en) 2014-09-25 2018-07-31 General Electric Company Systems and methods for fault analysis
DE102015009395B4 (en) * 2015-07-18 2020-06-25 Audi Ag Procedure for checking a tightening process
US11169899B2 (en) * 2019-04-15 2021-11-09 Toyota Motor Engineering & Manufacturing North America, Inc. Mitigating data offsets for machine learning

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4812995A (en) * 1987-05-19 1989-03-14 Girgis Adly A Adaptive Kalman Filtering in fault classification
US5629869A (en) 1994-04-11 1997-05-13 Abb Power T&D Company Intelligent circuit breaker providing synchronous switching and condition monitoring
US5951611A (en) 1996-11-18 1999-09-14 General Electric Company Diagnostic trend analysis
EP1242923B1 (en) 1999-10-28 2009-03-25 General Electric Company A process for the monitoring and diagnostics of data from a remote asset
US6502042B1 (en) * 2000-10-26 2002-12-31 Bfgoodrich Aerospace Fuel And Utility Systems Fault tolerant liquid measurement system using multiple-model state estimators
US7580812B2 (en) * 2004-01-28 2009-08-25 Honeywell International Inc. Trending system and method using window filtering
US7499777B2 (en) 2005-04-08 2009-03-03 Caterpillar Inc. Diagnostic and prognostic method and system
EP1818746A1 (en) * 2006-02-10 2007-08-15 ALSTOM Technology Ltd Method of condition monitoring

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See references of WO2008127539A1 *

Also Published As

Publication number Publication date
CN101657770B (en) 2011-12-07
US20080288213A1 (en) 2008-11-20
CN101657770A (en) 2010-02-24
US7949497B2 (en) 2011-05-24
WO2008127539A1 (en) 2008-10-23

Similar Documents

Publication Publication Date Title
US7949497B2 (en) Machine condition monitoring using discontinuity detection
US11521105B2 (en) Machine learning device and machine learning method for learning fault prediction of main shaft or motor which drives main shaft, and fault prediction device and fault prediction system including machine learning device
Niu et al. Intelligent condition monitoring and prognostics system based on data-fusion strategy
KR101903283B1 (en) Automatic diagnosis system and automatic diagnosis method
CN110197288B (en) Method for predicting residual service life of equipment under influence of faults
JP2004524609A (en) Adaptive modeling of changing states in predictive state monitoring
CN112149860A (en) Automatic anomaly detection method and system
JP2004150439A (en) Method for determining failure phenomenon
JP6887361B2 (en) Monitoring target selection device, monitoring target selection method, and program
US11726469B2 (en) Error-based method for calculating a remaining useful life of an apparatus
EP2135144B1 (en) Machine condition monitoring using pattern rules
US20200272140A1 (en) Adaptive sequential probability ratio test to facilitate a robust remaining useful life estimation for critical assets
JP4922265B2 (en) Plant monitoring apparatus and plant monitoring method
JP5824333B2 (en) Stick-slip detection device and detection method
CN110858072B (en) Method and device for determining running state of equipment
EP3975077A1 (en) Monitoring device and method for segmenting different times series of sensor data points
CN116593811A (en) Integrated frequency converter running state monitoring system and monitoring method
Grainger et al. A parametric statistical approach to FDI for the industrial actuator benchmark
CN113544486B (en) Fault diagnosis system, fault prediction method, and computer-readable recording medium
US20230297095A1 (en) Monitoring device and method for detecting anomalies
JP7020565B2 (en) Process control equipment, process control method and process control program
CN111176931A (en) Operation monitoring method, operation monitoring device, server and storage medium
CN112581727A (en) Displacement drift early warning method, device, equipment and storage medium of bridge
CN112304417A (en) Removal of DC interference from vibration waveforms
JPH1031511A (en) Method and device for predicting abnormal fluctuation

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20090922

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MT NL NO PL PT RO SE SI SK TR

DAX Request for extension of the european patent (deleted)
RAP1 Party data changed (applicant data changed or rights of an application transferred)

Owner name: SIEMENS CORPORATION

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN

18D Application deemed to be withdrawn

Effective date: 20161001