CN111241098A - Industrial fault data response method and device - Google Patents

Industrial fault data response method and device Download PDF

Info

Publication number
CN111241098A
CN111241098A CN202010020940.2A CN202010020940A CN111241098A CN 111241098 A CN111241098 A CN 111241098A CN 202010020940 A CN202010020940 A CN 202010020940A CN 111241098 A CN111241098 A CN 111241098A
Authority
CN
China
Prior art keywords
fault data
response
industrial
response signal
abstract
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.)
Pending
Application number
CN202010020940.2A
Other languages
Chinese (zh)
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.)
Foshan University
Original Assignee
Foshan University
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 Foshan University filed Critical Foshan University
Priority to CN202010020940.2A priority Critical patent/CN111241098A/en
Publication of CN111241098A publication Critical patent/CN111241098A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2228Indexing structures
    • G06F16/2255Hash tables

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention discloses an industrial fault data response method and device, wherein the method comprises the following steps: establishing a fault data abstract-response signal comparison table; acquiring fault data of industrial equipment, performing summary operation on the acquired fault data to obtain a fault data summary, inquiring a fault data summary-response signal comparison table to obtain a response signal corresponding to the fault data summary, and responding according to the response signal. The device comprises: the device comprises a memory, a fault data acquisition module, a summary operation module and a response module. Through carrying out summary operation on the fault data, the identification quantity of the fault data is reduced, and therefore the fault response time of the industrial equipment is reduced. The invention is mainly used in the technical field of automation.

Description

