CN111625429A - Method for eliminating accidental alarm and inherent fault alarm - Google Patents

Method for eliminating accidental alarm and inherent fault alarm Download PDF

Info

Publication number
CN111625429A
CN111625429A CN202010323609.8A CN202010323609A CN111625429A CN 111625429 A CN111625429 A CN 111625429A CN 202010323609 A CN202010323609 A CN 202010323609A CN 111625429 A CN111625429 A CN 111625429A
Authority
CN
China
Prior art keywords
alarm
fault
executing
state
failure
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.)
Granted
Application number
CN202010323609.8A
Other languages
Chinese (zh)
Other versions
CN111625429B (en
Inventor
张雪峰
刘亚军
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Jiangyin Sinbon Electronics Co ltd
Original Assignee
Jiangyin Sinbon Electronics Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Jiangyin Sinbon Electronics Co ltd filed Critical Jiangyin Sinbon Electronics Co ltd
Priority to CN202010323609.8A priority Critical patent/CN111625429B/en
Publication of CN111625429A publication Critical patent/CN111625429A/en
Application granted granted Critical
Publication of CN111625429B publication Critical patent/CN111625429B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/32Monitoring with visual or acoustical indication of the functioning of the machine
    • G06F11/324Display of status information
    • G06F11/327Alarm or error message display
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y04INFORMATION OR COMMUNICATION TECHNOLOGIES HAVING AN IMPACT ON OTHER TECHNOLOGY AREAS
    • Y04SSYSTEMS INTEGRATING TECHNOLOGIES RELATED TO POWER NETWORK OPERATION, COMMUNICATION OR INFORMATION TECHNOLOGIES FOR IMPROVING THE ELECTRICAL POWER GENERATION, TRANSMISSION, DISTRIBUTION, MANAGEMENT OR USAGE, i.e. SMART GRIDS
    • Y04S10/00Systems supporting electrical power generation, transmission or distribution
    • Y04S10/50Systems or methods supporting the power network operation or management, involving a certain degree of interaction with the load-side end user applications
    • Y04S10/52Outage or fault management, e.g. fault detection or location

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Alarm Systems (AREA)

Abstract

The application discloses a method for eliminating accidental alarms and inherent fault alarms, wherein when fault behaviors are continuously detected for multiple times within a certain time, a single fault is recorded, and in the single fault detection process, when parameters are continuously detected for multiple times within a certain time and return to normal, the fault is determined to be relieved; after a single fault, executing product alarm resetting detection action, if the alarm fault still exists, locking the fault state, and if continuous multiple resetting fails within a certain time, no longer executing fault resetting detection; if the fault is removed after resetting, the fault state is removed, and the product is allowed to have normal power output. The invention solves the problems through alarm resetting and alarm mode of time window judgment, effectively solves the problems of working in a protection state and abnormal power output after the short-time alarm is triggered by an actual product, and improves the problem of working efficiency reduction.

Description

Method for eliminating accidental alarm and inherent fault alarm
Technical Field
The present application relates to fault alarm strategies and, more particularly, to a method of eliminating both contingency alarms and intrinsic fault alarms.
Background
In the actual use process of the product, various possibilities for triggering alarm conditions exist, and many alarms are generated because the alarm protection behavior of the product occurs due to short-time interference of the environment, so that the product works in a protection state, normal power output is unavailable, or the working efficiency of the product is reduced.
Disclosure of Invention
The invention aims to provide a method for eliminating accidental alarms and inherent fault alarms, which solves the problems through alarm resetting and an alarm mode of adding time window judgment, effectively solves the problems of working in a protection state, no normal power output and improvement on the problem of reduced working efficiency after an actual product triggers short-time alarms.
In order to achieve the above object, the present invention provides the following technical solutions.
The embodiment of the application discloses a method for eliminating accidental alarms and inherent failure alarms, which sets a system state as a normal state, sets an alarm value, sets the number of alarm times as 0, sets an M value, sets the number of failure times as 0, sets a failure recovery value, sets an N value, sets the number of failure recovery times as 0, M, N is a positive integer, and sequentially comprises the following steps:
step S0, the system normally runs, if an alarm is triggered, the step S1 is executed, otherwise, the step S0 is continuously run;
step S1 is to determine the system status, if it is normal, execute step S2, if it is fault, execute step S5;
step S2, judging whether the signal measurement value reaches the alarm value, if yes, executing step S3, otherwise executing step S0;
step S3, adding 1 time to the alarm frequency, judging whether the alarm frequency reaches M times, if yes, clearing the alarm frequency and executing step S4, otherwise, executing step S0;
step S4, the system state is changed to the fault state, the system protection mode is started, and the step S1 is executed;
step S5, adding 1 time to the failure times, judging whether the failure times reach N times, if so, continuing to operate the protection mode, otherwise, executing step S6;
step S6, changing the system state into a normal state, and executing step S7;
step S7 determines whether the signal measurement value reaches the fault recovery value, if yes, step S8 is executed, otherwise step S0 is executed;
step S8 adds 1 time to the failure recovery frequency, determines whether the failure recovery frequency reaches M times, if the failure recovery frequency is clear 0, the system cancels the protection mode, executes step S0, otherwise executes step S7.
Preferably, in the method for eliminating the accidental alarm and the intrinsic failure alarm, the protection mode is abnormal power output or power output shutdown of the system.
Preferably, in the method for eliminating the accidental alarm and the intrinsic failure alarm, the condition for triggering the alarm in step S0 includes, but is not limited to, system overvoltage, undervoltage, overtemperature, short circuit, PE pin breakage, and electrical leakage.
Compared with the prior art, the invention has the advantages of effectively solving the problems that the actual product works in a protection state after triggering short-time alarm, and has no normal power output and improving the problem of reduced working efficiency.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments described in the present application, and other drawings can be obtained by those skilled in the art without creative efforts.
FIG. 1 is a flow chart illustrating a method of eliminating contingency alarms and intrinsic failure alarms in an embodiment of the invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be described in detail below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all embodiments. All other embodiments, which can be obtained by a person skilled in the art without any inventive step based on the embodiments of the present invention, are within the scope of the present invention.
Description of the function:
1) when the product triggers a set alarm fault, such as over/under voltage, over temperature, short circuit, PE needle breakage, electric leakage and other abnormal faults, if a trigger fault detection condition is detected for multiple times within a period of time, the product is judged to trigger a single alarm fault state, fault state indication is carried out, fault protection action is executed, and product power output is closed.
2) After the product generates an alarm fault, executing a product resetting action (software restarting or software resetting fault) to restore the product to a normal working state, allowing the product to have a power output action, executing a product alarm fault detection function again, if the alarm fault detection is restored, judging that the product state is normal, and removing the alarm fault state to enable the product to work in the normal working state; if the alarm fault state is still detected, the fault state indication is carried out, the fault protection action is executed, and the power output is closed.
3) And (3) repeating the resetting actions for multiple times, if the fault behaviors are continuously detected for multiple times within a certain time T, locking the fault state, not executing the resetting operation of the step (2), closing the power output, and keeping the product in a protection state all the time.
4) In the repeated resetting process, if the fault is removed after the resetting action occurs, the alarm is removed, the product is recovered to the normal working state, and the product is allowed to have power output.
Referring to fig. 1, a method for eliminating an accidental alarm and a natural fault alarm, which first sets a system state as a normal state, sets an alarm value, sets an alarm frequency as 0, sets an M value, sets a fault frequency as 0, sets a fault recovery value, sets an N value, sets a fault recovery frequency as 0, and M, N are positive integers, sequentially includes the following steps:
step S0, the system normally runs, if an alarm is triggered, the step S1 is executed, otherwise, the step S0 is continuously run;
step S1 is to determine the system status, if it is normal, execute step S2, if it is fault, execute step S5;
step S2, judging whether the signal measurement value reaches the alarm value, if yes, executing step S3, otherwise executing step S0;
step S3, adding 1 time to the alarm frequency, judging whether the alarm frequency reaches M times, if yes, clearing the alarm frequency and executing step S4, otherwise, executing step S0;
step S4, the system state is changed to the fault state, the system protection mode is started, and the step S1 is executed;
step S5, adding 1 time to the failure times, judging whether the failure times reach N times, if so, continuing to operate the protection mode, otherwise, executing step S6;
step S6, changing the system state into a normal state, and executing step S7;
step S7 determines whether the signal measurement value reaches the failure recovery value, if yes, step S8 is executed, otherwise step S0 is executed;
step S8 adds 1 time to the failure recovery frequency, determines whether the failure recovery frequency reaches M times, if the failure recovery frequency is clear 0, the system cancels the protection mode, executes step S0, otherwise executes step S7.
This patent is through alarm reset and the alarm mode who judges with the time window, solves above problem, effectively solves the actual product and triggers the short-term alarm after, work is in the protection state, the problem of normal power output of nothing and improvement work efficiency decline problem.
The foregoing is directed to embodiments of the present application and it is noted that numerous modifications and adaptations may be made by those skilled in the art without departing from the principles of the present application and are intended to be within the scope of the present application.

