A method and apparatus for monitoring and analysing signal data which uses a network model describing the system under investigation and a runtime agent for acquiring the signal data and accessing the model if an anomaly in the signal data is indicated. The network model describes events of interests and how the events relate to phenomena in the system. The network model is constructed using an object-oriented approach with: observations of the events of interests in the system; situations which describe possible underlying causes of the observations; and relations which specify the logical relationship between the observations and situations. The runtime agent is constructed with an object-oriented approach using observers which monitor the signal data and compute whether an anomaly in the incoming signal data exists. If an anomaly is identified, an "observation" is generated and the network model entered to analyse the observation and estimate a cause of the observation. The method and apparatus are applicable for interpreting phenomena in a wide variety of physical systems and have been exemplarily applied to monitoring the quality of oil well logging and laboratory material test sensor configurations.
|
13. An apparatus for monitoring and analysing signals from a system comprising:
means for acquiring a plurality of signals as digital values each indicative of phenomena in the system; observer means coupled to the acquiring means for testing at least one of said signal values for the presence of an anomaly in said at least one signal values and for generating an observation if an anomaly is detected; and network means containing a number of stored observations and situations linked by specified relationships, activatable if an anomaly is detected by the observer means, for retrieving other signal values and analyzing the observation and other signal values to output a situation as an explanation for the anomaly.
1. A method for monitoring and analyzing a plurality of signals from sensors in a system comprising the steps of:
providing an analysis network defining behavior and problem modes of the system; establishing one or more observers for each signal and defining criteria for each observer; monitoring a signal value with a corresponding observer and detecting when the signal value does not meet its defined criteria; reporting an observation from the detecting observer to the analysis network if said signal value does not meet its defined criteria; analyzing the observation with the network, including the substeps of invoking one or more additional observers, reporting signal values from each respective observer to the network, and determining whether said one or more additional observers meet respective defined criteria; and generating an explanation of the observation from the network.
2. The method according to
3. The method according to
4. The method according to
5. The method according to
6. The method according to
7. The method according to
8. The method according to
9. The method according to
10. The method according to
11. The method according to
12. The method according to
14. The apparatus according to
15. The apparatus according to
16. The apparatus according to
17. The apparatus according to
18. The apparatus according to
19. The apparatus according to
20. The apparatus according to
21. The apparatus according to
22. The apparatus according to
|
This application is a continuation in part of U.S. Ser. No. 128,658 filed Dec. 2, 1987 now, U.S. Pat. No. 4,939,648 (incorporated by reference) and the benefit of 35 U.S.C. Section 120 is claimed.
This invention relates to the field of knowledge based computer systems applied to monitor and analyse phenomena in a physical system. In particular the present invention describes a method and apparatus which monitors a physical system in near real time for anomalies, and upon detection of an anomaly, estimates an explanation of the anomaly.
As the next generation of knowledge-based or artificial intelligence systems begins to emerge, they will be characterized by their ability to deal directly with the real world environment rather than via a human intermediary. Among the more interesting classes of problems of this type are those that deal with the interpretation of observations of physical systems. Process monitoring and diagnostic systems are an important subclass. In these systems, a key aspect is to determine when an actual problem has taken place. While outright failures are relatively easy to detect; in many cases more subtle problems may be masked by artifacts of normal operation of the process being studied, its external environment, or the monitoring process itself. In order to detect these problems, it is often necessary to use detectors that are sensitive to a wide range of anomalous behavior and then use domain knowledge to classify the detected events into those that are truly problematical and those that do not require action.
The general problem area addressed by the present invention is monitoring systems that operate in a real-world environment via the analysis of signals generated within that environment with the objective of determining one or more properties of the system and/or environment. This analysis can take a variety of forms depending on the objectives of the monitoring system. In the simplest case, the objective might be to merely summarize the data into a more compact (symbolic) form. In slightly more complicated situations, the objective might be to determine, based on the signal data, the state of the external environment and how it changes over time. In the general case, the monitoring system may need to interact with and cause changes in the external environment in order to either change the behavior of the system under study or the monitoring process itself. The main aspects considered by the present invention are:
Signal interpretation-in which the objective is to infer the state of the external environment based on the sampled signal(s).
Multi-sensor fusion-in which the objective is to combine information from several different signal sources in order to arrive at a more complete description of the environment than could be determined from any individual sensor.
Anomaly detection-in which the objective is to determine whether the system under study is behaving in an anomalous manner.
Anomaly classification-in which the objective is to determine whether anomalous behavior is due to a problem in the system under study or is due to some artifact of the environment or monitoring process.
Problem diagnosis-in which the objective is to determine the cause of a problem in the system under study.
In a particular real world signal monitoring application, one or more of these aspects are typically present. For example, in industrial process control applications, problem detection and diagnosis aspects are usually both present. In many military applications, signal interpretation, and more increasingly, sensor fusion with the objective of threat identification or characterization are the key aspects.
The preferred embodiments disclosed herein address two specific problem areas. The first problem area relates to monitoring the performance of the tools used in wireline well logging. This problem is discussed in U.S. Pat. No. 4,939,648, incorporated by reference. The second problem area relates to monitoring the performance of the acquisition sensors used in a laboratory system for determining properties of materials. In both problem areas, the testing engineer wants to ensure that the tools or sensors are acquiring data properly. If, for example, the testing engineer noticed data acquired from a particular tool or sensor was unusual, the engineer would investigate further to attempt to determine the cause (if any) of the unusual data. Appropriate action might be taken-e.g. replacement of a defective tool or sensor, adjustment of controls, or a rerun of the data acquisition.
Many difficulties exist for the testing engineer attempting to monitor and analyse such tool or sensor performance. First, the engineer must recognise that unusual data is being acquired. Second, the engineer is dependent on his own knowledge to recognize that unusual data is being acquired and to generate an explanation for the unusual data. This can be a near impossible task in a system having multiple sensors, with perhaps multiple data channels, where the engineer's attention is more focused on a quantitative analysis of the data-particularly if the engineer's experience level is low.
The previous work related to these problem areas fall into two main categories: signal to symbol transformation and real time monitoring systems.
HEARSAY instituted the blackboard architecture to deal with the problem of real time speech understanding. In this application, the system dealt with a single source of a continuous signal (digitized speech). In HASP/SIAP, an ocean surveillance system, the same technique was extended to deal with multiple signal sources of the same general type (sonar arrays) and was also able to deal with "external knowledge" in the form of sighting reports. The Ventilation Manager (VM) was a system to monitor respiratory-assisted patient status using a series of discrete readings from a variety of different sensors. TRICERO, another blackboard-based system, was an airspace surveillance system which integrated a number of different data sources in assessing (potentially hostile) aircraft activities. TRICERO coordinated the operation of two separate subsystems, one which specialized in the interpretation of electronic emissions (ELINT) and the other which focused on voice communication data (COMINT).
The level of sophistication of the signal processing in these systems has ranged from the quite simple (knowledge-based bounds checking in VM) to more traditional algorithmic parameter estimation and extraction in HEARSAY and HASP/SIAP. All of the blackboard-based systems utilized their symbolic knowledge of the domain to refine their interpretations of the initial signal data, and in many cases used this knowledge to return to the signal data to extract additional information based on expectations that were derived from their symbolic analysis. These systems differ somewhat in their handling of erroneous or noisy data. VM used its knowledge of what readings were "reasonable" in a given situation in order to reject implausible values. Both HEARSAY and HASP/SIAP used a model-driven approach in which knowledge of the domain (vocabulary and syntax in the former, characteristic acoustic signatures in the latter) is used to prune unlikely or unrecognizable data elements from the search space. ELINT required signals from a particular radar emitter to persist over a number of sample intervals in order to eliminate "ghost images" from consideration.
Another aspect of a number of these systems that has received a lot of interest recently has been sensor fusion. HASP/SIAP reflected this approach in a rudimentary way by utilizing external information in the form of siting reports which were posted on an "expectation list" for use by other parts of the system. TRICERO addressed the problem more directly through the use of semi-autonomous "sub-experts" (ELINT and COMINT) for each kind of input with a correlation expert which arrived at the overall assessment of the external environment. Process monitoring systems such as the PICON applications and COOKER explicitly integrate information from many different sensors in arriving at their assessments and recommendations, but they differ from the preceding systems in that, due to the nature of the problem, they always know which readings are relevant to a particular situation and which are not. In the general case, it is still difficult to determine when it is appropriate to combine findings from several different kinds of sensors in arriving at an overall assessment of the situation.
As the processing power of symbolic computing systems has increased, and the tools available for building applications have matured, there has been an ever-increasing interest in applying these techniques to real world, real time problems. While all of the military applications discussed above were targeted at real time applications, the information published in the open literature implies that they have only been operated in simulated or off-line (playback) situations. This is also true for a number of industrial applications such as satellite power system control. There have been a number of real time advisory systems that have been installed in actual production environments. Among these are applications in the areas of refinery operations, and manufacturing batch processes. In these systems, the kinds of computations that are performed on their input data are typically quite simple, with range checking and simple numeric expressions being the norm.
In order to meet their hard real time constraints, they typically monitor only a small number of their potential inputs at any given time and request additional data only when pursuing a particular line of reasoning. Depending on the nature of the process control system they interface to, they may only be able to access data acquired after the time of the request rather than that which could have been acquired at the time of the triggering event. In many applications, this is perfectly reasonable, but there is a large class of applications where, due to the nature of the source of the signals, such historical information may no longer be available.
The deficiencies of the related art referenced above are largely solved by the method and apparatus of the present invention. Broadly speaking the method and apparatus of the present invention monitors a plurality of signals indicative of phenomena in the system under investigation. If a monitored signal value meets defined criteria-i.e. an "anomaly" is detected-then the method generates an explanation for the anomaly.
The method and apparatus of the present invention provide an analysis network in which the behavior and problem modes of the system are defined. Preferably, the network is constructed using object-oriented programming and reflects the real world behavior of the system as postulated by an expert in the system (i.e. "domain" expert). The method provides an "observer" for monitoring signals from the system and to test for the presence of an anomaly. If an anomaly is detected, then an "observation" is reported to the analysis network. Upon receiving an "observation" the analysis network consults additional observers to consider the signal values of these respective observers. Whether these additional observers meet their respective defined criteria guides the analysis in the network. The method generates an explanation of the "observation" based on this analysis.
In a preferred form the method and apparatus continuously operate a number of observers as detectors for anomalous behavior in their respective signals. Advantageously, the signals can be acquired and analysed in near real time. (As used herein, "near real time" means the analysis occurs substantially concurrent with the signal acquisition process; that is, the method can generate an explanation during data acquisition in most cases.)
In the typical method of operation, from time to time a set of signal values are acquired in digital form from an acquisition system-typically multiple sensors each measuring a phenomena in the system under investigation. Each set of signal values are grouped in a data frame with an identifying index, such as the time of signal acquisition or the position of the sensors at the time of acquisition. Each observer can therefore be constructed to report an observation if the monitored signal value fails to meet a defined algorithm and if the failure occurs over a defined time interval. Although preferably an explanation is generated after the completion of analysis, it is possible to generate a best guess explanation that is incrementally updated as additional observers are consulted in the analysis network.
Advantageously, a method is provided for direct knowledge acquisition from domain experts without the need for a computer scientist as an immediary. That is, an easy to use editor is provided which permits the domain expert to directly specify the criteria for defining an observation (i.e. anomalous data and the networks for analysing the observation).
FIG. 1 is a schematic representation of the operation of the observers in monitoring raw data and the interface with the network.
FIG. 2 is a schematic representation of an acquisition system interface with the method and apparatus of the present invention.
FIGS. 3-9 illustrate the operation of an embodiment of the present invention in a laboratory system for determining the properties of materials where it is desirable to monitor the performance of the sensors, where:
FIG. 3 schematically shows the laboratory set-up;
FIG. 4 illustrates the editor to build a network for testing performance of a sensor;
FIG. 5 depicts the editor for building an observer, with defined criteria for an anomaly;
FIG. 6 illustrates an analysis network invoked if an anomaly is detected;
FIG. 7 depicts the runtime explanation of the sensor anomaly;
FIG. 8 is a representation of a partial situation taxonomy for the embodiment of FIGS. 3-7; and
FIG. 9 is a representation of a partial observation taxonomy for the embodiment of FIGS. 3-7.
FIG. 10 illustrates an example of time interval criteria for defining an observation in accordance with the present invention.
FIGS. 11-13 depict another embodiment of the present invention for monitoring the quality of the data acquired by the tools in a wireline well logging system, where:
FIG. 11 is a schematic sectional view of a typical wireline well logging system;
FIG. 12 depicts the editor for defining the criteria for an observation from the LSHV Active detector; and
FIG. 13 illustrates the network constructed for LSHV High Variance observation.
The method and apparatus of the present invention uses a runtime agent employing observers to monitor raw data signals (FIG. 1) and an analysis network to generate an explanation for detected anomalies in the raw data signals. The analysis network is constructed using a knowledge representation scheme. The knowledge representation scheme is implemented using an object-oriented approach, and is based on four basic constructs: Observers, Observations, Situations, and Relations.
Observers are the computational units/agents which perform the basic signal-to-symbol transformation on incoming streams of data. An observer's class definition specifies the data channels on which it will operate, the phenomenon that is trying to be observed, and the algorithm that is to be used in determining the presence or absence of the phenomenon. In addition to the observer itself, all of its operators and test predicates are also implemented as class objects. Through the use of inheritance hierarchies, it is very easy to rapidly define families of observers that either operate on the same input data channels or look for the same kind of phenomena over different data channels (e.g., spikes, flat intervals, high frequency intervals, etc.).
Observations (FIG. 1) are the phenomena of interest in the domain being monitored. An observation's class definition specifies those situations which could give rise to a particular observation as well as which observers can be used in assessing whether a particular observation can be made.
Situations (FIG. 1) are the real world events and/or states which could be the underlying cause for the presence of a particular observation. A situation's class definition specifies those observations and/or other situations whose presence will (positively or negatively) affect the belief in a particular situation.
Relations (FIG. 1) are logical connectives which are used to specify causal relationships between observations and situations.
These latter three constructs are used by domain experts to specify models known as Observation-Situation-Relation (OSR) networks or analysis networks which define the behavior and failure modes of the system under study. FIG. 1 shows a simplistic network in which Observation 1 suggests Situation 1 and Situation 2 which further involve Observation 2 and Observation 3. In using the present invention in a particular application, a domain expert (with minimal assistance of a knowledge engineer) first described the domain in terms of networks, defines the corresponding observers in order to relate the model to real world data, and finally specifies how the data sources are to be connected to the runtime agent.
Once the domain model has been specified, the runtime portion of the present invention is brought into play. The method of the present invention operates under the assumption that from time to time a new set of data channel values, called a data frame, will become available with an identifying index (e.g., the time at which the data was measured/acquired). When the system is first initialized, the user can specify which of the set of observers are to be run as detectors. A detector is an observer whose task to monitor the incoming data streams and to report back whenever it finds that its criteria for making the observation are met. Once all of the initial detectors have been activated, the runtime agent begins to monitor the frames of signal data and arranges for the execution of each active observer. Whenever an observer is invoked, it is presented with the data values for its designated channel(s) at the next index for which data is available. If no new data has arrived since it last executed, control is passed to the next active observer that has not yet been invoked this cycle.
When an observer is invoked, the computation that is specified by its definition is executed, and the logical test is performed. If the test is passed, then the observer's controlling parameters, MinimumLength, MaximumGap, and MinimumAfterGap are referenced in order to determine whether the criteria for the presence of the observation have been met. MinimumLength is the shortest interval over which the test must be passed before the observation is asserted. MaximumGap is the longest interval over which the test may fail and still be considered part of the original observation. MinimumAfterGap is the shortest interval after a gap that the test must again be passed before the entire interval is considered to be the same observation. FIG. 9 graphically shows how these parameters affect an observer's operation. These parameters allow the domain expert to deal with noisy data or intermittent phenomena in a general way.
When a detector's criteria are met, the presence of an observation is asserted. If the trigger observation participates in any networks, then the runtime agent activates all of these networks. All of the most specific situations that can explain the triggered observation are found. Then, confirming evidence for each situation is gathered by traversing the network node defined for that situation in a goal-driven manner. In the course of gathering this evidence, additional observers may need to be invoked in response to this processing. These additional observers, known as confirmers, are also activated to run within the context of the trigger observation. These confirmers use the same computations and tests as their detector counterparts, but rather than asserting the presence of an observation, they compute a truth value for the g10 observation. Currently, a five valued logic is being used that is computed based on the fraction of the number of samples that meet the test criteria in the interval in question. When these confirmers report back with further information, these updates in belief are processed in a data-driven manner for efficiency.
Note that as each cycle of observer firing takes place, the extent of the trigger observation will grow as long as its criteria continue to be met. This implies that the interval over which the detectors and confirmers that depend on this observation need to run will also grow. As long as the criteria which caused the trigger observation to be asserted persist, the analysis network will continue to gather evidence in order to arrive at its conclusions. At any point in time, the network is capable of providing its "best guess" as to the most likely cause based on all the current information. It also knows how many confirmers are still in process. Once the criteria for an observation are no longer met, the confirmers are deactivated, the network determines its final estimation of the most likely cause, and the system returns to its steady-state monitoring.
In the current implementation, any confirmers that are activated in response to a trigger observation are added to the original set of detectors that were present at the start of execution. Since, in general, a given detector needs to look at multiple samples (MinimumLength) before it can assert an observation, these newly activated observers will start off several samples "behind" the triggering detector. The runtime agent maintains an internal circular buffer of the most recent data frames so that some historical data is always available. Depending on the incoming data rate, these observers may eventually catch up to the original set or they may lag behind throughout their activation interval.
The present invention is not a hard real time system in the sense that it cannot guarantee a fixed time response to a particular input (data frame). Despite the uncertainty in response time, the present invention does have a number of properties that make it amenable to real time operation. These are discussed below.
Overrun Handling - The amount of time required by the network to completely process a particular input is indeterminate. It is conceivable that a new input frame could arrive before the processing of the previous one has completed. The network explicitly allows the observation process to fall behind acquisition by an arbitrary amount during a flurry of activity and then "catch up" to the incoming data when the system becomes more quiescent. As long as there is sufficient processor power in the amortized sense, then the network will be able to successfully perform all of its functions regardless of how the observations are clustered. The cost for this capability is memory space for storing the buffer of data frames. If, during a period of extremely active behavior, the system falls so far behind that the oldest frames in the buffer need to be discarded before an observer has a chance to process it (i.e., the amortized processing assumption is violated), the system signals an overrun condition to each observer that is affected so that they can take appropriate recovery actions. These recovery actions depend on the domain under study. If the domain is such that the missing data can be recovered (e.g., some instrumentation or data analysis systems), possible recovery schemes include presenting the data at a different (slower) sampling rate, and making multiple passes over the data with different observers being active during each pass.
Dynamic Observer Activation/Deactivation - Since in some applications there may be significantly more observers defined than there are computational resources to support, the user may decide to select only a subset of the observers to run as primary detectors. This selection may depend on such things as the degree of problem coverage desired, expectations concerning possible results, desired sampling rate, etc. If it is possible to define "lightweight" detectors to determine certain intervals of interest, the subordinate detector capability can then be used to opportunistically activate additional "heavyweight" detectors that will focus on the phenomena of interest to do a more detailed analysis on the selected intervals.
Multiple Simultaneous Hypotheses - A different aspect related to real time operation concerns the fact that in many applications once the data has passed through the system, it is no longer available. This can be due to extremely high data rates, lack of secondary storage capacity, etc. This implies that if there are multiple phenomena occurring simultaneously, the system must be able to process them in parallel. The framework of the present invention is inherently parallel, and all situations relevant to a particular trigger observation are pursued in that manner. The fact that multiple observers are active at any time and that each observation is identified and extended on a frame by frame basis also contributes to the overall parallelism in the system.
Current State Knowledge - As discussed briefly above, the system has self knowledge of its state throughout the problem solving process. For example, in addition to using partial information to arrive at an interim explanation for the trigger observation after each network exploration cycle, the system knows how many confirmers are still actively pursuing further belief updates. These capabilities would allow an (as yet unused) resource management aspect to be employed to intelligently direct the problem solving in a resource limited scenario.
In addition to the modeling and execution aspects, the present invention provides a comprehensive set of knowledge engineering tools to support the development of applications. This environment allows relaxation of the traditional requirement of using a knowledge engineer to translate between a domain expert's vision of the domain and a representation that is computationally sound. The Network Editor shown in FIG. 4 was used to build the example network discussed in the second embodiment, discussed herein. The network constructed in FIG. 4 provides an interactive environment for controlling the runtime execution of the system as well as the explanation of the system's findings concerning observations, situations, and supporting evidence. FIG. 5 shows a specialized object editors developed for defining the criteria for an observer, while FIG. 6 depicts a summary of the network constructed using the editor of FIG. 4.
The laboratory set-up 30 shown in FIG. 3 illustrates an embodiment of the present invention for monitoring the sensors in a system for determining the properties of materials. The test fixture 32 is designed to make performance tests on various configurations of transmitters and receivers 34 that will be used to make measurements of properties of test materials 36. The test tank 38 contains slabs of materials 36 of various types (e.g., metal, plastic, glass, etc.), and the test fixture 32 consists of an arm 38 which will scan the sensors 34 over the sequence of materials 36. In addition to controlling the scanning motors 40, the lab computer 42 also acquires various readings from the sensors 34 at fixed intervals during the course of the scan. This data contains status information (e.g., voltages) as well as the measurements themselves.
The method and apparatus hereof monitors the sensor experiments in order to annotate the experimental results with respect to any anomalies that may have affected the experimental conditions. Preferably, the test engineer monitors the experiments in near real time so that corrective action can be made in near real time. Various observers and analysis networks are defined to watch for erratic measurement behavior (e.g., excessive noise, spikes), proper operation of the sensor electronics, and agreement with expected results (e.g., differences between measured and actual values for the material properties).
For example, consider the configuration of FIG. 3 consisting of a single transmitter 44 and two receivers 46,48 (a near receiver, R1, and a far receiver, R2). Among the detectors that would be invoked on each new data frame is one (the R1-VOLTAGE-VARIANCE-DETECTOR shown in FIG. 5) that monitors the voltage for the near receiver (R1-VOLTAGE) for instability. Thus, the domain expert uses the editor of FIG. 5 to define the observer criteria for the voltage instability. If the R1 voltage meets this defined criteria, an "observation" is made. Note from FIG. 5 that the voltage variance can be defined algorithmically, and also other criteria can be defined such as time interval criteria. That is, cutoff, minimum length, and maximum gap criteria be defined by the domain expert as shown in the lower portion of FIG. 5. This concept is illustrated in FIG. 9 on an analog waveform of exemplary voltage raw data.
If the R1 voltage variance observation is made, the analysis networks shown in FIG. 6 will be activated in order to determine whether the voltage changes are due to problems with the sensor power supply or the receiver 46 itself. In determining the most likely cause for the triggering observation, the analysis network will request that several other observers (confirmers) be activated in order to check the other values that were acquired during the interval in which the voltage was unstable. In this case, it includes checking both the near and far receiver measurement channels (R1 and R2 respectively) for stability as well as the voltage channel for the far receiver 48 (R2-VOLTAGE).
If both voltage channels are found to be unstable, then the problem is most likely due to a power supply failure. If the R1 measurement readings are unstable, but the R2 measurement readings are not unstable (i.e., normal fluctuation), then the problem is probably due to a failure of the R1 receiver 46. If none of the confirmer observations come back with conclusive evidence to support either hypothesis, then network of FIG. 6 would record an "unknown" cause for the original anomaly. In any event, the anomaly and the explanations considered would be noted, and the monitoring process would proceed. FIG. 7 illustrates an observation report generated for an unstable power supply anomaly. Note that for complex analysis networks, the network can generate reports such as shown in FIG. 7 incrementally, that is as the network is analysing the anomaly by invoking additional observers, or the system can be configured to generate a report at the conclusion of its analysis giving its best explanation.
Wireline well logging is a technique used to evaluate the hydrocarbon potential of subterranean boreholes. During a logging survey (see FIG. 11), an instrument package containing a variety of sensors is lowered into a borehole at the end of a long cable (called a wireline), and as the instrument package is raised back to the surface, measurements are made at regular intervals of the properties of the subsurface rock formations and the fluids they may contain. Economic decisions involving millions and even billions of dollars are made based on the measurements acquired during such a survey.
Because of the large sums of money involved, wireline logging service companies spend a great deal of effort on ensure that their surveys are as reliable and accurate as possible. There are a number of factors that can affect the quality of a survey. Among them are: tool failure (a logging tool or one of its components experiences a hardware failure that causes erroneous measurements to be sent to the uphole recording system), sensor miscalibration (the tool itself is functioning properly, but due to an error in the calibration of the device, erroneous measurements are recorded), environmental effects (the environment within the borehole itself may affect the measuring process, e.g., the side of the borehole wall may have become eroded causing a sensor to lose contact with the formation), and engineer action (the engineer conducting the survey may have caused an adverse effect on the measurement process due to some interaction with the surface system, e.g., the engineer may have applied electrical power to a particular tool to close a caliper arm from a sticky part of the well; the resulting current flow could perturb the resistivity measurements). The monitoring of the data acquisition process in order to avoid or minimize these problems is known as log quality control.
A prototype system in accordance with the present invention has been developed to automatically perform the log quality control function in real time concurrent with the logging process. This system has been described in detail in U.S. patent application Ser. No. 128,658 (incorporated by reference) and is believed to be the most preferred embodiment of the present invention. This prototype version was implemented in Common Lisp using the HyperClass object-oriented programming system and is fully described in Ser. No. 128,658. The HyperClass programming system may be commercially obtained from Sun Microsystems, Inc. or Schlumberger Technologies, Inc., and as those skilled in the art will appreciate, most of the commercially available object-oriented programming systems are capable of implementing various embodiments of the present invention for diverse applications.
In this embodiment, the runtime agent and network of the present invention runs on a dedicated processor and is connected to the data acquisition system via an Ethernet connection. This application is comprised of over 350 different kinds of observations and more than 200 distinct situations. Each trigger observation participates in an average of 3-4 analysis networks. The observations correspond to anomalous features that may appear on the logs, and the analysis networks are used to determine the most likely cause of the anomaly, i.e., tool failure, miscalibration, environment, or engineer action. The observers used in this embodiment range from very simple bounds checks (based on the characteristics of the sensor designs), to models based on the physics of the response of multiple sensors to the formation being measured, to a rule-based detector which applies knowledge of the local geology to determine if the measurements are consistent with data measured in neighboring wells.
One of the checks for the Litho-Density logging tool (LDT) involves monitoring its high voltage channels LSHV and SSHV for stability. FIG. 12 shows the LSHV-ACTIVE-DETECTOR which is one of the observers used for this purpose. If its criteria for stability are met, the LSHV-HIGH-VARIANCE observation is asserted, and the analysis network shown in FIG. 13 is activated. This activation would cause confirmers to be invoked to examine the SSHV voltage channel as well as the LS and SS1 count rate channels. Depending upon what the confirmers see for these channels in the interval of interest, the system will either conclude that the LSHV-HIGH-VARIANCE observation was caused by an LDT power supply failure (SSHV-HIGH-VARIANCE was also confirmed) or a long spacing detector failure (LS-HIGH-VARIANCE was present, but SS1-HIGH-VARIANCE was not). If neither of these conclusions are supported by sufficient evidence (i.e., the confirmers could not conclusively prove or disprove their assertions), then the system will ascribe an "unknown" cause to the trigger observation. In any event, the results will be noted, and the monitoring process will proceed.
This anomaly detection and classification system has been field tested on a variety of logging jobs with good success. In several test cases, the system was able to pinpoint problem logs that even the experienced human experts missed. In this application, the domain expert was able to specify the majority of the analysis networks with minimal assistance from the knowledge engineers.
The declarative approach to domain modeling described herein is believed to be a very powerful paradigm for a number of reasons. First, it provides domain experts with a structured, high level means of defining the phenomena of interest and how they relate to real world events. Second, the object-based form of the observer definitions makes it possible to automatically generate code for use in a variety of runtime environments. Third, the same representation that is used to define the abstract behavior of an observer can be used in either detection or confirmation modes. Finally, this declarative representation can be used to generate runtime explanations of how an instantiation of a particular analysis network behaved with respect to a particular data sequence.
Mullarkey, Peter W., O'Neill, Dennis M., Gingrich, Paul C., Moinard, Laurent L.
Patent | Priority | Assignee | Title |
5408412, | Apr 09 1992 | United Technologies Corporation | Engine fault diagnostic system |
5506999, | Jan 22 1992 | The Boeing Company | Event driven blackboard processing system that provides dynamic load balancing and shared data between knowledge source processors |
5746511, | Jan 03 1996 | Rosemount Inc.; Rosemount Inc | Temperature transmitter with on-line calibration using johnson noise |
5768505, | Dec 19 1995 | International Business Machines Corporation | Object oriented mail server framework mechanism |
5778378, | Apr 30 1996 | MICHIGAN, REGENTS OF THE UNIVERSITY OF, THE | Object oriented information retrieval framework mechanism |
5828567, | Nov 07 1996 | Rosemount Inc.; Rosemount Inc | Diagnostics for resistance based transmitter |
5864773, | Nov 01 1996 | Texas Instruments Incorporated | Virtual sensor based monitoring and fault detection/classification system and method for semiconductor processing equipment |
5893106, | Jul 11 1997 | International Business Machines Corporation | Object oriented server process framework with interdependent-object creation |
5915252, | Sep 30 1996 | International Business Machines Corporation | Object oriented framework mechanism for data transfer between a data source and a data target |
5936860, | Mar 28 1997 | WORKDAY, INC | Object oriented technology framework for warehouse control |
5937189, | Nov 12 1996 | International Business Machines Corporation | Object oriented framework mechanism for determining configuration relations |
5956663, | Nov 07 1996 | ROSEMOUNT, INC | Signal processing technique which separates signal components in a sensor for sensor diagnostics |
5970498, | Dec 06 1996 | International Business Machines Corporation | Object oriented framework mechanism for metering objects |
5978785, | Apr 24 1996 | GOOGLE LLC | Object oriented case-based reasoning framework mechanism |
5987423, | Mar 28 1997 | International Business Machines Corporation | Object oriented technology framework for order processing |
6014637, | Apr 30 1997 | WORKDAY, INC | Object oriented framework mechanism for fulfillment requirements management |
6016495, | Sep 19 1997 | International Business Machines Corporation | Object-oriented framework mechanism for providing persistent storage |
6017143, | Mar 28 1996 | Rosemount Inc.; Rosemount Inc | Device in a process system for detecting events |
6041312, | Mar 28 1997 | International Business Machines Corporation | Object oriented technology framework for accounts receivable and accounts payable |
6047220, | Dec 31 1996 | Rosemount Inc.; Rosemount Inc | Device in a process system for validating a control signal from a field device |
6049665, | Oct 15 1996 | GOOGLE LLC | Object oriented framework mechanism for order processing including pre-defined extensible classes for defining an order processing environment |
6052670, | Aug 29 1997 | International Business Machines Corporation | Object oriented framework mechanism for an electronic catalog |
6081798, | Apr 24 1996 | International Business Machines Corp. | Object oriented case-based reasoning framework mechanism |
6081832, | Dec 19 1995 | International Business Machines Corporation | Object oriented mail server framework mechanism |
6104874, | Oct 15 1996 | International Business Machines Corporation | Object oriented framework mechanism for order processing including pre-defined extensible classes for defining an order processing environment |
6105056, | Dec 19 1995 | International Business Machines Corporation | Object oriented mail server framework mechanism |
6119047, | Mar 28 1996 | Rosemount Inc | Transmitter with software for determining when to initiate diagnostics |
6144967, | Jan 25 1996 | International Business Machines Corporation | Object oriented processing log analysis tool framework mechanism |
6205471, | Dec 19 1995 | International Business Machines Corporation | Object oriented mail server framework mechanism |
6263265, | Oct 01 1999 | Westinghouse Air Brake Technologies Corporation | Web information vault |
6286479, | Oct 28 1999 | GE GLOBAL SOURCING LLC | Method and system for predictably assessing performance of a fuel pump in a locomotive |
6298454, | Feb 22 1999 | Fisher-Rosemount Systems, Inc | Diagnostics in a process control system |
6298476, | Dec 04 1995 | International Business Machines Corporation | Object oriented software build framework mechanism |
6324659, | Oct 28 1999 | GE GLOBAL SOURCING LLC | Method and system for identifying critical faults in machines |
6336065, | Oct 28 1999 | Westinghouse Air Brake Technologies Corporation | Method and system for analyzing fault and snapshot operational parameter data for diagnostics of machine malfunctions |
6338152, | Oct 28 1999 | GE GLOBAL SOURCING LLC | Method and system for remotely managing communication of data used for predicting malfunctions in a plurality of machines |
6356191, | Jun 17 1999 | Rosemount Inc.; Rosemount Inc | Error compensation for a process fluid temperature transmitter |
6370448, | Oct 13 1997 | Rosemount Inc | Communication technique for field devices in industrial processes |
6374293, | Sep 17 1990 | CONCORD COMMUNICATIONS, INC ; Computer Associates Think, Inc | Network management system using model-based intelligence |
6378002, | Aug 05 1997 | International Business Machines Corporation, | Object oriented server process framework with implicit data handling registry for remote method invocations |
6397114, | Mar 28 1996 | Rosemount Inc. | Device in a process system for detecting events |
6404857, | Sep 26 1996 | CREDIT SUISSE AS ADMINISTRATIVE AGENT | Signal monitoring apparatus for analyzing communications |
6405108, | Oct 28 1999 | General Electric Company | Process and system for developing predictive diagnostics algorithms in a machine |
6434504, | Nov 07 1996 | Rosemount Inc.; Rosemount Inc | Resistance based process control device diagnostics |
6434739, | Apr 22 1996 | LinkedIn Corporation | Object oriented framework mechanism for multi-target source code processing |
6446026, | Oct 28 1999 | GE GLOBAL SOURCING LLC | Method and system for identifying performance degradation of a cooling subsystem in a locomotive |
6449574, | Nov 07 1996 | Micro Motion, Inc.; Rosemount Inc. | Resistance based process control device diagnostics |
6449660, | Jul 31 1995 | LinkedIn Corporation | Object-oriented I/O device interface framework mechanism |
6457018, | Apr 30 1996 | International Business Machines Corporation | Object oriented information retrieval framework mechanism |
6473710, | Jul 01 1999 | Rosemount Inc | Low power two-wire self validating temperature transmitter |
6505517, | Jul 23 1999 | Micro Motion, Inc | High accuracy signal processing for magnetic flowmeter |
6513152, | Jul 23 1997 | International Business Machines Corporation | Object oriented framework mechanism for customization of object oriented frameworks |
6519546, | Nov 07 1996 | Rosemount Inc.; Rosemount Inc | Auto correcting temperature transmitter with resistance based sensor |
6532392, | Mar 28 1996 | Rosemount Inc. | Transmitter with software for determining when to initiate diagnostics |
6539267, | Mar 28 1996 | Rosemount Inc. | Device in a process system for determining statistical parameter |
6543007, | Oct 28 1999 | GE GLOBAL SOURCING LLC | Process and system for configuring repair codes for diagnostics of machine malfunctions |
6556145, | Sep 24 1999 | Rosemount Inc | Two-wire fluid temperature transmitter with thermocouple diagnostics |
6557118, | Feb 22 1999 | Fisher Rosemount Systems Inc. | Diagnostics in a process control system |
6584300, | Feb 28 2001 | The United States of America as represented by the Secretary of the Navy; NAVY, THE GOVERMENT OF THE UNITED STATES OF AMERICA AS REPRESENTED BY THE SECRETARY OF THE | Object-oriented system for simulating sonar target acoustic scattering |
6594603, | Oct 19 1998 | Rosemount Inc.; Rosemount Inc | Resistive element diagnostics for process devices |
6601005, | Nov 07 1996 | Rosemount Inc.; Rosemount Inc | Process device diagnostics using process variable sensor signal |
6609036, | Jun 09 2000 | Intellectual Assets LLC | Surveillance system and method having parameter estimation and operating mode partitioning |
6611775, | Dec 10 1998 | Micro Motion, Inc | Electrode leakage diagnostics in a magnetic flow meter |
6615090, | Feb 22 1999 | FISHER-ROSEMONT SYSTEMS, INC. | Diagnostics in a process control system which uses multi-variable control techniques |
6615149, | Dec 10 1998 | Micro Motion, Inc | Spectral diagnostics in a magnetic flow meter |
6615367, | Oct 28 1999 | General Electric Company | Method and apparatus for diagnosing difficult to diagnose faults in a complex system |
6622264, | Oct 28 1999 | General Electric Company | Process and system for analyzing fault log data from a machine so as to identify faults predictive of machine failures |
6625589, | Oct 28 1999 | General Electric Company | Method for adaptive threshold computation for time and frequency based anomalous feature identification in fault log data |
6629059, | May 14 2001 | Fisher-Rosemount Systems, Inc. | Hand held diagnostic and communication device with automatic bus detection |
6633782, | Feb 22 1999 | Fisher-Rosemount Systems, Inc. | Diagnostic expert in a process control system |
6636771, | Apr 02 1999 | General Electric Company | Method and system for analyzing continuous parameter data for diagnostics and repairs |
6643801, | Oct 28 1999 | General Electric Company | Method and system for estimating time of occurrence of machine-disabling failures |
6651034, | Oct 28 1999 | General Electric Company | Apparatus and method for performance and fault data analysis |
6654697, | Mar 28 1996 | Rosemount Inc. | Flow measurement with diagnostics |
6701274, | Aug 27 1999 | Rosemount Inc. | Prediction of error magnitude in a pressure transmitter |
6701285, | Oct 19 1999 | METSO AUTOMATION NETWORKS OY | Method and apparatus for monitoring the operation of an industrial process |
6735484, | Sep 20 2000 | Fargo Electronics, Inc. | Printer with a process diagnostics system for detecting events |
6754601, | Nov 07 1996 | Rosemount Inc.; Rosemount Inc | Diagnostics for resistive elements of process devices |
6757361, | Sep 26 1996 | CREDIT SUISSE AS ADMINISTRATIVE AGENT | Signal monitoring apparatus analyzing voice communication content |
6772036, | Aug 30 2001 | Fisher-Rosemount Systems, Inc | Control system using process model |
6795935, | Oct 28 1999 | GE GLOBAL SOURCING LLC | Diagnosis of faults in a complex system |
6810312, | Sep 30 2002 | GE GLOBAL SOURCING LLC | Method for identifying a loss of utilization of mobile assets |
6854107, | Dec 29 1999 | Baker Hughes Incorporated | Method of and system for designing an N-tier software architecture for use in generating software components |
6898469, | Jun 09 2000 | Intellectual Assets LLC | Surveillance system and method having parameter estimation and operating mode partitioning |
6907383, | Mar 28 1996 | Rosemount Inc. | Flow diagnostic system |
6910048, | Sep 30 1996 | National Business Machines Corporation | Object oriented framework mechanism for data transfer between a data source and a data target |
6917839, | Jun 09 2000 | Intellectual Assets LLC | Surveillance system and method having an operating mode partitioned fault classification model |
6920799, | Apr 15 2004 | Micro Motion, Inc | Magnetic flow meter with reference electrode |
6931621, | Dec 29 1999 | Baker Hughes Incorporated | Method and system and article of manufacture for an N-tier software component architecture oilfield model |
6947797, | Apr 02 1999 | Westinghouse Air Brake Technologies Corporation | Method and system for diagnosing machine malfunctions |
6959235, | Oct 28 1999 | GE GLOBAL SOURCING LLC | Diagnosis and repair system and method |
6970003, | Mar 05 2001 | Rosemount Inc | Electronics board life prediction of microprocessor-based transmitters |
6988011, | Apr 02 1999 | General Electric Company | Method and system for analyzing operational parameter data for diagnostics and repairs |
6993675, | Jul 31 2002 | General Electric Company | Method and system for monitoring problem resolution of a machine |
7010459, | Jun 25 1999 | Rosemount Inc | Process device diagnostics using process variable sensor signal |
7013239, | Oct 28 1999 | General Electric Company | Apparatus and method for performance and fault data analysis |
7018800, | Aug 07 2003 | Rosemount Inc. | Process device with quiescent current diagnostics |
7031778, | Mar 10 2000 | Smiths Detection Inc. | Temporary expanding integrated monitoring network |
7046180, | Apr 21 2004 | Rosemount Inc. | Analog-to-digital converter with range error detection |
7051044, | Oct 28 1999 | General Electric Company | Method and system for remotely managing communication of data used for predicting malfunctions in a plurality of machines |
7076031, | May 03 2002 | System and method for telephone signal collection and analysis | |
7085610, | Mar 28 1996 | Fisher-Rosemount Systems, Inc | Root cause diagnostics |
7100084, | Oct 28 1999 | General Electric Company | Method and apparatus for diagnosing difficult to diagnose faults in a complex system |
7206646, | Feb 22 1999 | FISHER-ROSEMOUNT SYSTEMS INC , A DELAWARE CORPORATION | Method and apparatus for performing a function in a plant using process performance monitoring with process equipment monitoring and control |
7209817, | Oct 28 1999 | GE GLOBAL SOURCING LLC | Diagnosis and repair system and method |
7221988, | Sep 20 2004 | Rosemount, Inc. | Creation and display of indices within a process plant |
7254518, | Mar 28 1996 | Rosemount Inc | Pressure transmitter with diagnostics |
7272531, | Sep 20 2005 | Fisher-Rosemount Systems, Inc | Aggregation of asset use indices within a process plant |
7290450, | Jul 18 2003 | Rosemount Inc | Process diagnostics |
7313447, | Mar 10 2000 | Smiths Detection Inc. | Temporary expanding integrated monitoring network |
7321846, | Oct 05 2006 | Rosemount Inc. | Two-wire process control loop diagnostics |
7346404, | Mar 01 2001 | FISHER-ROSEMOUNT SYSTEMS INC , A DELAWARE CORPORATION | Data sharing in a process plant |
7415329, | Nov 01 2004 | SES Americom, Inc. | System and method of providing N-tiered enterprise/web-based management, procedure coordination, and control of a geosynchronous satellite fleet |
7523667, | Dec 23 2003 | Rosemount Inc. | Diagnostics of impulse piping in an industrial process |
7557702, | Feb 22 1999 | Fisher-Rosemount Systems, Inc | Integrated alert generation in a process plant |
7562135, | May 23 2000 | Fisher-Rosemount Systems, Inc | Enhanced fieldbus device alerts in a process control system |
7590511, | Sep 25 2007 | Rosemount Inc. | Field device for digital process control loop diagnostics |
7623932, | Mar 28 1996 | Fisher-Rosemount Systems, Inc. | Rule set for root cause diagnostics |
7627441, | Sep 30 2003 | Rosemount Inc | Process device with vibration based diagnostics |
7630861, | Mar 28 1996 | Rosemount Inc | Dedicated process diagnostic device |
7640111, | Jul 21 2006 | Schlumberger Technology Corporation | Method and system for interpreting borehole geological data |
7702401, | Sep 05 2007 | Fisher-Rosemount Systems, Inc. | System for preserving and displaying process control data associated with an abnormal situation |
7705878, | Aug 17 1998 | Halliburton Energy Services, Inc. | Method and apparatus to create a down-hole video log to transmit down-hole video data |
7750642, | Sep 29 2006 | Micro Motion, Inc | Magnetic flowmeter with verification |
7783507, | Aug 23 1999 | Westinghouse Air Brake Technologies Corporation | System and method for managing a fleet of remote assets |
7912561, | Mar 10 2000 | Smiths Detection Inc. | Temporary expanding integrated monitoring network |
7921734, | May 12 2009 | Micro Motion, Inc | System to detect poor process ground connections |
7940189, | Sep 26 2006 | Rosemount Inc | Leak detector for process valve |
7949495, | Mar 28 1996 | Rosemount Inc | Process variable transmitter with diagnostics |
7953501, | Sep 25 2006 | Fisher-Rosemount Systems, Inc | Industrial process control loop monitor |
7970722, | Nov 08 1999 | International Business Machines Corporation | System, method and computer program product for a collaborative decision platform |
8005647, | Apr 08 2005 | Fisher-Rosemount Systems, Inc | Method and apparatus for monitoring and performing corrective measures in a process plant using monitoring data with corrective measures data |
8005777, | Nov 08 1999 | International Business Machines Corporation | System, method and computer program product for a collaborative decision platform |
8044793, | Mar 01 2001 | Fisher-Rosemount Systems, Inc. | Integrated device alerts in a process control system |
8055479, | Oct 10 2007 | Fisher-Rosemount Systems, Inc. | Simplified algorithm for abnormal situation prevention in load following applications including plugged line diagnostics in a dynamic process |
8073967, | Apr 15 2002 | Fisher-Rosemount Systems, Inc. | Web services-based communications for use with process control systems |
8112565, | Jun 08 2005 | Rosemount Inc; Fisher-Rosemount Systems, Inc | Multi-protocol field device interface with automatic bus detection |
8160988, | Nov 08 1999 | International Business Machines Corporation | System, method and computer program product for a collaborative decision platform |
8290721, | Mar 28 1996 | Rosemount Inc | Flow measurement diagnostics |
8301676, | Aug 23 2007 | Fisher-Rosemount Systems, Inc. | Field device with capability of calculating digital filter coefficients |
8352049, | Mar 10 2000 | Smiths Detection Inc. | Temporary expanding integrated monitoring network |
8417595, | Mar 01 2001 | Fisher-Rosemount Systems, Inc. | Economic calculations in a process control system |
8423397, | Aug 08 2008 | PinnacleAIS, LLC | Asset management systems and methods |
8560474, | Mar 07 2011 | Cisco Technology, Inc. | System and method for providing adaptive manufacturing diagnoses in a circuit board environment |
8560903, | Aug 31 2010 | Cisco Technology, Inc. | System and method for executing functional scanning in an integrated circuit environment |
8591724, | Jul 14 2009 | ExxonMobil Upstream Research Company | Feed delivery system for a solid-liquid separation vessel |
8592351, | Mar 20 2008 | ExxonMobil Upstream Research Company | Enhancing emulsion stability |
8597504, | Jun 27 2008 | ExxonMobil Upstream Research Company | Optimizing feed mixer performance in a paraffinic froth treatment process |
8620779, | Mar 01 2001 | Fisher-Rosemount Systems, Inc. | Economic calculations in a process control system |
8636897, | Jul 31 2007 | ExxonMobil Upstream Research Company | Reducing foulant carry-over or build up in a paraffinic froth treatment process |
8712731, | Oct 10 2007 | Fisher-Rosemount Systems, Inc. | Simplified algorithm for abnormal situation prevention in load following applications including plugged line diagnostics in a dynamic process |
8753486, | Jun 27 2008 | ExxonMobil Upstream Research Company | Optimizing feed mixer performance in a paraffinic froth treatment process |
8774204, | Sep 25 2006 | Fisher-Rosemount Systems, Inc | Handheld field maintenance bus monitor |
8788070, | Sep 26 2006 | Rosemount Inc | Automatic field device service adviser |
8898036, | Aug 06 2007 | Rosemount Inc. | Process variable transmitter with acceleration sensor |
8949038, | Sep 22 2010 | ExxonMobil Upstream Research Company | Controlling bitumen quality in solvent-assisted bitumen extraction |
9052240, | Jun 29 2012 | Rosemount Inc. | Industrial process temperature transmitter with sensor stress diagnostics |
9089797, | Jul 14 2009 | ExxonMobil Upstream Research Company | Feed delivery system for a solid-liquid separation vessel |
9094470, | Apr 15 2002 | Fisher-Rosemount Systems, Inc. | Web services-based communications for use with process control systems |
9201420, | Apr 08 2005 | ROSEMOUNT, INC | Method and apparatus for performing a function in a process plant using monitoring data with criticality evaluation data |
9207129, | Sep 27 2012 | Rosemount Inc. | Process variable transmitter with EMF detection and correction |
9207670, | Mar 21 2011 | Rosemount Inc. | Degrading sensor detection implemented within a transmitter |
9222929, | Dec 07 2009 | ExxonMobil Upstream Research Company | Solvent surveillance in solvent-based heavy oil recovery processes |
9283499, | Feb 07 2012 | ExxonMobil Upstream Research Company | Feedwell system for a separation vessel |
9602122, | Sep 28 2012 | Rosemount Inc.; Rosemount Inc | Process variable measurement noise diagnostic |
9760651, | Apr 15 2002 | Fisher-Rosemount Systems, Inc. | Web services-based communications for use with process control systems |
9927788, | May 19 2011 | Fisher-Rosemount Systems, Inc. | Software lockout coordination between a process control system and an asset management system |
RE40634, | Sep 26 1996 | VERINT AMERICAS INC | Voice interaction analysis module |
RE41534, | Sep 26 1996 | VERINT AMERICAS INC | Utilizing spare processing capacity to analyze a call center interaction |
RE41608, | Sep 26 1996 | VERINT AMERICAS INC | System and method to acquire audio data packets for recording and analysis |
RE43183, | Sep 26 1996 | VERINT AMERICAS INC | Signal monitoring apparatus analyzing voice communication content |
RE43255, | Sep 26 1996 | VERINT AMERICAS INC | Machine learning based upon feedback from contact center analysis |
RE43324, | Sep 26 1996 | VERINT AMERICAS INC | VOIP voice interaction monitor |
RE43386, | Sep 26 1996 | VERINT AMERICAS INC | Communication management system for network-based telephones |
Patent | Priority | Assignee | Title |
4517468, | Apr 30 1984 | Siemens Westinghouse Power Corporation | Diagnostic system and method |
4642782, | Jul 31 1984 | Westinghouse Electric Corp. | Rule based diagnostic system with dynamic alteration capability |
4644479, | Jul 31 1984 | Hughes Tool Company | Diagnostic apparatus |
4646240, | Feb 02 1982 | Method and apparatus for determining geological facies | |
4791618, | Aug 24 1981 | Schlumberger Technology Corporation | Well logging method and system for detecting structural and stratigraphic geological make-up of subsurface formations |
4939648, | Dec 02 1987 | Schlumberger Technology Corporation | Apparatus and method for monitoring well logging information |
4975865, | May 31 1989 | Mitech Corporation | Method and apparatus for real-time control |
5122976, | Mar 12 1990 | Siemens Westinghouse Power Corporation | Method and apparatus for remotely controlling sensor processing algorithms to expert sensor diagnoses |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
Mar 06 1990 | Schlumberger Technology Corporation | (assignment on the face of the patent) | / | |||
Apr 18 1990 | MOINARD, LAURENT L | Schlumberger Technology Corporation | ASSIGNMENT OF ASSIGNORS INTEREST | 005300 | /0927 | |
Apr 24 1990 | MULLARKEY, PETER W | Schlumberger Technology Corporation | ASSIGNMENT OF ASSIGNORS INTEREST | 005300 | /0927 | |
Apr 24 1990 | O NEILL, DENNIS M | Schlumberger Technology Corporation | ASSIGNMENT OF ASSIGNORS INTEREST | 005300 | /0927 | |
Apr 26 1990 | GINGRICH, PAUL C | Schlumberger Technology Corporation | ASSIGNMENT OF ASSIGNORS INTEREST | 005300 | /0927 |
Date | Maintenance Fee Events |
Apr 28 1997 | M183: Payment of Maintenance Fee, 4th Year, Large Entity. |
Jun 12 2001 | M184: Payment of Maintenance Fee, 8th Year, Large Entity. |
Nov 20 2003 | ASPN: Payor Number Assigned. |
Nov 20 2003 | RMPN: Payer Number De-assigned. |
Jun 01 2005 | M1553: Payment of Maintenance Fee, 12th Year, Large Entity. |
Date | Maintenance Schedule |
Dec 28 1996 | 4 years fee payment window open |
Jun 28 1997 | 6 months grace period start (w surcharge) |
Dec 28 1997 | patent expiry (for year 4) |
Dec 28 1999 | 2 years to revive unintentionally abandoned end. (for year 4) |
Dec 28 2000 | 8 years fee payment window open |
Jun 28 2001 | 6 months grace period start (w surcharge) |
Dec 28 2001 | patent expiry (for year 8) |
Dec 28 2003 | 2 years to revive unintentionally abandoned end. (for year 8) |
Dec 28 2004 | 12 years fee payment window open |
Jun 28 2005 | 6 months grace period start (w surcharge) |
Dec 28 2005 | patent expiry (for year 12) |
Dec 28 2007 | 2 years to revive unintentionally abandoned end. (for year 12) |