Industrial fault data response method and device
Technical Field
The invention relates to the technical field of automation, in particular to an industrial fault data response method and device.
Background
For complex industrial equipment, a lot of fault data are generated, a large amount of fault data are transmitted to a control terminal, and the control terminal needs to respond to each piece of fault data. The existing response means is obtained by reading the fault data and then looking up a table. Due to the large amount of fault data, the response method consumes a large amount of time, so that a certain delay is caused to the response of the fault data.
Disclosure of Invention
The present invention is directed to an industrial fault data response method and apparatus, which solves one or more of the problems of the prior art and provides at least one of the advantages of the present invention.
The technical scheme adopted for solving the technical problems is as follows: in one aspect, an industrial fault data response method includes: establishing a fault data abstract-response signal comparison table; acquiring fault data of industrial equipment, performing summary operation on the acquired fault data to obtain a fault data summary, inquiring a fault data summary-response signal comparison table to obtain a response signal corresponding to the fault data summary, and responding according to the response signal.
The purpose of the response method of the industrial fault data is to enable the control terminal to respond to the fault of the industrial equipment more quickly and reduce response delay. In order to achieve the purpose, a fault data abstract-response signal comparison table needs to be established, fault data is abstracted through an abstraction algorithm to obtain a fault data abstract of the current fault data, and a response signal corresponding to the fault data abstract is obtained through query from the fault data abstract-response signal comparison table. Through carrying out summary operation on the fault data, the identification quantity of the fault data is reduced, and therefore the fault response time of the industrial equipment is reduced.
Further, the specific method for performing summary operation on the acquired fault data to obtain the fault data summary comprises the following steps: and calculating the acquired fault data through a Hash algorithm to obtain a fault data abstract.
The fault data are subjected to abstract operation through the Hash algorithm, so that the operation time can be shortened, and the response speed of the industrial fault data is improved.
Further, the method for establishing the fault data abstract-response signal comparison table comprises the following steps: obtained by testing at the prototype stage of the industrial equipment.
Further, the hash algorithm is SHA-256.
In another aspect, an industrial fault data response apparatus includes:
the memorizer, is used for storing the summary-response signal look-up table of the trouble data;
the fault data acquisition module is used for acquiring fault data of the industrial equipment;
the abstract operation module is used for carrying out abstract operation on the acquired fault data to obtain a fault data abstract;
and the response module is used for inquiring a response signal corresponding to the fault data abstract from the fault data abstract-response signal comparison table and responding according to the response signal.
Further, the abstract operation module is a hash algorithm module.
Further, the hash algorithm module is used for executing the SHA-256 algorithm.
The invention has the beneficial effects that: through carrying out summary operation on the fault data, the identification quantity of the fault data is reduced, and therefore the fault response time of the industrial equipment is reduced.
Drawings
The invention is further described with reference to the accompanying drawings and examples;
FIG. 1 is a flow chart of steps of a method of responding to industrial fault data;
fig. 2 is a schematic diagram of a module connection structure of the industrial fault data response apparatus.
Detailed Description
Reference will now be made in detail to the present preferred embodiments of the present invention, examples of which are illustrated in the accompanying drawings, wherein like reference numerals refer to like elements throughout.
In the description of the present invention, it should be understood that the orientation or positional relationship referred to in the description of the orientation, such as the upper, lower, front, rear, left, right, etc., is based on the orientation or positional relationship shown in the drawings, and is only for convenience of description and simplification of description, and does not indicate or imply that the device or element referred to must have a specific orientation, be constructed and operated in a specific orientation, and thus, should not be construed as limiting the present invention.
In the description of the present invention, if words such as "a plurality" are described, the meaning is one or more, the meaning of a plurality is two or more, more than, less than, more than, etc. are understood as excluding the present number, and more than, less than, etc. are understood as including the present number.
In the description of the present invention, unless otherwise explicitly limited, terms such as arrangement, installation, connection and the like should be understood in a broad sense, and those skilled in the art can reasonably determine the specific meanings of the above terms in the present invention in combination with the specific contents of the technical solutions.
Referring to fig. 1, an industrial fault data response method includes:
step 1, establishing a fault data abstract-response signal comparison table;
step 2, acquiring fault data of the industrial equipment;
step 3, performing summary operation on the acquired fault data to obtain a fault data summary;
step 4, inquiring from a fault data abstract-response signal comparison table to obtain a response signal corresponding to the fault data abstract;
and 5, responding according to the response signal.
The method specifically comprises the following steps: the purpose of the response method of the industrial fault data is to enable the control terminal to respond to the fault of the industrial equipment more quickly and reduce response delay. In order to achieve this, it is necessary to establish a fault data summary-response signal look-up table, which is established in advance. In some embodiments, the fault data summary-response signal look-up table may be obtained by testing at the prototype stage of the industrial equipment. All fault data which may appear in the industrial equipment are collected in a model machine testing mode, the fault data and response signals of the fault data are connected, and in order to reduce data volume, the industrial data are subjected to abstract operation, so that a fault data abstract-response signal comparison table is established. The comparison table can be stored in the control terminal for the control terminal to call at any time. When the industrial equipment breaks down in daily operation, the control terminal can obtain fault data fed back by the industrial equipment. The control terminal abstracts the fault data through an abstraction algorithm to obtain a fault data abstract of the current fault data, and queries a fault data abstract-response signal comparison table to obtain a response signal corresponding to the fault data abstract. Because the fault data is subjected to abstract operation, the identification quantity of the fault data is greatly reduced, and therefore, the response signal corresponding to the fault data abstract can be quickly obtained through the fault data abstract-response signal comparison table. Thereby responding to the industrial equipment with the response signal. The fault response time of the industrial equipment is reduced.
The invention creatively reduces the identification quantity of the fault data by carrying out summary operation on the fault data, thereby reducing the fault response time of the industrial equipment.
In some embodiments, the specific method for performing summary operation on the fault data to obtain the fault data summary includes: and calculating the fault data through a Hash algorithm to obtain a fault data abstract. Wherein, the hash algorithm is SHA-256. The hash algorithm is a typical abstract operation method, and the speed of obtaining the abstract by the hash algorithm is high, so that the fault data can be quickly abstracted by the hash algorithm to obtain the fault data abstract.
Referring to fig. 2, the present invention also provides an industrial fault data response apparatus for performing the industrial fault data response method, the industrial fault data response apparatus including:
the memorizer, is used for storing the summary-response signal look-up table of the trouble data;
the fault data acquisition module is used for acquiring fault data of the industrial equipment;
the abstract operation module is used for carrying out abstract operation on the acquired fault data to obtain a fault data abstract;
and the response module is used for inquiring a response signal corresponding to the fault data abstract from the fault data abstract-response signal comparison table and responding according to the response signal.
The method specifically comprises the following steps: the output end of the fault data acquisition module is connected with the input end of the abstract operation module, the output end of the abstract operation module is connected with the input end of the processor, and the processor is in communication connection with the memory. The fault data acquisition module acquires fault data of the industrial equipment and transmits the fault data to the abstract operation module. The abstract operation module performs abstract operation on the received fault data to obtain a fault data abstract, and transmits the fault data abstract to the processor. The memory stores a fault data summary-response signal comparison table in advance. And the processor inquires the fault data abstract-response signal comparison table in a table look-up mode to obtain a response signal corresponding to the received fault data abstract, and responds to the industrial equipment according to the response signal.
And as optimization, the abstract operation module is a hash algorithm module.
As an optimization, the hash algorithm module is used for executing the SHA-256 algorithm.
Since the industrial fault data response device is used for executing the industrial fault data response method, the industrial fault data response device also has the beneficial effects of the industrial fault data response method, and the description is not repeated here.
The response device of the industrial fault data can be operated in computing equipment such as desktop computers, notebooks, palm computers and cloud servers. The system which can be operated by the industrial fault data responding device can comprise, but not limited to, a processor and a memory. It will be understood by those skilled in the art that the example is merely an example of a device for responding to industrial fault data, and does not constitute a limitation of a device for responding to industrial fault data, and may include more or less components than a certain proportion, or some components in combination, or different components, for example, the device for responding to industrial fault data may further include an input-output device, a network access device, a bus, etc.
The Processor may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), an off-the-shelf Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic, discrete hardware components, etc. The general purpose processor may be a microprocessor or the processor may be any conventional processor or the like, the processor being the control center of the one industrial fault data responsive device operating system, the various interfaces and lines connecting the various parts of the entire one industrial fault data responsive device operable system.
The memory may be used to store the computer programs and/or modules, and the processor may implement the various functions of the device for responding to the one type of industrial fault data by executing or executing the computer programs and/or modules stored in the memory and invoking the data stored in the memory. The memory may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required by at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the cellular phone, and the like. In addition, the memory may include high speed random access memory, and may also include non-volatile memory, such as a hard disk, a memory, a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), at least one magnetic disk storage device, a Flash memory device, or other volatile solid state storage device
While the preferred embodiments of the present invention have been illustrated and described, it will be understood by those skilled in the art that the present invention is not limited to the details of the embodiments shown and described, but is capable of numerous equivalents and substitutions without departing from the spirit of the invention as set forth in the claims appended hereto.