Claims (3)

1. A method for eliminating an accidental alarm and an intrinsic failure alarm, wherein a system state is set to a normal state, an alarm value is set, an alarm frequency is set to 0, an M value is set, a failure frequency is set to 0, a failure recovery value is set, an N value is set, a failure recovery frequency is set to 0, M, N is a positive integer, and the method sequentially comprises the following steps:
step S0: the system normally runs, if an alarm is triggered, the step S1 is executed, otherwise, the step S0 is continuously run;
step S1: judging the system state, if the system state is normal, executing the step S2, and if the system state is fault, executing the step S5;
step S2: judging whether the signal measurement value reaches the alarm value, if so, executing a step S3, otherwise, executing a step S0;
step S3: adding 1 time to the alarm frequency, judging whether the alarm frequency reaches M times, if so, resetting the alarm frequency and executing the step S4, otherwise, executing the step S0;
step S4: the system state is changed into the fault state, the system protection mode is started, and the step S1 is executed;
step S5: adding 1 time to the failure times, judging whether the failure times reach N times, if so, continuing to operate the protection mode, and otherwise, executing the step S6;
step S6: the system state changes to the normal state, and step S7 is executed;
step S7: judging whether the signal measurement value reaches the fault recovery value, if so, executing a step S8, otherwise, executing a step S0;
step S8: and adding 1 time to the failure recovery times, judging whether the failure recovery times reach M times, if the failure recovery times are clear 0, canceling the protection mode by the system, and executing the step S0, otherwise, executing the step S7.
2. The method of eliminating contingency and intrinsic fault alarms according to claim 1, wherein said protection mode is abnormal power output or power off of the system.
3. The method of eliminating contingency alarms and intrinsic failure alarms according to claim 1, wherein the conditions of triggering the alarm in step S0 include, but are not limited to, system overvoltage, undervoltage, overtemperature, short circuit, PE pin breakage, electrical leakage.
CN202010323609.8A 2020-04-22 2020-04-22 Method for eliminating accidental alarm and inherent fault alarm Active CN111625429B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010323609.8A CN111625429B (en) 2020-04-22 2020-04-22 Method for eliminating accidental alarm and inherent fault alarm

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010323609.8A CN111625429B (en) 2020-04-22 2020-04-22 Method for eliminating accidental alarm and inherent fault alarm

