WO2023165006A1 - Predictive maintenance method and apparatus for industrial equipment based on health status index, and electronic device - Google Patents

Predictive maintenance method and apparatus for industrial equipment based on health status index, and electronic device Download PDF

Info

Publication number
WO2023165006A1
WO2023165006A1 PCT/CN2022/089549 CN2022089549W WO2023165006A1 WO 2023165006 A1 WO2023165006 A1 WO 2023165006A1 CN 2022089549 W CN2022089549 W CN 2022089549W WO 2023165006 A1 WO2023165006 A1 WO 2023165006A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
health status
time
index
status index
Prior art date
Application number
PCT/CN2022/089549
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 WO2023165006A1 publication Critical patent/WO2023165006A1/en

Links

Images

Classifications

    • 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
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/04Forecasting or optimisation specially adapted for administrative or management purposes, e.g. linear programming or "cutting stock problem"
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/04Manufacturing
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

Definitions

  • the present application relates to the technical field of industrial equipment management, in particular, to a health state index-based predictive maintenance method, device and electronic equipment for industrial equipment.
  • Industrial equipment maintenance is of great significance to the economic efficiency of manufacturing industry.
  • Preventive maintenance that is, regular maintenance, can fully prevent the economic loss caused by the downtime of the robot during the production process, but it increases the workload of the operation and maintenance personnel and causes a lot of waste of parts, which increases the maintenance cost of the robot. Therefore, the industry is exploring predictive maintenance technology for industrial equipment in order to perform maintenance when the performance of the equipment drops to the minimum, thereby saving maintenance costs.
  • the predictive maintenance of industrial equipment mainly uses multi-sensors to collect multi-source data, and constructs single or composite health status indicators, so as to predict the failure of industrial equipment.
  • the method of setting multiple sensors to collect data for prediction in the related art is mainly applicable to large-scale equipment.
  • predictive maintenance on small equipment such as industrial robots, it becomes unrealistic to carry a large number of sensors due to the limitations of the actual working environment and the cost of the process itself and sensors. Therefore, for small equipment, it is very important to accurately implement predictive maintenance without setting up a large number of sensors to collect multi-source data.
  • the present application provides a health state index-based predictive maintenance method, device and electronic equipment for industrial equipment, which can accurately determine degradation points and predict data.
  • Some embodiments of the present application provide a health state index-based predictive maintenance method for industrial equipment, the method may include:
  • the predicted health state index at the time point is compared with the preset threshold, and the time point at which the predicted health state index is the same as the preset threshold is determined as the failure time point.
  • the step of importing the operation data into the pre-trained reconstruction model to obtain the reconstruction data corresponding to the operation data may include:
  • the operating data is intercepted according to the preset step size and the preset window length, and the operating data in multiple time windows are obtained;
  • the preset window length is greater than the preset step size.
  • the step of obtaining the health status index according to the reconstruction data and the running data, and determining the degradation point in time according to the health status index may include:
  • the health status index is compared with the health status threshold, and the time point at which the health status index starts to deviate from the health status threshold is determined as a degradation point.
  • the step of determining the time point when the health status index starts to deviate from the health status threshold as the degradation point may include:
  • the method also includes the step of obtaining the reconstructed model based on pre-built neural network model training, the neural network model includes an encoder and a decoder, and this step may include:
  • sample data includes data corresponding to multiple consecutive time points
  • the training is continued until the preset requirements are met, and the reconstruction model is obtained.
  • the health status threshold is obtained in the following manner:
  • the health status threshold is obtained according to the difference mean value and the difference standard deviation.
  • the step of importing the health status index corresponding to the time point after the degradation point into the pre-trained prediction model to obtain the prediction data in the next prediction period may include:
  • the data features of the health status index after normalization are extracted, and the data features are imported into the pre-trained prediction model to fit the health status index.
  • a device for predictive maintenance of industrial equipment based on a health state index comprising:
  • An acquisition module configured to acquire operating data at various time points during the operation of the device to be tested, import the operating data into a pre-trained reconstruction model, and obtain reconstruction data corresponding to the operating data;
  • a determining module configured to obtain a health status index according to the reconstruction data and the operating data, and determine a degradation point in a time point according to the health status index, and the degradation point indicates that the health status of the device under test begins to degrade point in time;
  • the prediction module is used to import the health status index corresponding to the time point after the degradation point into the prediction model obtained by pre-training to fit the health status index, and obtain an extension curve based on the fitting curve, and the The predicted health status index at each time point in the extension curve is compared with a preset threshold, and the time point at which the predicted health status index is the same as the preset threshold is determined as the failure time point.
  • the acquisition module may also be configured to:
  • the operating data is intercepted according to the preset step size and the preset window length, and the operating data in multiple time windows are obtained;
  • the preset window length is greater than the preset step size.
  • the determining module may also be configured to:
  • the health status index is compared with the health status threshold, and the time point at which the health status index starts to deviate from the health status threshold is determined as a degradation point.
  • the determining module may also be configured to:
  • the device for predictive maintenance of industrial equipment based on the health state index further includes a building block for obtaining the reconstruction model based on the training of the constructed neural network model in advance, and the neural network model includes an encoder and decoders, the building blocks can also be configured to:
  • sample data includes data corresponding to multiple consecutive time points
  • the training is continued until the preset requirements are met, and the reconstruction model is obtained.
  • the device for predictive maintenance of industrial equipment based on the health state index further includes an obtaining module for obtaining the health state threshold, and the obtaining module may be configured to:
  • the health status threshold is obtained according to the difference mean value and the difference standard deviation.
  • the prediction module may be configured to:
  • the data features of the health status index after normalization are extracted, and the data features are imported into the pre-trained prediction model to fit the health status index.
  • Still other embodiments of the present application provide an electronic device, which may include one or more storage media and one or more processors communicating with the storage medium, and one or more storage media store a machine-executable program executable by the processor. Instructions, when the electronic device is running, the processor executes the machine-executable instructions, so as to execute the method steps described in any one of the foregoing embodiments.
  • This application provides a method, device, and electronic equipment for predictive maintenance of industrial equipment based on the health state index.
  • the operating data is imported into the pre-trained reconstruction model to obtain The reconstructed data corresponding to the operating data, the health status index is obtained according to the reconstructed data and the operating data, and the degradation point is determined according to the health status index.
  • the consistent time point is determined as the failure time point.
  • the pre-trained reconstruction model and prediction model can be used to accurately determine the degradation point and predict the data by learning the characteristics of the operating data, which is suitable for predictive maintenance based on a small amount of data.
  • Fig. 1 is a flow chart of the predictive maintenance method provided by the embodiment of the present application.
  • Fig. 2 is the schematic diagram of fitting curve and extension curve provided by the embodiment of the present application.
  • Fig. 3 is the flowchart of the substep that step S101 comprises in Fig. 1;
  • FIG. 4 is a schematic diagram of time window data interception in the embodiment of the present application.
  • FIG. 5 is a schematic diagram of the processing of the reconstruction model provided in the embodiment of the present application.
  • FIG. 6 is a flow chart of the reconstruction model training method provided by the embodiment of the present application.
  • Fig. 7 is the flowchart of the substep that step S102 comprises in Fig. 1;
  • FIG. 8 is a flow chart of the substeps included in step S1022 in FIG. 7;
  • Fig. 9 is the flowchart of the substep that step S103 comprises in Fig. 1;
  • FIG. 10 is a structural block diagram of an electronic device provided by an embodiment of the present application.
  • FIG. 11 is a block diagram of functional modules of a device for predictive maintenance of industrial equipment based on a health state index provided by an embodiment of the present application.
  • Icons 110-storage medium; 120-processor; 130-predictive maintenance device for industrial equipment based on health status index; 131-acquisition module; 132-determination module; 133-prediction module; 140-communication interface.
  • Fig. 1 is a flow chart of the method for predictive maintenance of industrial equipment based on the health status index provided by the embodiment of the present application. implemented by the device.
  • the electronic device may be a computer device, or a server on which a platform for maintaining relevant functions of industrial equipment is located. The specific process shown in FIG. 1 will be described in detail below.
  • the device under test may be an industrial device, such as an industrial robot.
  • the performance status of the device under test is normal within a period of time. However, with the increase of the time in use, the performance status of the equipment under test may begin to degrade, and eventually fail.
  • the current time point of predictive maintenance can be used as a node, and the operation data of each time point in the operation process of the equipment under test before the node can be obtained.
  • the time point may be a set sampling point, for example, intervals of 1 minute, 1 hour, etc. are not limited as a sampling point.
  • the obtained operation data may include dynamic operation data and static operation data, wherein the dynamic operation data may include real-time current, torque, shaft angular position and other data during operation of the device under test.
  • the static operating data may include the body parameters of the device under test, such as the number of axes, degrees of freedom, and so on.
  • the predictive maintenance is realized by using the electromechanical control data inside the industrial equipment, in which the current data and the like play an important role in the control.
  • the reconstructed model may also be pre-trained, and the reconstructed model is obtained by pre-training based on sample data.
  • the reconstruction model can reflect the health state of the device in the form of data change characteristics by learning the characteristics of the change in the health state of the device reflected in the sample data. Therefore, in this embodiment, for the device under test, the operation data of the device under test can be imported into the pre-trained reconstruction model, so as to output the reconstruction data corresponding to the operation data.
  • the reconstructed data can reflect the health status of the device under test.
  • the situation related to the health status can be reflected as the difference between the reconstructed data and the running data. That is to say, the reconstructed data can be understood as the characteristic data conforming to the normal health status, therefore, the difference between the running data and the reconstructed data can reflect the health status of the device under test.
  • the health status index is obtained according to the reconstructed data and the running data.
  • the health status index is a series of data in time series, that is, includes the health status index corresponding to each time point. Based on the analysis of the health status index corresponding to each time point, the degradation point in the time point can be determined.
  • the degradation point represents the time point when the health state of the device under test begins to degrade. That is to say, it can be understood that at each time point before the degradation point, the operating data of the device under test is data belonging to a normal health state, and at each time point after the degradation point, the operation of the device under test begins to decline The phenomenon. However, decline does not mean failure. It will generally take a period of time from the operation of the equipment under test to decline to failure. The operating data after the time point of decline can provide an effective data prediction basis for the prediction of the failure point.
  • a prediction model may be pre-trained, and the prediction model may be pre-trained based on sample data.
  • the sample data may be related data after the degradation point of the device as a sample. Therefore, the prediction model can learn the relevant features of the data after the degradation point, so as to accurately predict the failure point based on the learned relevant features.
  • the health status index corresponding to the time point after the degradation point can be imported into the prediction model for prediction.
  • the prediction model can fit the health status data. On the basis of the fitted curve, it can be further extended based on the fitted curve to obtain the extended curve. And the extension curve also includes the predicted health status index at multiple time points.
  • a preset threshold may be set, and based on the preset threshold, it may be judged whether the predicted health status index indicates that the device under test is in a failure state. For example, on the prediction curve, if the predicted health status index reaches the same as the preset threshold, the corresponding time point can be determined as the failure time point.
  • the time point of 20-06-06 is the determined degradation point
  • the data collected from the degradation point during the period from 20-06-06 to 21-11-28 is after the degradation point Health status index at each time point.
  • the prediction model can fit the health status index in this time period, and then obtain the fitting curve in the time period from 20-06-06 to 21-11-28 as shown in the figure.
  • an extension can be performed to obtain an extended curve, for example, the extended curve in the time period from 21-11-28 to 23-05-22 in the figure.
  • the constructed extension curve may also be a plurality of extension curves within a certain error range.
  • the value indicated by the horizontal dotted line in the figure can be the preset threshold value, and at the time point when the extension curve intersects the preset threshold value, that is, the time point when the predicted health status index is consistent with the preset threshold value, it can be determined as failure point in time. That is, the device under test is predicted to fail at that point in time.
  • the predictive maintenance method provided in this embodiment using the pre-trained reconstruction model and prediction model, can accurately realize the determination of the degradation point and the prediction of the data by learning the characteristics of the operating data, and can be applied to the situation based on a small amount of data predictive maintenance.
  • the obtained operating data is pure data such as current and torque of the device under test, and it is difficult to reflect the characteristics of the data in time series.
  • some processing can be performed on the operating data. Please refer to Figure 3.
  • when processing the running data based on the reconstruction model it can be implemented in the following ways:
  • S1011 for the obtained operation data of the equipment under test at multiple consecutive time points, intercept the operation data according to the preset step size and the preset window length, and obtain the operation data in multiple time windows.
  • formal definition processing can be performed on the obtained operating data first, and for each time point t, the data of various types of operating data at the time point t can be expressed as the following form:
  • m represents the number of components to be tested in the device under test
  • the health status at this time point t can be represented by h k , which can indicate that the health status of the device under test at this time point is normal or faulty.
  • h k can indicate that the health status of the device under test at this time point is normal or faulty.
  • h k is 1, it means that the device under test is in a normal state
  • h k is 0, it means that the device under test is in a fault state.
  • the operation data of the device under test at multiple time points continuous in time series can be obtained.
  • the operating data can be divided into data segments within multiple time windows for input into the model.
  • the operation data can be intercepted according to the preset step size and the preset window length, so as to obtain the operation data in multiple time windows.
  • the preset window length may be greater than the preset step size. In this way, in two adjacent time windows, the data in the last part of the previous time window overlaps with the data in the front part of the next time window, which can effectively ensure that the running data in different time windows is continuously saved.
  • the preset step size may be 2
  • the preset window length may be 7.
  • the operating data in order to better analyze the nature of the distribution of various operating data, the operating data can also be standardized, and the operating data in each time window can be scaled to a preset range.
  • the running data may be standardized using a z-score method (zero-mean normalization).
  • the preset range may be an interval range with a mean value of 0 and a standard deviation of 1. That is, the scaled running data falls within the interval with a mean of 0 and a standard deviation of 1.
  • the running data can be scaled according to the following scaling formula.
  • x represents the running data before scaling
  • z represents the running data after scaling
  • N represents the total number of running data
  • represents the average value of the running data before scaling
  • represents the standard deviation of the running data before scaling.
  • z-score normalization may be performed on various types of operating data in the above manner.
  • the distribution of the scaled operating data itself has not changed, but the data distribution interval can remain basically the same after scaling, and the data can be mainly distributed in the [-2,2] interval.
  • features on multiple dimensions of the scaled operating data can be extracted, including time-domain feature vectors, frequency-domain feature vectors, and time-domain feature vectors. Frequency-domain feature vectors.
  • time-domain feature extraction feature analysis can be directly performed on the operating data of each time window.
  • multiple time domain features can be extracted, including effective value, square root amplitude, peak-to-peak value, crest factor, margin index, skewness index, kurtosis index, form factor, pulse factor, information entropy, correlation sex coefficient.
  • the multiple time-domain features are concatenated into a vector, and the following time-domain feature vector is obtained:
  • frequency domain features can also be extracted. It can be seen from Basselval's theorem that whether it is a real signal or a complex signal, the integral of the square of the signal amplitude is equal to the energy of the signal, and equal to the square of the modulus of the signal spectral density. It can be expressed in formula as follows:
  • E represents the signal energy
  • x(t) represents the time domain value of the signal
  • X(f) represents the frequency domain value of the signal.
  • the energy of the high-frequency discrete signal can be obtained by accumulating the squares of each value in the running data, as follows:
  • xf e represents a characteristic component as a whole
  • e represents an energy signal, which corresponds to rms and sra in x rms and x sra mentioned above
  • f(i) represents the i-th value of the time-domain signal such as x rms .
  • the above formula can be understood as the frequency-domain feature component on the left side of the equal sign is equal to the sum of the modular squares of the corresponding time-domain feature component.
  • the frequency domain feature vector can be obtained as follows:
  • time-frequency domain feature analysis can be carried out.
  • the time-frequency analysis can be performed by using the EDM method and the short-time Fourier transform method.
  • IMFs intrinsic mode functions
  • the reconstruction model is obtained by pre-training based on sample data.
  • the predictive maintenance method provided in this embodiment also includes the step of obtaining the reconstruction model based on the training of the constructed neural network model in advance, wherein the neural network model Can be an LSTM model.
  • This neural network model includes an encoder and a decoder, as shown in Figure 5. Please refer to Figure 6, the step of pre-training to obtain the reconstructed model can be implemented in the following ways:
  • sample data where the sample data includes data corresponding to multiple consecutive time points.
  • the sample data may be operation data corresponding to consecutive time points during the operation of the industrial equipment.
  • the sample data can be processed according to the above-mentioned preprocessing, scaling processing, time-domain feature extraction, frequency-domain feature extraction, and time-frequency domain feature extraction.
  • the structures of the encoder and the decoder are respectively an LSTM unit.
  • LSTM can take a period of time sequence data as input, and then update its hidden state until the last step of the time series, denoted as t2, the cell state generated by LSTM contains all the information of the previous sequence, that is The cell state can also be called context vectors (Context Vectors), and the decoder reconstructs the input of the encoder through the context vectors.
  • the decoder like the encoder, is also an LSTM unit.
  • the input of each step in the decoder is the prediction of the previous step or the label of the previous step, and the hidden state of the decoder can be described as
  • the feature data obtained by the encoder is combined with the sample data, including the time domain feature, frequency domain feature and time-frequency domain feature of the sample data, and is fused and decoded in the decoder to obtain the sample reconstruction data.
  • the loss function can be constructed based on sample data and sample reconstruction data, and the constructed loss function can be as follows:
  • xi represents the sample data
  • t 1 and t 2 represent the start time point and end time point of the time series data, respectively.
  • the training of the encoder and the decoder can have multiple iterations, and the function value of the above loss function can be calculated after each iteration, and the model parameters of the encoder and the decoder can be adjusted to continue the training.
  • the number of iterations reaches the set maximum number, or the loss function reaches convergence and no longer decreases, or the iteration time reaches the set maximum time, it can be judged to meet the preset requirements, so that the neural network model obtained at this time can be obtained reconstruction model.
  • the above is the process of obtaining the reconstruction model through pre-training.
  • the reconstruction model to reconstruct the operating data of the equipment to be tested and determine the degradation point
  • the data is obtained with a state of health index, and based on the state of health index, the degradation point in the time point is determined.
  • the step of determining the degradation point can be implemented in the following ways:
  • the health status index may be the difference between the actual operating data and the reconstructed (regarded as normal) data by the reconstruction model. Therefore, an increase in the reconstruction error means that the operating state deviates from the normal state.
  • a health state threshold may be preset as a criterion for judging whether the health state of the device under test is abnormal.
  • the health status threshold may be set in advance based on relevant data in the process of constructing the reconstruction model based on sample data.
  • the health status threshold can be constructed in the following ways:
  • Calculate the difference between the sample data and the sample reconstruction data calculate the difference average and the difference standard deviation based on the difference, and obtain the health status threshold according to the difference difference and the difference standard deviation.
  • the specific calculation formula of the health status threshold may be as follows:
  • mean means to take the average value
  • std means to take the standard deviation
  • ⁇ 2 means to calculate the L2 norm.
  • the corresponding time point can be determined as a degradation point.
  • Step S10223 determining the time point as a degradation point.
  • Step S10224 determining that the time point is not a degradation point.
  • the corresponding health status index starts to deviate from the health status threshold from a certain time point, it can be re-determined that there is no limit to 5 time points, 10 time points, etc. after the time point.
  • the health status index corresponding to each subsequent time point can be obtained, and then detect whether each health status index deviates from the health status threshold. If each health status index deviates from the health status threshold, it indicates that there is a long period of time.
  • the data of the continuous deviation from the health status threshold is not due to the accidental deviation caused by the mutation of the data. Therefore, in this situation, it can be determined that the above-mentioned time point when it starts to deviate from the health state threshold is the degradation point.
  • the health status index at the set number of time points after the departure from the health status threshold does not all deviate from the health status threshold, it indicates that the health status index at the above time point may only be due to data mutations. resulting deviation. Therefore, in this case, it can be determined that the above time point is not a degradation point.
  • Raida's rule can be used to eliminate abnormal points in a series of health status indices in time series, that is, to eliminate health status indices with data mutations. In this way, the real degradation point where the equipment under test begins to degrade can be found, so that the subsequent failure point can be predicted based on the health status index after the real degradation point.
  • the health status index may be intercepted according to a certain window length and a certain interception step.
  • the window length may be greater than the interception step size.
  • the health status index can be normalized to a certain unified numerical range according to the above-mentioned scaling processing method for the operation data. So that the prediction model can focus on the distribution characteristics of the data itself.
  • the data features of the normalized health status index can be extracted, and the data features can include, for example, time domain features, frequency domain features, and time-frequency domain features. Import the data characteristics of the health status index into the pre-trained prediction model, and the prediction model can fit the health status index to obtain a fitting curve. Then, based on the extension curve of the fitting curve, the failure time point is determined.
  • the predictive model may be obtained by training a constructed neural network model based on sample data in advance.
  • the health status index corresponding to the time point after the degradation point of industrial equipment is used as sample data
  • the neural network model can be a GRU (Gate Recurrent Unit) network model.
  • the predicted health status index obtained each time is compared with a preset threshold, which can be set based on known operating conditions of the same type of industrial equipment running the same process as the equipment under test.
  • a preset threshold which can be set based on known operating conditions of the same type of industrial equipment running the same process as the equipment under test.
  • the remaining service life of the equipment under test can be determined. For example, the time point when the health state index is fitted by the prediction model is used as the node, and the time period from this node to the predicted failure time point , which is the remaining service life of the device under test.
  • sample data may be collected in advance, and the sample data may be data corresponding to multiple consecutive time points.
  • the sample data can be the real-time current, torque, and shaft angular position values during the operation of the industrial equipment, as well as the body parameters of the industrial equipment, etc.
  • Data preprocessing can be performed on the sample data, such as using a certain step size and intercepting the sample data according to a certain window size to obtain sample data in multiple windows.
  • data standardization can be performed, for example, the sample data in each window is scaled to a preset range, such as a certain mean value and a certain standard deviation range.
  • the loss function constructed based on the difference information between the input and output can be used as a training guide, and the training is stopped when the iteration meets certain requirements.
  • the health status threshold can also be constructed based on the difference between the sample data input into the reconstruction model and the sample reconstruction data output by the reconstruction model. This state of health threshold can then be used to determine the degradation point of the industrial equipment.
  • the health status index can be obtained, and then the time point when the health status index first begins to degenerate is found as the degradation point.
  • the deep model of the GRU network can be trained to obtain a prediction model.
  • the operating data of the device under test can be obtained for the device under test.
  • time-domain features, frequency-domain features, and time-frequency-domain features are imported into the reconstruction model to obtain corresponding reconstruction data.
  • the health status index of the device under test is obtained by combining the reconstructed data and the sample data of the device under test.
  • the operating data of the equipment under test can be imported into the reconstruction model to obtain the corresponding reconstruction data.
  • the health status index can be obtained according to the reconstructed data and the running data. By analyzing and processing the health state index, the degradation point that can represent the health state of the equipment under test begins to degenerate is obtained.
  • the extension curve is obtained based on the fitting curve, and each time point on the extension curve has a corresponding predicted health status index.
  • Each predicted health status index is compared with a preset threshold, and when the predicted health status index is the same as the preset threshold, the corresponding time point is determined as the predicted failure time point.
  • the connection point between the fitting curve and the extension curve is obtained, that is, the difference between the time point predicted by the prediction model and the predicted failure time point is the predicted remaining service life of the equipment under test.
  • the predictive maintenance method provided in this embodiment adopts the health status index as the indicator for the predictive maintenance of industrial equipment based on the health status index, which reduces the dependence of predictive maintenance on various sensors and reduces the practicality of predictive maintenance technology. application cost.
  • the reconstruction model including the encoder and the decoder is used to output the reconstructed data and then construct the health status index
  • the value of the health status index can be extracted from the time series signal, which reduces the cost of building the model, and then on the basis of accurately determining the degradation point It can provide a data basis for the accurate prediction of subsequent failure points.
  • GRU deep learning is used to extract the features of the time series basis, to predict the health status index and calculate the remaining service life, so as to improve the accuracy of health status monitoring.
  • FIG. 10 is a schematic diagram of exemplary components of an electronic device provided by an embodiment of the present application.
  • the electronic device may include a storage medium 110 , a processor 120 , a device for predictive maintenance of industrial equipment based on health status index 130 and a communication interface 140 .
  • both the storage medium 110 and the processor 120 are located in the electronic device and are set separately.
  • the storage medium 110 may also be independent from the electronic device, and may be accessed by the processor 120 through the bus interface.
  • the storage medium 110 may also be integrated into the processor 120, for example, may be a cache and/or a general-purpose register.
  • the industrial equipment predictive maintenance device 130 based on the health status index can be understood as the above-mentioned electronic equipment, or the processor 120 of the electronic equipment, and can also be understood as realizing the above-mentioned electronic equipment under the control of the electronic equipment independently of the above-mentioned electronic equipment or the processor 120.
  • Software function modules for predictive maintenance methods can be understood as the above-mentioned electronic equipment, or the processor 120 of the electronic equipment, and can also be understood as realizing the above-mentioned electronic equipment under the control of the electronic equipment independently of the above-mentioned electronic equipment or the processor 120.
  • the aforementioned health state index-based predictive maintenance device 130 for industrial equipment may include an acquisition module 131 , a determination module 132 and a prediction module 133 .
  • the functions of each functional module of the health state index-based predictive maintenance device 130 for industrial equipment will be described in detail below.
  • the obtaining module 131 may be configured to obtain operating data at various time points during the operation of the device under test, import the operating data into a pre-trained reconstruction model, and obtain reconstruction data corresponding to the operating data.
  • the acquisition module 131 can be used to execute the above step S101, and for the detailed implementation of the acquisition module 131, please refer to the content related to the above step S101.
  • the determining module 132 may be configured to obtain a health status index according to the reconstruction data and the running data, and determine a degradation point in a time point according to the health status index, and the degradation point represents the health of the device under test The point at which state degradation begins.
  • the determination module 132 can be used to execute the above step S102, and for the detailed implementation manner of the determination module 132, reference can be made to the content related to the above step S102.
  • the prediction module 133 can be configured to import the health status index corresponding to the time point after the degradation point into the prediction model obtained by pre-training to fit the health status index, and obtain an extension curve based on the fitting curve Comparing the predicted health status index at each time point in the extension curve with a preset threshold, and determining the time point at which the predicted health status index is the same as the preset threshold as the failure time point.
  • the prediction module 133 can be used to execute the above step S103, and for the detailed implementation of the prediction module 133, please refer to the content related to the above step S103.
  • the acquisition module 131 may be configured to:
  • the operating data is intercepted according to the preset step size and the preset window length, and the operating data in multiple time windows are obtained;
  • the preset window length is greater than the preset step size.
  • the determination module 132 may be configured to:
  • the health status index is compared with the health status threshold, and the time point at which the health status index starts to deviate from the health status threshold is determined as a degradation point.
  • the determination module 132 may be configured to:
  • the device 130 for predictive maintenance of industrial equipment based on the health state index further includes a building block for obtaining the reconstruction model based on the training of the neural network model constructed in advance, and the neural network model includes encoder and decoder, this building block can be configured for:
  • sample data includes data corresponding to multiple consecutive time points
  • the training is continued until the preset requirements are met, and the reconstruction model is obtained.
  • the health state index-based industrial equipment predictive maintenance device 130 also includes an obtaining module for obtaining the health state threshold, and the obtaining module can be configured to:
  • the health status threshold is obtained according to the difference mean value and the difference standard deviation.
  • the prediction module 133 may be configured to:
  • the data features of the health status index after normalization are extracted, and the data features are imported into the pre-trained prediction model to fit the health status index.
  • the embodiment of the present application also provides a computer-readable storage medium, which stores machine-executable instructions, and implements the predictive maintenance method provided by the above-mentioned embodiments when the machine-executable instructions are executed.
  • the computer-readable storage medium can be a general-purpose storage medium, such as a removable disk, a hard disk, etc.
  • the above predictive maintenance method can be executed.
  • the processes involved when the executable instructions in the computer-readable storage medium are executed reference may be made to relevant descriptions in the foregoing method embodiments, and no further details are given here.
  • the health state index-based predictive maintenance method, device and electronic equipment for industrial equipment acquire the operating data at various time points during the operation of the equipment under test, and import the operating data into pre-training to obtain
  • the reconstruction model the reconstruction data corresponding to the operation data is obtained, the health status index is obtained according to the reconstruction data and the operation data, and the degradation point is determined according to the health status index.
  • import the health status index corresponding to the time point after the degradation point into the pre-trained prediction model to fit and obtain the extension curve, compare the predicted health status index at each time point on the extension curve with the preset threshold, and compare the two
  • the consistent time point is determined as the failure time point.
  • the pre-trained reconstruction model and prediction model can be used to accurately determine the degradation point and predict the data by learning the characteristics of the operating data, which is suitable for predictive maintenance based on a small amount of data.
  • This application provides a method, device and electronic equipment for predictive maintenance of industrial equipment based on the health state index.
  • the operation data is imported into the pre-trained reconstruction model, The reconstruction data corresponding to the operation data is obtained, the health status index is obtained according to the reconstruction data and the operation data, and the degradation point is determined according to the health status index.
  • the consistent time point is determined as the failure time point.
  • the pre-trained reconstruction model and prediction model can be used to accurately determine the degradation point and predict the data by learning the characteristics of the operating data, which is suitable for predictive maintenance based on a small amount of data.
  • the method, device and electronic equipment for predictive maintenance of industrial equipment based on the health status index of the present application are reproducible and can be used in various industrial applications.
  • the method, device and electronic equipment for predictive maintenance of industrial equipment based on the health status index of the present application can be used in the technical field of industrial equipment management.

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Strategic Management (AREA)
  • Economics (AREA)
  • Human Resources & Organizations (AREA)
  • General Health & Medical Sciences (AREA)
  • Marketing (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Health & Medical Sciences (AREA)
  • Biophysics (AREA)
  • Computational Linguistics (AREA)
  • Operations Research (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Software Systems (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Biomedical Technology (AREA)
  • Quality & Reliability (AREA)
  • Mathematical Physics (AREA)
  • Data Mining & Analysis (AREA)
  • Evolutionary Computation (AREA)
  • Molecular Biology (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Manufacturing & Machinery (AREA)
  • Primary Health Care (AREA)
  • Development Economics (AREA)
  • Game Theory and Decision Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

A predictive maintenance method and apparatus for industrial equipment based on a health status index, and an electronic device. The method comprises: acquiring operation data at each time point in the operation process of equipment to be tested, and importing the operation data into a pre-trained reconstruction model to obtain reconstruction data corresponding to the operation data; obtaining a health status index according to the reconstruction data and the operation data, and determining a degradation point according to the health status index; and importing a health status index corresponding to a time point after the degradation point into a pre-trained prediction model for fitting, obtaining an extension curve, comparing the predicted health status data at each time point in the extension curve with a preset threshold, and determining a time point when the predicted health status data is consistent with the preset threshold as a failure time point. The pre-trained reconstruction model and prediction model are used, so that the determination of the degradation point and the prediction of the data can be accurately realized by learning the characteristics of the operation data, and the method can be suitable for predictive maintenance based on a small amount of data.

Description

基于健康状态指数的工业设备预测性维护方法、装置和电子设备Method, device and electronic equipment for predictive maintenance of industrial equipment based on health status index
相关申请的交叉引用Cross References to Related Applications
本申请要求于2022年03月03日提交中国国家知识产权局的申请号为202210200518.4、名称为“基于健康状态指数的工业设备预测性维护方法、装置和电子设备”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。This application claims the priority of the Chinese patent application with the application number 202210200518.4 and the title "Predictive Maintenance Method, Device and Electronic Equipment for Industrial Equipment Based on Health Status Index" submitted to the State Intellectual Property Office of China on March 3, 2022. The entire contents of which are incorporated by reference in this application.
技术领域technical field
本申请涉及工业设备管理技术领域,具体而言,涉及一种基于健康状态指数的工业设备预测性维护方法、装置和电子设备。The present application relates to the technical field of industrial equipment management, in particular, to a health state index-based predictive maintenance method, device and electronic equipment for industrial equipment.
背景技术Background technique
工业设备维护对于制造业经济效益有着重要意义。预防性维护即定期检修的方法能够充分预防机器人在生产过程中宕机所造成的经济损失,但其加重了运维人员的工作负担同时造成了大量零部件的浪费,提高了机器人的维护成本。因此产业界正在探索工业设备的预测性维护技术,以期在设备性能降至最低时进行维护,从而节省维护成本。Industrial equipment maintenance is of great significance to the economic efficiency of manufacturing industry. Preventive maintenance, that is, regular maintenance, can fully prevent the economic loss caused by the downtime of the robot during the production process, but it increases the workload of the operation and maintenance personnel and causes a lot of waste of parts, which increases the maintenance cost of the robot. Therefore, the industry is exploring predictive maintenance technology for industrial equipment in order to perform maintenance when the performance of the equipment drops to the minimum, thereby saving maintenance costs.
相关技术中,对于工业设备的预测性维护主要是采用多传感采集多源数据,构建单一或复合的健康状态指标,从而进行工业设备的失效预测等。但是相关技术中这种设置多个传感器采集数据进行预测的方式,主要适用于大型设备。在针对如工业机器人这类小型设备进行预测维护时,由于实际工作环境限制以及所执行的工艺本身和传感器的成本限制,大量传感器的携带变得不现实。因此,针对小型设备而言,如何在无法设置大量传感器采集多源数据的情况下,准确实现预测维护的问题非常重要。In related technologies, the predictive maintenance of industrial equipment mainly uses multi-sensors to collect multi-source data, and constructs single or composite health status indicators, so as to predict the failure of industrial equipment. However, the method of setting multiple sensors to collect data for prediction in the related art is mainly applicable to large-scale equipment. When performing predictive maintenance on small equipment such as industrial robots, it becomes unrealistic to carry a large number of sensors due to the limitations of the actual working environment and the cost of the process itself and sensors. Therefore, for small equipment, it is very important to accurately implement predictive maintenance without setting up a large number of sensors to collect multi-source data.
发明内容Contents of the invention
本申请提供了一种基于健康状态指数的工业设备预测性维护方法、装置和电子设备,其能够准确实现退化点的确定和数据的预测。The present application provides a health state index-based predictive maintenance method, device and electronic equipment for industrial equipment, which can accurately determine degradation points and predict data.
本申请的实施例可以这样实现:The embodiment of the application can be realized like this:
本申请的一些实施例提供一种基于健康状态指数的工业设备预测性维护方法,所述方法可以包括:Some embodiments of the present application provide a health state index-based predictive maintenance method for industrial equipment, the method may include:
获取待测设备运行过程中各个时间点的运行数据,将所述运行数据导入预先训练得到的重构模型,得到所述运行数据对应的重构数据;Obtaining operation data at various time points during the operation of the device under test, importing the operation data into a pre-trained reconstruction model, and obtaining reconstruction data corresponding to the operation data;
根据所述重构数据和运行数据得到健康状态指数,并根据所述健康状态指数确定时间点中的退化点,所述退化点表征所述待测设备的健康状态开始出现退化的时间点;Obtaining a health status index according to the reconstruction data and the operation data, and determining a degradation point in a time point according to the health status index, and the degradation point represents a time point when the health status of the device under test begins to degrade;
将所述退化点之后的时间点对应的健康状态指数,导入预先训练得到的预测模型以对所述健康状态指数进行拟合,并基于拟合曲线得到延伸曲线,将所述延伸曲线中的各个时间点上的预测健康状态指数与预设阈值进行比较,将预测健康状态指数和所述预设阈值相同的时间点确定为失效时间点。Import the health status index corresponding to the time point after the degradation point into the prediction model obtained in advance to fit the health status index, and obtain an extension curve based on the fitting curve, and each of the extension curves The predicted health state index at the time point is compared with the preset threshold, and the time point at which the predicted health state index is the same as the preset threshold is determined as the failure time point.
健康状态指数在可选的实施方式中,所述将所述运行数据导入预先训练得到的重构模型,得到所述运行数据对应的重构数据的步骤,可以包括:Health status index In an optional implementation manner, the step of importing the operation data into the pre-trained reconstruction model to obtain the reconstruction data corresponding to the operation data may include:
针对获取的待测设备的连续多个时间点的运行数据,按预设步长和预设窗口长度对所述运行数据进行截取,获得多个时间窗口内的运行数据;For the obtained operating data of the equipment under test at multiple consecutive time points, the operating data is intercepted according to the preset step size and the preset window length, and the operating data in multiple time windows are obtained;
针对每个时间窗口内的运行数据,将所述运行数据缩放至预设范围内;For the operating data in each time window, scaling the operating data to a preset range;
提取缩放后的运行数据的时域特征向量、频域特征向量和时频域特征向量;Extracting time-domain feature vectors, frequency-domain feature vectors and time-frequency-domain feature vectors of the scaled operating data;
将所述时域特征向量、频域特征向量和时频域特征向量导入预先训练得到的重构模型,得到所述运行数据对应的重构数据。Importing the time-domain feature vector, frequency-domain feature vector, and time-frequency-domain feature vector into a pre-trained reconstruction model to obtain reconstruction data corresponding to the operating data.
在可选的实施方式中,所述预设窗口长度大于所述预设步长。In an optional implementation manner, the preset window length is greater than the preset step size.
在可选的实施方式中,所述根据所述重构数据和运行数据得到健康状态指数,并根据所述健康状态指数确定时间点中的退化点的步骤,可以包括:In an optional embodiment, the step of obtaining the health status index according to the reconstruction data and the running data, and determining the degradation point in time according to the health status index may include:
获得所述重构数据和运行数据之间的差异数据,将所述差异数据作为健康状态指数;Obtaining difference data between the reconstruction data and the running data, and using the difference data as a health status index;
将所述健康状态指数与健康状态阈值进行比较,将健康状态指数开始偏离所述健康状态阈值所对应的时间点,确定为退化点。The health status index is compared with the health status threshold, and the time point at which the health status index starts to deviate from the health status threshold is determined as a degradation point.
在可选的实施方式中,所述将健康状态指数开始偏离所述健康状态阈值所对应的时间点,确定为退化点的步骤,可以包括:In an optional implementation manner, the step of determining the time point when the health status index starts to deviate from the health status threshold as the degradation point may include:
获取健康状态指数中开始偏离所述健康状态阈值的时间点;Obtain the time point when the health status index starts to deviate from the health status threshold;
检测所述时间点之后的设定数量的时间点分别对应的健康状态指数是否均偏离所述健康状态阈值,若均偏离,则确定所述时间点为退化点。Detecting whether the health state indices corresponding to the set number of time points after the time point deviate from the health state threshold, and if they deviate, determine that the time point is a degradation point.
在可选的实施方式中,所述方法还包括预先基于构建的神经网络模型训练得到所述重构模型的步骤,所述神经网络模型包括编码器和解码器,该步骤可以包括:In an optional embodiment, the method also includes the step of obtaining the reconstructed model based on pre-built neural network model training, the neural network model includes an encoder and a decoder, and this step may include:
采集样本数据,所述样本数据包括多个连续时间点对应的数据;collecting sample data, where the sample data includes data corresponding to multiple consecutive time points;
将所述样本数据导入所述编码器进行编码处理,得到特征数据;Importing the sample data into the encoder for encoding processing to obtain feature data;
将所述特征数据和样本数据导入所述解码器进行融合并解码处理,得到样本重构数据;Importing the feature data and sample data into the decoder for fusion and decoding processing to obtain sample reconstruction data;
基于根据所述样本数据和样本重构数据构建的损失函数对所述编码器和解码器的模型参数进行调整后继续训练,直至满足预设要求时,得到所述重构模型。After adjusting the model parameters of the encoder and decoder based on the loss function constructed according to the sample data and the sample reconstruction data, the training is continued until the preset requirements are met, and the reconstruction model is obtained.
在可选的实施方式中,所述健康状态阈值通过以下方式获得:In an optional implementation manner, the health status threshold is obtained in the following manner:
计算所述样本数据和样本重构数据之间的差值;calculating the difference between the sample data and the sample reconstructed data;
基于所述差值计算得到差异平均值和差异标准差;Calculate the difference mean value and difference standard deviation based on the difference value;
根据所述差异平均值和差异标准差得到所述健康状态阈值。The health status threshold is obtained according to the difference mean value and the difference standard deviation.
在可选的实施方式中,所述将所述退化点之后的时间点对应的健康状态指数,导入预先训练得到的预测模型得到下一预测周期内的预测数据的步骤,可以包括:In an optional embodiment, the step of importing the health status index corresponding to the time point after the degradation point into the pre-trained prediction model to obtain the prediction data in the next prediction period may include:
获取所述待测设备的退化点之后的时间点所对应的健康状态指数;Obtaining the health status index corresponding to the time point after the degradation point of the device under test;
对所述健康状态指数按照时序进行时间窗划分,得到多个时间窗内的健康状态指数;Dividing the health status index into time windows according to time series to obtain health status indices in multiple time windows;
对每个时间窗内的健康状态指数进行归一化处理;Normalize the health status index in each time window;
提取归一化处理后的健康状态指数的数据特征,并将所述数据特征导入预先训练得到的预测模型中,以对所述健康状态指数进行拟合。The data features of the health status index after normalization are extracted, and the data features are imported into the pre-trained prediction model to fit the health status index.
本申请的另一些实施例提供一种基于健康状态指数的工业设备预测性维护装置,所述装置包括:Other embodiments of the present application provide a device for predictive maintenance of industrial equipment based on a health state index, the device comprising:
获取模块,用于获取待测设备运行中各个时间点的运行数据,将所述运行数据导入预先训练得到的重构模型,得到所述运行数据对应的重构数据;An acquisition module, configured to acquire operating data at various time points during the operation of the device to be tested, import the operating data into a pre-trained reconstruction model, and obtain reconstruction data corresponding to the operating data;
确定模块,用于根据所述重构数据和运行数据得到健康状态指数,并根据所述健康状态指数确定时间点中的退化点,所述退化点表征所述待测设备的健康状态开始出现退化的时间点;A determining module, configured to obtain a health status index according to the reconstruction data and the operating data, and determine a degradation point in a time point according to the health status index, and the degradation point indicates that the health status of the device under test begins to degrade point in time;
预测模块,用于将所述退化点之后的时间点对应的健康状态指数,导入预先训练得到的预测模型以对所述健康状态指数进行拟合,并基于拟合曲线得到延伸曲线,将所述延伸曲线中的各个时间点上的预测健康状态指数与预设阈值进行比较,将预测健康状态指数和所述预设阈值相同的时间点确定为失效时间点。The prediction module is used to import the health status index corresponding to the time point after the degradation point into the prediction model obtained by pre-training to fit the health status index, and obtain an extension curve based on the fitting curve, and the The predicted health status index at each time point in the extension curve is compared with a preset threshold, and the time point at which the predicted health status index is the same as the preset threshold is determined as the failure time point.
在可选的实施方式中,所述获取模块还可以配置成用于:In an optional implementation manner, the acquisition module may also be configured to:
针对获取的待测设备的连续多个时间点的运行数据,按预设步长和预设窗口长度对所述运行数据进行截取,获得多个时间窗口内的运行数据;For the obtained operating data of the equipment under test at multiple consecutive time points, the operating data is intercepted according to the preset step size and the preset window length, and the operating data in multiple time windows are obtained;
针对每个时间窗口内的运行数据,将所述运行数据缩放至预设范围内;For the operating data in each time window, scaling the operating data to a preset range;
提取缩放后的运行数据的时域特征向量、频域特征向量和时频域特征向量;Extracting time-domain feature vectors, frequency-domain feature vectors and time-frequency-domain feature vectors of the scaled operating data;
将所述时域特征向量、频域特征向量和时频域特征向量导入预先训练得到的重构模型,得到所述运行数据对应的重构数据。Importing the time-domain feature vector, frequency-domain feature vector, and time-frequency-domain feature vector into a pre-trained reconstruction model to obtain reconstruction data corresponding to the operating data.
在可选的实施方式中,所述预设窗口长度大于所述预设步长。In an optional implementation manner, the preset window length is greater than the preset step size.
在可选的实施方式中,所述确定模块还可以配置成用于:In an optional implementation manner, the determining module may also be configured to:
获得所述重构数据和运行数据之间的差异数据,将所述差异数据作为健康状态指数;Obtaining difference data between the reconstruction data and the running data, and using the difference data as a health status index;
将所述健康状态指数与健康状态阈值进行比较,将健康状态指数开始偏离所述健康状态阈值所对应的时间点,确定为退化点。The health status index is compared with the health status threshold, and the time point at which the health status index starts to deviate from the health status threshold is determined as a degradation point.
在可选的实施方式中,所述确定模块还可以配置成用于:In an optional implementation manner, the determining module may also be configured to:
获取健康状态指数中开始偏离所述健康状态阈值的时间点;Obtain the time point when the health status index starts to deviate from the health status threshold;
检测所述时间点之后的设定数量的时间点分别对应的健康状态指数是否均偏离所述健康状态阈值,若均偏离,则确定所述时间点为退化点。Detecting whether the health state indices corresponding to the set number of time points after the time point deviate from the health state threshold, and if they deviate, determine that the time point is a degradation point.
在可选的实施方式中,所述基于健康状态指数的工业设备预测性维护装置还包括用于预先基于构建的神经网络模型训练得到所述重构模型的构建模块,该神经网络模型包括编码器和解码器,所述构建模块还可以配置成:In an optional embodiment, the device for predictive maintenance of industrial equipment based on the health state index further includes a building block for obtaining the reconstruction model based on the training of the constructed neural network model in advance, and the neural network model includes an encoder and decoders, the building blocks can also be configured to:
采集样本数据,所述样本数据包括多个连续时间点对应的数据;collecting sample data, where the sample data includes data corresponding to multiple consecutive time points;
将所述样本数据导入所述编码器进行编码处理,得到特征数据;Importing the sample data into the encoder for encoding processing to obtain feature data;
将所述特征数据和样本数据导入所述解码器进行融合并解码处理,得到样本重构数据;Importing the feature data and sample data into the decoder for fusion and decoding processing to obtain sample reconstruction data;
基于根据所述样本数据和样本重构数据构建的损失函数对所述编码器和解码器的模型参数进行调整后继续训练,直至满足预设要求时,得到所述重构模型。After adjusting the model parameters of the encoder and decoder based on the loss function constructed according to the sample data and the sample reconstruction data, the training is continued until the preset requirements are met, and the reconstruction model is obtained.
在可选的实施方式中,所述基于健康状态指数的工业设备预测性维护装置还包括用于获得所述健康状态阈值的获得模块,所述获得模块可以被配置成用于:In an optional embodiment, the device for predictive maintenance of industrial equipment based on the health state index further includes an obtaining module for obtaining the health state threshold, and the obtaining module may be configured to:
计算所述样本数据和样本重构数据之间的差值;calculating the difference between the sample data and the sample reconstructed data;
基于所述差值计算得到差异平均值和差异标准差;Calculate the difference mean value and difference standard deviation based on the difference value;
根据所述差异平均值和差异标准差得到所述健康状态阈值。The health status threshold is obtained according to the difference mean value and the difference standard deviation.
在可选的实施方式中,所述预测模块可以被配置成用于:In an optional implementation manner, the prediction module may be configured to:
获取所述待测设备的退化点之后的时间点所对应的健康状态指数;Obtaining the health status index corresponding to the time point after the degradation point of the device under test;
对所述健康状态指数按照时序进行时间窗划分,得到多个时间窗内的健康状态指数;Dividing the health status index into time windows according to time series to obtain health status indices in multiple time windows;
对每个时间窗内的健康状态指数进行归一化处理;Normalize the health status index in each time window;
提取归一化处理后的健康状态指数的数据特征,并将所述数据特征导入预先训练得到的预测模型中,以对所述健康状态指数进行拟合。The data features of the health status index after normalization are extracted, and the data features are imported into the pre-trained prediction model to fit the health status index.
本申请的又一些实施例提供一种电子设备,可以包括一个或多个存储介质和一个或多个与存储介质通信的处理器,一个或多个存储介质存储有处理器可执行的机器可执行指令,当电子设备运行时,处理器执行所述机器可执行指令,以执行前述实施方式中任意一项所述的方法步骤。Still other embodiments of the present application provide an electronic device, which may include one or more storage media and one or more processors communicating with the storage medium, and one or more storage media store a machine-executable program executable by the processor. Instructions, when the electronic device is running, the processor executes the machine-executable instructions, so as to execute the method steps described in any one of the foregoing embodiments.
本申请实施例的有益效果至少包括,例如:The beneficial effects of the embodiments of the present application at least include, for example:
本申请提供一种基于健康状态指数的工业设备预测性维护方法、装置和电子设备,通过获取待测设备运行过程中各个时间点的运行数据,将运行数据导入预先训练得到的重构模型,得到运行数据对应的重构数据,根据重构数据和运行数据得到健康状态指数,并根据健康状态指数确定退化点。再将退化点之后的时间点对应的健康状态指数导入预先训练得到的预测模型进行拟合并得到延伸曲线,将延伸曲线上各个时间点的预测健康状态指数和预设阈值进行比较,将两者一致的时间点确定为失效时间点。该方案中,利用预先训练的重构模型和预测模型,可以通过学习运行数据的特征从而准确实现退化点的确定和数据的预测,可以适用于基于少量数据情况下的预测性维护。This application provides a method, device, and electronic equipment for predictive maintenance of industrial equipment based on the health state index. By obtaining the operating data at various time points during the operating process of the equipment to be tested, the operating data is imported into the pre-trained reconstruction model to obtain The reconstructed data corresponding to the operating data, the health status index is obtained according to the reconstructed data and the operating data, and the degradation point is determined according to the health status index. Then import the health status index corresponding to the time point after the degradation point into the pre-trained prediction model to fit and obtain the extension curve, compare the predicted health status index at each time point on the extension curve with the preset threshold, and compare the two The consistent time point is determined as the failure time point. In this solution, the pre-trained reconstruction model and prediction model can be used to accurately determine the degradation point and predict the data by learning the characteristics of the operating data, which is suitable for predictive maintenance based on a small amount of data.
附图说明Description of drawings
为了更清楚地说明本申请实施例的技术方案,下面将对实施例中所需要使用的附图作简单地介绍,应当理解,以下附图仅示出了本申请的某些实施例,因此不应被看作是对范围的限定,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他相关的附图。In order to more clearly illustrate the technical solutions of the embodiments of the present application, the accompanying drawings that are required in the embodiments will be briefly introduced below. It should be understood that the following drawings only show some embodiments of the present application, and thus It should be regarded as a limitation on the scope, and those skilled in the art can also obtain other related drawings based on these drawings without creative work.
图1为本申请实施例提供的预测性维护方法的流程图;Fig. 1 is a flow chart of the predictive maintenance method provided by the embodiment of the present application;
图2为本申请实施例提供的拟合曲线和延伸曲线的示意图;Fig. 2 is the schematic diagram of fitting curve and extension curve provided by the embodiment of the present application;
图3为图1中步骤S101包含的子步骤的流程图;Fig. 3 is the flowchart of the substep that step S101 comprises in Fig. 1;
图4为本申请实施例中进行时间窗口数据截取的示意图;FIG. 4 is a schematic diagram of time window data interception in the embodiment of the present application;
图5为本申请实施例中提供的重构模型的处理示意图;FIG. 5 is a schematic diagram of the processing of the reconstruction model provided in the embodiment of the present application;
图6为本申请实施例提供的重构模型训练方法的流程图;FIG. 6 is a flow chart of the reconstruction model training method provided by the embodiment of the present application;
图7为图1中步骤S102包含的子步骤的流程图;Fig. 7 is the flowchart of the substep that step S102 comprises in Fig. 1;
图8为图7中步骤S1022包含的子步骤的流程图;FIG. 8 is a flow chart of the substeps included in step S1022 in FIG. 7;
图9为图1中步骤S103包含的子步骤的流程图;Fig. 9 is the flowchart of the substep that step S103 comprises in Fig. 1;
图10为本申请实施例提供的电子设备的结构框图;FIG. 10 is a structural block diagram of an electronic device provided by an embodiment of the present application;
图11为本申请实施例提供的基于健康状态指数的工业设备预测性维护装置的功能模块框图。FIG. 11 is a block diagram of functional modules of a device for predictive maintenance of industrial equipment based on a health state index provided by an embodiment of the present application.
图标:110-存储介质;120-处理器;130-基于健康状态指数的工业设备预测性维护装置;131-获取模块;132-确定 模块;133-预测模块;140-通信接口。Icons: 110-storage medium; 120-processor; 130-predictive maintenance device for industrial equipment based on health status index; 131-acquisition module; 132-determination module; 133-prediction module; 140-communication interface.
具体实施方式Detailed ways
为使本申请实施例的目的、技术方案和优点更加清楚,下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本申请一部分实施例,而不是全部的实施例。通常在此处附图中描述和示出的本申请实施例的组件可以以各种不同的配置来布置和设计。In order to make the purposes, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below in conjunction with the drawings in the embodiments of the present application. Obviously, the described embodiments It is a part of the embodiments of this application, not all of them. The components of the embodiments of the application generally described and illustrated in the figures herein may be arranged and designed in a variety of different configurations.
因此,以下对在附图中提供的本申请的实施例的详细描述并非旨在限制要求保护的本申请的范围,而是仅仅表示本申请的选定实施例。基于本申请中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都属于本申请保护的范围。Accordingly, the following detailed description of the embodiments of the application provided in the accompanying drawings is not intended to limit the scope of the claimed application, but merely represents selected embodiments of the application. Based on the embodiments in this application, all other embodiments obtained by persons of ordinary skill in the art without creative efforts fall within the protection scope of this application.
应注意到:相似的标号和字母在下面的附图中表示类似项,因此,一旦某一项在一个附图中被定义,则在随后的附图中不需要对其进行进一步定义和解释。It should be noted that like numerals and letters denote similar items in the following figures, therefore, once an item is defined in one figure, it does not require further definition and explanation in subsequent figures.
在本申请的描述中,需要说明的是,在不冲突的情况下,本申请的实施例中的特征可以相互结合。In the description of the present application, it should be noted that the features in the embodiments of the present application can be combined without conflict.
请参阅图1,为本申请实施例提供的基于健康状态指数的工业设备预测性维护方法的流程图,该预测性维护方法有关的流程所定义的方法步骤可以由具备数据分析、处理功能的电子设备所实现。该电子设备可以是计算机设备,也可以是维护工业设备的相关功能的平台所在的服务器。下面将对图1所示的具体流程进行详细阐述。Please refer to Fig. 1, which is a flow chart of the method for predictive maintenance of industrial equipment based on the health status index provided by the embodiment of the present application. implemented by the device. The electronic device may be a computer device, or a server on which a platform for maintaining relevant functions of industrial equipment is located. The specific process shown in FIG. 1 will be described in detail below.
S101,获取待测设备运行过程中各个时间点的运行数据,将所述运行数据导入预先训练得到的重构模型,得到所述运行数据对应的重构数据。S101. Obtain operating data at various time points during the operating process of the device under test, import the operating data into a pre-trained reconstruction model, and obtain reconstruction data corresponding to the operating data.
S102,根据所述重构数据和运行数据得到健康状态指数,并根据所述健康状态指数确定时间点中的退化点。S102. Obtain a health status index according to the reconstruction data and the running data, and determine a degradation point in a time point according to the health status index.
S103,将所述退化点之后的时间点对应的健康状态指数,导入预先训练得到的预测模型以对所述健康状态指数进行拟合,并基于拟合曲线得到延伸曲线,将所述延伸曲线中的各个时间点上的预测健康状态指数与预设阈值进行比较,将预测健康状态指数和所述预设阈值相同的时间点确定为失效时间点。S103. Import the health status index corresponding to the time point after the degradation point into the prediction model obtained in advance to fit the health status index, and obtain an extension curve based on the fitting curve, and insert the extension curve into The predicted health status index at each time point is compared with the preset threshold, and the time point at which the predicted health status index is the same as the preset threshold is determined as the failure time point.
本实施例中,待测设备可以是工业设备,例如工业机器人等。从待测设备投入使用开始,一般性地,在开始一段时间内,待测设备的性能状态是正常的。但是随着投入使用的时间的增长,待测设备的性能状态可能开始出现退化,最终出现失效的现象。In this embodiment, the device under test may be an industrial device, such as an industrial robot. After the device under test is put into use, generally, the performance status of the device under test is normal within a period of time. However, with the increase of the time in use, the performance status of the equipment under test may begin to degrade, and eventually fail.
本实施例中,针对投入使用的待测设备,可以当前的预测性维护的时间点为节点,获取到节点之前的待测设备运行过程中的各个时间点的运行数据。所述的时间点可以是设置的采样点,例如间隔1分钟、1个小时等不限作为一个采样点。In this embodiment, for the equipment under test put into use, the current time point of predictive maintenance can be used as a node, and the operation data of each time point in the operation process of the equipment under test before the node can be obtained. The time point may be a set sampling point, for example, intervals of 1 minute, 1 hour, etc. are not limited as a sampling point.
获得的运行数据可以包括动态运行数据和静态运行数据,其中,动态运行数据可包括如待测设备运行过程中的实时的电流、扭矩、轴角位置等数据。而静态运行数据可包括待测设备的本体参数,如轴数、自由度等。The obtained operation data may include dynamic operation data and static operation data, wherein the dynamic operation data may include real-time current, torque, shaft angular position and other data during operation of the device under test. The static operating data may include the body parameters of the device under test, such as the number of axes, degrees of freedom, and so on.
本实施例中,采用工业设备内部的机电控制数据实现预测性维护,其中的电流数据等对于控制具有比较重要的作用。In this embodiment, the predictive maintenance is realized by using the electromechanical control data inside the industrial equipment, in which the current data and the like play an important role in the control.
本实施例中,还可预先训练得到的重构模型,该重构模型为预先基于样本数据进行训练得到。该重构模型可以通过学习样本数据所体现的设备的健康状态变化的特征,从而以数据变化特征的方式来体现出设备的健康状态。因此,本实施例中,针对待测设备,可以将待测设备的运行数据导入到预先训练得到的重构模型中,从而输出与运行数据对 应的重构数据。In this embodiment, the reconstructed model may also be pre-trained, and the reconstructed model is obtained by pre-training based on sample data. The reconstruction model can reflect the health state of the device in the form of data change characteristics by learning the characteristics of the change in the health state of the device reflected in the sample data. Therefore, in this embodiment, for the device under test, the operation data of the device under test can be imported into the pre-trained reconstruction model, so as to output the reconstruction data corresponding to the operation data.
由上述可知,重构数据可以体现出待测设备运行中健康状态相关的情况。而该健康状态相关的情况可以体现为重构数据和运行数据两者之间的差异。也即,重构数据可以理解为贴合正常健康状态的特征数据,因此,运行数据与重构数据之间的差异则可以体现出待测设备的健康状态。From the above, it can be seen that the reconstructed data can reflect the health status of the device under test. The situation related to the health status can be reflected as the difference between the reconstructed data and the running data. That is to say, the reconstructed data can be understood as the characteristic data conforming to the normal health status, therefore, the difference between the running data and the reconstructed data can reflect the health status of the device under test.
本实施例中,根据重构数据和运行数据得到健康状态指数。而该健康状态指数为时序上的一系列数据,也即包含各个时间点所对应的健康状态指数。基于对各个时间点所对应的健康状态指数的分析,可以确定时间点中的退化点。In this embodiment, the health status index is obtained according to the reconstructed data and the running data. The health status index is a series of data in time series, that is, includes the health status index corresponding to each time point. Based on the analysis of the health status index corresponding to each time point, the degradation point in the time point can be determined.
本实施例中,退化点表征待测设备的健康状态开始出现退化的时间点。也即,可以理解为,在退化点之前的各个时间点中,待测设备的运行数据是属于正常健康状态的数据,而在退化点之后的各个时间点中,待测设备的运行开始出现衰退的现象。但是衰退并不意味着失效,从待测设备的运行开始出现衰退到失效状态,一般还会经历一段时间。而从开始衰退的时间点后的运行数据可以为失效点的预测提供有效的数据预测依据。In this embodiment, the degradation point represents the time point when the health state of the device under test begins to degrade. That is to say, it can be understood that at each time point before the degradation point, the operating data of the device under test is data belonging to a normal health state, and at each time point after the degradation point, the operation of the device under test begins to decline The phenomenon. However, decline does not mean failure. It will generally take a period of time from the operation of the equipment under test to decline to failure. The operating data after the time point of decline can provide an effective data prediction basis for the prediction of the failure point.
本实施例中,可以预先训练得到预测模型,该预测模型可以预先基于样本数据训练得到的。该样本数据可以是作为样本的设备其退化点之后的相关数据。因此,预测模型可以学习到退化点之后的数据的相关特征,从而基于学习到的相关特征准确预测出失效点。In this embodiment, a prediction model may be pre-trained, and the prediction model may be pre-trained based on sample data. The sample data may be related data after the degradation point of the device as a sample. Therefore, the prediction model can learn the relevant features of the data after the degradation point, so as to accurately predict the failure point based on the learned relevant features.
因此,本实施例中,针对待测设备,在确定待测设备运行中的退化点后,可以将退化点之后的时间点对应的健康状态指数导入到预测模型进行预测。预测模型可以对健康状态数据进行拟合,在得到拟合曲线的基础上,可以基于拟合曲线进行进一步地延伸从而得到延伸曲线。而该延伸曲线同样包含多个时间点上的预测健康状态指数。Therefore, in this embodiment, for the device under test, after determining the degradation point during operation of the device under test, the health status index corresponding to the time point after the degradation point can be imported into the prediction model for prediction. The prediction model can fit the health status data. On the basis of the fitted curve, it can be further extended based on the fitted curve to obtain the extended curve. And the extension curve also includes the predicted health status index at multiple time points.
可以通过设置一预设阈值,基于该预设阈值来判断预测健康状态指数是否表征待测设备出现失效状态。如在预测曲线上,若预测健康状态指数达到与预设阈值相同的情况下,则可以确定对应的时间点为失效时间点。A preset threshold may be set, and based on the preset threshold, it may be judged whether the predicted health status index indicates that the device under test is in a failure state. For example, on the prediction curve, if the predicted health status index reaches the same as the preset threshold, the corresponding time point can be determined as the failure time point.
例如,请参阅图2,例如20-06-06时间点为确定的退化点,从该退化点开始采集到的20-06-06至21-11-28的时间段内的数据为退化点之后的各个时间点的健康状态指数。预测模型可以对该时间段内的健康状态指数进行拟合,进而得到如图中20-06-06至21-11-28时间段内的拟合曲线。For example, please refer to Figure 2. For example, the time point of 20-06-06 is the determined degradation point, and the data collected from the degradation point during the period from 20-06-06 to 21-11-28 is after the degradation point Health status index at each time point. The prediction model can fit the health status index in this time period, and then obtain the fitting curve in the time period from 20-06-06 to 21-11-28 as shown in the figure.
基于拟合曲线的曲线趋势,可以进行延伸得到延伸曲线,例如图中21-11-28至23-05-22时间段内的延伸曲线。其中,所构建的延伸曲线也可以是在一定误差范围内的多条延伸曲线。Based on the curve trend of the fitted curve, an extension can be performed to obtain an extended curve, for example, the extended curve in the time period from 21-11-28 to 23-05-22 in the figure. Wherein, the constructed extension curve may also be a plurality of extension curves within a certain error range.
图中横向虚线所表示的数值可为所述的预设阈值,在延伸曲线与该预设阈值相交的时间点,也即预测健康状态指数与预设阈值一致的时间点,即可确定为失效时间点。也即,预测待测设备会在该时间点失效。The value indicated by the horizontal dotted line in the figure can be the preset threshold value, and at the time point when the extension curve intersects the preset threshold value, that is, the time point when the predicted health status index is consistent with the preset threshold value, it can be determined as failure point in time. That is, the device under test is predicted to fail at that point in time.
本实施例所提供的预测性维护方法,利用预先训练得到的重构模型和预测模型,可以通过学习运行数据的特征从而准确实现退化点的确定和数据的预测,可以适用于基于少量数据情况下的预测性维护。The predictive maintenance method provided in this embodiment, using the pre-trained reconstruction model and prediction model, can accurately realize the determination of the degradation point and the prediction of the data by learning the characteristics of the operating data, and can be applied to the situation based on a small amount of data predictive maintenance.
本实施例中,获取到的运行数据为待测设备的单纯的如电流、扭矩等数据,难以体现出数据在时序上所体现出来的特性。为了便于模型学习或者获取到时序数据的特性,因此,在将运行数据导入到重构模型之前,可以先对运行数据进行一定处理。请参阅图3,本实施例中,在基于重构模型对运行数据进行处理时,可以通过以下方式实现:In this embodiment, the obtained operating data is pure data such as current and torque of the device under test, and it is difficult to reflect the characteristics of the data in time series. In order to facilitate model learning or obtain the characteristics of time series data, before importing the operating data into the reconstruction model, some processing can be performed on the operating data. Please refer to Figure 3. In this embodiment, when processing the running data based on the reconstruction model, it can be implemented in the following ways:
S1011,针对获取的待测设备的连续多个时间点的运行数据,按预设步长和预设窗口长度对所述运行数据进行截取,获得多个时间窗口内的运行数据。S1011, for the obtained operation data of the equipment under test at multiple consecutive time points, intercept the operation data according to the preset step size and the preset window length, and obtain the operation data in multiple time windows.
S1012,针对每个时间窗口内的运行数据,将所述运行数据缩放至预设范围内。S1012. For the operating data in each time window, scale the operating data to a preset range.
S1013,提取缩放后的运行数据的时域特征向量、频域特征向量和时频域特征向量。S1013, extracting time-domain feature vectors, frequency-domain feature vectors, and time-frequency-domain feature vectors of the scaled running data.
S1014,将所述时域特征向量、频域特征向量和时频域特征向量导入预先训练得到的重构模型,得到所述运行数据对应的重构数据。S1014. Import the time-domain feature vector, frequency-domain feature vector, and time-frequency-domain feature vector into a pre-trained reconstruction model to obtain reconstruction data corresponding to the running data.
本实施例中,对于获取的运行数据可以先进行形式化定义处理,针对各个时间点t,可以将各种类型的运行数据在该时间点t的数据表示为如下形式:In this embodiment, formal definition processing can be performed on the obtained operating data first, and for each time point t, the data of various types of operating data at the time point t can be expressed as the following form:
Figure PCTCN2022089549-appb-000001
Figure PCTCN2022089549-appb-000001
其中,m表示待测设备中待测部件的数量,该时间点t的健康状态可用h k来表示,h k可以表征待测设备在该时间点的健康状态为正常状态,或者是故障状态。例如,h k为1时表征待测设备为正常状态,h k为0时表征待测设备为故障状态。此处仅为举例说明,本实施例并不限定于此。 Among them, m represents the number of components to be tested in the device under test, and the health status at this time point t can be represented by h k , which can indicate that the health status of the device under test at this time point is normal or faulty. For example, when h k is 1, it means that the device under test is in a normal state, and when h k is 0, it means that the device under test is in a fault state. This is only for illustration, and this embodiment is not limited thereto.
如此,可以得到时序上连续的多个时间点的待测设备的运行数据。在此基础上,为了便于模型对数据的处理,可以将运行数据划分为多段时间窗内的数据段以输入到模型中。本实施例中,可以按预设步长和预设窗口长度对运行数据进行截取,从而获得多个时间窗口内的运行数据。In this way, the operation data of the device under test at multiple time points continuous in time series can be obtained. On this basis, in order to facilitate the processing of data by the model, the operating data can be divided into data segments within multiple time windows for input into the model. In this embodiment, the operation data can be intercepted according to the preset step size and the preset window length, so as to obtain the operation data in multiple time windows.
为了保障截取的运行数据总体上是连续的,本实施例中,预设窗口长度可大于预设步长。如此,相邻两个时间窗口中,其中前一个时间窗口的最后部分的数据,与后一个时间窗口的前面部分的数据重叠,可以有效保障不同时间窗口内的运行数据不断节。如图4中所示,例如预设步长可为2,预设窗口长度可为7。In order to ensure that the intercepted operating data is generally continuous, in this embodiment, the preset window length may be greater than the preset step size. In this way, in two adjacent time windows, the data in the last part of the previous time window overlaps with the data in the front part of the next time window, which can effectively ensure that the running data in different time windows is continuously saved. As shown in FIG. 4 , for example, the preset step size may be 2, and the preset window length may be 7.
本实施例中,为了更好地分析各类运行数据分布的本质,还可对运行数据进行标准化处理,可以将各个时间窗口内的运行数据缩放值预设范围内。In this embodiment, in order to better analyze the nature of the distribution of various operating data, the operating data can also be standardized, and the operating data in each time window can be scaled to a preset range.
在一种可能的实现方式中,可以使用z-score方法(zero-mean normalization)对运行数据进行标准化处理。所述的预设范围可以是均值为0、标准差为1的区间范围。也即,使得缩放后的运行数据落在均值为0、标准差为1的区间内。In a possible implementation manner, the running data may be standardized using a z-score method (zero-mean normalization). The preset range may be an interval range with a mean value of 0 and a standard deviation of 1. That is, the scaled running data falls within the interval with a mean of 0 and a standard deviation of 1.
本实施例中,可以按照以下缩放公式对运行数据进行缩放处理。In this embodiment, the running data can be scaled according to the following scaling formula.
Figure PCTCN2022089549-appb-000002
Figure PCTCN2022089549-appb-000002
Figure PCTCN2022089549-appb-000003
Figure PCTCN2022089549-appb-000003
Figure PCTCN2022089549-appb-000004
Figure PCTCN2022089549-appb-000004
其中,x表示缩放前的运行数据,z表示缩放后的运行数据,N表示运行数据的总数,μ表示缩放前运行数据的平均值,σ表示缩放前运行数据的标准差。Among them, x represents the running data before scaling, z represents the running data after scaling, N represents the total number of running data, μ represents the average value of the running data before scaling, and σ represents the standard deviation of the running data before scaling.
本实施例中,可以按照上述方式对各个类型的运行数据分别进行z-score标准化。缩放后的运行数据其数据本身的分布并未发生改变,但经过缩放后数据分布区间可保持基本一致,数据可以主要分布在[-2,2]区间内。通过对运行数据 进行缩放处理,可以使得后续模型可以更加专注于分析数据本身的分布情况。In this embodiment, z-score normalization may be performed on various types of operating data in the above manner. The distribution of the scaled operating data itself has not changed, but the data distribution interval can remain basically the same after scaling, and the data can be mainly distributed in the [-2,2] interval. By scaling the running data, subsequent models can focus more on analyzing the distribution of the data itself.
为了进一步地使模型能够从多个维度分析获得运行数据的分布情况,本实施例中,可以提取缩放后的运行数据多个维度上的特征,包括如时域特征向量、频域特征向量和时频域特征向量。In order to further enable the model to analyze and obtain the distribution of operating data from multiple dimensions, in this embodiment, features on multiple dimensions of the scaled operating data can be extracted, including time-domain feature vectors, frequency-domain feature vectors, and time-domain feature vectors. Frequency-domain feature vectors.
本实施例中,对于时域特征提取,可以直接对每个时间窗口的运行数据进行特征分析。主要可以从时域角度提取多个时域特征,包括有效值、方根幅值、峰峰值、波峰因数、裕度指标、偏度指标、峭度指标、波形因数、脉冲因数、信息熵、相关性系数。将该多个时域特征拼接为一个向量,得到如下所示的时域特征向量:In this embodiment, for time-domain feature extraction, feature analysis can be directly performed on the operating data of each time window. Mainly from the perspective of time domain, multiple time domain features can be extracted, including effective value, square root amplitude, peak-to-peak value, crest factor, margin index, skewness index, kurtosis index, form factor, pulse factor, information entropy, correlation sex coefficient. The multiple time-domain features are concatenated into a vector, and the following time-domain feature vector is obtained:
Figure PCTCN2022089549-appb-000005
Figure PCTCN2022089549-appb-000005
此外,还可进行频域特征的提取。由巴塞伐尔定理可知,无论是实信号还是复信号,信号振幅的平方的积分等于信号的能量、等于信号频谱密度的模的平方。用公式表示可如下所示:In addition, frequency domain features can also be extracted. It can be seen from Basselval's theorem that whether it is a real signal or a complex signal, the integral of the square of the signal amplitude is equal to the energy of the signal, and equal to the square of the modulus of the signal spectral density. It can be expressed in formula as follows:
Figure PCTCN2022089549-appb-000006
Figure PCTCN2022089549-appb-000006
其中,E表示信号能量,x(t)表示信号时域值,X(f)表示信号频域值。Among them, E represents the signal energy, x(t) represents the time domain value of the signal, and X(f) represents the frequency domain value of the signal.
因此,将运行数据中每个值的平方累加,即可得到高频离散信号的能量,如下所示:Therefore, the energy of the high-frequency discrete signal can be obtained by accumulating the squares of each value in the running data, as follows:
Figure PCTCN2022089549-appb-000007
Figure PCTCN2022089549-appb-000007
其中,xf e整体表征一个特征分量,e表示一种能量信号,与上述的x rms、x sra中的rms、sra对应。f(i)表示如x rms等时域信号的值的第i个。上述公式可以理解为等号左边的频域特征分量,等于对应时域特征分量的模平方总和。 Wherein, xf e represents a characteristic component as a whole, and e represents an energy signal, which corresponds to rms and sra in x rms and x sra mentioned above. f(i) represents the i-th value of the time-domain signal such as x rms . The above formula can be understood as the frequency-domain feature component on the left side of the equal sign is equal to the sum of the modular squares of the corresponding time-domain feature component.
如此,可以得到如下所示的频域特征向量:In this way, the frequency domain feature vector can be obtained as follows:
F f={xf rms,xf sra,xf ppv,xf cf,xf mf, F f ={xf rms ,xf sra ,xf ppv ,xf cf ,xf mf ,
xf skf,xf kf,xf shf,xf if,xf e} xf skf ,xf kf ,xf shf ,xf if ,xf e }
在上述基础上,可以进行时频域特征分析。本实施例中,可以利用EDM方法和短时傅里叶变换方法等进行时频分析。首先通过EDM得到每个时间窗口中与待测设备故障相关性的n个本征模函数(IMF)。再通过EDM对筛选的n个IMF分别取能量xtf e、方差xtf sd、偏度指标xtf sf和峰度指标xtf kf共4类特征值,利用STFT得到瞬时频率的标准差σ std、瞬时频率的信噪比SNR2个特征值,将它们进行拼接,得到信号4n+2维的时频域特征: On the basis of the above, time-frequency domain feature analysis can be carried out. In this embodiment, the time-frequency analysis can be performed by using the EDM method and the short-time Fourier transform method. Firstly, n intrinsic mode functions (IMFs) related to the faults of the equipment under test in each time window are obtained by EDM. Then through EDM, four types of eigenvalues are taken from the n IMFs that are screened: energy xtf e , variance xtf sd , skewness index xtf sf and kurtosis index xtf kf , and STFT is used to obtain the standard deviation of instantaneous frequency σ std and the value of instantaneous frequency The signal-to-noise ratio SNR2 eigenvalues are concatenated to obtain the 4n+2-dimensional time-frequency domain characteristics of the signal:
Figure PCTCN2022089549-appb-000008
Figure PCTCN2022089549-appb-000008
其中,上述的xtf整体表示一个分量。Wherein, the above-mentioned xtf as a whole represents a component.
将上述所得到的时域特征向量、频域特征向量和时频域特征向量导入到重构模型中,得到运行数据对应的重构数据。Import the time-domain feature vector, frequency-domain feature vector, and time-frequency-domain feature vector obtained above into the reconstruction model to obtain the reconstruction data corresponding to the running data.
本实施例中,该重构模型为预先基于样本数据进行训练得到,本实施例所提供的预测性维护方法还包括预先基于构建的神经网模型训练得到重构模型的步骤,其中,神经网络模型可以是LSTM模型。该神经网络模型包括编码器和解码器,如图5中所示。请结合参阅图6,预先训练得到重构模型的步骤可以通过以下方式实现:In this embodiment, the reconstruction model is obtained by pre-training based on sample data. The predictive maintenance method provided in this embodiment also includes the step of obtaining the reconstruction model based on the training of the constructed neural network model in advance, wherein the neural network model Can be an LSTM model. This neural network model includes an encoder and a decoder, as shown in Figure 5. Please refer to Figure 6, the step of pre-training to obtain the reconstructed model can be implemented in the following ways:
S201,采集样本数据,所述样本数据包括多个连续时间点对应的数据。S201. Collect sample data, where the sample data includes data corresponding to multiple consecutive time points.
S202,将所述样本数据导入所述编码器进行编码处理,得到特征数据。S202. Import the sample data into the encoder for encoding processing to obtain feature data.
S203,将所述特征数据和样本数据导入所述解码器进行融合并解码处理,得到样本重构数据。S203. Import the feature data and sample data into the decoder for fusion and decoding processing to obtain sample reconstruction data.
S204,基于根据所述样本数据和样本重构数据构建的损失函数对所述编码器和解码器的模型参数进行调整后继续训练,直至满足预设要求时,得到所述重构模型。S204. Based on the loss function constructed according to the sample data and the sample reconstruction data, the model parameters of the encoder and the decoder are adjusted, and then the training is continued until the preset requirements are met, and the reconstruction model is obtained.
本实施例中,所述的样本数据可以是工业设备的运行过程中的连续时间点对应的运行数据。同样地,可以对样本数据按照上述的预处理、缩放处理以及时域特征提取、频域特征提取和时频域特征提取等多项处理。In this embodiment, the sample data may be operation data corresponding to consecutive time points during the operation of the industrial equipment. Similarly, the sample data can be processed according to the above-mentioned preprocessing, scaling processing, time-domain feature extraction, frequency-domain feature extraction, and time-frequency domain feature extraction.
将经过上述处理后的样本数据导入到神经网络模型的编码器进行编码处理,得到特征数据。本实施例中,编码器和解码器的结构分别为一个LSTM单元。LSTM可以将一段时间序列数据作为输入,然后更新它的隐状态,直至时间序列的最后一步,记为t2,LSTM生成的细胞状态包含了之前序列的全部信息,即
Figure PCTCN2022089549-appb-000009
该细胞状态也可被称为上下文向量(Context Vectors),而解码器通过上下文向量来重构编码器的输入。解码器和编码器一样,也是一个LSTM单元。解码器中每一步的输入是上一步的预测或者是上一步的标签,解码器更新隐状态可以描述为
Figure PCTCN2022089549-appb-000010
Import the above-mentioned processed sample data into the encoder of the neural network model for encoding processing to obtain feature data. In this embodiment, the structures of the encoder and the decoder are respectively an LSTM unit. LSTM can take a period of time sequence data as input, and then update its hidden state until the last step of the time series, denoted as t2, the cell state generated by LSTM contains all the information of the previous sequence, that is
Figure PCTCN2022089549-appb-000009
The cell state can also be called context vectors (Context Vectors), and the decoder reconstructs the input of the encoder through the context vectors. The decoder, like the encoder, is also an LSTM unit. The input of each step in the decoder is the prediction of the previous step or the label of the previous step, and the hidden state of the decoder can be described as
Figure PCTCN2022089549-appb-000010
将编码器所得到的特征数据结合样本数据,包括样本数据的时域特征、频域特征和时频域特征,在解码器进行融合并解码处理,得到样本重构数据。The feature data obtained by the encoder is combined with the sample data, including the time domain feature, frequency domain feature and time-frequency domain feature of the sample data, and is fused and decoded in the decoder to obtain the sample reconstruction data.
而基于样本数据和样本重构数据可构建损失函数,构建的损失函数可如下:The loss function can be constructed based on sample data and sample reconstruction data, and the constructed loss function can be as follows:
Figure PCTCN2022089549-appb-000011
Figure PCTCN2022089549-appb-000011
其中,x i表示样本数据,
Figure PCTCN2022089549-appb-000012
表示样本重构数据,t 1和t 2分别表示时间序列数据的开始时间点和结束时间点。
Among them, xi represents the sample data,
Figure PCTCN2022089549-appb-000012
Represents the sample reconstruction data, t 1 and t 2 represent the start time point and end time point of the time series data, respectively.
对于编码器和解码器的训练可以具有多次迭代过程,在每次迭代后可以计算上述损失函数的函数值,并对编码器和解码器的模型参数进行调整后继续训练。在迭代次数达到设定最大次数,或者是损失函数达到收敛不再减小,或者迭代时间达到设定最长时长时,则可以判定为满足预设要求,从而得到此时由神经网络模型所得到的重构模型。The training of the encoder and the decoder can have multiple iterations, and the function value of the above loss function can be calculated after each iteration, and the model parameters of the encoder and the decoder can be adjusted to continue the training. When the number of iterations reaches the set maximum number, or the loss function reaches convergence and no longer decreases, or the iteration time reaches the set maximum time, it can be judged to meet the preset requirements, so that the neural network model obtained at this time can be obtained reconstruction model.
以上即为预先训练得到重构模型的过程,在利用重构模型对待测设备的运行数据进行重构并确定退化点时,首先利用重构模型得到运行数据对应的重构数据,再基于重构数据得到健康状态指数,并根据健康状态指数确定时间点中的退化点。请参阅图7,本实施例中,确定退化点的步骤可以通过以下方式实现:The above is the process of obtaining the reconstruction model through pre-training. When using the reconstruction model to reconstruct the operating data of the equipment to be tested and determine the degradation point, first use the reconstruction model to obtain the reconstruction data corresponding to the operating data, and then based on the reconstruction The data is obtained with a state of health index, and based on the state of health index, the degradation point in the time point is determined. Please refer to Figure 7, in this embodiment, the step of determining the degradation point can be implemented in the following ways:
S1021,获得所述重构数据和运行数据之间的差异数据,将所述差异数据作为健康状态指数。S1021. Obtain difference data between the reconstruction data and the running data, and use the difference data as a health status index.
S1022,将所述健康状态指数与健康状态阈值进行比较,将健康状态指数开始偏离所述健康状态阈值所对应的时间点,确定为退化点。S1022. Compare the health status index with a health status threshold, and determine the time point corresponding to which the health status index starts to deviate from the health status threshold as a degradation point.
本实施例中,健康状态指数可以是实际的运行数据与重构模型所重构的(被视为正常)数据之间的差异。因此,重构误差增大,则意味着运行状态与正常状态越偏离。In this embodiment, the health status index may be the difference between the actual operating data and the reconstructed (regarded as normal) data by the reconstruction model. Therefore, an increase in the reconstruction error means that the operating state deviates from the normal state.
本实施例中,可以预设一个健康状态阈值作为待测设备的健康状态是否出现异常的判断标准。该健康状态阈值可以是在预先基于样本数据进行重构模型构建的过程中的相关数据进行设置。本实施例中,该健康状态阈值可以通过以下方式构建:In this embodiment, a health state threshold may be preset as a criterion for judging whether the health state of the device under test is abnormal. The health status threshold may be set in advance based on relevant data in the process of constructing the reconstruction model based on sample data. In this embodiment, the health status threshold can be constructed in the following ways:
计算所述样本数据和样本重构数据之间的差值,基于所述差值计算得到差异平均值和差异标准差,根据所述差异平均值和差异标准差得到所述健康状态阈值。Calculate the difference between the sample data and the sample reconstruction data, calculate the difference average and the difference standard deviation based on the difference, and obtain the health status threshold according to the difference difference and the difference standard deviation.
本实施例中,健康状态阈值具体的计算公式可如下所示:In this embodiment, the specific calculation formula of the health status threshold may be as follows:
Figure PCTCN2022089549-appb-000013
Figure PCTCN2022089549-appb-000013
其中,mean表示取平均值,std表示取标准差,‖‖ 2表示L2范数计算。 Among them, mean means to take the average value, std means to take the standard deviation, and ‖‖ 2 means to calculate the L2 norm.
在健康状态指数偏离健康状态阈值时,也即运行数据和重构数据之间的差异超过健康状态阈值时,可以确定对应的时间点为退化点。When the health status index deviates from the health status threshold, that is, when the difference between the running data and the reconstructed data exceeds the health status threshold, the corresponding time point can be determined as a degradation point.
考虑到实际处理过程中,运行数据中可能存在一些突变点,导致得到的健康状态指数中也存在一些突变点。若因为突变点对应的健康状态指数由于在数据特性上的突变,可能导致对应的时间点上的健康状态指数偏离健康状态阈值,从而被误判为退化点。因此,请参阅图8,本实施例中,在上述确定退化点的步骤中,可以通过以下方式实现:Considering that in the actual processing process, there may be some mutation points in the running data, resulting in some mutation points in the obtained health status index. If the health status index corresponding to the mutation point may deviate from the health status threshold at the corresponding time point due to a sudden change in data characteristics, it is misjudged as a degradation point. Therefore, referring to FIG. 8, in this embodiment, in the above step of determining the degradation point, it can be implemented in the following manner:
S10221,获取健康状态指数中开始偏离所述健康状态阈值的时间点。S10221. Obtain the time point when the health status index starts to deviate from the health status threshold.
S10222,检测所述时间点之后的设定数量的时间点分别对应的健康状态指数是否均偏离所述健康状态阈值,若均偏离,则执行以下步骤S10223,若不是均偏离,则执行以下步骤S10224。S10222. Detect whether the health status indices corresponding to the set number of time points after the time point deviate from the health status threshold. If they all deviate, execute the following step S10223. If not, execute the following step S10224. .
步骤S10223,确定所述时间点为退化点。Step S10223, determining the time point as a degradation point.
步骤S10224,确定所述时间点不为退化点。Step S10224, determining that the time point is not a degradation point.
本实施例中,若从某个时间点开始其对应的健康状态指数开始偏离健康状态阈值,则可以再确定该时间点之后的如5个时间点、10个时间点等不限。可以获得该之后的各个时间点所对应的健康状态指数,再检测该各个健康状态指数是否均偏离健康状态阈值,若各个健康状态指数均偏离健康状态阈值,则表明存在一个较长的时间段内的数据持续偏离健康状态阈值,并非是由于数据突变导致的偶然偏离。因此,在这种情形下,可以确定上述开始偏离健康状态阈值的时间点为退化点。In this embodiment, if the corresponding health status index starts to deviate from the health status threshold from a certain time point, it can be re-determined that there is no limit to 5 time points, 10 time points, etc. after the time point. The health status index corresponding to each subsequent time point can be obtained, and then detect whether each health status index deviates from the health status threshold. If each health status index deviates from the health status threshold, it indicates that there is a long period of time. The data of the continuous deviation from the health status threshold is not due to the accidental deviation caused by the mutation of the data. Therefore, in this situation, it can be determined that the above-mentioned time point when it starts to deviate from the health state threshold is the degradation point.
而若从开始偏离健康状态阈值的时间点开始,其之后的设定数量的时间点的健康状态指数并非是均偏离健康状态阈值,则表明上述时间点上的健康状态指数可能仅是由于数据突变导致的偏离。因此,这种情况下可以判定上述时间点并非是退化点。However, if the health status index at the set number of time points after the departure from the health status threshold does not all deviate from the health status threshold, it indicates that the health status index at the above time point may only be due to data mutations. resulting deviation. Therefore, in this case, it can be determined that the above time point is not a degradation point.
在一种可能的实现方式中,可以采用拉依达法则,对时序上一系列的健康状态指数中的异常点进行剔除,也即将存在数据突变的健康状态指数进行剔除。从而可以找到待测设备真实的开始出现退化的退化点,从而基于该真实退化点之后的健康状态指数进行后续的失效点的预测。In a possible implementation manner, Raida's rule can be used to eliminate abnormal points in a series of health status indices in time series, that is, to eliminate health status indices with data mutations. In this way, the real degradation point where the equipment under test begins to degrade can be found, so that the subsequent failure point can be predicted based on the health status index after the real degradation point.
请参阅图9,本实施例中,在基于退化点之后的时间点对应的健康状态指数进行数据拟合预测时,可以通过以下方式实现:Please refer to Figure 9. In this embodiment, when performing data fitting prediction based on the health status index corresponding to the time point after the degradation point, it can be implemented in the following manner:
S1031,获取所述待测设备的退化点之后的时间点所对应的健康状态指数。S1031. Obtain a health status index corresponding to a time point after the degradation point of the device under test.
S1032,对所述健康状态指数按照时序进行时间窗划分,得到多个时间窗内的健康状态指数。S1032. Divide the health status index into time windows according to time series to obtain health status indices in multiple time windows.
S1033,对每个时间窗内的健康状态指数进行归一化处理。S1033. Normalize the health status index in each time window.
S1034,提取归一化处理后的健康状态指数的数据特征,并将所述数据特征导入预先训练得到的预测模型中,以对所述健康状态指数进行拟合。S1034. Extract data features of the health status index after normalization processing, and import the data features into a pre-trained prediction model to fit the health status index.
本实施例中,对于待测设备的退化点之后的各个时间点的健康状态指数,可以按照一定的窗口长度并按一定的截取步长对健康状态指数进行截取。其中,同样地,为了保障截取的各个时间窗的健康状态指数的连贯性,其中,窗口长度可大于截取步长。In this embodiment, for the health status index at each time point after the degradation point of the device under test, the health status index may be intercepted according to a certain window length and a certain interception step. Wherein, similarly, in order to ensure the consistency of the intercepted health status index of each time window, the window length may be greater than the interception step size.
对于截取的各个时间窗内的健康状态指数,可以按照上述对运行数据的缩放处理方式,将健康状态指数归一化到一定的统一的数值范围内。以便于预测模型可以关注于数据本身的分布特性上。For the intercepted health status index in each time window, the health status index can be normalized to a certain unified numerical range according to the above-mentioned scaling processing method for the operation data. So that the prediction model can focus on the distribution characteristics of the data itself.
可以提取归一化处理后的健康状态指数的数据特征,该数据特征可以包括如时域特征、频域特征、时频域特征等。将健康状态指数的数据特征导入到预先训练得到预测模型中,预测模型可以对健康状态指数进行拟合,得到拟合曲线。进而基于拟合曲线的延伸曲线,进行失效时间点的确定。The data features of the normalized health status index can be extracted, and the data features can include, for example, time domain features, frequency domain features, and time-frequency domain features. Import the data characteristics of the health status index into the pre-trained prediction model, and the prediction model can fit the health status index to obtain a fitting curve. Then, based on the extension curve of the fitting curve, the failure time point is determined.
本实施例中,预测模型可以是预先基于样本数据对构建的神经网络模型进行训练得到。例如,工业设备的处于退化点之后的时间点对应的健康状态指数作为样本数据,神经网络模型可以是GRU(Gate Recurrent Unit)网络模型。In this embodiment, the predictive model may be obtained by training a constructed neural network model based on sample data in advance. For example, the health status index corresponding to the time point after the degradation point of industrial equipment is used as sample data, and the neural network model can be a GRU (Gate Recurrent Unit) network model.
在此基础上,将每次得到的预测健康状态指数与预设阈值进行比较,该预设阈值可以是基于已知的与待测设备运行相同工艺的同类型工业设备的运行情况所设置。在预测健康状态指数与预设阈值一致时,则可以认为其对应的时间点为失效时间点。On this basis, the predicted health status index obtained each time is compared with a preset threshold, which can be set based on known operating conditions of the same type of industrial equipment running the same process as the equipment under test. When the predicted health status index is consistent with the preset threshold, the corresponding time point can be considered as the failure time point.
而基于失效时间点则可以确定待测设备的剩余使用寿命,例如,以采用预测模型进行健康状态指数拟合时的时间点为节点,从该节点到所预测的失效时间点之间的时间段,即为待测设备的剩余使用寿命。Based on the failure time point, the remaining service life of the equipment under test can be determined. For example, the time point when the health state index is fitted by the prediction model is used as the node, and the time period from this node to the predicted failure time point , which is the remaining service life of the device under test.
以下对本实施例所提供的预测性维护方法的整体流程进行介绍。The overall flow of the predictive maintenance method provided by this embodiment is introduced below.
本实施例中,可以预先采集样本数据,样本数据可以是多个连续时间点对应的数据。样本数据可以是工业设备运行过程中实时的电流、扭矩、轴角位置的值以及工业设备的本体参数等。In this embodiment, sample data may be collected in advance, and the sample data may be data corresponding to multiple consecutive time points. The sample data can be the real-time current, torque, and shaft angular position values during the operation of the industrial equipment, as well as the body parameters of the industrial equipment, etc.
可以对样本数据进行数据预处理,例如采用一定步长并按一定窗口大小截取样本数据,得到多个窗口内的样本数据。并且,可以进行数据标准化,例如,将各个窗口内的样本数据缩放至预设范围内,如一定均值、一定标准差的范围内。Data preprocessing can be performed on the sample data, such as using a certain step size and intercepting the sample data according to a certain window size to obtain sample data in multiple windows. In addition, data standardization can be performed, for example, the sample data in each window is scaled to a preset range, such as a certain mean value and a certain standard deviation range.
再对缩放后的数据进行特征提取,包括时域特征提取、频域特征提取和时频域特征提取。Then perform feature extraction on the scaled data, including time-domain feature extraction, frequency-domain feature extraction and time-frequency domain feature extraction.
将基于样本数据得到的时域特征、频域特征、时频域特征导入到构建的神经网络模型中对神经网络模型进行训练,得到重构模型。在训练的过程中,可以基于输入和输出之间的差异信息构建的损失函数作为训练指导,在迭代满足一定要求的情况下,停止训练。Import the time-domain features, frequency-domain features, and time-frequency-domain features obtained based on the sample data into the constructed neural network model to train the neural network model to obtain a reconstructed model. During the training process, the loss function constructed based on the difference information between the input and output can be used as a training guide, and the training is stopped when the iteration meets certain requirements.
在训练重构模型的过程中,还可以基于输入到重构模型中的样本数据和重构模型所输出的样本重构数据之间的差异构建得到健康状态阈值。该健康状态阈值后续可以用于确定工业设备的退化点。During the process of training the reconstruction model, the health status threshold can also be constructed based on the difference between the sample data input into the reconstruction model and the sample reconstruction data output by the reconstruction model. This state of health threshold can then be used to determine the degradation point of the industrial equipment.
在此基础上,基于重构模型得到的样本重构数据和样本数据可以得到健康状态指数,进而找到健康状态指数中首次开始退化的时间点,作为退化点。On this basis, based on the sample reconstruction data and sample data obtained by the reconstruction model, the health status index can be obtained, and then the time point when the health status index first begins to degenerate is found as the degradation point.
基于退化点之后的健康状态指数可以对GRU网络的深度模型进行训练,得到预测模型。Based on the health status index after the degradation point, the deep model of the GRU network can be trained to obtain a prediction model.
在此基础上,在实际应用阶段,针对待测设备,可以获得待测设备的运行数据。对运行数据执行上述的数据预处理、时间窗口提取处理、缩放处理,以及时域特征处理、频域特征处理和时频域特征处理等。On this basis, in the actual application stage, the operating data of the device under test can be obtained for the device under test. Perform the above-mentioned data preprocessing, time window extraction processing, scaling processing, and time domain feature processing, frequency domain feature processing, and time-frequency domain feature processing on the running data.
进而将上述的时域特征、频域特征和时频域特征导入到重构模型中,得到对应的重构数据。结合待测设备的重构数据和样本数据得到待测设备的健康状态指数。Furthermore, the above-mentioned time-domain features, frequency-domain features, and time-frequency-domain features are imported into the reconstruction model to obtain corresponding reconstruction data. The health status index of the device under test is obtained by combining the reconstructed data and the sample data of the device under test.
对待测设备进行预测性维护时,可以将待测设备的运行数据导入到重构模型中,得到对应的重构数据。根据重构数据和运行数据可得到健康状态指数。通过对健康状态指数进行分析处理,得到可以表征待测设备的健康状态开始出现退化的退化点。When performing predictive maintenance on the equipment under test, the operating data of the equipment under test can be imported into the reconstruction model to obtain the corresponding reconstruction data. The health status index can be obtained according to the reconstructed data and the running data. By analyzing and processing the health state index, the degradation point that can represent the health state of the equipment under test begins to degenerate is obtained.
将退化点之后的健康状态指数导入到预测模型中对健康状态指数进行拟合得到拟合曲线。基于拟合曲线进行延伸得到延伸曲线,延伸曲线上的各个时间点具有对应的预测健康状态指数。Import the health status index after the degradation point into the prediction model to fit the health status index to obtain a fitting curve. The extension curve is obtained based on the fitting curve, and each time point on the extension curve has a corresponding predicted health status index.
将各个预测健康状态指数与预设阈值进行比较,在预测健康状态指数与预设阈值相同时,将对应的时间点确定为预测的失效时间点。获得拟合曲线与延伸曲线的连接点,也即利用预测模型进行预测的时间点,与预测的失效时间点的之间的差值,即为预测的待测设备的剩余使用寿命。Each predicted health status index is compared with a preset threshold, and when the predicted health status index is the same as the preset threshold, the corresponding time point is determined as the predicted failure time point. The connection point between the fitting curve and the extension curve is obtained, that is, the difference between the time point predicted by the prediction model and the predicted failure time point is the predicted remaining service life of the equipment under test.
本实施例所提供的预测性维护方法,采用了健康状态指数作为基于健康状态指数的工业设备预测性维护的指标,减少了预测性维护对于多种传感器的依赖,降低了预测性维护技术的实际应用成本。The predictive maintenance method provided in this embodiment adopts the health status index as the indicator for the predictive maintenance of industrial equipment based on the health status index, which reduces the dependence of predictive maintenance on various sensors and reduces the practicality of predictive maintenance technology. application cost.
此外,采用包含编码器和解码器的重构模型输出重构数据进而构造健康状态指数,可从时序信号中提取健康状态指数的数值,降低了构建模型的成本,进而在准确确定退化点的基础上,能够为后续的失效点的准确预测提供数据依据。In addition, the reconstruction model including the encoder and the decoder is used to output the reconstructed data and then construct the health status index, the value of the health status index can be extracted from the time series signal, which reduces the cost of building the model, and then on the basis of accurately determining the degradation point It can provide a data basis for the accurate prediction of subsequent failure points.
在进行失效点的预测时,通过GRU深度学习的方式提取时序依据的特征,进行健康状态指数的预测和剩余使用寿命的计算,提高健康状态监测的精度。When predicting the failure point, GRU deep learning is used to extract the features of the time series basis, to predict the health status index and calculate the remaining service life, so as to improve the accuracy of health status monitoring.
请参阅图10,为本申请实施例提供的电子设备的示例性组件示意图,该电子设备可包括存储介质110、处理器120、基于健康状态指数的工业设备预测性维护装置130及通信接口140。本实施例中,存储介质110与处理器120均位于电子设备中且二者分离设置。然而,应当理解的是,存储介质110也可以是独立于电子设备之外,且可以由处理器120通过总线接口来访问。可替换地,存储介质110也可以集成到处理器120中,例如,可以是高速缓存和/或通用寄存器。Please refer to FIG. 10 , which is a schematic diagram of exemplary components of an electronic device provided by an embodiment of the present application. The electronic device may include a storage medium 110 , a processor 120 , a device for predictive maintenance of industrial equipment based on health status index 130 and a communication interface 140 . In this embodiment, both the storage medium 110 and the processor 120 are located in the electronic device and are set separately. However, it should be understood that the storage medium 110 may also be independent from the electronic device, and may be accessed by the processor 120 through the bus interface. Alternatively, the storage medium 110 may also be integrated into the processor 120, for example, may be a cache and/or a general-purpose register.
基于健康状态指数的工业设备预测性维护装置130可以理解为上述电子设备,或电子设备的处理器120,也可以理解为独立于上述电子设备或处理器120之外的在电子设备控制下实现上述预测性维护方法的软件功能模块。The industrial equipment predictive maintenance device 130 based on the health status index can be understood as the above-mentioned electronic equipment, or the processor 120 of the electronic equipment, and can also be understood as realizing the above-mentioned electronic equipment under the control of the electronic equipment independently of the above-mentioned electronic equipment or the processor 120. Software function modules for predictive maintenance methods.
如图11所示,上述基于健康状态指数的工业设备预测性维护装置130可以包括获取模块131、确定模块132和预测模块133。下面分别对该基于健康状态指数的工业设备预测性维护装置130的各个功能模块的功能进行详细阐述。As shown in FIG. 11 , the aforementioned health state index-based predictive maintenance device 130 for industrial equipment may include an acquisition module 131 , a determination module 132 and a prediction module 133 . The functions of each functional module of the health state index-based predictive maintenance device 130 for industrial equipment will be described in detail below.
获取模块131,可以配置成用于获取待测设备运行中各个时间点的运行数据,将所述运行数据导入预先训练得到的重构模型,得到所述运行数据对应的重构数据。The obtaining module 131 may be configured to obtain operating data at various time points during the operation of the device under test, import the operating data into a pre-trained reconstruction model, and obtain reconstruction data corresponding to the operating data.
可以理解,该获取模块131可以用于执行上述步骤S101,关于该获取模块131的详细实现方式可以参照上述对步骤S101有关的内容。It can be understood that the acquisition module 131 can be used to execute the above step S101, and for the detailed implementation of the acquisition module 131, please refer to the content related to the above step S101.
确定模块132,可以配置成用于根据所述重构数据和运行数据得到健康状态指数,并根据所述健康状态指数确定时间点中的退化点,所述退化点表征所述待测设备的健康状态开始出现退化的时间点。The determining module 132 may be configured to obtain a health status index according to the reconstruction data and the running data, and determine a degradation point in a time point according to the health status index, and the degradation point represents the health of the device under test The point at which state degradation begins.
可以理解,该确定模块132可以用于执行上述步骤S102,关于该确定模块132的详细实现方式可以参照上述对步骤S102有关的内容。It can be understood that the determination module 132 can be used to execute the above step S102, and for the detailed implementation manner of the determination module 132, reference can be made to the content related to the above step S102.
预测模块133,可以配置成用于将所述退化点之后的时间点对应的健康状态指数,导入预先训练得到的预测模型以对所述健康状态指数进行拟合,并基于拟合曲线得到延伸曲线,将所述延伸曲线中的各个时间点上的预测健康状态指数与预设阈值进行比较,将预测健康状态指数和所述预设阈值相同的时间点确定为失效时间点。The prediction module 133 can be configured to import the health status index corresponding to the time point after the degradation point into the prediction model obtained by pre-training to fit the health status index, and obtain an extension curve based on the fitting curve Comparing the predicted health status index at each time point in the extension curve with a preset threshold, and determining the time point at which the predicted health status index is the same as the preset threshold as the failure time point.
可以理解,该预测模块133可以用于执行上述步骤S103,关于该预测模块133的详细实现方式可以参照上述对步骤S103有关的内容。It can be understood that the prediction module 133 can be used to execute the above step S103, and for the detailed implementation of the prediction module 133, please refer to the content related to the above step S103.
在一种可能的实施方式中,上述获取模块131可以配置成用于:In a possible implementation, the acquisition module 131 may be configured to:
针对获取的待测设备的连续多个时间点的运行数据,按预设步长和预设窗口长度对所述运行数据进行截取,获得多个时间窗口内的运行数据;For the obtained operating data of the equipment under test at multiple consecutive time points, the operating data is intercepted according to the preset step size and the preset window length, and the operating data in multiple time windows are obtained;
针对每个时间窗口内的运行数据,将所述运行数据缩放至预设范围内;For the operating data in each time window, scaling the operating data to a preset range;
提取缩放后的运行数据的时域特征向量、频域特征向量和时频域特征向量;Extracting time-domain feature vectors, frequency-domain feature vectors and time-frequency-domain feature vectors of the scaled operating data;
将所述时域特征向量、频域特征向量和时频域特征向量导入预先训练得到的重构模型,得到所述运行数据对应的重构数据。Importing the time-domain feature vector, frequency-domain feature vector, and time-frequency-domain feature vector into a pre-trained reconstruction model to obtain reconstruction data corresponding to the operating data.
在一种可能的实施方式中,所述预设窗口长度大于所述预设步长。In a possible implementation manner, the preset window length is greater than the preset step size.
在一种可能的实施方式中,上述确定模块132可以配置成用于:In a possible implementation manner, the determination module 132 may be configured to:
获得所述重构数据和运行数据之间的差异数据,将所述差异数据作为健康状态指数;Obtaining difference data between the reconstruction data and the running data, and using the difference data as a health status index;
将所述健康状态指数与健康状态阈值进行比较,将健康状态指数开始偏离所述健康状态阈值所对应的时间点,确定为退化点。The health status index is compared with the health status threshold, and the time point at which the health status index starts to deviate from the health status threshold is determined as a degradation point.
在一种可能的实施方式中,上述确定模块132可以配置成用于:In a possible implementation manner, the determination module 132 may be configured to:
获取健康状态指数中开始偏离所述健康状态阈值的时间点;Obtain the time point when the health status index starts to deviate from the health status threshold;
检测所述时间点之后的设定数量的时间点分别对应的健康状态指数是否均偏离所述健康状态阈值,若均偏离,则确定所述时间点为退化点。Detecting whether the health state indices corresponding to the set number of time points after the time point deviate from the health state threshold, and if they deviate, determine that the time point is a degradation point.
在一种可能的实施方式中,所述基于健康状态指数的工业设备预测性维护装置130还包括用于预先基于构建的神经网络模型训练得到所述重构模型的构建模块,该神经网络模型包括编码器和解码器,该构建模块可以配置成用于:In a possible implementation manner, the device 130 for predictive maintenance of industrial equipment based on the health state index further includes a building block for obtaining the reconstruction model based on the training of the neural network model constructed in advance, and the neural network model includes encoder and decoder, this building block can be configured for:
采集样本数据,所述样本数据包括多个连续时间点对应的数据;collecting sample data, where the sample data includes data corresponding to multiple consecutive time points;
将所述样本数据导入所述编码器进行编码处理,得到特征数据;Importing the sample data into the encoder for encoding processing to obtain feature data;
将所述特征数据和样本数据导入所述解码器进行融合并解码处理,得到样本重构数据;Importing the feature data and sample data into the decoder for fusion and decoding processing to obtain sample reconstruction data;
基于根据所述样本数据和样本重构数据构建的损失函数对所述编码器和解码器的模型参数进行调整后继续训练,直至满足预设要求时,得到所述重构模型。After adjusting the model parameters of the encoder and decoder based on the loss function constructed according to the sample data and the sample reconstruction data, the training is continued until the preset requirements are met, and the reconstruction model is obtained.
在一种可能的实施方式中,所述基于健康状态指数的工业设备预测性维护装置130还包括用于获得所述健康状态阈值的获得模块,该获得模块可以配置成用于:In a possible implementation manner, the health state index-based industrial equipment predictive maintenance device 130 also includes an obtaining module for obtaining the health state threshold, and the obtaining module can be configured to:
计算所述样本数据和样本重构数据之间的差值;calculating the difference between the sample data and the sample reconstructed data;
基于所述差值计算得到差异平均值和差异标准差;Calculate the difference mean value and difference standard deviation based on the difference value;
根据所述差异平均值和差异标准差得到所述健康状态阈值。The health status threshold is obtained according to the difference mean value and the difference standard deviation.
在一种可能的实施方式中,上述预测模块133可以配置成用于:In a possible implementation manner, the prediction module 133 may be configured to:
获取所述待测设备的退化点之后的时间点所对应的健康状态指数;Obtaining the health status index corresponding to the time point after the degradation point of the device under test;
对所述健康状态指数按照时序进行时间窗划分,得到多个时间窗内的健康状态指数;Dividing the health status index into time windows according to time series to obtain health status indices in multiple time windows;
对每个时间窗内的健康状态指数进行归一化处理;Normalize the health status index in each time window;
提取归一化处理后的健康状态指数的数据特征,并将所述数据特征导入预先训练得到的预测模型中,以对所述健康状态指数进行拟合。The data features of the health status index after normalization are extracted, and the data features are imported into the pre-trained prediction model to fit the health status index.
关于装置中的各模块的处理流程、以及各模块之间的交互流程的描述可以参照上述方法实施例中的相关说明,这里不再详述。For the description of the processing flow of each module in the device and the interaction flow between the modules, reference may be made to the relevant description in the above method embodiment, and details will not be described here.
进一步地,本申请实施例还提供一种计算机可读存储介质,计算机可读存储介质存储有机器可执行指令,机器可执行指令被执行时实现上述实施例提供的预测性维护方法。Further, the embodiment of the present application also provides a computer-readable storage medium, which stores machine-executable instructions, and implements the predictive maintenance method provided by the above-mentioned embodiments when the machine-executable instructions are executed.
具体地,该计算机可读存储介质能够为通用的存储介质,如移动磁盘、硬盘等,该计算机可读存储介质上的计算机程序被运行时,能够执行上述预测性维护方法。关于计算机可读存储介质中的及其可执行指令被运行时,所涉及的过程,可以参照上述方法实施例中的相关说明,这里不再详述。Specifically, the computer-readable storage medium can be a general-purpose storage medium, such as a removable disk, a hard disk, etc. When the computer program on the computer-readable storage medium is run, the above predictive maintenance method can be executed. As for the processes involved when the executable instructions in the computer-readable storage medium are executed, reference may be made to relevant descriptions in the foregoing method embodiments, and no further details are given here.
综上所述,本申请实施例提供的基于健康状态指数的工业设备预测性维护方法、装置和电子设备,通过获取待测设备运行过程中各个时间点的运行数据,将运行数据导入预先训练得到的重构模型,得到运行数据对应的重构数据,根据重构数据和运行数据得到健康状态指数,并根据健康状态指数确定退化点。再将退化点之后的时间点对应的健康状态指数导入预先训练得到的预测模型进行拟合并得到延伸曲线,将延伸曲线上各个时间点的预测健康状态指数和预设阈值进行比较,将两者一致的时间点确定为失效时间点。该方案中,利用预先训练的重构模型和预测模型,可以通过学习运行数据的特征从而准确实现退化点的确定和数据的预测,可以适用于基于少量数据情况下的预测性维护。To sum up, the health state index-based predictive maintenance method, device and electronic equipment for industrial equipment provided by the embodiment of the present application acquire the operating data at various time points during the operation of the equipment under test, and import the operating data into pre-training to obtain According to the reconstruction model, the reconstruction data corresponding to the operation data is obtained, the health status index is obtained according to the reconstruction data and the operation data, and the degradation point is determined according to the health status index. Then import the health status index corresponding to the time point after the degradation point into the pre-trained prediction model to fit and obtain the extension curve, compare the predicted health status index at each time point on the extension curve with the preset threshold, and compare the two The consistent time point is determined as the failure time point. In this solution, the pre-trained reconstruction model and prediction model can be used to accurately determine the degradation point and predict the data by learning the characteristics of the operating data, which is suitable for predictive maintenance based on a small amount of data.
以上所述,仅为本申请的具体实施方式,但本申请的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本申请揭露的技术范围内,可轻易想到的变化或替换,都应涵盖在本申请的保护范围之内。因此,本申请的保护范围应以所述权利要求的保护范围为准。The above is only a specific embodiment of the application, but the scope of protection of the application is not limited thereto. Any person familiar with the technical field can easily think of changes or substitutions within the technical scope disclosed in the application. All should be covered within the scope of protection of this application. Therefore, the protection scope of the present application should be determined by the protection scope of the claims.
工业实用性Industrial Applicability
本申请提供了一种基于健康状态指数的工业设备预测性维护方法、装置和电子设备,通过获取待测设备运行过程中各个时间点的运行数据,将运行数据导入预先训练得到的重构模型,得到运行数据对应的重构数据,根据重构数据和运行数据得到健康状态指数,并根据健康状态指数确定退化点。再将退化点之后的时间点对应的健康状态指数导入预先训练得到的预测模型进行拟合并得到延伸曲线,将延伸曲线上各个时间点的预测健康状态数据和预设阈值进行比较,将两者一致的时间点确定为失效时间点。该方案中,利用预先训练的重构模型和预测模型,可以通过学习运行数据的特征从而准确实现退化点的确定和数据的预测,可以适用于基于少量数据情况下的预测性维护。This application provides a method, device and electronic equipment for predictive maintenance of industrial equipment based on the health state index. By obtaining the operation data at various time points during the operation of the equipment to be tested, the operation data is imported into the pre-trained reconstruction model, The reconstruction data corresponding to the operation data is obtained, the health status index is obtained according to the reconstruction data and the operation data, and the degradation point is determined according to the health status index. Then import the health status index corresponding to the time point after the degradation point into the pre-trained prediction model to fit and obtain the extension curve, compare the predicted health status data at each time point on the extension curve with the preset threshold, and compare the two The consistent time point is determined as the failure time point. In this solution, the pre-trained reconstruction model and prediction model can be used to accurately determine the degradation point and predict the data by learning the characteristics of the operating data, which is suitable for predictive maintenance based on a small amount of data.
此外,可以理解的是,本申请的基于健康状态指数的工业设备预测性维护方法、装置和电子设备是可以重现的, 并且可以用在多种工业应用中。例如,本申请的基于健康状态指数的工业设备预测性维护方法、装置和电子设备可以用于工业设备管理技术领域。In addition, it can be understood that the method, device and electronic equipment for predictive maintenance of industrial equipment based on the health status index of the present application are reproducible and can be used in various industrial applications. For example, the method, device and electronic equipment for predictive maintenance of industrial equipment based on the health status index of the present application can be used in the technical field of industrial equipment management.

Claims (17)

  1. 一种基于健康状态指数的工业设备预测性维护方法,其特征在于,所述方法包括:A method for predictive maintenance of industrial equipment based on health status index, characterized in that the method comprises:
    获取待测设备运行过程中各个时间点的运行数据,将所述运行数据导入预先训练得到的重构模型,得到所述运行数据对应的重构数据;Obtaining operation data at various time points during the operation of the device under test, importing the operation data into a pre-trained reconstruction model, and obtaining reconstruction data corresponding to the operation data;
    根据所述重构数据和运行数据得到健康状态指数,并根据所述健康状态指数确定时间点中的退化点,所述退化点表征所述待测设备的健康状态开始出现退化的时间点;Obtaining a health status index according to the reconstruction data and the operation data, and determining a degradation point in a time point according to the health status index, and the degradation point represents a time point when the health status of the device under test begins to degrade;
    将所述退化点之后的时间点对应的健康状态指数,导入预先训练得到的预测模型以对所述健康状态指数进行拟合,并基于拟合曲线得到延伸曲线,将所述延伸曲线中的各个时间点上的预测健康状态指数与预设阈值进行比较,将预测健康状态指数和所述预设阈值相同的时间点确定为失效时间点。Import the health status index corresponding to the time point after the degradation point into the prediction model obtained in advance to fit the health status index, and obtain an extension curve based on the fitting curve, and each of the extension curves The predicted health state index at the time point is compared with the preset threshold, and the time point at which the predicted health state index is the same as the preset threshold is determined as the failure time point.
  2. 根据权利要求1所述的基于健康状态指数的工业设备预测性维护方法,其特征在于,所述将所述运行数据导入预先训练得到的重构模型,得到所述运行数据对应的重构数据的步骤,包括:The method for predictive maintenance of industrial equipment based on the health state index according to claim 1, wherein the operation data is imported into a pre-trained reconstruction model to obtain the reconstruction data corresponding to the operation data steps, including:
    针对获取的待测设备的连续多个时间点的运行数据,按预设步长和预设窗口长度对所述运行数据进行截取,获得多个时间窗口内的运行数据;For the obtained operating data of the equipment under test at multiple consecutive time points, the operating data is intercepted according to the preset step size and the preset window length, and the operating data in multiple time windows are obtained;
    针对每个时间窗口内的运行数据,将所述运行数据缩放至预设范围内;For the operating data in each time window, scaling the operating data to a preset range;
    提取缩放后的运行数据的时域特征向量、频域特征向量和时频域特征向量;Extracting time-domain feature vectors, frequency-domain feature vectors and time-frequency-domain feature vectors of the scaled operating data;
    将所述时域特征向量、频域特征向量和时频域特征向量导入预先训练得到的重构模型,得到所述运行数据对应的重构数据。Importing the time-domain feature vector, frequency-domain feature vector, and time-frequency-domain feature vector into a pre-trained reconstruction model to obtain reconstruction data corresponding to the operating data.
  3. 根据权利要求2所述的基于健康状态指数的工业设备预测性维护方法,其特征在于,所述预设窗口长度大于所述预设步长。The health state index-based predictive maintenance method for industrial equipment according to claim 2, wherein the preset window length is greater than the preset step size.
  4. 根据权利要求1至3中任一项所述的基于健康状态指数的工业设备预测性维护方法,其特征在于,所述根据所述重构数据和运行数据得到健康状态指数,并根据所述健康状态指数确定时间点中的退化点的步骤,包括:The method for predictive maintenance of industrial equipment based on the health status index according to any one of claims 1 to 3, wherein the health status index is obtained according to the reconstruction data and the operation data, and the health status index is obtained according to the health status index. The state index determines the steps of the degradation point in the time point, including:
    获得所述重构数据和运行数据之间的差异数据,将所述差异数据作为健康状态指数;Obtaining difference data between the reconstruction data and the running data, and using the difference data as a health status index;
    将所述健康状态指数与健康状态阈值进行比较,将健康状态指数开始偏离所述健康状态阈值所对应的时间点,确定为退化点。The health status index is compared with the health status threshold, and the time point at which the health status index starts to deviate from the health status threshold is determined as a degradation point.
  5. 根据权利要求4所述的基于健康状态指数的工业设备预测性维护方法,其特征在于,所述将健康状态指数开始偏离所述健康状态阈值所对应的时间点,确定为退化点的步骤,包括:The method for predictive maintenance of industrial equipment based on the health status index according to claim 4, wherein the step of determining the time point when the health status index starts to deviate from the health status threshold as a degradation point includes: :
    获取健康状态指数中开始偏离所述健康状态阈值的时间点;Obtain the time point when the health status index starts to deviate from the health status threshold;
    检测所述时间点之后的设定数量的时间点分别对应的健康状态指数是否均偏离所述健康状态阈值,若均偏离,则确定所述时间点为退化点。Detecting whether the health state indices corresponding to the set number of time points after the time point deviate from the health state threshold, and if they deviate, determine that the time point is a degradation point.
  6. 根据权利要求4或5所述的基于健康状态指数的工业设备预测性维护方法,其特征在于,所述方法还包括预先基于构建的神经网络模型训练得到所述重构模型的步骤,所述神经网络模型包括编码器和解码器,该步骤包括:The method for predictive maintenance of industrial equipment based on health status index according to claim 4 or 5, characterized in that, the method also includes the step of obtaining the reconstruction model based on the neural network model training in advance, the neural network The network model includes an encoder and a decoder, and this step includes:
    采集样本数据,所述样本数据包括多个连续时间点对应的数据;collecting sample data, where the sample data includes data corresponding to multiple consecutive time points;
    将所述样本数据导入所述编码器进行编码处理,得到特征数据;Importing the sample data into the encoder for encoding processing to obtain feature data;
    将所述特征数据和样本数据导入所述解码器进行融合并解码处理,得到样本重构数据;Importing the feature data and sample data into the decoder for fusion and decoding processing to obtain sample reconstruction data;
    基于根据所述样本数据和样本重构数据构建的损失函数对所述编码器和解码器的模型参数进行调整后继续训练,直至满足预设要求时,得到所述重构模型。After adjusting the model parameters of the encoder and decoder based on the loss function constructed according to the sample data and the sample reconstruction data, the training is continued until the preset requirements are met, and the reconstruction model is obtained.
  7. 根据权利要求6所述的基于健康状态指数的工业设备预测性维护方法,其特征在于,所述健康状态阈值通过以下方式获得:The method for predictive maintenance of industrial equipment based on the state of health index according to claim 6, wherein the state of health threshold is obtained in the following manner:
    计算所述样本数据和样本重构数据之间的差值;calculating the difference between the sample data and the sample reconstructed data;
    基于所述差值计算得到差异平均值和差异标准差;Calculate the difference mean value and difference standard deviation based on the difference value;
    根据所述差异平均值和差异标准差得到所述健康状态阈值。The health status threshold is obtained according to the difference mean value and the difference standard deviation.
  8. 根据权利要求1至7中任一项所述的基于健康状态指数的工业设备预测性维护方法,其特征在于,所述将所述退化点之后的时间点对应的健康状态指数,导入预先训练得到的预测模型以对所述健康状态指数进行拟合健康状态指数的步骤,包括:The health state index-based predictive maintenance method for industrial equipment according to any one of claims 1 to 7, wherein the health state index corresponding to the time point after the degradation point is introduced into pre-training to obtain The predictive model is used to carry out the step of fitting health status index to described health status index, comprising:
    获取所述待测设备的退化点之后的时间点所对应的健康状态指数;Obtaining the health status index corresponding to the time point after the degradation point of the device under test;
    对所述健康状态指数按照时序进行时间窗划分,得到多个时间窗内的健康状态指数;Dividing the health status index into time windows according to time series to obtain health status indices in multiple time windows;
    对每个时间窗内的健康状态指数进行归一化处理;Normalize the health status index in each time window;
    提取归一化处理后的健康状态指数的数据特征,并将所述数据特征导入预先训练得到的预测模型中,以对所述健康状态指数进行拟合。The data features of the health status index after normalization are extracted, and the data features are imported into the pre-trained prediction model to fit the health status index.
  9. 一种基于健康状态指数的工业设备预测性维护装置,其特征在于,所述装置包括:A device for predictive maintenance of industrial equipment based on health status index, characterized in that the device includes:
    获取模块,用于获取待测设备运行中各个时间点的运行数据,将所述运行数据导入预先训练得到的重构模型,得到所述运行数据对应的重构数据;An acquisition module, configured to acquire operating data at various time points during the operation of the device to be tested, import the operating data into a pre-trained reconstruction model, and obtain reconstruction data corresponding to the operating data;
    确定模块,用于根据所述重构数据和运行数据得到健康状态指数,并根据所述健康状态指数确定时间点中的退化点,所述退化点表征所述待测设备的健康状态开始出现退化的时间点;A determining module, configured to obtain a health status index according to the reconstruction data and the operating data, and determine a degradation point in a time point according to the health status index, and the degradation point indicates that the health status of the device under test begins to degrade point in time;
    预测模块,用于将所述退化点之后的时间点对应的健康状态指数,导入预先训练得到的预测模型以对所述健康状态指数进行拟合,并基于拟合曲线得到延伸曲线,将所述延伸曲线中的各个时间点上的预测健康状态指数与预设阈值进行比较,将预测健康状态指数和所述预设阈值相同的时间点确定为失效时间点。The prediction module is used to import the health status index corresponding to the time point after the degradation point into the prediction model obtained by pre-training to fit the health status index, and obtain an extension curve based on the fitting curve, and the The predicted health status index at each time point in the extension curve is compared with a preset threshold, and the time point at which the predicted health status index is the same as the preset threshold is determined as the failure time point.
  10. 根据权利要求9所述的基于健康状态指数的工业设备预测性维护装置,其特征在于,所述获取模块还配置成用于:The device for predictive maintenance of industrial equipment based on the health state index according to claim 9, wherein the acquisition module is further configured to:
    针对获取的待测设备的连续多个时间点的运行数据,按预设步长和预设窗口长度对所述运行数据进行截取,获得多个时间窗口内的运行数据;For the obtained operating data of the equipment under test at multiple consecutive time points, the operating data is intercepted according to the preset step size and the preset window length, and the operating data in multiple time windows are obtained;
    针对每个时间窗口内的运行数据,将所述运行数据缩放至预设范围内;For the operating data in each time window, scaling the operating data to a preset range;
    提取缩放后的运行数据的时域特征向量、频域特征向量和时频域特征向量;Extracting time-domain feature vectors, frequency-domain feature vectors and time-frequency-domain feature vectors of the scaled operating data;
    将所述时域特征向量、频域特征向量和时频域特征向量导入预先训练得到的重构模型,得到所述运行数据对应的重构数据。Importing the time-domain feature vector, frequency-domain feature vector, and time-frequency-domain feature vector into a pre-trained reconstruction model to obtain reconstruction data corresponding to the operating data.
  11. 根据权利要求10所述的基于健康状态指数的工业设备预测性维护装置,其特征在于,所述预设窗口长度大于所述预设步长。The health state index-based predictive maintenance device for industrial equipment according to claim 10, wherein the preset window length is greater than the preset step size.
  12. 根据权利要求9至11中任一项所述的基于健康状态指数的工业设备预测性维护装置,其特征在于,所述确定模块还配置成用于:The health state index-based predictive maintenance device for industrial equipment according to any one of claims 9 to 11, wherein the determination module is further configured to:
    获得所述重构数据和运行数据之间的差异数据,将所述差异数据作为健康状态指数;Obtaining difference data between the reconstruction data and the running data, and using the difference data as a health status index;
    将所述健康状态指数与健康状态阈值进行比较,将健康状态指数开始偏离所述健康状态阈值所对应的时间点,确定为退化点。The health status index is compared with the health status threshold, and the time point at which the health status index starts to deviate from the health status threshold is determined as a degradation point.
  13. 根据权利要求12所述的基于健康状态指数的工业设备预测性维护装置,其特征在于,所述确定模块还配置成用于:The device for predictive maintenance of industrial equipment based on the health status index according to claim 12, wherein the determination module is further configured to:
    获取健康状态指数中开始偏离所述健康状态阈值的时间点;Obtain the time point when the health status index starts to deviate from the health status threshold;
    检测所述时间点之后的设定数量的时间点分别对应的健康状态指数是否均偏离所述健康状态阈值,若均偏离,则确定所述时间点为退化点。Detecting whether the health state indices corresponding to the set number of time points after the time point deviate from the health state threshold, and if they deviate, determine that the time point is a degradation point.
  14. 根据权利要求12或13所述的基于健康状态指数的工业设备预测性维护装置,其特征在于,所述基于健康状态指数的工业设备预测性维护装置还包括用于预先基于构建的神经网络模型训练得到所述重构模型的构建模块,该神经网络模型包括编码器和解码器,所述构建模块还配置成:The device for predictive maintenance of industrial equipment based on the health state index according to claim 12 or 13, characterized in that, the device for predictive maintenance of industrial equipment based on the state of health index also includes a neural network model for pre-built training The building blocks of the reconstruction model are obtained, the neural network model includes an encoder and a decoder, and the building blocks are also configured to:
    采集样本数据,所述样本数据包括多个连续时间点对应的数据;collecting sample data, where the sample data includes data corresponding to multiple consecutive time points;
    将所述样本数据导入所述编码器进行编码处理,得到特征数据;Importing the sample data into the encoder for encoding processing to obtain feature data;
    将所述特征数据和样本数据导入所述解码器进行融合并解码处理,得到样本重构数据;Importing the feature data and sample data into the decoder for fusion and decoding processing to obtain sample reconstruction data;
    基于根据所述样本数据和样本重构数据构建的损失函数对所述编码器和解码器的模型参数进行调整后继续训练,直至满足预设要求时,得到所述重构模型。After adjusting the model parameters of the encoder and decoder based on the loss function constructed according to the sample data and the sample reconstruction data, the training is continued until the preset requirements are met, and the reconstruction model is obtained.
  15. 根据权利要求14所述的基于健康状态指数的工业设备预测性维护装置,其特征在于,所述基于健康状态指数的工业设备预测性维护装置还包括用于获得所述健康状态阈值的获得模块,所述获得模块被配置成用于:The device for predictive maintenance of industrial equipment based on health status index according to claim 14, characterized in that, the device for predictive maintenance of industrial equipment based on health status index further comprises an obtaining module for obtaining the health status threshold, The obtaining module is configured to:
    计算所述样本数据和样本重构数据之间的差值;calculating the difference between the sample data and the sample reconstructed data;
    基于所述差值计算得到差异平均值和差异标准差;Calculate the difference mean value and difference standard deviation based on the difference value;
    根据所述差异平均值和差异标准差得到所述健康状态阈值。The health status threshold is obtained according to the difference mean value and the difference standard deviation.
  16. 根据权利要求9至15中任一项所述的基于健康状态指数的工业设备预测性维护装置,其特征在于,所述预测模块被配置成用于:The health state index-based predictive maintenance device for industrial equipment according to any one of claims 9 to 15, wherein the prediction module is configured to:
    获取所述待测设备的退化点之后的时间点所对应的健康状态指数;Obtaining the health status index corresponding to the time point after the degradation point of the device under test;
    对所述健康状态指数按照时序进行时间窗划分,得到多个时间窗内的健康状态指数;Dividing the health status index into time windows according to time series to obtain health status indices in multiple time windows;
    对每个时间窗内的健康状态指数进行归一化处理;Normalize the health status index in each time window;
    提取归一化处理后的健康状态指数的数据特征,并将所述数据特征导入预先训练得到的预测模型中,以对所述健康状态指数进行拟合。The data features of the health status index after normalization are extracted, and the data features are imported into the pre-trained prediction model to fit the health status index.
  17. 一种电子设备,其特征在于,包括一个或多个存储介质和一个或多个与存储介质通信的处理器,一个或多个存储介质存储有处理器可执行的机器可执行指令,当电子设备运行时,处理器执行所述机器可执行指令,以执行权利要求1至8中任意一项所述的方法步骤。An electronic device, characterized in that it includes one or more storage media and one or more processors communicating with the storage media, one or more storage media stores machine-executable instructions executable by the processor, when the electronic device In operation, the processor executes the machine-executable instructions to perform the method steps of any one of claims 1-8.
PCT/CN2022/089549 2022-03-03 2022-04-27 Predictive maintenance method and apparatus for industrial equipment based on health status index, and electronic device WO2023165006A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202210200518.4A CN114298443B (en) 2022-03-03 2022-03-03 Industrial equipment predictive maintenance method and device based on health state index and electronic equipment
CN202210200518.4 2022-03-03

Publications (1)

Publication Number Publication Date
WO2023165006A1 true WO2023165006A1 (en) 2023-09-07

Family

ID=80978489

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/089549 WO2023165006A1 (en) 2022-03-03 2022-04-27 Predictive maintenance method and apparatus for industrial equipment based on health status index, and electronic device

Country Status (2)

Country Link
CN (1) CN114298443B (en)
WO (1) WO2023165006A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117056709A (en) * 2023-10-11 2023-11-14 腾讯科技(深圳)有限公司 Training method and device of time sequence prediction model, storage medium and electronic equipment

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114298443B (en) * 2022-03-03 2022-06-14 北京航空航天大学杭州创新研究院 Industrial equipment predictive maintenance method and device based on health state index and electronic equipment
CN114841021B (en) * 2022-07-04 2022-10-11 北京航空航天大学杭州创新研究院 Method and device for correcting digital twin model, electronic device and storage medium
CN115307896A (en) * 2022-09-20 2022-11-08 重庆忽米网络科技有限公司 Equipment health state detection method based on machine learning
CN115563095B (en) * 2022-10-18 2023-11-24 上海宇佑船舶科技有限公司 Data reconstruction method and system based on time sequence
CN116401137B (en) * 2023-06-06 2023-09-26 中诚华隆计算机技术有限公司 Core particle health state prediction method and device, electronic equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104166787A (en) * 2014-07-17 2014-11-26 南京航空航天大学 Aero-engine remaining life prediction method based on multi-stage information fusion
CN113434970A (en) * 2021-06-01 2021-09-24 北京交通大学 Health index curve extraction and service life prediction method for mechanical equipment
CN113469300A (en) * 2021-09-06 2021-10-01 北京航空航天大学杭州创新研究院 Equipment state detection method and related device
US20220004182A1 (en) * 2020-07-02 2022-01-06 Nec Laboratories America, Inc. Approach to determining a remaining useful life of a system
CN114298443A (en) * 2022-03-03 2022-04-08 北京航空航天大学杭州创新研究院 Industrial equipment predictive maintenance method and device based on health state index and electronic equipment

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106503461B (en) * 2016-10-26 2018-12-07 广东产品质量监督检验研究院 A kind of photovoltaic module acceleration degradation model and photovoltaic module life-span prediction method based on deep approach of learning building
CN109948860A (en) * 2019-03-26 2019-06-28 哈工大机器人(合肥)国际创新研究院 A kind of mechanical system method for predicting residual useful life and system
CN111222290B (en) * 2020-01-13 2024-04-09 浙江工业大学 Multi-parameter feature fusion-based method for predicting residual service life of large-scale equipment
CN113298278B (en) * 2020-02-19 2023-12-05 硕天科技股份有限公司 Power equipment with self-health state prediction function, self-health state prediction method thereof and cloud server
CN111984513A (en) * 2020-08-25 2020-11-24 浙江天垂科技有限公司 Predictive maintenance method, device, equipment and storage medium
CN112418277B (en) * 2020-11-03 2024-04-09 西安电子科技大学 Method, system, medium and equipment for predicting residual life of rotating machine parts
CN113240099A (en) * 2021-07-09 2021-08-10 北京博华信智科技股份有限公司 LSTM-based rotating machine health state prediction method and device
CN113536681B (en) * 2021-07-21 2024-04-02 北京航空航天大学 Electric steering engine health assessment method based on time sequence extrapolation prediction
CN113742178A (en) * 2021-09-18 2021-12-03 北京航空航天大学 Network node health state monitoring method based on LSTM

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104166787A (en) * 2014-07-17 2014-11-26 南京航空航天大学 Aero-engine remaining life prediction method based on multi-stage information fusion
US20220004182A1 (en) * 2020-07-02 2022-01-06 Nec Laboratories America, Inc. Approach to determining a remaining useful life of a system
CN113434970A (en) * 2021-06-01 2021-09-24 北京交通大学 Health index curve extraction and service life prediction method for mechanical equipment
CN113469300A (en) * 2021-09-06 2021-10-01 北京航空航天大学杭州创新研究院 Equipment state detection method and related device
CN114298443A (en) * 2022-03-03 2022-04-08 北京航空航天大学杭州创新研究院 Industrial equipment predictive maintenance method and device based on health state index and electronic equipment

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117056709A (en) * 2023-10-11 2023-11-14 腾讯科技(深圳)有限公司 Training method and device of time sequence prediction model, storage medium and electronic equipment

Also Published As

Publication number Publication date
CN114298443A (en) 2022-04-08
CN114298443B (en) 2022-06-14

Similar Documents

Publication Publication Date Title
WO2023165006A1 (en) Predictive maintenance method and apparatus for industrial equipment based on health status index, and electronic device
He et al. Long short-term memory network with multi-resolution singular value decomposition for prediction of bearing performance degradation
Kong et al. Attention recurrent autoencoder hybrid model for early fault diagnosis of rotating machinery
CN111046564B (en) Residual life prediction method for two-stage degraded product
CN108760305B (en) Bearing fault detection method, device and equipment
CN113255848B (en) Water turbine cavitation sound signal identification method based on big data learning
Chang et al. Remaining useful life prediction for rolling bearings using multi-layer grid search and LSTM
CN113868006B (en) Time sequence detection method and device, electronic equipment and computer storage medium
CN109471698B (en) System and method for detecting abnormal behavior of virtual machine in cloud environment
CN107516279B (en) Automatic early warning method for network public sentiment
Gao et al. Measurement and prediction of wear volume of the tool in nonlinear degradation process based on multi-sensor information fusion
Wang et al. Clustering diagnosis of rolling element bearing fault based on integrated Autoregressive/Autoregressive Conditional Heteroscedasticity model
Tang et al. Multivariable LS-SVM with moving window over time slices for the prediction of bearing performance degradation
CN109917022A (en) A kind of AE network smart transducer system
Wen et al. A new multi-sensor fusion with hybrid Convolutional Neural Network with Wiener model for remaining useful life estimation
CN115099135A (en) Improved artificial neural network multi-type operation power consumption prediction method
Zhang et al. Complementary ensemble adaptive local iterative filtering and its application to rolling bearing fault diagnosis
CN113151842B (en) Method and device for determining conversion efficiency of wind-solar complementary water electrolysis hydrogen production
Zheng et al. An unsupervised transfer learning method based on SOCNN and FBNN and its application on bearing fault diagnosis
Tong et al. A Novel Cuckoo Search Optimized Deep Auto‐Encoder Network‐Based Fault Diagnosis Method for Rolling Bearing
CN113159088A (en) Fault monitoring and diagnosis method based on multi-feature fusion and width learning
CN115600695B (en) Fault diagnosis method for metering equipment
WO2023274121A1 (en) Fault detection method and apparatus, and electronic device and computer-readable storage medium
CN107346301B (en) Water quality monitoring noise data real-time detection method based on double-time-window verification
CN115494397A (en) UPS state evaluation method and device based on BP neural network and storage medium

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: 22929444

Country of ref document: EP

Kind code of ref document: A1