Claims (7)

1. An industrial fault data response method, characterized by: the method comprises the following steps: establishing a fault data abstract-response signal comparison table; acquiring fault data of industrial equipment, performing summary operation on the acquired fault data to obtain a fault data summary, inquiring a fault data summary-response signal comparison table to obtain a response signal corresponding to the fault data summary, and responding according to the response signal.
2. The industrial fault data response method according to claim 1, wherein the specific method for performing the summary operation on the acquired fault data to obtain the fault data summary comprises: and calculating the acquired fault data through a Hash algorithm to obtain a fault data abstract.
3. The industrial fault data response method according to claim 2, wherein the fault data summary-response signal comparison table is established by the following method: obtained by testing at the prototype stage of the industrial equipment.
4. The industrial fault data response method of claim 3, wherein the hash algorithm is SHA-256.
5. An industrial fault data response apparatus, comprising:
the memorizer, is used for storing the summary-response signal look-up table of the trouble data;
the fault data acquisition module is used for acquiring fault data of the industrial equipment;
the abstract operation module is used for carrying out abstract operation on the acquired fault data to obtain a fault data abstract;
and the response module is used for inquiring a response signal corresponding to the fault data abstract from the fault data abstract-response signal comparison table and responding according to the response signal.
6. The industrial fault data response device of claim 5, wherein the summary operation module is a hash algorithm module.
7. The industrial fault data response device of claim 6, wherein the hash algorithm module is configured to execute a SHA-256 algorithm.
CN202010020940.2A 2020-01-09 2020-01-09 Industrial fault data response method and device Pending CN111241098A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010020940.2A CN111241098A (en) 2020-01-09 2020-01-09 Industrial fault data response method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010020940.2A CN111241098A (en) 2020-01-09 2020-01-09 Industrial fault data response method and device