Publications (2)

Publication Number Publication Date
CN111625429A true CN111625429A (en) 2020-09-04
CN111625429B CN111625429B (en) 2023-08-22

Family

ID=72260960

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010323609.8A Active CN111625429B (en) 2020-04-22 2020-04-22 Method for eliminating accidental alarm and inherent fault alarm

Country Status (1)

Country Link
CN (1) CN111625429B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113823012A (en) * 2021-09-13 2021-12-21 浙江众合科技股份有限公司 BIM technology-based rail transit facility inspection method and device
CN115042764A (en) * 2022-07-25 2022-09-13 克诺尔车辆设备(苏州)有限公司 Train brake information processing method and train brake control system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103795459A (en) * 2013-11-22 2014-05-14 青岛海信宽带多媒体技术有限公司 Optical module-based fault processing method, device and optical module
CN104101051A (en) * 2014-06-24 2014-10-15 广东美的集团芜湖制冷设备有限公司 Air conditioner and detection control method and device for abnormal coolant circulation of air conditioner
CN104699078A (en) * 2015-02-27 2015-06-10 北京精密机电控制设备研究所 Protection and failure recovery control method of electromechanical servo system
CN104793139A (en) * 2015-04-22 2015-07-22 上海中科深江电动车辆有限公司 Motor fault diagnosing and processing method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103795459A (en) * 2013-11-22 2014-05-14 青岛海信宽带多媒体技术有限公司 Optical module-based fault processing method, device and optical module
CN104101051A (en) * 2014-06-24 2014-10-15 广东美的集团芜湖制冷设备有限公司 Air conditioner and detection control method and device for abnormal coolant circulation of air conditioner
CN104699078A (en) * 2015-02-27 2015-06-10 北京精密机电控制设备研究所 Protection and failure recovery control method of electromechanical servo system
CN104793139A (en) * 2015-04-22 2015-07-22 上海中科深江电动车辆有限公司 Motor fault diagnosing and processing method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113823012A (en) * 2021-09-13 2021-12-21 浙江众合科技股份有限公司 BIM technology-based rail transit facility inspection method and device
CN115042764A (en) * 2022-07-25 2022-09-13 克诺尔车辆设备(苏州)有限公司 Train brake information processing method and train brake control system

