Methods and apparatus for providing alarm notification
A method for indicating an alarm condition in an industrial process includes measuring a parameter of the industrial process that varies over time and determining at least one parameter limit as a function of the parameter and also varying over time. The method further includes comparing the parameter to the parameter limit or limits and indicating an alarm condition when the parameter is outside of a bound set by the parameter limit or limits when the parameter is compared to the parameter limit or limits.
Latest General Electric Patents:
- COOLING SYSTEMS
- APPARATUSES AND METHODS FOR POWER CONTROL FOR WIND TURBINES
- System and method for using baseload power of reserve GT system for improving GT emissions or grid stability
- Electrically driven distributed propulsion system
- Systems and methods for protocol recommendations in medical imaging
This invention relates generally to methods and apparatus that provide automatic notification of machine malfunctions.
Operators of significant equipment or processes need warning of equipment or process malfunction. Such equipment can include machinery in power plants, oil refineries, pipeline pumping stations, manufacturing facilities, and any other appropriate applications. Known threshold-based alarms can be used, and such alarms provide an operator to use remedial tools and procedures to correct malfunction conditions. However, alarms based on parameter thresholds may not be timely enough to allow an operator to use such tools and procedures optimally in all conditions.
BRIEF DESCRIPTION OF THE INVENTIONSome configurations of the present invention therefore provide a method for indicating an alarm condition in an industrial process. The method includes measuring a parameter of the industrial process that varies over time and determining at least one parameter limit as a function of the parameter and also varying over time. The method further includes comparing the parameter to the parameter limit or limits and indicating an alarm condition when the parameter is outside of a bound set by the parameter limit or limits when the parameter is compared to the parameter limit or limits.
Also, some configurations of the present invention provide an apparatus for indicating an alarm condition in an industrial process. The apparatus includes a sensor configured to measure a parameter of the industrial process, a data acquisition system, and a computer. The apparatus is configured to measure a time-varying parameter of the industrial process and determine at least one parameter limit that is a function of the parameter and also varies over time. The apparatus is further configured to compare the parameter to the parameter limit or limits and indicate an alarm condition when the parameter is outside a bound set by the parameter limit or limits when the parameter is compared to the parameter limit or limits.
In addition, some configurations of the present invention provide a medium having machine-readable instructions recorded thereon that are configured to instruct a computer to input a sensed, time-varying parameter of an industrial process, determine at least one parameter limit as a function of the parameter and also varying over time. The instructions also are configured to instruct a computer to compare the parameter to the parameter limit or limits, and indicate an alarm condition when the parameter is outside of a bound set by the parameter limit or limits when the parameter is compared to the parameter limit or limits.
In yet another aspect of the present invention, there is provided a method for indicating an alarm condition in an industrial process. The method includes measuring a time-varying parameter of the industrial process, latching the parameter and buffering the latched parameter in a FIFO (first-in, first-out) buffer, and determining statistical functions of values of the buffered parameter stored in the FIFO buffer. The method further includes utilizing the determined statistical functions to determine one or more alert limits, comparing value of the parameter to the one or more alert limits; and indicating an alarm dependent upon the parameter being outside a bound set by the one or more alert limits.
Furthermore, some configurations of the present invention provide an apparatus for indicating an alarm condition in an industrial process. The apparatus is configured to latch a varying parameter value of the industrial process and buffer successive latched parameter values in a FIFO (first-in, first-out) buffer, determine statistical functions of values of the buffered parameter stored in the FIFO buffer, and utilize the determined statistical functions to determine one or more alert limits. The apparatus is further configured to compare value of the parameter to the one or more alert limits, and indicate an alarm dependent upon the parameter being outside a bound set by the one or more alert limits.
Some configurations of the present invention provide a medium having recorded thereon machine-readable instructions configured to instruct a computer to latch a varying parameter value of an industrial process and buffer successive latched parameter values in a FIFO (first-in, first-out) buffer and determine statistical functions of values of the buffered parameter stored in said FIFO buffer. The instructions are also configured to instruct a computer to utilize the determined statistical functions to determine one or more alert limits, compare value of the parameter to the one or more alert limits, and indicate an alarm dependent upon the parameter being outside a bound set by the one or more alert limits.
Configurations of the present invention allow early notification in accordance with behavior that might not trip a conventional threshold based alarm system. Additionally, configurations of the present invention avoid inappropriate alarms that may occur with conventional alarm systems that are not cognizant of machine state (e.g., whether the machine is running or not).
A technical effect of some configurations of the present invention is to track a measurand (e.g., vibration magnitude or phase) and, using the measurand, generate a result or raise an alarm when one or more configurable criteria are met (e.g., a statistically defined step change of the measurand). An additional technical effect of the present invention is to provide one or more time based criteria to qualify the data before raising an alarm. Some configurations permit a user to add additional preconditions to the rule to qualify data before raising an alarm. As used herein, a “measurand” is a measurable parameter of an industrial process.
In some configurations 10 of the present invention and referring to
Step change rule module 24 is configured to track a “normal” variation of a parameter. A sudden change in this parameter will cause decision support software 22 to instruct computer 18 to raise an alarm indication. Alarm indication 18, in some configurations of the present invention, activates an audible or visual alarm device or a plurality or combination of alarm devices. Step change rule module 24 provides an upper and a lower bound for each parameter tracked by the one or more sensors 14. For example, one time-varying parameter is tracked utilizing limits D and E written as follows:
D=average(A)+B×std_dev(A)+C, and
E=average(A)−B×std_dev(A)−C,
where:
- A is a value associated with the parameter (for example, the parameter value itself, or a scaled and/or possibly offset value of the parameter), which in some configurations includes a sample delay;
- B is a constant multiplier;
- C is a constant added to prevent a width of a window of acceptance between D and E from being narrowed to zero as a result of the standard deviation of A approaching or equaling zero;
- D is a time-varying upper acceptance limit; and
- E is a time-varying lower acceptance limit; also
- average(A) and std_dev(A) are the average value of A over time and a standard deviation of A over time, respectively.
The current (or, in some configurations, a delayed) sample A is compared to upper and lower limits D and E, respectively. If A is outside of these limits, computer 18 is instructed to raise a suitable alarm notification, such as a displayed or audible alarm. The displayed or audible alarm need not be located on computer 18 itself, but may be an alarm raised in a portion of or throughout a manufacturing or power generation plant, for example, depending upon the nature of the parameter A being measured. In some configurations, parameter A is buffered (i.e., delayed) by a few samples so that the limits do not open up immediately in response to a step change event, thus preventing a valid alarm condition from being triggered.
In some configurations of the present invention, the value of B is taken to be zero, i.e., there is no standard deviation term in the expressions for D or E.
In some configurations, the constant term C is zero, i.e., there is no constant term in the expressions for D or E.
In some configurations, the std_dev( ) function is replaced by another statistical measure of data variation. Replacement of the std_dev( ) function is considered appropriate in case of data that is not normally distributed.
In some configurations of the present invention, the constant B is set to 1. Also, in some configurations of the present invention, a one-sided alarm limit is provided, i.e., only either upper limit D or lower limit E is determined and/or used and alarms raised in accordance with only the one limit. And in some configurations of the present invention the Average( ) function is replaced with another statistical variable, for example, median( ) or mode( ).
Boundary D or E, or the combination of both, track a “normal” (in the sense of acceptable) variation of a parameter such as vibration, temperature, power output, or any of the examples of variable A listed above, or other parameters. Any sudden change will cause an alarm to be raised. Varying the size of a buffer used to determine averages (or other statistical variable) determines how quickly adjustment is made to level changes. Changing the value of B in various configurations affects the sensitivity of the alarm to individual sample variations. The constant C controls a minimum acceptable window size. Additionally, the sample rate (i.e., data collection frequency) affects alarm behavior in conjunction with sample delay (or sample buffer size), as the product of the sample rate and sample buffer size determines the time period represented by data in the buffer.
Early warnings of step changes in the characteristics of machine operation can be provided with some configurations of the present invention. For example, in some configurations of the present invention, an average and standard deviation of a set of values stored in a FIFO buffer of variable (configurable) length. An upper and lower bound is determined by adding and subtracting the standard deviation to the average value of the buffer. The standard deviation value may be further modified by a multiplier depending on application. A constant is also added to the standard deviation value to prevent the tolerance window going to zero when data is steady. An alarm is generated when the incoming value is outside of the tolerance bounds described above.
Thus, in some configurations 100 of the present invention and referring to
A value of the measured parameter is then compared to the one or more alert limits at module 110. If the parameter is outside a bound set by the one or more alert limits, an alarm may be raised by an alert signal. In some configurations, the alert signal directly controls one or more audible or visual alarm systems. In some configurations, an alarm is not raised unless a step change persists for a period of time, as determined by block 112. The length of time required for an alarm indication is configurable in some configurations of the present invention. Also, some configurations of the present invention also provide a severity level indication based on the persistence of the alarm using a severity level module 114.
In configurations in which parameter measurements are time-stamped, the time stamp information can be logged when an alarm indication is raised.
Some configurations of the present invention inhibit an alarm signal unless a sufficient number of valid samples of the parameter are held in buffer 106. Also, some configurations of the present invention utilize a value of a parameter latched by latch 104 rather than a current measurement in the test to determine whether the parameter is out of bounds.
Some configurations of the present invention do not include modules 112 and 114, in which case the “alert” signal is used to raise an alarm. Also, some configurations of the present invention do not include block 114, in which case, the signal labeled “persistence” is used to raise an alarm.
Software utilized to implement the flow chart of
The parameter or measurand may be any quantity of interest. Secondary configurable parameters can be applied in some configurations, including, for example, the value of the multiplier for the standard deviation, the value of the constant added to the standard deviation, the size of the buffer, and the sample rate of the buffer. A logical on/off measurement is the output of the rule, corresponding to the signal that raises the alarm. In some configurations, a quantitative severity indication may also be provided and either recorded or used to modulate or otherwise vary the alarm.
Configurations of the present invention can be used to alert machine operators far in advance of developing problems. Advantageously, configurations of the present invention trigger an alarm when a parameter changes in a statistically significant way rather than after a threshold level is crossed.
Configurations of the present invention can be used to provide early warning of problems with machinery in power plants, oil refineries, pipeline pumping stations, manufacturing facilities, and any other appropriate applications. A configurable buffer length in some configurations of the present invention allows tuning of the sensitivity to sudden spikes in parameter values. Some configurations of the present invention are suitable for use in providing alarms for data collected from nuclear reactor coolant pumps and drive turbines.
While the invention has been described in terms of various specific embodiments, those skilled in the art will recognize that the invention can be practiced with modification within the spirit and scope of the claims.
Claims
1. A method for indicating an alarm condition in an industrial process, said method comprising:
- measuring a parameter of the industrial process, said parameter varying over time;
- determining at least one parameter limit, said at least one parameter limit being a function of said parameter and varying over time;
- buffering said parameter;
- comparing, using a time-delayed value of said parameter, said parameter to said at least one parameter limit; and
- indicating an alarm condition when said parameter is outside of a bound set by said at least one parameter limit at a time when said parameter is compared to said at least one parameter limit.
2. A method in accordance with claim 1 wherein said at least one parameter limit comprises an upper limit and a lower limit.
3. A method in accordance with claim 2 wherein said upper limit is an average value of the parameter plus a predetermined constant multiple of a standard deviation of the parameter, and said lower limit is the average value of the parameter minus the predetermined constant multiple of the standard deviation of the parameter.
4. A method in accordance with claim 2 wherein said upper limit is an average value of the parameter plus a predetermined first constant plus a predetermined second constant multiple of a standard deviation of the parameter, and said lower limit is the average value of the parameter minus the predetermined first constant plus the predetermined second constant multiple of the standard deviation of the parameter.
5. A method in accordance with claim 2 wherein said upper limit is an average value of the parameter plus a predetermined constant and said lower limit is an average value of the parameter minus a predetermined constant.
6. A method in accordance with claim 2 wherein said upper limit and said lower limit are functions of a median value of said parameter.
7. A method in accordance with claim 2 wherein said upper limit and said lower limit are functions of a mode of sampled values of said parameter.
8. A method in accordance with claim 1 wherein the industrial process includes at least one apparatus selected from the group consisting of a gas turbine engine, a steam turbine, an electric generator, an electric motor, a pump, a gearbox, and bearings, and said parameter is selected from the group consisting of pressure, temperature, position, acceleration, velocity, power, current, and fluid flow.
9. An apparatus for indicating an alarm condition in an industrial process, said apparatus comprising a sensor configured to measure a parameter of the industrial process, a data acquisition system, and a computer, said apparatus configured to:
- measure a parameter of the industrial process, said parameter varying over time;
- determine at least one parameter limit, said at least one parameter limit being a function of said parameter and varying over time;
- buffer said parameter;
- compare, using a time-delayed value of said parameter, said parameter to said at least one parameter limit; and
- indicate an alarm condition when said parameter is outside of a bound set by said at least one parameter limit at a time when said parameter is compared to said at least one parameter limit.
10. An apparatus in accordance with claim 9 wherein said at least one parameter limit comprises an upper limit and a lower limit.
11. An apparatus in accordance with claim 10 wherein said upper limit is an average value of the parameter plus a predetermined constant multiple of a standard deviation of the parameter, and said lower limit is the average value of the parameter minus the predetermined constant multiple of the standard deviation of the parameter.
12. An apparatus in accordance with claim 10 wherein said upper limit is an average value of the parameter plus a predetermined first constant plus a predetermined second constant multiple of a standard deviation of the parameter, and said lower limit is the average value of the parameter minus the predetermined first constant plus the predetermined second constant multiple of the standard deviation of the parameter.
13. An apparatus in accordance with claim 10 wherein said upper limit is an average value of the parameter plus a predetermined constant and said lower limit is an average value of the parameter minus a predetermined constant.
14. An apparatus in accordance with claim 10 wherein said upper limit and said lower limit are functions of a median value of said parameter.
15. An apparatus in accordance with claim 10 wherein said upper limit and said lower limit are functions of a mode of sampled values of said parameter.
16. An apparatus in accordance with claim 10 wherein the industrial process includes at least one apparatus selected from the group consisting of a gas turbine engine, a steam turbine, an electric generator, an electric motor, a pump, a gearbox, and bearings, and said parameter is selected from the group consisting of pressure, temperature, position, acceleration, velocity, power, current, and fluid flow.
17. A medium having machine-readable instructions recorded thereon that are configured to instruct a computer to:
- input a sensed parameter of an industrial process, said parameter varying over time;
- determine at least one parameter limit, said at least one parameter limit being a function of said parameter and varying over time;
- buffer said parameter;
- compare, using a time-delayed value of said parameter, said parameter to said at least one parameter limit; and
- indicate an alarm condition when said parameter is outside of a bound set by said at least one parameter limit at a time when said parameter is compared to said at least one parameter limit.
18. A medium in accordance with claim 17 wherein said at least one parameter limit comprises an upper limit and a lower limit.
19. A medium in accordance with claim 18 wherein said upper limit is an average value of the parameter plus a predetermined constant multiple of a standard deviation of the parameter, and said lower limit is the average value of the parameter minus the predetermined constant multiple of the standard deviation of the parameter.
20. A medium in accordance with claim 18 wherein said upper limit is an average value of the parameter plus a predetermined first constant plus a predetermined second constant multiple of a standard deviation of the parameter, and said lower limit is the average value of the parameter minus the predetermined first constant plus the predetermined second constant multiple of the standard deviation of the parameter.
21. A medium in accordance with claim 18 wherein said upper limit is an average value of the parameter plus a predetermined constant and said lower limit is an average value of the parameter minus a predetermined constant.
22. A medium in accordance with claim 18 wherein said upper limit and said lower limit are functions of a median value of said parameter.
23. A medium in accordance with claim 18 wherein said upper limit and said lower limit are functions of a mode of sampled values of said parameter.
24. A medium in accordance with claim 17 wherein the industrial process includes at least one apparatus selected from the group consisting of a gas turbine engine, a steam turbine, an electric generator, an electric motor, a pump, a gearbox, and bearings, and said parameter is selected from the group consisting of pressure, temperature, position, acceleration, velocity, power, current, and fluid flow.
25. A method for indicating an alarm condition in an industrial process, said method comprising:
- measuring a parameter of the industrial process, said parameter varying over time;
- latching said parameter and buffering said latched parameter in a FIFO (first-in, first-out) buffer;
- determining statistical functions of values of said buffered parameter stored in said FIFO buffer;
- utilizing said determined statistical functions to determine one or more alert limits;
- comparing value of the parameter to said one or more alert limits; and
- indicating an alarm dependent upon said parameter being outside a bound set by the one or more alert limits.
26. A method in accordance with claim 25 wherein said comparing the value of the parameter to said one or more alert limits comprises comparing a present value of the parameter to the alert limits.
27. A method in accordance with claim 25 wherein said comparing the value of the parameter to said one or more alert limits comprises comparing a latched value of the parameter to the alert limits.
28. A method in accordance with claim 25 wherein said indicating an alarm dependent upon said parameter being outside a bound set by the one or more alert limits further comprises determine whether the parameter is outside said bound for a sufficiently long time to indicate an alarm.
29. A method in accordance with claim 28 further comprising indicating a severity level of the alarm, the severity level being dependent upon the length of time the parameter is outside said bound.
30. A method in accordance with claim 25 wherein said comparing the value of the parameter to said one or more alert limits further comprises inhibiting an alarm if a valid sample count of parameter values buffered in the FIFO is less than a predetermine value.
31. An apparatus for indicating an alarm condition in an industrial process, said apparatus configured to:
- latch a varying parameter value of the industrial process and buffer successive latched parameter values in a FIFO (first-in, first-out) buffer;
- determine statistical functions of values of said buffered parameter stored in said FIFO buffer;
- utilize said determined statistical functions to determine one or more alert limits;
- compare value of the parameter to said one or more alert limits; and
- indicate an alarm dependent upon said parameter being outside a bound set by the one or more alert limits.
32. An apparatus in accordance with claim 31 wherein to compare the value of the parameter to said one or more alert limits, said apparatus is configured to compare a present value of the parameter to the alert limits.
33. An apparatus in accordance with claim 31 wherein to compare the value of the parameter to said one or more alert limits, said apparatus is configured to compare a latched value of the parameter to the alert limits.
34. An apparatus in accordance with claim 31 wherein to indicate an alarm dependent upon said parameter being outside a bound set by the one or more alert limits, said apparatus is further configured to determine whether the parameter is outside said bound for a sufficiently long time to indicate an alarm.
35. An apparatus in accordance with claim 34 further configured to indicate a severity level of the alarm, the severity level being dependent upon the length of time the parameter is outside said bound.
36. An apparatus in accordance with claim 31 wherein to compare the value of the parameter to said one or more alert limits, said apparatus is further configured to inhibit an alarm if a valid sample count of parameter values buffered in the FIFO is less than a predetermine value.
37. A medium having recorded thereon machine-readable instructions configured to instruct a computer to:
- latch a varying parameter value of an industrial process and buffer successive latched parameter values in a FIFO (first-in, first-out) buffer;
- determine statistical functions of values of said buffered parameter stored in said FIFO buffer;
- utilize said determined statistical functions to determine one or more alert limits;
- compare value of the parameter to said one or more alert limits; and
- indicate an alarm dependent upon said parameter being outside a bound set by the one or more alert limits.
38. A medium in accordance with claim 37 wherein to compare the value of the parameter to said one or more alert limits, said instructions are configured to instruct a computer to compare a present value of the parameter to the alert limits.
39. A medium in accordance with claim 37 wherein to compare the value of the parameter to said one or more alert limits, said instructions are configured to instruct a computer to compare a latched value of the parameter to the alert limits.
40. A medium in accordance with claim 37 wherein to indicate an alarm dependent upon said parameter being outside a bound set by the one or more alert limits, said instructions are further configured to instruct a computer to determine whether the parameter is outside said bound for a sufficiently long time to indicate an alarm.
41. A medium in accordance with claim 40 further having instructions recorded thereon that are configured to instruct a computer to indicate a severity level of the alarm, the severity level being dependent upon the length of time the parameter is outside said bound.
42. A medium in accordance with claim 37 wherein to compare the value of the parameter to said one or more alert limits, said instructions are further configured to instruct the computer to inhibit an alarm if a valid sample count of parameter values buffered in the FIFO is less than a predetermine value.
4180860 | December 25, 1979 | Driscoll et al. |
4403297 | September 6, 1983 | Tivy |
4738147 | April 19, 1988 | Tomlin |
4862142 | August 29, 1989 | Knight |
5089978 | February 18, 1992 | Lipner et al. |
5666325 | September 9, 1997 | Belser et al. |
5764509 | June 9, 1998 | Gross et al. |
5978525 | November 2, 1999 | Shu et al. |
5987398 | November 16, 1999 | Halverson et al. |
6181975 | January 30, 2001 | Gross et al. |
6414594 | July 2, 2002 | Guerlain |
6452493 | September 17, 2002 | Ma et al. |
6505475 | January 14, 2003 | Zugibe et al. |
6556957 | April 29, 2003 | Daumer |
6599028 | July 29, 2003 | Shu et al. |
6678635 | January 13, 2004 | Tovinkere et al. |
6684265 | January 27, 2004 | Graf |
7030746 | April 18, 2006 | Littrell et al. |
20010007085 | July 5, 2001 | Sugikawa |
20020010563 | January 24, 2002 | Ratteree et al. |
20020044325 | April 18, 2002 | Noguti |
20020072882 | June 13, 2002 | Kruger et al. |
20070050684 | March 1, 2007 | Takaoka et al. |
Type: Grant
Filed: Apr 19, 2004
Date of Patent: Jul 24, 2007
Patent Publication Number: 20050246593
Assignee: General Electric Company (Schenectady, NY)
Inventor: Nathan Bowman Littrell (Gardnerville, NV)
Primary Examiner: Marc Duncan
Attorney: Armstrong Teasdale LLP
Application Number: 10/827,201
International Classification: G06F 11/00 (20060101);