Publications (1)

Publication Number Publication Date
CN111241098A true CN111241098A (en) 2020-06-05

Family

ID=70865227

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010020940.2A Pending CN111241098A (en) 2020-01-09 2020-01-09 Industrial fault data response method and device

Country Status (1)

Country Link
CN (1) CN111241098A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105335245A (en) * 2014-07-31 2016-02-17 华为技术有限公司 Fault storage method and apparatus and fault search method and apparatus
CN107203456A (en) * 2016-03-17 2017-09-26 昆达电脑科技(昆山)有限公司 The remote alarming system and method for server failure
EP3336626A1 (en) * 2016-12-13 2018-06-20 CODESYS Holding GmbH Memory analysis for industrial controllers
CN110417612A (en) * 2019-06-11 2019-11-05 北京全路通信信号研究设计院集团有限公司 A kind of Network Traffic Monitoring System and method based on network element

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105335245A (en) * 2014-07-31 2016-02-17 华为技术有限公司 Fault storage method and apparatus and fault search method and apparatus
CN107203456A (en) * 2016-03-17 2017-09-26 昆达电脑科技(昆山)有限公司 The remote alarming system and method for server failure
EP3336626A1 (en) * 2016-12-13 2018-06-20 CODESYS Holding GmbH Memory analysis for industrial controllers
CN110417612A (en) * 2019-06-11 2019-11-05 北京全路通信信号研究设计院集团有限公司 A kind of Network Traffic Monitoring System and method based on network element

Similar Documents

Publication Publication Date Title
CN108924274B (en) Domain name system DNS processing method and device, storage medium and electronic equipment
CN113127302A (en) Method and device for monitoring GPIO (general purpose input/output) of board card
CN112087354A (en) Communication protocol testing method and device, electronic equipment and storage medium
CN110825204A (en) Mainboard of electronic equipment and power supply information management method
CN113177015B (en) Frame header-based serial port communication method and serial port chip
CN109933595B (en) Internet of things equipment information sharing system and device and terminal equipment
CN113328927B (en) Industrial Internet of things gateway with calculation, storage and network exchange functions
CN113051102A (en) File backup method, device, system, storage medium and computer equipment
US20190220341A1 (en) Data processing system and operating method thereof
CN112422485B (en) Communication method and device of transmission control protocol
CN111241098A (en) Industrial fault data response method and device
CN111371871A (en) Block chain link point equipment and block chain network system
CN116361106A (en) Log processing method and device, electronic equipment and storage medium
CN114116656B (en) Data processing method and related device
CN111263387B (en) Wireless sensor network exception handling method and system
CN114185804A (en) Interface testing method and device and terminal equipment
CN111176164B (en) Method, device and medium for expanding multiple remote input and output modules
CN113656343A (en) On-site programmable gate array circuit, data transmission method, chip and system
CN111552617A (en) NAND Flash temperature acquisition method and device, computer equipment and storage medium
CN111813621A (en) Data processing method, device, equipment and medium based on Flume data middlebox
WO2023143061A1 (en) Data access method and data access system thereof
CN103605622B (en) A kind of method and apparatus transmitting data
CN103500091B (en) A kind of method of adjustment, device and the network equipment of exchange chip dominant frequency
US20230018230A1 (en) Remote access method, electronic device, and storage medium
US8051153B2 (en) Switch apparatus for a remote boot sequence of a network device

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