Also Published As

Publication number Publication date
CN111625429B (en) 2023-08-22

Similar Documents

Publication Publication Date Title
CN106480641B (en) The fault diagnosis and restorative procedure of washing machine
CN111625429A (en) Method for eliminating accidental alarm and inherent fault alarm
CN111381163A (en) Motor group fault early warning method and device
CN110726936A (en) Method for judging and processing voltage sampling fault and voltage extreme value fault
US11836036B2 (en) Method of detecting faults in intelligent electronic devices
CN110685869B (en) Fault diagnosis method, device and equipment for wind turbine generator
CN111834984A (en) Method, system and device for protecting non-electric quantity of transformer
CN108204331B (en) Fault processing method and device for wind generating set
CN111650505A (en) Contactor fault diagnosis method and device, storage medium and converter
CN104763576A (en) Distinguishing and correcting method for auxiliary signal anomaly for pumped storage group protection
CN206133294U (en) Controller fault protection system
CN112421579A (en) Active splitting control method and system based on low-frequency low voltage
CN110556789B (en) Fault protection method and system for output filter capacitor of vehicle-mounted inverter
CN114094541B (en) Sectional type third harmonic voltage ratio stator grounding protection method and system
CN116660750A (en) Method and system for diagnosing NTC abnormal faults of battery system
CN102385021A (en) Short circuit fault self-adaptive judging method
JPS61228501A (en) Method for deciding treatment of plant abnormality
CN111749951B (en) Hydraulic mechanism fault monitoring method and device, computer equipment and storage medium
CN109742722B (en) constant value modification detection method, device, equipment and medium
CN1310389C (en) Fuzzy control method for relay protection of very-high voltage power equipment
CN111817432B (en) Terminal alarm abnormity solving method
CN106200544B (en) A kind of protection system and method for preventing PLC controller from crashing
Rahmat et al. Self Classification of Multifunction Relay Based on Neural Network for Industrial Scale
CN114325451B (en) Method and device for estimating residual life of relay, computer equipment and medium
JP5030713B2 (en) Short-circuit accident detection relay

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