CN112732520B - Fault processing method and system for equipment operation monitoring software - Google Patents
Fault processing method and system for equipment operation monitoring software Download PDFInfo
- Publication number
- CN112732520B CN112732520B CN202011611882.7A CN202011611882A CN112732520B CN 112732520 B CN112732520 B CN 112732520B CN 202011611882 A CN202011611882 A CN 202011611882A CN 112732520 B CN112732520 B CN 112732520B
- Authority
- CN
- China
- Prior art keywords
- fault
- monitoring software
- equipment operation
- operation monitoring
- judging
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
- 238000003672 processing method Methods 0.000 title abstract description 9
- 230000008439 repair process Effects 0.000 claims abstract description 24
- 238000000034 method Methods 0.000 claims description 18
- 238000012544 monitoring process Methods 0.000 abstract description 10
- 238000003745 diagnosis Methods 0.000 abstract description 5
- 238000004904 shortening Methods 0.000 abstract 1
- 238000010586 diagram Methods 0.000 description 3
- 230000008859 change Effects 0.000 description 2
- 230000008569 process Effects 0.000 description 2
- 238000011084 recovery Methods 0.000 description 2
- 230000007547 defect Effects 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 230000008030 elimination Effects 0.000 description 1
- 238000003379 elimination reaction Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 230000009466 transformation Effects 0.000 description 1
- 230000000007 visual effect Effects 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/3003—Monitoring arrangements specially adapted to the computing system or computing system component being monitored
- G06F11/302—Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a software system
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/0703—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
- G06F11/079—Root cause analysis, i.e. error or fault diagnosis
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/3051—Monitoring arrangements for monitoring the configuration of the computing system or of the computing system component, e.g. monitoring the presence of processing resources, peripherals, I/O links, software programs
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Computing Systems (AREA)
- Quality & Reliability (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Mathematical Physics (AREA)
- Health & Medical Sciences (AREA)
- Biomedical Technology (AREA)
- Debugging And Monitoring (AREA)
Abstract
The invention relates to a fault processing method and a system for equipment operation monitoring software, which realize rapid diagnosis and processing of software faults by monitoring bottom layer state information of the equipment operation monitoring software. By distinguishing the fault types of the software, different fault processing methods such as reconfiguration, bottom loophole repair and temporary emergency use are adopted aiming at different fault types, so that the rapid fault processing of equipment operation monitoring software is realized. The equipment operation monitoring software fault processing method and system of the invention utilize a real-time classification and degree-by-degree repair mode, thereby shortening repair time, reducing repair cost and improving the overall efficiency of software repair.
Description
Technical Field
The invention relates to the technical field of software fault processing, in particular to a fault processing method and system for equipment operation monitoring software.
Background
In the prior art, equipment operation monitoring software is generally used for monitoring the operation state of equipment, however, when the existing equipment operation monitoring software fails, a common quick repair method is to reinstall the software by using a recovery optical disc, and the defects of long time consumption and low recovery efficiency exist.
Disclosure of Invention
The invention aims to provide a fault processing method and system for equipment operation monitoring software, which can quickly repair when the equipment operation monitoring software breaks down.
In order to achieve the above object, the present invention provides the following solutions:
a method of fault handling of equipment operation monitoring software, the method comprising:
collecting operation state parameters of equipment operation monitoring software;
judging whether the equipment operation monitoring software has faults or not according to the fault phenomenon tree;
when the equipment operation monitoring software has no fault, processing is not needed;
when the equipment operation monitoring software has faults, further judging the fault type to obtain a first judging result; the first judging result comprises a class-one fault and a class-two fault;
and performing fault restoration according to the first judging result.
The invention also provides a fault handling system of equipment operation monitoring software, the system comprises:
the parameter acquisition module is used for acquiring the operation state parameters of the equipment operation monitoring software;
the fault judging module is used for judging whether the equipment operation monitoring software has faults or not according to the fault phenomenon tree;
the fault distinguishing module is used for eliminating the processing when the equipment operation monitoring software has no fault;
when the equipment operation monitoring software has faults, further judging the fault type to obtain a first judging result; the first judging result comprises a class-one fault and a class-two fault;
and the fault repairing module is used for repairing the fault according to the first judging result.
According to the specific embodiment provided by the invention, the invention discloses the following technical effects:
the invention provides a fault processing method and system for equipment operation monitoring software, which can solve the problem that the fault of the equipment operation monitoring software cannot be quickly repaired in the prior art. The method comprises the steps of specifically collecting operation state parameters of equipment operation monitoring software, and comparing the operation state parameters with a preset threshold value, so that whether the equipment operation monitoring software has faults or not is judged rapidly. When the equipment operation monitoring software is judged to have faults, the fault type is further judged, and parameters in the equipment operation monitoring software are corrected according to different fault types, so that the aim of rapidly repairing the equipment operation monitoring software is fulfilled. According to the invention, the fault diagnosis and quick repair of the software are realized by utilizing the operation parameters of the equipment operation monitoring software.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings that are needed in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flow chart of a fault handling method of equipment operation monitoring software provided by an embodiment of the invention;
FIG. 2 is a block diagram of an equipment operation monitoring software fault handling system provided by an embodiment of the present invention;
FIG. 3 is a block diagram of a fault judging module of a fault handling system of equipment operation monitoring software according to an embodiment of the present invention;
fig. 4 is a block diagram of a fault handling module of the fault handling system of equipment operation monitoring software according to an embodiment of the present invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
The invention aims to provide a fault processing method and system for equipment operation monitoring software, which can rapidly judge whether the equipment operation monitoring software has faults or not, further classify the faults of the software and improve the processing efficiency of the equipment operation monitoring software operation faults.
In order that the above-recited objects, features and advantages of the present invention will become more readily apparent, a more particular description of the invention will be rendered by reference to the appended drawings and appended detailed description.
Example 1
As shown in fig. 1, the present embodiment provides a fault handling method of equipment operation monitoring software, the method including:
step 101: collecting operation state parameters of equipment operation monitoring software;
step 102: judging whether the equipment operation monitoring software has faults according to the operation state parameters and the fault phenomenon tree;
step 103: when the equipment operation monitoring software has no fault, processing is not needed;
when the equipment operation monitoring software has faults, further judging the fault type to obtain a first judging result; the first judging result comprises a class-one fault and a class-two fault;
step 104: and performing fault restoration according to the first judging result.
Therefore, the embodiment realizes the rapid fault diagnosis and treatment of the software by equipping the running state parameters of the running monitoring software. The implementation of classification and degree-based repair greatly shortens the repair time, reduces the repair cost and improves the overall efficiency of software repair.
For the sake of more clear explanation of the method, this embodiment is further shown in detail by taking a specific device running monitoring software as an example.
Firstly, in step 101, when the equipment operation monitoring software is collected, a monitoring applet for monitoring the operation process of the equipment software is set in the software, and the monitoring applet collects the operation state parameters of the equipment operation monitoring software in real time, so that not only can the fault diagnosis and the processing of the equipment operation monitoring software be realized, but also the equipment operation software can be detected in real time, thereby the fault condition of the equipment operation monitoring software can be found and processed in time, and the software efficiency is greatly improved.
The monitoring software monitors the running state of the equipment running monitoring software in real time, and can select several parameters of the software, such as coding precision, running conditions of various modules and the like, according to actual application requirements, and then average the several parameters to obtain a final value as the running state parameter x of the equipment running monitoring software.
And judging whether the software has faults or not according to the fault phenomenon tree and the value of the running state parameter. The failure phenomenon tree is a data table for determining whether or not software corresponding to different values of the operating state parameters has failure, as shown in table 1.
TABLE 1 Fault phenomena Tree
Data | Value taking | Conclusion(s) |
x | Greater than 3.8 | Has faults of |
x | Less than or equal to 3.8 | No fault |
It should be noted that table 1 is merely a data table determined by taking a device operation monitoring software as an example, and should not be construed as a specific limitation of the present invention. In the actual application process, the fault phenomenon tree can be built after the monitoring of the equipment operation monitoring software in a normal state is carried out for a period of time by using the monitoring small software, so that the fault diagnosis of the equipment operation monitoring software is more accurate.
When the conclusion that the equipment operation monitoring software has no faults is obtained, the software does not need to be processed naturally, and when the conclusion that the software has faults is obtained, the fault type of the software needs to be further judged, and a first judging result is obtained, wherein the first judging result comprises a first type of faults and a second type of faults.
Specifically, the operation state parameter of x >3.8 is subjected to fault type judgment. Setting a second preset threshold and a third preset threshold according to bottom layer operation parameters of equipment operation monitoring software, wherein the second preset threshold is smaller than the third preset threshold. And comparing the running state parameter x with a second preset threshold value and a third threshold value respectively to obtain a second comparison result.
When the second comparison result is that the running state parameter is larger than or equal to the second preset threshold value and smaller than the third preset threshold value, the first judgment result is a type II fault;
otherwise, the first judging result is a fault type.
In the present embodiment, a specific case where the specific value of the second preset threshold is set to 5 and the specific value of the third preset threshold is set to 6.8 will be specifically described. And when x is more than or equal to 5 and less than 6.8, judging the type of the software fault as a type of the fault, otherwise, judging the type of the software fault as a type of the fault.
After determining the fault type of the software, selecting different fault processing modes according to the fault type. When the first judging result is a type of fault, only the parameters of the equipment operation software fault module are corrected, and the fault repair is completed; when the first judging result is a type II fault, the code parameters of the data processing module of the equipment operation software need to be corrected, so that the redundant data processing module replaces the data processing module to complete the data processing function, and the fault is repaired. By judging the fault type, the fault type can be timely and quickly known how to remove the fault.
For repairing a type of fault, a fault module needs to be further judged. Classifying the operation state parameters which are judged to be one type of faults again, and judging that the input module of the equipment operation monitoring software has faults when the operation state parameters are smaller than the second preset threshold value; and comparing the running state parameter with a third preset threshold value when the running state parameter is larger than the second preset threshold value, and judging that the output module of the equipment running monitoring software has faults when the running state parameter is larger than the third preset threshold value. Namely, when x is more than or equal to 3.8 and less than 5, judging that an input module of software has faults; when x is more than or equal to 6.8 and less than 10, judging that an output module of the software has faults.
When the input module of the equipment operation monitoring software has faults, correcting the original input code parameters in the bottom layer editing of the equipment operation monitoring software after correcting the input setting options of the equipment operation monitoring software. Specifically, the input setting option of the software is set to be 0.86, and then the original input code parameter z obtained by editing the bottom layer of the software is corrected to be 0.98, so that the fault of the input module can be eliminated. The input setting of the software is equivalent to initializing the initial parameters, the operation parameters and the interface parameters of the software, and different input setting options correspond to different initial speeds, operation fluency and interface friendliness.
When the output module of the equipment operation monitoring software has faults, correcting the original output code parameters in the bottom layer editing of the equipment operation monitoring software after correcting the output setting options of the equipment operation monitoring software. Specifically, the output setting option m of the software is set to be 0.69, and then the original output code parameter n obtained by editing the bottom layer of the software is corrected to be 0.87, so that the fault of the output module can be eliminated. Wherein the output setting option affects the operation state monitoring parameters of the equipment, and changing the output setting option can directly change the operation equipment monitoring parameters of the equipment, thereby correcting the operation state of the equipment. The original output code parameter n is visual reflection of the parameters of the software running relay, and the modification of the original output code parameter n can directly change the parameters of the software running relay.
For the processing of the second class faults, when correcting the code parameters of the data processing module of the equipment operation software, optimizing and selecting the values of the code parameters of the data processing module according to a formula k=0.64 x y+0.36 x n, wherein k is the code parameters of the data processing module of the equipment operation software, the monitoring parameters representing the phase transformation speed of the data processing module, y is an input setting option of the equipment operation monitoring software, and n is the original output code parameters of the equipment operation monitoring software. And then the middle end of the x set bit redundant data processing module of the embedded redundant data processing module is utilized to connect the tail end g of the redundant data processing module to the output end, so that the embedded redundant data processing module with most functions of the data processing module temporarily replaces the data processing module to realize the functions, and deep fault elimination is performed after the task is completed, thereby ensuring the rapid repair of equipment operation monitoring software in the field task.
Therefore, in the embodiment, the software fault is classified in real time and repaired in a degree manner, and the software is repaired in a manner of reconfiguration, bottom loophole repair, temporary emergency use and the like, so that the repair time is shortened, the repair cost is reduced, and the overall efficiency of software repair is improved.
Example 2
As another embodiment of the present invention, there is also provided a fault handling system equipped with running software, as shown in fig. 2, the system including:
the parameter acquisition module M1 is used for acquiring the running state parameters of the equipment running monitoring software;
the fault judging module M2 is used for judging whether the equipment operation monitoring software has faults or not according to the fault phenomenon tree;
the fault distinguishing module M3 is used for avoiding processing when the equipment operation monitoring software has no fault;
when the equipment operation monitoring software has faults, further judging the fault type to obtain a first judging result; the first judging result comprises a class-one fault and a class-two fault;
and the fault repairing module M4 is used for repairing the fault according to the first judging result.
Referring to fig. 3, the fault determining module M2 includes:
the parameter comparison unit M2-1 is used for comparing the running state parameter with a first preset threshold value to obtain a first comparison result;
the judging unit M2-2 is used for judging that the equipment operation monitoring software has faults when the first comparison result is that the operation state parameter is larger than the first preset threshold value;
when the first comparison result is that the running state parameter is smaller than or equal to the first preset threshold value, judging that no fault exists in the equipment running monitoring software
And as in fig. 4, the fault repairing module M4 includes:
the first fault repairing unit M4-1 is used for further judging a fault module when the first judging result is a first fault, correcting parameters of the equipment operation software fault module and finishing fault repairing;
and the second-class fault repairing unit M4-2 is used for correcting the code parameters of the data processing module of the equipment operation software when the first judging result is the second-class fault, so that the redundant data processing module replaces the data processing module to complete the data processing function and the fault repairing is completed.
In this specification, all embodiments are mainly described and are different from other embodiments, and the same similar parts between the embodiments are mutually referred to. For the system disclosed in the embodiment, since it corresponds to the method disclosed in the embodiment, the description is relatively simple, and the relevant points refer to the description of the method section.
The principles and embodiments of the present invention have been described herein with reference to specific examples, the description of which is intended only to assist in understanding the methods of the present invention and the core ideas thereof; also, it is within the scope of the present invention to be modified by those of ordinary skill in the art in light of the present teachings. In view of the foregoing, this description should not be construed as limiting the invention.
Claims (6)
1. A method of fault handling of equipment operation monitoring software, the method comprising:
collecting operation state parameters of equipment operation monitoring software;
judging whether the equipment operation monitoring software has faults or not according to the fault phenomenon tree;
when the equipment operation monitoring software has no fault, processing is not needed;
when the equipment operation monitoring software has faults, further judging the fault type to obtain a first judging result; the first judging result comprises a class-one fault and a class-two fault;
performing fault restoration according to the first judging result;
the performing fault repair according to the first judgment result specifically includes:
when the first judging result is a type of fault, further judging a fault module, correcting parameters of the equipment operation monitoring software fault module, and finishing fault repair;
when the first judging result is a type II fault, correcting the code parameters of the data processing module of the equipment operation monitoring software to enable the redundant data processing module to replace the data processing module to complete the data processing function and complete the fault repair;
further judging the fault module comprises:
comparing the running state parameter with a second preset threshold value, and judging that the input module of the equipment running monitoring software has faults when the running state parameter is smaller than the second preset threshold value;
comparing the running state parameter with a third preset threshold when the running state parameter is larger than the second preset threshold, and judging that an output module of the equipment running monitoring software has faults when the running state parameter is larger than the third preset threshold;
correcting parameters of the equipment operation monitoring software fault module, and completing fault repair specifically comprises:
when the input module of the equipment operation monitoring software has faults, correcting the original input code parameters in the bottom layer editing of the equipment operation monitoring software after correcting the input setting options of the equipment operation monitoring software;
when the output module of the equipment operation monitoring software has faults, correcting the original output code parameters in the bottom layer editing of the equipment operation monitoring software after correcting the output setting options of the equipment operation monitoring software.
2. The method for processing a fault of equipment operation monitoring software according to claim 1, wherein the determining whether the equipment operation monitoring software has a fault according to the fault phenomenon tree comprises:
comparing the running state parameter with a first preset threshold value to obtain a first comparison result;
when the first comparison result is that the running state parameter is larger than the first preset threshold value, judging that the equipment running monitoring software has faults;
and when the first comparison result is that the running state parameter is smaller than or equal to the first preset threshold value, judging that no fault exists in the equipment running monitoring software.
3. The method for processing a fault of equipment operation monitoring software according to claim 1, wherein when the equipment operation monitoring software has a fault, further determining a fault type of the software to obtain a first determination result, specifically comprising:
comparing the running state parameters with a second preset threshold value and a third threshold value respectively to obtain a second comparison result; the second preset threshold value is smaller than a third preset threshold value;
when the second comparison result is that the running state parameter is larger than or equal to the second preset threshold value and smaller than the third preset threshold value, the first judgment result is a type II fault;
otherwise, the first judging result is a fault type.
4. The fault handling method for equipment operation monitoring software according to claim 1, wherein when modifying a data processing module code parameter of the equipment operation monitoring software, a value of the data processing module code parameter is determined according to a formula k=0.64×y+0.36×n, where k is the data processing module code parameter of the equipment operation monitoring software, y is an input setting option of the equipment operation monitoring software, and n is an original output code parameter of the equipment operation monitoring software.
5. A fault handling system equipped with operation monitoring software, the system comprising:
the parameter acquisition module is used for acquiring the operation state parameters of the equipment operation monitoring software;
the fault judging module is used for judging whether the equipment operation monitoring software has faults or not according to the fault phenomenon tree;
the fault distinguishing module is used for eliminating the processing when the equipment operation monitoring software has no fault;
when the equipment operation monitoring software has faults, further judging the fault type to obtain a first judging result; the first judging result comprises a class-one fault and a class-two fault;
the fault repairing module is used for repairing faults according to the first judging result;
the fault repair module includes:
the fault repairing unit is used for further judging a fault module when the first judging result is a fault, correcting parameters of the equipment operation monitoring software fault module and finishing fault repairing;
further judging the fault module comprises:
comparing the running state parameter with a second preset threshold value, and judging that the input module of the equipment running monitoring software has faults when the running state parameter is smaller than the second preset threshold value;
comparing the running state parameter with a third preset threshold when the running state parameter is larger than the second preset threshold, and judging that an output module of the equipment running monitoring software has faults when the running state parameter is larger than the third preset threshold;
correcting parameters of the equipment operation monitoring software fault module, and completing fault repair specifically comprises:
when the input module of the equipment operation monitoring software has faults, correcting the original input code parameters in the bottom layer editing of the equipment operation monitoring software after correcting the input setting options of the equipment operation monitoring software;
when the output module of the equipment operation monitoring software has faults, correcting the original output code parameters in the bottom layer editing of the equipment operation monitoring software after correcting the output setting options of the equipment operation monitoring software;
and the second-class fault repairing unit is used for correcting the code parameters of the data processing module of the equipment operation monitoring software when the first judging result is the second-class fault, so that the redundant data processing module replaces the data processing module to complete the data processing function and the fault repairing is completed.
6. The fault handling system of claim 5, wherein the fault determination module comprises:
the parameter comparison unit is used for comparing the running state parameter with a first preset threshold value to obtain a first comparison result;
the judging unit is used for judging that the equipment operation monitoring software has faults when the first comparison result is that the operation state parameter is larger than the first preset threshold value;
and when the first comparison result is that the running state parameter is smaller than or equal to the first preset threshold value, judging that no fault exists in the equipment running monitoring software.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011611882.7A CN112732520B (en) | 2020-12-30 | 2020-12-30 | Fault processing method and system for equipment operation monitoring software |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011611882.7A CN112732520B (en) | 2020-12-30 | 2020-12-30 | Fault processing method and system for equipment operation monitoring software |
Publications (2)
Publication Number | Publication Date |
---|---|
CN112732520A CN112732520A (en) | 2021-04-30 |
CN112732520B true CN112732520B (en) | 2024-04-12 |
Family
ID=75610239
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202011611882.7A Active CN112732520B (en) | 2020-12-30 | 2020-12-30 | Fault processing method and system for equipment operation monitoring software |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN112732520B (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114968761B (en) * | 2022-04-11 | 2023-07-21 | 杭州德适生物科技有限公司 | Software running environment safety supervision system based on Internet |
Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH04314060A (en) * | 1990-09-28 | 1992-11-05 | Xerox Corp | Method for processing object fault of printing system |
JP2002149437A (en) * | 2000-11-15 | 2002-05-24 | Hitachi Ltd | Method for restarting software |
CN103699489A (en) * | 2014-01-03 | 2014-04-02 | 中国人民解放军装甲兵工程学院 | Software remote fault diagnosis and repair method based on knowledge base |
CN103812727A (en) * | 2014-01-27 | 2014-05-21 | 中国电子科技集团公司第十研究所 | Diagnostic method for automatically analyzing and positioning equipment failure of deep space measurement and control station |
CN104216825A (en) * | 2013-06-04 | 2014-12-17 | 北京神州泰岳软件股份有限公司 | Problem locating method and system |
CN107612756A (en) * | 2017-10-31 | 2018-01-19 | 广西宜州市联森网络科技有限公司 | A kind of operation management system with intelligent trouble analyzing and processing function |
CN107678975A (en) * | 2017-11-17 | 2018-02-09 | 北京锐安科技有限公司 | A kind of software fault detection method and device |
CN110069143A (en) * | 2018-01-22 | 2019-07-30 | 北京搜狗科技发展有限公司 | A kind of information is anti-error to entangle method, apparatus and electronic equipment |
WO2019153505A1 (en) * | 2018-02-07 | 2019-08-15 | 平安科技(深圳)有限公司 | Method for publishing fault recovery data packet and server |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9740993B2 (en) * | 2009-12-04 | 2017-08-22 | GM Global Technology Operations LLC | Detecting anomalies in field failure data |
CN103718218B (en) * | 2011-07-26 | 2016-10-05 | 美国联合包裹服务公司 | For managing the system and method for failure code |
-
2020
- 2020-12-30 CN CN202011611882.7A patent/CN112732520B/en active Active
Patent Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH04314060A (en) * | 1990-09-28 | 1992-11-05 | Xerox Corp | Method for processing object fault of printing system |
JP2002149437A (en) * | 2000-11-15 | 2002-05-24 | Hitachi Ltd | Method for restarting software |
CN104216825A (en) * | 2013-06-04 | 2014-12-17 | 北京神州泰岳软件股份有限公司 | Problem locating method and system |
CN103699489A (en) * | 2014-01-03 | 2014-04-02 | 中国人民解放军装甲兵工程学院 | Software remote fault diagnosis and repair method based on knowledge base |
CN103812727A (en) * | 2014-01-27 | 2014-05-21 | 中国电子科技集团公司第十研究所 | Diagnostic method for automatically analyzing and positioning equipment failure of deep space measurement and control station |
CN107612756A (en) * | 2017-10-31 | 2018-01-19 | 广西宜州市联森网络科技有限公司 | A kind of operation management system with intelligent trouble analyzing and processing function |
CN107678975A (en) * | 2017-11-17 | 2018-02-09 | 北京锐安科技有限公司 | A kind of software fault detection method and device |
CN110069143A (en) * | 2018-01-22 | 2019-07-30 | 北京搜狗科技发展有限公司 | A kind of information is anti-error to entangle method, apparatus and electronic equipment |
WO2019153505A1 (en) * | 2018-02-07 | 2019-08-15 | 平安科技(深圳)有限公司 | Method for publishing fault recovery data packet and server |
Non-Patent Citations (1)
Title |
---|
应用神经网络的装备软件可靠性预测;王莹;田立军;;科技信息;20090605(第16期);第208页 * |
Also Published As
Publication number | Publication date |
---|---|
CN112732520A (en) | 2021-04-30 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN110992317B (en) | PCB defect detection method based on semantic segmentation | |
CN109579220B (en) | Air conditioning system fault detection method and device and electronic equipment | |
CN103310051B (en) | Board information terminal Failure Rate Forecasting Method in a kind of life cycle management | |
CN112732520B (en) | Fault processing method and system for equipment operation monitoring software | |
US20070220330A1 (en) | Computer-Supported Diagnostic System, Based on Heuristics and System Topologies | |
CN108153273B (en) | Vehicle signal failure fault diagnosis method and vehicle control unit | |
CN114326659A (en) | Fault diagnosis system and method for automobile electronic control unit | |
CN108932358B (en) | Method for determining subsequent spare part demand of Weibull unit | |
CN110927497A (en) | Point switch fault detection method and device | |
CN108956783B (en) | HDP-HSMM-based grinding sound grinding wheel passivation state detection method | |
CN116955910B (en) | Method and system for calculating success rate of guarantee tasks of mechanical serial components | |
CN111967595A (en) | Candidate frame marking method and system, model training method and target detection method | |
CN111125078A (en) | Defect data correction method for relay protection device | |
CN109255555B (en) | Electric power big data equipment life cycle estimation method based on historical operation information | |
CN107784398B (en) | Motor train unit advanced repair and debugging priority optimization method based on data management | |
CN112733281B (en) | Machine tool reliability assessment method considering truncated data deletion | |
CN115525455A (en) | Method, device, server and storage medium for repairing abnormality of multi-level system | |
CN112036693B (en) | Process sequencing method based on finite weighting process fault rate | |
CN112580838B (en) | Environment protection equipment operation and maintenance management method, system, computer storage medium and terminal | |
Zhu et al. | Sequential preventive maintenance interval determination based on Monte Carlo method for deteriorating systems | |
CN113063607A (en) | Method and system for setting ready state under extreme condition | |
CN112944603A (en) | Air conditioner health assessment method for rail transit | |
CN108875205A (en) | System availability efficient simulation method based on reachable matrix and discrete event driving | |
JP3310091B2 (en) | Air conditioning system abnormality treatment optimization device | |
CN115934369B (en) | Robust deadlock avoidance algorithm based on Petri network |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |