WO2022100084A1 - Apparatus for detecting abnormal vibrations in industrial device - Google Patents

Apparatus for detecting abnormal vibrations in industrial device Download PDF

Info

Publication number
WO2022100084A1
WO2022100084A1 PCT/CN2021/099699 CN2021099699W WO2022100084A1 WO 2022100084 A1 WO2022100084 A1 WO 2022100084A1 CN 2021099699 W CN2021099699 W CN 2021099699W WO 2022100084 A1 WO2022100084 A1 WO 2022100084A1
Authority
WO
WIPO (PCT)
Prior art keywords
industrial equipment
neural network
vibration
soft core
embedded soft
Prior art date
Application number
PCT/CN2021/099699
Other languages
French (fr)
Chinese (zh)
Inventor
孙广宇
罗国杰
韩平
孙康睿
张波
李亚军
曹玉龙
李加敏
Original Assignee
杭州未名信科科技有限公司
浙江省北大信息技术高等研究院
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 杭州未名信科科技有限公司, 浙江省北大信息技术高等研究院 filed Critical 杭州未名信科科技有限公司
Publication of WO2022100084A1 publication Critical patent/WO2022100084A1/en

Links

Images

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01HMEASUREMENT OF MECHANICAL VIBRATIONS OR ULTRASONIC, SONIC OR INFRASONIC WAVES
    • G01H17/00Measuring mechanical vibrations or ultrasonic, sonic or infrasonic waves, not provided for in the preceding groups
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/049Temporal neural networks, e.g. delay elements, oscillating neurons or pulsed inputs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • G06N3/088Non-supervised learning, e.g. competitive learning
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/30Services specially adapted for particular environments, situations or purposes
    • H04W4/38Services specially adapted for particular environments, situations or purposes for collecting sensor information

Definitions

  • the invention relates to the technical field of measurement, in particular to an abnormal vibration detection device of industrial equipment, which can be used for operation monitoring of industrial equipment.
  • Embodiments of the present invention provide an abnormal vibration detection device for industrial equipment.
  • a brief summary is given below. This summary is not intended to be an extensive review, nor is it intended to identify key/critical elements or delineate the scope of protection of these embodiments. Its sole purpose is to present some concepts in a simplified form as a prelude to the detailed description that follows.
  • an embodiment of the present invention provides a device for detecting abnormal vibration of industrial equipment.
  • the device includes:
  • the industrial equipment is connected with the IoT node module, and the intelligent edge computing platform is communicated with the IoT node module, wherein,
  • the IoT node module detects and analyzes the vibration data of the industrial equipment to determine whether the vibration of the industrial equipment is abnormal.
  • the IoT node module includes an embedded soft core, a neural network and a self-learning algorithm are built in the embedded soft core, and the self-learning algorithm is used to realize unsupervised online training of the neural network.
  • the IoT node module includes a vibration sensor, a digital-to-analog converter, an acceleration unit, and a wireless communication unit; wherein, the vibration sensor, the digital-to-analog converter, the acceleration unit, and the wireless communication unit are electrically connected in sequence; wherein,
  • the wireless communication unit is communicatively connected to the intelligent edge computing platform.
  • the acceleration unit includes an FPGA subunit
  • the wireless communication unit includes a microcontroller with integrated wireless functionality; wherein,
  • the FPGA subunit includes an embedded soft core and a neural network; wherein,
  • the digital-to-analog converter is connected to the FPGA subunit through an integrated circuit bus; the FPGA subunit is connected to the microcontroller with integrated wireless function through a queue serial peripheral interface.
  • the device further includes:
  • Alarm terminal wherein, the alarm terminal and the intelligent edge computing platform are connected in communication.
  • the vibration sensor is used to collect the vibration information of the industrial equipment to be detected in real time and send it to the digital-to-analog converter;
  • the digital-to-analog converter is used to convert the analog information of the vibration information into a digital signal and send it to the FPGA subunit in the acceleration unit through the integrated circuit bus;
  • the embedded soft core in the FPGA sub-unit is used to generate calculation results after calculation based on the pre-trained neural network, and send the calculation results to the microcontroller with integrated wireless function in the wireless communication unit through the queue serial peripheral interface;
  • the microcontroller with integrated wireless function is used for processing the calculation result through the mean square error method, generating a processing result, and determining whether the industrial equipment to be detected is abnormal based on the processing result.
  • the microcontroller with integrated wireless function determines that the industrial equipment to be detected is abnormal; and when the processing result is less than the preset value, the microcontroller with integrated wireless function determines that the industrial equipment to be detected is abnormal. The device is not abnormal.
  • the microcontroller with integrated wireless function when an abnormality occurs, the microcontroller with integrated wireless function generates early warning information, and sends the early warning information to the intelligent edge computing platform through the wireless communication unit;
  • the intelligent edge computing platform performs data processing and statistics on the early warning information, generates alarm information, and sends the alarm information to the alarm terminal.
  • the embedded soft core generates a pre-trained neural network according to the following method, including:
  • Collect training data samples of multiple industrial equipment running normally and input the training data samples into the neural network for unsupervised online training based on the model training component, and generate a pre-trained neural network after the training.
  • the method further includes:
  • the embedded soft core downloads the weight file of the pre-trained neural network and writes the weight file into the embedded soft core.
  • the device for detecting abnormal vibration of industrial equipment first collects the vibration information of the industrial equipment to be detected in real time through a vibration sensor and sends it to a digital-to-analog converter, and then converts the analog information of the vibration information into a digital signal through the digital-to-analog converter for transmission.
  • the microcontroller with integrated wireless function in the unit is finally used to process the calculation result by the mean square error method through the microcontroller with integrated wireless function, generate the processing result, and determine whether the industrial equipment to be detected is abnormal based on the processing result. Because the present invention has built-in neural network and self-learning algorithm in the embedded soft core, it can realize online collection of normal operation data for unsupervised online training of the neural network, so that the detection result of the neural network after training is more accurate, so that the maintenance requirements of industrial equipment can be predicted. To avoid emergency maintenance events, maximize the uptime of industrial equipment, thereby improving industrial production efficiency.
  • FIG. 1 is a schematic diagram of a device for detecting abnormal vibration of industrial equipment provided by an embodiment of the present invention
  • FIG. 2 is a schematic flowchart of a process for detecting abnormal vibration of industrial equipment according to an embodiment of the present invention
  • FIG. 3 is a schematic process diagram of an abnormal vibration detection process of an industrial equipment provided by an embodiment of the present invention.
  • the present invention provides a device, method, storage medium and electronic device for detecting abnormal vibration of industrial equipment, so as to solve the problems existing in the above-mentioned related technical problems.
  • the present invention since the present invention has built-in neural network and self-learning algorithm in the embedded soft core, it can realize online collection of normal operation data for unsupervised online training of the neural network, so that the neural network detection result after training is more accurate , so that the maintenance requirements of industrial equipment can be predicted to avoid emergency maintenance events, so as to maximize the normal operation time of industrial equipment, thereby improving industrial production efficiency.
  • the following uses exemplary embodiments to describe in detail.
  • FIG. 1 is a schematic diagram of a device for detecting abnormal vibration of industrial equipment according to an embodiment of the present invention.
  • the device includes industrial equipment, an IoT node module, and an intelligent edge computing platform; wherein, the industrial equipment and the IoT node The module is connected, and the intelligent edge computing platform is connected to the IoT node module in communication, wherein the IoT node module detects and analyzes the vibration data of the industrial equipment to determine whether the vibration of the industrial equipment is abnormal.
  • the IoT node module includes an embedded soft core, a neural network and a self-learning algorithm are built in the embedded soft core, and the self-learning algorithm is used to realize unsupervised online training of the neural network.
  • the IoT node module includes an embedded soft core, a neural network and a self-learning algorithm are built in the embedded soft core, and the self-learning algorithm is used to realize unsupervised online training of the neural network.
  • the intelligent edge computing platform is used to receive data from IoT nodes for data processing and statistics.
  • the alarm terminal includes mobile phone alarm and big data platform alarm, and real-time alarm when the vibration is abnormal.
  • the IoT node module includes a vibration sensor, a digital-to-analog converter, an acceleration unit, and a wireless communication unit; wherein, the vibration sensor, the digital-to-analog converter, the acceleration unit, and the wireless communication unit are electrically connected in sequence; wherein, the vibration sensor and the industrial equipment connection; the wireless communication unit communicates with the intelligent edge computing platform.
  • vibration sensors can detect a variety of industrial equipment, and are used to collect operational data information generated by the industrial equipment.
  • digital-to-analog converter also known as D/A converter, referred to as DAC
  • DAC digital-to-analog converter
  • the acceleration unit includes an FPGA subunit; wherein, the wireless communication unit includes a microcontroller integrating wireless functions; wherein, the FPGA subunit includes an embedded soft core and a neural network; The FPGA subunit is connected; the FPGA subunit is connected with the microcontroller with integrated wireless function through a queue serial peripheral interface.
  • the device further includes: an alarm terminal; wherein, the alarm terminal is connected in communication with the intelligent edge computing platform.
  • the six-axis acceleration sensor first collects the digital signal corresponding to the vibration information of the industrial equipment and sends it to the embedded soft core (the microprocessor IP of the FPGA) through the IIC (Inter-Integrated Circuit, integrated circuit bus).
  • Core in which the microprocessor IP core of FPGA runs fast, occupies less resources, and has strong configurability.
  • the microprocessor IP core of the FPGA there is a model of the industrial equipment to be tested created by the Long Short-Term Memory Neural Network (LSTM, Long Short-Term Memory) algorithm.
  • the neural network is implemented using 16-bit fixed-point numbers, and the trained model is compressed by sparse matrix.
  • the algorithm performs parallel computing to realize the deployment of a two-layer 64-point LSTM network, which meets the requirements of real-time computing monitoring.
  • the computing results are sent to the microcontroller with integrated wireless function through the queue serial peripheral interface.
  • the mean square error is used in this module to judge whether it is abnormal, if the alarm information is higher than the threshold, the alarm information will be transmitted to the intelligent edge computing server through the wireless network, and if it is lower than the threshold, it will be silent.
  • the device for detecting abnormal vibration of industrial equipment first collects the vibration information of the industrial equipment to be detected in real time through a vibration sensor and sends it to a digital-to-analog converter, and then converts the analog information of the vibration information into a digital signal through the digital-to-analog converter for transmission.
  • the microcontroller with integrated wireless function in the unit is finally used to process the calculation result by the mean square error method through the microcontroller with integrated wireless function, generate the processing result, and determine whether the industrial equipment to be detected is abnormal based on the processing result. Because the present invention has built-in neural network and self-learning algorithm in the embedded soft core, it can realize online collection of normal operation data for unsupervised online training of the neural network, so that the detection result of the neural network after training is more accurate, so that the maintenance requirements of industrial equipment can be predicted. To avoid emergency maintenance events, maximize the uptime of industrial equipment, thereby improving industrial production efficiency.
  • an embodiment of the present invention provides a schematic flowchart of an industrial equipment abnormal vibration detection process applied to an industrial equipment abnormal vibration detection apparatus.
  • the detection process of the embodiment of the present invention may include the following steps:
  • the vibration sensor is used to collect the vibration information of the industrial equipment to be detected in real time and send it to the digital-to-analog converter;
  • the vibration sensor is a sensor component that detects the vibration of the equipment. Vibration information is the data information collected when industrial equipment vibrates during operation. It should be noted that the vibration sensor is preferably a six-axis acceleration sensor.
  • the vibration sensor (six-axis acceleration sensor) transmits the data to the digital-to-analog conversion unit, and then transmits it to the FPGA through the integrated line bus, and the FPGA transmits it to the wireless communication unit through the queue serial peripheral interface (the integrated wireless function is the controller).
  • the abnormal vibration detection device of industrial equipment detects the abnormality of industrial equipment
  • the user first connects the industrial equipment to be detected with the abnormal vibration detection device of industrial equipment, and starts the abnormal vibration detection of industrial equipment after the connection is successful.
  • the device performs abnormality detection on the industrial equipment to be detected, and collects the vibration information of the industrial equipment to be detected in real time through the vibration sensor during detection.
  • the digital-to-analog converter is used to convert the analog information of the vibration information into a digital signal and send it to the FPGA subunit in the acceleration unit;
  • digital-to-analog converter also known as D/A converter, referred to as DAC
  • DAC digital-to-analog converter
  • the vibration data is collected by the vibration sensor and input to the digital-to-analog converter, and the digital-to-analog converter converts the analog signal into a digital signal.
  • the embedded soft core in the FPGA sub-unit is used to perform computation based on the pre-trained neural network to generate a computation result and send the computation result to the micro-controller with integrated wireless function in the wireless communication unit through the queue serial peripheral interface device;
  • the pre-trained model of the industrial equipment to be inspected in the embedded soft core is generated after collecting normal operation data online for unsupervised online training.
  • the long-short-term memory neural network is first used to create the industrial equipment model to be tested, and then the model training component is created by the self-learning algorithm, and finally a plurality of training data samples of the normal operation of the industrial equipment are collected, and based on the The model training component inputs the training data samples into the model of the industrial equipment to be tested for training and performs unsupervised online training, and generates a pre-trained model of the industrial equipment to be tested after the training.
  • the weight file of the pre-trained industrial equipment model to be detected is downloaded, and the weight file is written into the embedded soft core.
  • the embedded soft core has the detection capability.
  • the digital signal of the industrial equipment to be detected is sent to the embedded soft core through the integrated circuit bus, and based on the pre-trained to-be-detected soft core Detect the weight file in the industrial equipment model and perform the calculation to generate the calculation result.
  • vibration sensor digital-to-analog converter
  • acceleration unit and wireless communication are all completed in the IoT node.
  • neural network and self-learning algorithm are added, which does not require manual calibration of training data, and realizes self-learning with the cooperation of edge computing and IOT nodes.
  • passive wireless easy to deploy.
  • the microcontroller with integrated wireless function is used to process the calculation result through the mean square error method, generate the processing result, and determine whether the industrial equipment to be detected is abnormal based on the processing result.
  • mean-square error is a measure that reflects the degree of difference between the estimator and the estimator.
  • the calculation result is used as the parameter of the mean square error algorithm, and the processing result is obtained after the second calculation. According to the processing result, it can be determined whether the industrial equipment to be detected appears abnormal.
  • the processing result is greater than or equal to the preset threshold, it is determined that the industrial equipment to be detected is abnormal; and when the processing result is less than the preset value, it is determined that the industrial equipment to be detected is not abnormal.
  • early warning information is generated, and the early warning information is sent to the intelligent edge computing platform through the microcontroller with integrated wireless function.
  • the alarm information is sent to the alarm terminal.
  • FIG. 3 is an architecture diagram of an abnormal vibration detection of industrial equipment provided by an embodiment of the present invention.
  • the architecture includes a vibration source (ie, the industrial equipment to be detected), an IoT node (including a vibration sensor, a digital-to-analog converter, and a digital-to-analog converter). (A/D unit), acceleration unit and wireless communication), intelligent edge computing platform and alarm platform (alarm platform includes abnormal vibration mobile phone APP alarm and abnormal vibration big data platform alarm).
  • the acceleration unit includes an FPGA subunit, and the FPGA subunit includes an embedded soft core and an industrial equipment model to be detected.
  • FIG. 4 An example diagram of a scene in an embodiment of the present invention is shown in FIG. 4 .
  • the device for detecting abnormal vibration of industrial equipment first collects the vibration information of the industrial equipment to be detected in real time through a vibration sensor and sends it to a digital-to-analog converter, and then converts the analog information of the vibration information into a digital signal through the digital-to-analog converter for transmission.
  • the microcontroller with integrated wireless function in the unit is finally used to process the calculation result by the mean square error method through the microcontroller with integrated wireless function, generate the processing result, and determine whether the industrial equipment to be detected is abnormal based on the processing result. Because the present invention has built-in neural network and self-learning algorithm in the embedded soft core, it can realize online collection of normal operation data for unsupervised online training of the neural network, so that the detection result of the neural network after training is more accurate, so that the maintenance requirements of industrial equipment can be predicted. To avoid emergency maintenance events, maximize the uptime of industrial equipment, thereby improving industrial production efficiency.
  • the present invention further provides a computer-readable medium on which program instructions are stored, and when the program instructions are executed by a processor, implement the methods for detecting abnormal vibration of industrial equipment provided by the above method embodiments.
  • the present invention also provides a computer program product containing instructions, which, when running on a computer, enables the computer to execute the method for detecting abnormal vibration of industrial equipment in each of the above method embodiments.
  • the realization of all or part of the processes in the methods of the above embodiments can be accomplished by instructing the relevant hardware through a computer program, and the program can be stored in a computer-readable storage medium, and when the program is executed , which may include the processes of the above-mentioned method embodiments.
  • the storage medium can be a magnetic disk, an optical disk, a read-only storage memory or a random storage memory, and the like.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • General Health & Medical Sciences (AREA)
  • General Engineering & Computer Science (AREA)
  • Biophysics (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Evolutionary Computation (AREA)
  • Artificial Intelligence (AREA)
  • Molecular Biology (AREA)
  • Computing Systems (AREA)
  • Biomedical Technology (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Health & Medical Sciences (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Measurement Of Mechanical Vibrations Or Ultrasonic Waves (AREA)

Abstract

Disclosed is an apparatus for detecting abnormal vibrations in an industrial device. The apparatus comprises an industrial device, an IoT node module, and an intelligent edge computing platform. The industrial device is connected to the IoT node module, and the intelligent edge computing platform is in communication connection with the IoT node module. The IoT node module performs detection on vibration data of the industrial device, performs analysis, and determines whether or not vibrations in the industrial device are abnormal. The IoT node module comprises an embedded soft core. The embedded soft core has a built-in neural network and a built-in self-learning algorithm. The self-learning algorithm is used to achieve unsupervised online training of the neural network. In the present invention, the embedded soft core has the built-in neural network and the built-in self-learning algorithm, so that operational data can be collected online and used to perform unsupervised online training of the neural network, thereby improving the accuracy of detection results of the trained neural network. In this way, the invention enables prediction of maintenance needs of industrial devices, avoids the occurrence of emergency repair events, and increases the uptime of the industrial devices, thereby improving the efficiency of industrial production.

Description

一种工业设备异常振动检测装置An abnormal vibration detection device for industrial equipment 技术领域technical field
本发明涉及测量技术领域,特别涉及一种工业设备异常振动检测装置,可用于工业设备的运行监测。The invention relates to the technical field of measurement, in particular to an abnormal vibration detection device of industrial equipment, which can be used for operation monitoring of industrial equipment.
背景技术Background technique
当前,工厂生产智能自动化已经受到越来越多的关注,因为智能自动化不仅能带来生产效率的提高,而且能够降低或消除设备停工造成的严重损失。机器设备的不平衡、缺陷、紧固件松动和其它异常现象往往会转化为振动,导致精度下降,并且引发安全问题。如果置之不理,除了性能和安全问题外,若导致设备停机修理,也必然会带来生产率损失。即使设备性能发生微小的改变,这通常很难及时预测,也会迅速转化为重大的生产率损失。At present, intelligent automation of factory production has received more and more attention, because intelligent automation can not only improve production efficiency, but also reduce or eliminate serious losses caused by equipment downtime. Machine equipment imbalances, defects, loose fasteners, and other anomalies often translate into vibrations that reduce accuracy and raise safety concerns. In addition to performance and safety issues, if left unchecked, there will inevitably be a loss of productivity if equipment is shut down for repairs. Even small changes in equipment performance, which are often difficult to predict in time, can quickly translate into significant productivity losses.
为达到工业设备的检测需求,目前大部分工厂只是简单依靠技术人员的人工检查,但是此时人力消耗巨大且检测的可靠性难以保证。有些采用简单的压电传感器或手持式数据采集工具等进行设备检测,但是也存在诸多局限性。一方面仍需人力配合,另一方面这些工具只是简单采集数据不能检测是否发生异常或者预测故障。In order to meet the inspection requirements of industrial equipment, at present most factories simply rely on manual inspection by technicians, but at this time, the labor consumption is huge and the reliability of inspection is difficult to guarantee. Some use simple piezoelectric sensors or hand-held data acquisition tools for device detection, but there are many limitations. On the one hand, human cooperation is still required, and on the other hand, these tools simply collect data and cannot detect whether an anomaly occurs or predict failure.
发明内容SUMMARY OF THE INVENTION
本发明实施例提供了一种工业设备异常振动检测装置。为了对披露的实施例的一些方面有一个基本的理解,下面给出了简单的概括。该概括部分不是泛泛评述,也不是要确定关键/重要组成元素或描绘这些实施例的保护范围。其唯一目的是用简单的形式呈现一些概念,以此作为后面的详细说明的序言。Embodiments of the present invention provide an abnormal vibration detection device for industrial equipment. In order to provide a basic understanding of some aspects of the disclosed embodiments, a brief summary is given below. This summary is not intended to be an extensive review, nor is it intended to identify key/critical elements or delineate the scope of protection of these embodiments. Its sole purpose is to present some concepts in a simplified form as a prelude to the detailed description that follows.
第一方面,本发明实施例提供了一种工业设备异常振动检测装置,装置包括:In a first aspect, an embodiment of the present invention provides a device for detecting abnormal vibration of industrial equipment. The device includes:
工业设备、物联网节点模块、智能边缘计算平台;其中,Industrial equipment, IoT node modules, and intelligent edge computing platforms; among them,
工业设备和物联网节点模块连接,智能边缘计算平台与物联网节点模块通 信连接,其中,The industrial equipment is connected with the IoT node module, and the intelligent edge computing platform is communicated with the IoT node module, wherein,
物联网节点模块检测工业设备的振动数据并进行分析,以判断工业设备的振动是否异常。The IoT node module detects and analyzes the vibration data of the industrial equipment to determine whether the vibration of the industrial equipment is abnormal.
可选的,物联网节点模块包括嵌入式软核,嵌入式软核中内置神经网络与自学习算法,采用自学习算法实现神经网络的无监督在线训练。Optionally, the IoT node module includes an embedded soft core, a neural network and a self-learning algorithm are built in the embedded soft core, and the self-learning algorithm is used to realize unsupervised online training of the neural network.
可选的,物联网节点模块包括振动传感器、数模转换器、加速单元以及无线通信单元;其中,振动传感器、数模转换器、加速单元以及无线通信单元依次电连接;其中,Optionally, the IoT node module includes a vibration sensor, a digital-to-analog converter, an acceleration unit, and a wireless communication unit; wherein, the vibration sensor, the digital-to-analog converter, the acceleration unit, and the wireless communication unit are electrically connected in sequence; wherein,
振动传感器和工业设备连接;Vibration sensor and industrial equipment connection;
无线通信单元和智能边缘计算平台通信连接。The wireless communication unit is communicatively connected to the intelligent edge computing platform.
可选的,所述加速单元包括FPGA子单元;Optionally, the acceleration unit includes an FPGA subunit;
所述无线通信单元包括集成无线功能的微控制器;其中,The wireless communication unit includes a microcontroller with integrated wireless functionality; wherein,
所述FPGA子单元包括嵌入式软核和神经网络;其中,The FPGA subunit includes an embedded soft core and a neural network; wherein,
所述数模转换器通过集成电路总线和所述FPGA子单元连接;所述FPGA子单元通过队列串行外设接口和所述集成无线功能的微控制器连接。The digital-to-analog converter is connected to the FPGA subunit through an integrated circuit bus; the FPGA subunit is connected to the microcontroller with integrated wireless function through a queue serial peripheral interface.
可选的,装置还包括:Optionally, the device further includes:
报警终端;其中,报警终端和智能边缘计算平台通信连接。Alarm terminal; wherein, the alarm terminal and the intelligent edge computing platform are connected in communication.
可选的,振动传感器用于实时采集待检测工业设备的振动信息发送至数模转换器;Optionally, the vibration sensor is used to collect the vibration information of the industrial equipment to be detected in real time and send it to the digital-to-analog converter;
数模转换器用于将所述振动信息的模拟信息转换为数字信号通过集成线路总线发送至加速单元中的FPGA子单元;The digital-to-analog converter is used to convert the analog information of the vibration information into a digital signal and send it to the FPGA subunit in the acceleration unit through the integrated circuit bus;
FPGA子单元中嵌入式软核用于基于预先训练的神经网络进行计算后生成计算结果并将所述计算结果通过队列串行外设接口发送至无线通信单元中的集成无线功能的微控制器;The embedded soft core in the FPGA sub-unit is used to generate calculation results after calculation based on the pre-trained neural network, and send the calculation results to the microcontroller with integrated wireless function in the wireless communication unit through the queue serial peripheral interface;
集成无线功能的微控制器用于通过均方误差法处理所述计算结果,生成处理结果,并基于所述处理结果确定所述待检测工业设备是否出现异常。The microcontroller with integrated wireless function is used for processing the calculation result through the mean square error method, generating a processing result, and determining whether the industrial equipment to be detected is abnormal based on the processing result.
可选的,当处理结果大于等于预设阈值时,集成无线功能的微控制器确定待检测工业设备出现异常;以及当处理结果小于预设值时,集成无线功能的微控制器确定待检测工业设备未出现异常。Optionally, when the processing result is greater than or equal to a preset threshold, the microcontroller with integrated wireless function determines that the industrial equipment to be detected is abnormal; and when the processing result is less than the preset value, the microcontroller with integrated wireless function determines that the industrial equipment to be detected is abnormal. The device is not abnormal.
可选的,当出现异常时集成无线功能的微控制器生成预警信息,将预警信息通过无线通信单元发送至智能边缘计算平台;Optionally, when an abnormality occurs, the microcontroller with integrated wireless function generates early warning information, and sends the early warning information to the intelligent edge computing platform through the wireless communication unit;
智能边缘计算平台对预警信息进行数据处理和统计,生成报警信息,并将报警信息发送至报警终端。The intelligent edge computing platform performs data processing and statistics on the early warning information, generates alarm information, and sends the alarm information to the alarm terminal.
可选的,嵌入式软核按照下述方法生成预先训练的神经网络,包括:Optionally, the embedded soft core generates a pre-trained neural network according to the following method, including:
通过自学习算法创建模型训练组件;Create model training components through self-learning algorithms;
采集多个工业设备运行正常的训练数据样本,并基于模型训练组件将训练数据样本输入神经网络中进行无监督在线训练,训练结束后生成预先训练的神经网络。Collect training data samples of multiple industrial equipment running normally, and input the training data samples into the neural network for unsupervised online training based on the model training component, and generate a pre-trained neural network after the training.
可选的,嵌入式软核训练结束后生成预先训练的神经网络之后,还包括:Optionally, after the pre-trained neural network is generated after the embedded soft core training is completed, the method further includes:
嵌入式软核下载预先训练的神经网络的权重文件,并将权重文件写入到嵌入式软核中。The embedded soft core downloads the weight file of the pre-trained neural network and writes the weight file into the embedded soft core.
本发明实施例提供的技术方案可以包括以下有益效果:The technical solutions provided by the embodiments of the present invention may include the following beneficial effects:
在本发明实施例中,工业设备异常振动检测装置首先通过振动传感器实时采集待检测工业设备的振动信息发送至数模转换器,然后通过数模转换器将振动信息的模拟信息转换为数字信号发送至加速单元中的FPGA子单元,再基于FPGA子单元中嵌入式软核用于基于预先训练的神经网络进行计算后生成计算结果并将所述计算结果通过队列串行外设接口发送至无线通信单元中的集成无线功能的微控制器,最后通过集成无线功能的微控制器用于通过均方误差法处理计算结果,生成处理结果,并基于处理结果确定待检测工业设备是否出现异常。由于本发明在嵌入式软核中内置神经网络与自学习算法,可实现在线收集正常运行数据进行无监督在线训练神经网络,使训练后的神经网络检测结果更加准确,从而可预测工业设备维护需求以避免发生紧急维修事件,使工业设备正常运行时间最大化,进而提高工业生产效率。In the embodiment of the present invention, the device for detecting abnormal vibration of industrial equipment first collects the vibration information of the industrial equipment to be detected in real time through a vibration sensor and sends it to a digital-to-analog converter, and then converts the analog information of the vibration information into a digital signal through the digital-to-analog converter for transmission. to the FPGA sub-unit in the acceleration unit, and then based on the embedded soft core in the FPGA sub-unit to perform calculations based on the pre-trained neural network to generate calculation results and send the calculation results to the wireless communication through the queue serial peripheral interface The microcontroller with integrated wireless function in the unit is finally used to process the calculation result by the mean square error method through the microcontroller with integrated wireless function, generate the processing result, and determine whether the industrial equipment to be detected is abnormal based on the processing result. Because the present invention has built-in neural network and self-learning algorithm in the embedded soft core, it can realize online collection of normal operation data for unsupervised online training of the neural network, so that the detection result of the neural network after training is more accurate, so that the maintenance requirements of industrial equipment can be predicted. To avoid emergency maintenance events, maximize the uptime of industrial equipment, thereby improving industrial production efficiency.
应当理解的是,以上的一般描述和后文的细节描述仅是示例性和解释性的,并不能限制本发明。It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the invention.
附图说明Description of drawings
此处的附图被并入说明书中并构成本说明书的一部分,示出了符合本发明 的实施例,并与说明书一起用于解释本发明的原理。The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the invention and together with the description serve to explain the principles of the invention.
图1是本发明实施例提供的一种工业设备异常振动检测装置的装置示意图;1 is a schematic diagram of a device for detecting abnormal vibration of industrial equipment provided by an embodiment of the present invention;
图2是本发明实施例提供的一种工业设备异常振动检测过程的流程示意图;2 is a schematic flowchart of a process for detecting abnormal vibration of industrial equipment according to an embodiment of the present invention;
图3是本发明实施例提供的一种工业设备异常振动检测过程的过程示意图;3 is a schematic process diagram of an abnormal vibration detection process of an industrial equipment provided by an embodiment of the present invention;
具体实施方式Detailed ways
以下描述和附图充分地示出本发明的具体实施方案,以使本领域的技术人员能够实践它们。The following description and drawings sufficiently illustrate specific embodiments of the invention to enable those skilled in the art to practice them.
应当明确,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其它实施例,都属于本发明保护的范围。It should be understood that the described embodiments are only some, but not all, embodiments of the present invention. Based on the embodiments of the present invention, all other embodiments obtained by those of ordinary skill in the art without creative efforts shall fall within the protection scope of the present invention.
下面的描述涉及附图时,除非另有表示,不同附图中的相同数字表示相同或相似的要素。以下示例性实施例中所描述的实施方式并不代表与本发明相一致的所有实施方式。相反,它们仅是如所附权利要求书中所详述的、本发明的一些方面相一致的装置和方法的例子。Where the following description refers to the drawings, the same numerals in different drawings refer to the same or similar elements unless otherwise indicated. The implementations described in the illustrative examples below are not intended to represent all implementations consistent with the present invention. Rather, they are merely examples of apparatus and methods consistent with some aspects of the invention, as recited in the appended claims.
在本发明的描述中,需要理解的是,术语“第一”、“第二”等仅用于描述目的,而不能理解为指示或暗示相对重要性。对于本领域的普通技术人员而言,可以具体情况理解上述术语在本发明中的具体含义。此外,在本发明的描述中,除非另有说明,“多个”是指两个或两个以上。“和/或”,描述关联对象的关联关系,表示可以存在三种关系,例如,A和/或B,可以表示:单独存在A,同时存在A和B,单独存在B这三种情况。字符“/”一般表示前后关联对象是一种“或”的关系。In the description of the present invention, it should be understood that the terms "first", "second" and the like are used for descriptive purposes only, and should not be construed as indicating or implying relative importance. For those of ordinary skill in the art, the specific meanings of the above terms in the present invention can be understood in specific situations. Furthermore, in the description of the present invention, unless otherwise specified, "a plurality" means two or more. "And/or", which describes the association relationship of the associated objects, means that there can be three kinds of relationships, for example, A and/or B, which can mean that A exists alone, A and B exist at the same time, and B exists alone. The character "/" generally indicates that the associated objects are an "or" relationship.
到目前为止,对于工业设备异常振动检测,目前大部分工厂只是简单依靠技术人员的人工检查,但是此时人力消耗巨大且检测的可靠性难以保证。有些采用简单的压电传感器或手持式数据采集工具等进行设备检测,但是也存在诸多局限性。一方面仍需人力配合,另一方面这些工具只是简单采集数据不能检测是否发生异常或者预测故障。为此,本发明提供了一种工业设备异常振动检测装置、方法、存储介质和电子设备,以解决上述相关技术问题中存在的问题。本发明提供的技术方案中,由于本发明在嵌入式软核中内置神经网络与自学习 算法,可实现在线收集正常运行数据进行无监督在线训练神经网络,使训练后的神经网络检测结果更加准确,从而可预测工业设备维护需求以避免发生紧急维修事件,使工业设备正常运行时间最大化,进而提高工业生产效率,下面采用示例性的实施例进行详细说明。So far, for the detection of abnormal vibration of industrial equipment, most factories simply rely on manual inspection by technicians, but at this time, the labor consumption is huge and the reliability of detection is difficult to guarantee. Some use simple piezoelectric sensors or hand-held data acquisition tools for device detection, but there are many limitations. On the one hand, human cooperation is still required, and on the other hand, these tools simply collect data and cannot detect whether an anomaly occurs or predict failure. Therefore, the present invention provides a device, method, storage medium and electronic device for detecting abnormal vibration of industrial equipment, so as to solve the problems existing in the above-mentioned related technical problems. In the technical solution provided by the present invention, since the present invention has built-in neural network and self-learning algorithm in the embedded soft core, it can realize online collection of normal operation data for unsupervised online training of the neural network, so that the neural network detection result after training is more accurate , so that the maintenance requirements of industrial equipment can be predicted to avoid emergency maintenance events, so as to maximize the normal operation time of industrial equipment, thereby improving industrial production efficiency. The following uses exemplary embodiments to describe in detail.
请参见图1,图1是本发明实施例提供的一种工业设备异常振动检测装置的装置示意图,该装置包括工业设备、物联网节点模块、智能边缘计算平台;其中,工业设备和物联网节点模块连接,智能边缘计算平台与物联网节点模块通信连接,其中,物联网节点模块检测工业设备的振动数据并进行分析,以判断工业设备的振动是否异常。Please refer to FIG. 1. FIG. 1 is a schematic diagram of a device for detecting abnormal vibration of industrial equipment according to an embodiment of the present invention. The device includes industrial equipment, an IoT node module, and an intelligent edge computing platform; wherein, the industrial equipment and the IoT node The module is connected, and the intelligent edge computing platform is connected to the IoT node module in communication, wherein the IoT node module detects and analyzes the vibration data of the industrial equipment to determine whether the vibration of the industrial equipment is abnormal.
进一步地,物联网节点模块包括嵌入式软核,嵌入式软核中内置神经网络与自学习算法,采用自学习算法实现神经网络的无监督在线训练。Further, the IoT node module includes an embedded soft core, a neural network and a self-learning algorithm are built in the embedded soft core, and the self-learning algorithm is used to realize unsupervised online training of the neural network.
需要说明的是,物联网节点模块包括嵌入式软核,嵌入式软核中内置神经网络与自学习算法,采用自学习算法实现神经网络的无监督在线训练。It should be noted that the IoT node module includes an embedded soft core, a neural network and a self-learning algorithm are built in the embedded soft core, and the self-learning algorithm is used to realize unsupervised online training of the neural network.
具体的,工业设备例如:工业风机、搅拌器、汽轮发电机、电机、水泵以及齿轮箱等。智能边缘计算平台用于接收来自物联网节点的数据进行数据处理与统计,报警终端包含手机报警与大数据平台报警,振动异常时实时报警。Specifically, industrial equipment such as: industrial fans, mixers, turbine generators, motors, water pumps, and gearboxes. The intelligent edge computing platform is used to receive data from IoT nodes for data processing and statistics. The alarm terminal includes mobile phone alarm and big data platform alarm, and real-time alarm when the vibration is abnormal.
进一步地,物联网节点模块包括振动传感器、数模转换器、加速单元以及无线通信单元;其中,振动传感器、数模转换器、加速单元以及无线通信单元依次电连接;其中,振动传感器和工业设备连接;无线通信单元和智能边缘计算平台通信连接。Further, the IoT node module includes a vibration sensor, a digital-to-analog converter, an acceleration unit, and a wireless communication unit; wherein, the vibration sensor, the digital-to-analog converter, the acceleration unit, and the wireless communication unit are electrically connected in sequence; wherein, the vibration sensor and the industrial equipment connection; the wireless communication unit communicates with the intelligent edge computing platform.
具体的,振动传感器可检测多种工业设备,用来收集工业设备产生的运行数据信息。其中,数模转换器又称D/A转换器,简称DAC,它是把数字量转变成模拟的器件。Specifically, vibration sensors can detect a variety of industrial equipment, and are used to collect operational data information generated by the industrial equipment. Among them, digital-to-analog converter, also known as D/A converter, referred to as DAC, is a device that converts digital quantities into analog.
进一步地,加速单元包括FPGA子单元;其中,无线通信单元包括集成无线功能的微控制器;其中,FPGA子单元包括嵌入式软核和神经网络;其中,数模转换器通过集成电路总线和所述FPGA子单元连接;FPGA子单元通过队列串行外设接口和所述集成无线功能的微控制器连接。Further, the acceleration unit includes an FPGA subunit; wherein, the wireless communication unit includes a microcontroller integrating wireless functions; wherein, the FPGA subunit includes an embedded soft core and a neural network; The FPGA subunit is connected; the FPGA subunit is connected with the microcontroller with integrated wireless function through a queue serial peripheral interface.
进一步地,装置还包括:报警终端;其中,报警终端和智能边缘计算平台 通信连接。Further, the device further includes: an alarm terminal; wherein, the alarm terminal is connected in communication with the intelligent edge computing platform.
在一种可能的实现方式中,六轴加速度传感器首先采集工业设备的振动信息对应的数字信号并通过IIC(Inter-Integrated Circuit,集成电路总线)发送至嵌入式软核(FPGA的微处理器IP核),其中FPGA的微处理器IP核运行速度快、占用资源少、可配置性强。在FPGA的微处理器IP核中有长短期记忆神经网络(LSTM,Long Short-Term Memory)算法创建的待检测工业设备模型,神经网络实现采用16bit定点数,通过训练后的模型采用稀疏矩阵压缩算法进行并行计算实现两层64点LSTM网络的部署,满足实时计算监测的要求,最后将计算的结果通过队列串行外设接口发送至集成无线功能的微控制器。In a possible implementation, the six-axis acceleration sensor first collects the digital signal corresponding to the vibration information of the industrial equipment and sends it to the embedded soft core (the microprocessor IP of the FPGA) through the IIC (Inter-Integrated Circuit, integrated circuit bus). Core), in which the microprocessor IP core of FPGA runs fast, occupies less resources, and has strong configurability. In the microprocessor IP core of the FPGA, there is a model of the industrial equipment to be tested created by the Long Short-Term Memory Neural Network (LSTM, Long Short-Term Memory) algorithm. The neural network is implemented using 16-bit fixed-point numbers, and the trained model is compressed by sparse matrix. The algorithm performs parallel computing to realize the deployment of a two-layer 64-point LSTM network, which meets the requirements of real-time computing monitoring. Finally, the computing results are sent to the microcontroller with integrated wireless function through the queue serial peripheral interface.
进一步地,在集成无线功能的微控制器中,在该模块中利用均方误差判断是否异常,高于阈值则将报警信息通过无线网络传至智能边缘计算服务器,低于阈值则静默。Further, in the microcontroller with integrated wireless function, the mean square error is used in this module to judge whether it is abnormal, if the alarm information is higher than the threshold, the alarm information will be transmitted to the intelligent edge computing server through the wireless network, and if it is lower than the threshold, it will be silent.
在本发明实施例中,工业设备异常振动检测装置首先通过振动传感器实时采集待检测工业设备的振动信息发送至数模转换器,然后通过数模转换器将振动信息的模拟信息转换为数字信号发送至加速单元中的FPGA子单元,再基于FPGA子单元中嵌入式软核用于基于预先训练的神经网络进行计算后生成计算结果并将所述计算结果通过队列串行外设接口发送至无线通信单元中的集成无线功能的微控制器,最后通过集成无线功能的微控制器用于通过均方误差法处理计算结果,生成处理结果,并基于处理结果确定待检测工业设备是否出现异常。由于本发明在嵌入式软核中内置神经网络与自学习算法,可实现在线收集正常运行数据进行无监督在线训练神经网络,使训练后的神经网络检测结果更加准确,从而可预测工业设备维护需求以避免发生紧急维修事件,使工业设备正常运行时间最大化,进而提高工业生产效率。In the embodiment of the present invention, the device for detecting abnormal vibration of industrial equipment first collects the vibration information of the industrial equipment to be detected in real time through a vibration sensor and sends it to a digital-to-analog converter, and then converts the analog information of the vibration information into a digital signal through the digital-to-analog converter for transmission. to the FPGA sub-unit in the acceleration unit, and then based on the embedded soft core in the FPGA sub-unit to perform calculations based on the pre-trained neural network to generate calculation results and send the calculation results to the wireless communication through the queue serial peripheral interface The microcontroller with integrated wireless function in the unit is finally used to process the calculation result by the mean square error method through the microcontroller with integrated wireless function, generate the processing result, and determine whether the industrial equipment to be detected is abnormal based on the processing result. Because the present invention has built-in neural network and self-learning algorithm in the embedded soft core, it can realize online collection of normal operation data for unsupervised online training of the neural network, so that the detection result of the neural network after training is more accurate, so that the maintenance requirements of industrial equipment can be predicted. To avoid emergency maintenance events, maximize the uptime of industrial equipment, thereby improving industrial production efficiency.
请参见图2,为本发明实施例提供了一种应用于工业设备异常振动检测装置的工业设备异常振动检测过程的流程示意图。如图2所示,本发明实施例的检测流程可以包括以下步骤:Referring to FIG. 2 , an embodiment of the present invention provides a schematic flowchart of an industrial equipment abnormal vibration detection process applied to an industrial equipment abnormal vibration detection apparatus. As shown in FIG. 2 , the detection process of the embodiment of the present invention may include the following steps:
S101,振动传感器用于实时采集待检测工业设备的振动信息发送至数模转换器;S101, the vibration sensor is used to collect the vibration information of the industrial equipment to be detected in real time and send it to the digital-to-analog converter;
其中,振动传感器是检测设备振动的传感器组件。振动信息是工业设备在运行时如果出现振动后收集的数据信息。需要说明的是,振动传感器优选六轴加速度传感器。振动传感器(六轴加速度传感器)将数据传给数模转换单元,再通过集成线路总线传给FPGA,FPGA通过队列串行外设接口传给无线通信单元(集成无线功能的为控制器)。Among them, the vibration sensor is a sensor component that detects the vibration of the equipment. Vibration information is the data information collected when industrial equipment vibrates during operation. It should be noted that the vibration sensor is preferably a six-axis acceleration sensor. The vibration sensor (six-axis acceleration sensor) transmits the data to the digital-to-analog conversion unit, and then transmits it to the FPGA through the integrated line bus, and the FPGA transmits it to the wireless communication unit through the queue serial peripheral interface (the integrated wireless function is the controller).
在一种可能的实现方式中,工业设备异常振动检测装置在对工业设备异常进行检测时,用户首先将待检测工业设备和工业设备异常振动检测装置连接,在连接成功后启动工业设备异常振动检测装置对待检测工业设备进行异常检测,在检测时通过振动传感器实时采集待检测工业设备的振动信息。In a possible implementation manner, when the abnormal vibration detection device of industrial equipment detects the abnormality of industrial equipment, the user first connects the industrial equipment to be detected with the abnormal vibration detection device of industrial equipment, and starts the abnormal vibration detection of industrial equipment after the connection is successful. The device performs abnormality detection on the industrial equipment to be detected, and collects the vibration information of the industrial equipment to be detected in real time through the vibration sensor during detection.
S102,数模转换器用于将振动信息的模拟信息转换为数字信号发送至加速单元中的FPGA子单元;S102, the digital-to-analog converter is used to convert the analog information of the vibration information into a digital signal and send it to the FPGA subunit in the acceleration unit;
其中,数模转换器又称D/A转换器,简称DAC,它是把数字量转变成模拟的器件。Among them, digital-to-analog converter, also known as D/A converter, referred to as DAC, is a device that converts digital quantities into analog.
在一种可能的实现方式中,在工业设备振动源产生振动后通过振动传感器收集振动数据输入到数模转换器中,数模转换器将模拟信号转为数字信号。In a possible implementation manner, after the vibration source of the industrial equipment generates vibration, the vibration data is collected by the vibration sensor and input to the digital-to-analog converter, and the digital-to-analog converter converts the analog signal into a digital signal.
S103,FPGA子单元中嵌入式软核用于基于预先训练的神经网络进行计算后生成计算结果并将所述计算结果通过队列串行外设接口发送至无线通信单元中的集成无线功能的微控制器;S103, the embedded soft core in the FPGA sub-unit is used to perform computation based on the pre-trained neural network to generate a computation result and send the computation result to the micro-controller with integrated wireless function in the wireless communication unit through the queue serial peripheral interface device;
通常,嵌入式软核中预先训练的待检测工业设备模型是在线收集正常运行数据进行无监督在线训练后生成的。Usually, the pre-trained model of the industrial equipment to be inspected in the embedded soft core is generated after collecting normal operation data online for unsupervised online training.
进一步地,待检测工业设备模型训练时,首先采用长短期记忆神经网络创建待检测工业设备模型,然后通过自学习算法创建模型训练组件,最后采集多个工业设备运行正常的训练数据样本,并基于模型训练组件将训练数据样本输入待检测工业设备模型中进行训练进行无监督在线训练,训练结束后生成预先训练的待检测工业设备模型。Further, during the training of the industrial equipment model to be tested, the long-short-term memory neural network is first used to create the industrial equipment model to be tested, and then the model training component is created by the self-learning algorithm, and finally a plurality of training data samples of the normal operation of the industrial equipment are collected, and based on the The model training component inputs the training data samples into the model of the industrial equipment to be tested for training and performs unsupervised online training, and generates a pre-trained model of the industrial equipment to be tested after the training.
进一步地,在模型训练结束后,下载预先训练的待检测工业设备模型的权重文件,并将权重文件写入到嵌入式软核中,此时的嵌入式软核具备检测能力。Further, after the model training is completed, the weight file of the pre-trained industrial equipment model to be detected is downloaded, and the weight file is written into the embedded soft core. At this time, the embedded soft core has the detection capability.
在一种可能的实现方式中,当嵌入式软核具备检测能力时,将待检测工业设备的数字信号通过集成电路总线发送至嵌入式软核中,并基于嵌入式软核中 预先训练的待检测工业设备模型中的权重文件进行计算后生成计算结果。In a possible implementation manner, when the embedded soft core has the detection capability, the digital signal of the industrial equipment to be detected is sent to the embedded soft core through the integrated circuit bus, and based on the pre-trained to-be-detected soft core Detect the weight file in the industrial equipment model and perform the calculation to generate the calculation result.
需要说明的是,振动传感器、数模转换器、加速单元以及无线通信均在物联网节点中完成。相比于市场上类似产品,增加了神经网络与自学习算法,不需要人为标定训练数据,在边缘计算与IOT节点的配合下实现自学习。同时无源无线,便于部署。It should be noted that the vibration sensor, digital-to-analog converter, acceleration unit and wireless communication are all completed in the IoT node. Compared with similar products on the market, neural network and self-learning algorithm are added, which does not require manual calibration of training data, and realizes self-learning with the cooperation of edge computing and IOT nodes. At the same time passive wireless, easy to deploy.
S105,集成无线功能的微控制器用于通过均方误差法处理计算结果,生成处理结果,并基于处理结果确定待检测工业设备是否出现异常。S105, the microcontroller with integrated wireless function is used to process the calculation result through the mean square error method, generate the processing result, and determine whether the industrial equipment to be detected is abnormal based on the processing result.
其中,均方误差(mean-square error,MSE)是反映估计量与被估计量之间差异程度的一种度量。Among them, mean-square error (MSE) is a measure that reflects the degree of difference between the estimator and the estimator.
在一种可能的实现方式中,当基于步骤S104得到计算结果后,将计算结果作为均方误差算法的参数,二次进行计算后得到处理结果,根据该处理结果可确定待检测工业设备是否出现异常。In a possible implementation manner, after the calculation result is obtained based on step S104, the calculation result is used as the parameter of the mean square error algorithm, and the processing result is obtained after the second calculation. According to the processing result, it can be determined whether the industrial equipment to be detected appears abnormal.
例如,当处理结果大于等于预设阈值时,确定待检测工业设备出现异常;以及当处理结果小于预设值时,确定待检测工业设备未出现异常。For example, when the processing result is greater than or equal to the preset threshold, it is determined that the industrial equipment to be detected is abnormal; and when the processing result is less than the preset value, it is determined that the industrial equipment to be detected is not abnormal.
进一步地,当出现异常时生成预警信息,并将预警信息通过集成无线功能的微控制器发送至智能边缘计算平台,根据智能边缘计算平台对预警信息进行数据处理和统计,生成报警信息,并将报警信息发送至报警终端。Further, when an abnormality occurs, early warning information is generated, and the early warning information is sent to the intelligent edge computing platform through the microcontroller with integrated wireless function. The alarm information is sent to the alarm terminal.
例如图3所示,图3是本发明实施例提供的一种工业设备异常振动检测架构图,该架构包括振动源(即待检测工业设备)、物联网节点(包括振动传感器、数模转换器(A/D单元)、加速单元以及无线通信)、智能边缘计算平台以及报警平台(报警平台包括振动异常手机APP报警和振动异常大数据平台报警)。For example, as shown in FIG. 3, FIG. 3 is an architecture diagram of an abnormal vibration detection of industrial equipment provided by an embodiment of the present invention. The architecture includes a vibration source (ie, the industrial equipment to be detected), an IoT node (including a vibration sensor, a digital-to-analog converter, and a digital-to-analog converter). (A/D unit), acceleration unit and wireless communication), intelligent edge computing platform and alarm platform (alarm platform includes abnormal vibration mobile phone APP alarm and abnormal vibration big data platform alarm).
进一步地,加速单元中包括FPGA子单元,该FPGA子单元包括嵌入式软核、待检测工业设备模型。Further, the acceleration unit includes an FPGA subunit, and the FPGA subunit includes an embedded soft core and an industrial equipment model to be detected.
本发明实施例中的场景实例图例如图4所示。An example diagram of a scene in an embodiment of the present invention is shown in FIG. 4 .
在本发明实施例中,工业设备异常振动检测装置首先通过振动传感器实时采集待检测工业设备的振动信息发送至数模转换器,然后通过数模转换器将振动信息的模拟信息转换为数字信号发送至加速单元中的FPGA子单元,再基于FPGA子单元中嵌入式软核用于基于预先训练的神经网络进行计算后生成计算结果并将所述计算结果通过队列串行外设接口发送至无线通信单元中的集成无线 功能的微控制器,最后通过集成无线功能的微控制器用于通过均方误差法处理计算结果,生成处理结果,并基于处理结果确定待检测工业设备是否出现异常。由于本发明在嵌入式软核中内置神经网络与自学习算法,可实现在线收集正常运行数据进行无监督在线训练神经网络,使训练后的神经网络检测结果更加准确,从而可预测工业设备维护需求以避免发生紧急维修事件,使工业设备正常运行时间最大化,进而提高工业生产效率。In the embodiment of the present invention, the device for detecting abnormal vibration of industrial equipment first collects the vibration information of the industrial equipment to be detected in real time through a vibration sensor and sends it to a digital-to-analog converter, and then converts the analog information of the vibration information into a digital signal through the digital-to-analog converter for transmission. to the FPGA sub-unit in the acceleration unit, and then based on the embedded soft core in the FPGA sub-unit to perform calculations based on the pre-trained neural network to generate calculation results and send the calculation results to the wireless communication through the queue serial peripheral interface The microcontroller with integrated wireless function in the unit is finally used to process the calculation result by the mean square error method through the microcontroller with integrated wireless function, generate the processing result, and determine whether the industrial equipment to be detected is abnormal based on the processing result. Because the present invention has built-in neural network and self-learning algorithm in the embedded soft core, it can realize online collection of normal operation data for unsupervised online training of the neural network, so that the detection result of the neural network after training is more accurate, so that the maintenance requirements of industrial equipment can be predicted. To avoid emergency maintenance events, maximize the uptime of industrial equipment, thereby improving industrial production efficiency.
本发明还提供一种计算机可读介质,其上存储有程序指令,该程序指令被处理器执行时实现上述各个方法实施例提供的工业设备异常振动检测方法。The present invention further provides a computer-readable medium on which program instructions are stored, and when the program instructions are executed by a processor, implement the methods for detecting abnormal vibration of industrial equipment provided by the above method embodiments.
本发明还提供了一种包含指令的计算机程序产品,当其在计算机上运行时,使得计算机执行上述各个方法实施例的工业设备异常振动检测方法。The present invention also provides a computer program product containing instructions, which, when running on a computer, enables the computer to execute the method for detecting abnormal vibration of industrial equipment in each of the above method embodiments.
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分流程,是可以通过计算机程序来指令相关的硬件来完成,的程序可存储于计算机可读取存储介质中,该程序在执行时,可包括如上述各方法的实施例的流程。其中,的存储介质可为磁碟、光盘、只读存储记忆体或随机存储记忆体等。Those of ordinary skill in the art can understand that the realization of all or part of the processes in the methods of the above embodiments can be accomplished by instructing the relevant hardware through a computer program, and the program can be stored in a computer-readable storage medium, and when the program is executed , which may include the processes of the above-mentioned method embodiments. Wherein, the storage medium can be a magnetic disk, an optical disk, a read-only storage memory or a random storage memory, and the like.
以上所揭露的仅为本发明较佳实施例而已,当然不能以此来限定本发明之权利范围,因此依本发明权利要求所作的等同变化,仍属本发明所涵盖的范围。The above disclosures are only preferred embodiments of the present invention, and of course, the scope of the rights of the present invention cannot be limited by this. Therefore, equivalent changes made according to the claims of the present invention are still within the scope of the present invention.

Claims (10)

  1. 一种工业设备异常振动检测装置,其特征在于,所述装置包括:A device for detecting abnormal vibration of industrial equipment, characterized in that the device comprises:
    工业设备、物联网节点模块、智能边缘计算平台;其中,Industrial equipment, IoT node modules, and intelligent edge computing platforms; among them,
    所述工业设备和所述物联网节点模块连接,所述智能边缘计算平台与所述物联网节点模块通信连接,其中,The industrial equipment is connected to the IoT node module, and the intelligent edge computing platform is communicatively connected to the IoT node module, wherein,
    所述物联网节点模块检测所述工业设备的振动数据并进行分析,以判断所述工业设备的振动是否异常。The IoT node module detects and analyzes the vibration data of the industrial equipment to determine whether the vibration of the industrial equipment is abnormal.
  2. 根据权利要求1所述的一种工业设备异常振动检测装置,其特征在于A device for detecting abnormal vibration of industrial equipment according to claim 1, characterized in that
    所述物联网节点模块包括嵌入式软核,所述嵌入式软核中内置神经网络与自学习算法,采用所述自学习算法实现所述神经网络的无监督在线训练。The IoT node module includes an embedded soft core, and a neural network and a self-learning algorithm are built in the embedded soft core, and the self-learning algorithm is used to realize the unsupervised online training of the neural network.
  3. 根据权利要求1或2所述的一种工业设备异常振动检测装置,其特征在于,A device for detecting abnormal vibration of industrial equipment according to claim 1 or 2, characterized in that:
    所述物联网节点模块包括振动传感器、数模转换器、加速单元以及无线通信单元;其中,所述振动传感器、数模转换器、加速单元以及无线通信单元依次电连接;其中,The IoT node module includes a vibration sensor, a digital-to-analog converter, an acceleration unit, and a wireless communication unit; wherein, the vibration sensor, the digital-to-analog converter, the acceleration unit, and the wireless communication unit are electrically connected in sequence; wherein,
    所述振动传感器和所述工业设备连接;the vibration sensor is connected to the industrial equipment;
    所述无线通信单元和所述智能边缘计算平台通信连接。The wireless communication unit is in communication connection with the intelligent edge computing platform.
  4. 根据权利要求3所述的一种工业设备异常振动检测装置,其特征在于,A device for detecting abnormal vibration of industrial equipment according to claim 3, characterized in that:
    所述加速单元包括FPGA子单元;The acceleration unit includes an FPGA subunit;
    所述无线通信单元包括集成无线功能的微控制器;其中,The wireless communication unit includes a microcontroller with integrated wireless functionality; wherein,
    所述FPGA子单元包括嵌入式软核和神经网络;其中,The FPGA subunit includes an embedded soft core and a neural network; wherein,
    所述数模转换器通过集成电路总线和所述FPGA子单元连接;所述FPGA子单元通过队列串行外设接口和所述集成无线功能的微控制器连接。The digital-to-analog converter is connected to the FPGA subunit through an integrated circuit bus; the FPGA subunit is connected to the microcontroller with integrated wireless function through a queue serial peripheral interface.
  5. 根据权利要求1所述的一种工业设备异常振动检测装置,其特征在于,所述装置还包括:The device for detecting abnormal vibration of industrial equipment according to claim 1, wherein the device further comprises:
    报警终端;其中,所述报警终端和所述智能边缘计算平台通信连接。An alarm terminal; wherein, the alarm terminal is connected in communication with the intelligent edge computing platform.
  6. 根据权利要求4所述的一种工业设备异常振动检测装置,其特征在于,A device for detecting abnormal vibration of industrial equipment according to claim 4, characterized in that:
    振动传感器用于实时采集待检测工业设备的振动信息发送至数模转换器;The vibration sensor is used to collect the vibration information of the industrial equipment to be detected in real time and send it to the digital-to-analog converter;
    数模转换器用于将所述振动信息的模拟信息转换为数字信号通过集成线路总线发送至加速单元中的FPGA子单元;The digital-to-analog converter is used to convert the analog information of the vibration information into a digital signal and send it to the FPGA subunit in the acceleration unit through the integrated circuit bus;
    FPGA子单元中嵌入式软核用于基于预先训练的神经网络进行计算后生成计算结果并将所述计算结果通过队列串行外设接口发送至无线通信单元中的集成无线功能的微控制器;The embedded soft core in the FPGA sub-unit is used to generate calculation results after calculation based on the pre-trained neural network, and send the calculation results to the microcontroller with integrated wireless function in the wireless communication unit through the queue serial peripheral interface;
    集成无线功能的微控制器用于通过均方误差法处理所述计算结果,生成处理结果,并基于所述处理结果确定所述待检测工业设备是否出现异常。The microcontroller with integrated wireless function is used for processing the calculation result through the mean square error method, generating a processing result, and determining whether the industrial equipment to be detected is abnormal based on the processing result.
  7. 根据权利要求6所述的一种工业设备异常振动检测装置,其特征在于,A device for detecting abnormal vibration of industrial equipment according to claim 6, characterized in that:
    当所述处理结果大于等于预设阈值时,集成无线功能的微控制器确定所述待检测工业设备出现异常;以及当所述处理结果小于预设值时,集成无线功能的微控制器确定所述待检测工业设备未出现异常。When the processing result is greater than or equal to a preset threshold, the microcontroller with integrated wireless function determines that the industrial equipment to be detected is abnormal; and when the processing result is less than the preset value, the microcontroller with integrated wireless function determines that the There is no abnormality in the industrial equipment to be tested.
  8. 根据权利要求7所述的一种工业设备异常振动检测装置,其特征在于,A device for detecting abnormal vibration of industrial equipment according to claim 7, characterized in that:
    当出现异常时所述集成无线功能的微控制器生成预警信息,将所述预警信息通过无线通信单元发送至智能边缘计算平台;When an abnormality occurs, the microcontroller with integrated wireless function generates early warning information, and sends the early warning information to the intelligent edge computing platform through the wireless communication unit;
    智能边缘计算平台对所述预警信息进行数据处理和统计,生成报警信息,并将所述报警信息发送至报警终端。The intelligent edge computing platform performs data processing and statistics on the early warning information, generates alarm information, and sends the alarm information to the alarm terminal.
  9. 根据权利要求6所述的一种工业设备异常振动检测装置,其特征在于,所述嵌入式软核按照下述方法生成预先训练的神经网络,包括:The device for detecting abnormal vibration of industrial equipment according to claim 6, wherein the embedded soft core generates a pre-trained neural network according to the following method, comprising:
    通过自学习算法创建模型训练组件;Create model training components through self-learning algorithms;
    采集多个工业设备运行正常的训练数据样本,并基于所述模型训练组件将所述训练数据样本输入所述神经网络中进行无监督在线训练,训练结束后生成预先训练的神经网络。Collecting a plurality of training data samples of normal operation of industrial equipment, and inputting the training data samples into the neural network based on the model training component for unsupervised online training, and generating a pre-trained neural network after the training.
  10. 根据权利要求9所述的一种工业设备异常振动检测装置,其特征在于,所述嵌入式软核训练结束后生成预先训练的神经网络之后,还包括:The device for detecting abnormal vibration of industrial equipment according to claim 9, characterized in that, after the embedded soft core training is completed and the pre-trained neural network is generated, it further comprises:
    嵌入式软核下载所述预先训练的神经网络的权重文件,并将所述权重文件写入到嵌入式软核中。The embedded soft core downloads the weight file of the pre-trained neural network and writes the weight file into the embedded soft core.
PCT/CN2021/099699 2020-11-11 2021-06-11 Apparatus for detecting abnormal vibrations in industrial device WO2022100084A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202011256728.2A CN112697267A (en) 2020-11-11 2020-11-11 Abnormal vibration detection device for industrial equipment
CN202011256728.2 2020-11-11

Publications (1)

Publication Number Publication Date
WO2022100084A1 true WO2022100084A1 (en) 2022-05-19

Family

ID=75506985

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/099699 WO2022100084A1 (en) 2020-11-11 2021-06-11 Apparatus for detecting abnormal vibrations in industrial device

Country Status (2)

Country Link
CN (1) CN112697267A (en)
WO (1) WO2022100084A1 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112697267A (en) * 2020-11-11 2021-04-23 杭州未名信科科技有限公司 Abnormal vibration detection device for industrial equipment
CN114167270B (en) * 2021-11-30 2023-09-19 广东电网有限责任公司 Knife switch state identification system based on edge calculation
CN115203292B (en) * 2022-09-15 2022-11-25 昆仑智汇数据科技(北京)有限公司 Data processing method, device and equipment for industrial equipment
CN116009502B (en) * 2023-03-22 2023-06-06 深圳华龙讯达信息技术股份有限公司 Intelligent data acquisition system and method for industrial automation platform

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060238912A1 (en) * 2005-04-26 2006-10-26 Hitachi Global Storage Technologies Netherlands B.V. Magnetic disk drive and recording method
CN104929864A (en) * 2015-02-06 2015-09-23 青岛科技大学 Field programmable gate array (FPGA)-based embedded type operating state monitoring and fault diagnosis system for wind generating set
US20180144621A1 (en) * 2016-11-21 2018-05-24 Nec Corporation Measurement data processing method
CN110119333A (en) * 2019-02-21 2019-08-13 北京天泽智云科技有限公司 A kind of abnormality detection edge calculations system
CN110830943A (en) * 2019-11-06 2020-02-21 湖南银河电气有限公司 Equipment state monitoring system based on edge calculation and big data analysis
CN110958299A (en) * 2019-10-30 2020-04-03 浙江省北大信息技术高等研究院 Edge computing processing platform integrating multi-group network protocol multi-edge computing framework
CN111031069A (en) * 2019-12-26 2020-04-17 广东省智能制造研究所 Vibration acquisition and analysis terminal with edge calculation function and method
CN112697267A (en) * 2020-11-11 2021-04-23 杭州未名信科科技有限公司 Abnormal vibration detection device for industrial equipment

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110542474A (en) * 2019-09-04 2019-12-06 中国科学院上海高等研究院 Method, system, medium, and apparatus for detecting vibration signal of device
CN111174905B (en) * 2020-02-13 2023-10-31 欧朗电子科技有限公司 Low-power consumption device and method for detecting vibration abnormality of Internet of things
CN111412977A (en) * 2020-03-09 2020-07-14 华南理工大学 Preprocessing method for vibration sensing data of mechanical equipment

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060238912A1 (en) * 2005-04-26 2006-10-26 Hitachi Global Storage Technologies Netherlands B.V. Magnetic disk drive and recording method
CN104929864A (en) * 2015-02-06 2015-09-23 青岛科技大学 Field programmable gate array (FPGA)-based embedded type operating state monitoring and fault diagnosis system for wind generating set
US20180144621A1 (en) * 2016-11-21 2018-05-24 Nec Corporation Measurement data processing method
CN110119333A (en) * 2019-02-21 2019-08-13 北京天泽智云科技有限公司 A kind of abnormality detection edge calculations system
CN110958299A (en) * 2019-10-30 2020-04-03 浙江省北大信息技术高等研究院 Edge computing processing platform integrating multi-group network protocol multi-edge computing framework
CN110830943A (en) * 2019-11-06 2020-02-21 湖南银河电气有限公司 Equipment state monitoring system based on edge calculation and big data analysis
CN111031069A (en) * 2019-12-26 2020-04-17 广东省智能制造研究所 Vibration acquisition and analysis terminal with edge calculation function and method
CN112697267A (en) * 2020-11-11 2021-04-23 杭州未名信科科技有限公司 Abnormal vibration detection device for industrial equipment

Also Published As

Publication number Publication date
CN112697267A (en) 2021-04-23

Similar Documents

Publication Publication Date Title
WO2022100084A1 (en) Apparatus for detecting abnormal vibrations in industrial device
US6754854B2 (en) System and method for event monitoring and error detection
US20170178311A1 (en) Machine fault detection based on a combination of sound capture and on spot feedback
CN106951997B (en) Method and device for predicting fault of fan
CN109613428A (en) It is a kind of can be as system and its application in motor device fault detection method
KR20180016582A (en) Method and apparatus for monitoring computer storage media, computer program products, and faults in a wind power generator set
CN108536945A (en) A kind of fault diagnosis method and system for large-scale phase modifier
CN108376184A (en) A kind of method and system of bridge health monitoring
WO2014117967A1 (en) Method and apparatus for deriving diagnostic data about a technical system
CN110749462B (en) Industrial equipment fault detection method and system based on edge calculation
CN116810825B (en) Wafer conveying mechanical arm abnormality monitoring method and system in vacuum environment
WO2015053773A1 (en) Correlation and annotation of time series data sequences to extracted or existing discrete data
JP2018148350A (en) Threshold determination device, threshold level determination method and program
JPH113113A (en) Diagnostic method for deterioration of equipment and device therefor
CN117270514B (en) Production process whole-flow fault detection method based on industrial Internet of things
CN115327990A (en) AI-based electrical equipment state monitoring and early warning model and method thereof
US20200356668A1 (en) Event analysis in an electric power system
KR102545672B1 (en) Method and apparatus for machine fault diagnosis
CN107194034B (en) GPR-based equipment damage detection method and system
CN202091172U (en) Device for monitoring state and analyzing reliability of gas compressor
CN116233199A (en) Sewage treatment equipment intelligent water mist detection cloud platform based on wireless data communication
CN116595657A (en) Engine quality prediction system
CN102645243A (en) Method and system for simulating monitoring system
CN109209781A (en) The Fault Locating Method and device of wind power generating set
CN102707228A (en) Neural network expert system-based electric machine fault intelligent diagnosis system

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 21890615

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 21890615

Country of ref document: EP

Kind code of ref document: A1