JP7391742B2 - Abnormality analyzer - Google Patents

Abnormality analyzer Download PDF

Info

Publication number
JP7391742B2
JP7391742B2 JP2020053153A JP2020053153A JP7391742B2 JP 7391742 B2 JP7391742 B2 JP 7391742B2 JP 2020053153 A JP2020053153 A JP 2020053153A JP 2020053153 A JP2020053153 A JP 2020053153A JP 7391742 B2 JP7391742 B2 JP 7391742B2
Authority
JP
Japan
Prior art keywords
time domain
abnormality
domain signal
frequency
abnormality analysis
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2020053153A
Other languages
Japanese (ja)
Other versions
JP2021152792A (en
Inventor
健 金内
洋佑 河村
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Osaka Gas Co Ltd
Original Assignee
Osaka Gas Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Osaka Gas Co Ltd filed Critical Osaka Gas Co Ltd
Priority to JP2020053153A priority Critical patent/JP7391742B2/en
Publication of JP2021152792A publication Critical patent/JP2021152792A/en
Application granted granted Critical
Publication of JP7391742B2 publication Critical patent/JP7391742B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、周期的に動作する機器が発する原時間領域信号を検出する検出手段と、
前記検出手段により検出される原時間領域信号に基づいて、学習を伴って機器の異常を分析する異常分析手段とを備えた異常分析装置に関する。
The present invention includes a detection means for detecting an original time domain signal emitted by a periodically operating device;
The present invention relates to an abnormality analysis device comprising an abnormality analysis means for analyzing an abnormality of a device through learning based on the original time domain signal detected by the detection means.

この種の異常分析装置が特許文献1、特許文献2に開示されている。
特許文献1に開示の技術では、ポンプやブロア等のモーター等(本発明の機器に相当)の回転機械の異常を検知するため、音・振動信号(本発明の原時間領域信号)から、スペクトル、歪み度、尖り度、波高率、極小値率、極大値率、最大値率、安定指数、周波数波高率、透過帯域、周波数高低比等の特徴量を抽出し、正常時に対する逸脱に対して閾値を設けて、機器の異常を判定する。
This type of abnormality analysis device is disclosed in Patent Document 1 and Patent Document 2.
In the technology disclosed in Patent Document 1, in order to detect an abnormality in a rotating machine such as a motor such as a pump or a blower (corresponding to the device of the present invention), a spectrum is extracted from a sound/vibration signal (original time domain signal of the present invention). , skewness, kurtosis, crest factor, minimum value rate, local maximum rate, maximum value rate, stability index, frequency crest factor, transmission band, frequency height ratio, etc. are extracted, and the deviations from normal conditions are detected. A threshold value is set to determine an abnormality in the equipment.

特許文献2に開示の技術では、回転数に応じて取得した周波数特性を基にクラスタ分析を実行し、異常を監視する。 In the technique disclosed in Patent Document 2, cluster analysis is performed based on frequency characteristics acquired according to the rotation speed, and abnormalities are monitored.

これら技術は、基本的には、機械学習手法を用いる回転機器を備えた装置の異常分析技術といえる。 These techniques can basically be said to be anomaly analysis techniques for devices equipped with rotating equipment that use machine learning techniques.

特許第4369321号公報Patent No. 4369321 特開2018-138909号公報Japanese Patent Application Publication No. 2018-138909

しかしながら、例えばエンジン等、燃焼を伴って動作する回転機器では、モーター等の定常的な回転動作をする機器と異なり、異常燃焼に伴う部分的な波形の乱れが生じることがある。この様な信号を対象とする場合、FFT分析等によって周波数領域で特徴量を抽出して異常分析を行うと、特徴量の抽出過程で時間情報を喪失してしまい、部分的或いは瞬時的な事象の変化を見逃し、異常分析が良好に行えない場合が生じる。 However, in a rotating device that operates with combustion, such as an engine, unlike a device that rotates steadily such as a motor, partial waveform disturbances may occur due to abnormal combustion. When targeting such signals, if anomaly analysis is performed by extracting features in the frequency domain using FFT analysis, time information will be lost in the feature extraction process, and partial or instantaneous events will be lost. changes may be overlooked and abnormality analysis may not be performed properly.

この課題をここで簡単に説明しておく。
異常分析装置としてオートエンコーダを使用して異常度を求めた場合の結果を、図14、図4に示した。
Let me briefly explain this issue here.
The results of determining the degree of abnormality using an autoencoder as an abnormality analyzer are shown in FIGS. 14 and 4.

オートエンコーダを使用する場合の異常分析では、機器が正常な状態で観察されるn個の波形データ(領域信号を量子化したもの)と、診断対象となる時点で観察されるn個の波形データとの差に基づいて、異常か否かを診断する。 In abnormality analysis when using an autoencoder, n waveform data (quantized area signals) observed when the device is in normal condition, and n waveform data observed at the point of time to be diagnosed. Diagnose whether or not there is an abnormality based on the difference between the two.

具体的には、オートエンコーダは、入力層、中間層及び出力層からなり、入力層に入力された信号を出力層で再現する。入力層と出力層のノード数は同一とされる。一方、中間層は入力層よりも少ないノード数とされる。中間層へは次元圧縮が行われ、入力信号の特徴を最もよく表した特徴点が抽出される。出力層はその抽出された特徴点を基に次元復元を行う。次元圧縮、次元復元方法は、正常状態で、機器が動作しているときのn個の波形データを使って学習を繰り返すことにより構築できる。 Specifically, an autoencoder consists of an input layer, an intermediate layer, and an output layer, and reproduces a signal input to the input layer at the output layer. The number of nodes in the input layer and the output layer are assumed to be the same. On the other hand, the number of nodes in the middle layer is smaller than that in the input layer. Dimensional compression is performed on the intermediate layer, and feature points that best represent the features of the input signal are extracted. The output layer performs dimension restoration based on the extracted feature points. The dimension compression and dimension restoration methods can be constructed by repeating learning using n waveform data when the device is operating in a normal state.

このようにして学習済のオートエンコーダに、正常な状態の波形データを入力した場合、特徴点と復元方法が適合するため、復元が適正に行われる。一方、正常な波形データと異なる異常な波形データを入力した場合、本来抽出すべき特徴点も復元方法も異なるため復元をうまく行うことができない。 When waveform data in a normal state is input to the autoencoder that has been trained in this manner, the restoration is performed properly because the feature points and the restoration method match. On the other hand, if abnormal waveform data different from normal waveform data is input, the restoration cannot be performed successfully because the feature points that should originally be extracted and the restoration method are different.

オートエンコーダの中間層の式は、例えば式1とすることができる。式1において、Wは重み係数、bはバイアスを示す。f(x)は活性化関数であり、Rele関数を用いることができる。f(x)=max(0,x)であり、入力した値が0以下のとき0になり、1より大きいとき入力をそのまま出力する。 The formula of the intermediate layer of the autoencoder can be, for example, Formula 1. In Equation 1, W represents a weighting coefficient and b represents a bias. f(x) is an activation function, and a Rele function can be used. f(x)=max(0,x), and when the input value is less than or equal to 0, it becomes 0, and when it is greater than 1, the input is output as is.

=f(ΣWij+b) Σはj=1~Nの合算 式1 a i = f(ΣW ij x j + b i ) Σ is the sum of j=1 to N Formula 1

オートエンコーダの学習は、n個の波形データを対象として入力及び出力とする教師データを用いて入力と出力との差が最小になるように重み係数Wとバイアスbを変動させることで、その学習を完了することができる。 The autoencoder learns by varying the weighting coefficient W and bias b so that the difference between the input and output is minimized using training data with n waveform data as input and output. can be completed.

このように、正常な波形データを用いて構築されるオートエンコーダを用いて、次元圧縮及び次元復元を伴った復元のずれ量を監視することで、機器の異常を診断することができる。例えば、下記する式2の異常度Eを求めて復元のずれ量から異常を診断できる。異常度Eが所定の閾値を超えたときに異常とする。入力値と出力値との差が大きいと、異常度Eは大きな値となる。式2において、xは入力値、x’は出力値を示す。 In this way, by using an autoencoder constructed using normal waveform data and monitoring the amount of deviation in restoration that involves dimensional compression and dimensional restoration, it is possible to diagnose an abnormality in the device. For example, an abnormality can be diagnosed from the amount of deviation in restoration by determining the degree of abnormality E in Equation 2 below. An abnormality is determined when the degree of abnormality E exceeds a predetermined threshold. When the difference between the input value and the output value is large, the abnormality degree E becomes a large value. In Equation 2, x i represents an input value, and x i ' represents an output value.

E=SQRT(Σ(x’―x) Σはi=1~nの合算 式2 E=SQRT(Σ(x i '−x i ) 2 ) Σ is the sum of i=1 to n Formula 2

以下に示す本例では、オートエンコーダとしての解析ツールはpythonで実施した。このオートエンコーダのライブラリは、Googleが開発した機械学習ライブラリTensorFlowに組み込まれているニューラルネットワークライブラリKerasを使用している。 In this example shown below, the analysis tool as an autoencoder was implemented using python. This autoencoder library uses the neural network library Keras, which is included in the machine learning library TensorFlow developed by Google.

図14に示した結果は、分析対象とする原時間領域信号を周波数変換して、得られた周波数領域の波形データに基づいて異常分析を行い、異常度(絶対平均誤差)を求めたものである。図において、横軸は時刻である。 The results shown in Figure 14 are obtained by frequency-converting the original time-domain signal to be analyzed, performing abnormality analysis based on the obtained frequency-domain waveform data, and determining the degree of abnormality (absolute average error). be. In the figure, the horizontal axis is time.

この図からも判明するように、異常度は、そのほぼ全時刻において0.01~0.02に分布し、「起動時評価点」と記載している時刻15.00過ぎに0.10より高い値となっている。この図において、「学習妥当性確認」と記載しているのは、機器が正常な状態でオートエンコーダを構築した時点を示しており、このオートエンコーダでは、良好な入出力関係(異常度が0.015)を確保できた。 As can be seen from this figure, the degree of abnormality is distributed between 0.01 and 0.02 at almost all times, and it decreases from 0.10 to 0.10 after 15.00, which is written as "startup evaluation point". It has a high value. In this figure, "Learning validation" indicates the point in time when the autoencoder was constructed when the equipment was in a normal state. .015) was secured.

一方、図4は、後に示す本発明の手法に従って、オートエンコーダを使用して分析した結果である。図面の表記は同様である。結果、異常度のベースレベルが上昇するとともに、図14において、異常度の上昇が認められなかった時刻においても、異常度の変化が認められる(例えば、1日目の8;00以降、2日目の11;00前)。
このような状況から周波数領域での異常分析には改善の余地がある。
On the other hand, FIG. 4 shows the results of analysis using an autoencoder according to the method of the present invention shown later. The notation in the drawings is the same. As a result, the base level of the abnormality level increases, and in Figure 14, changes in the abnormality level are observed even at times when no increase in the abnormality level was observed (for example, from 8:00 on the first day to the second day). (before 11:00).
Given this situation, there is room for improvement in anomaly analysis in the frequency domain.

以上、本発明の主たる課題は、異常分析を高感度で行うことができる異常分析装置を得ることことにある。 As described above, the main object of the present invention is to obtain an abnormality analysis device that can perform abnormality analysis with high sensitivity.

本発明の第1特徴構成は、
周期的に動作する機器が発する原時間領域信号を検出する検出手段と、
前記検出手段により検出される原時間領域信号に基づいて機器の異常を分析する異常分析手段とを備え、
前記検出手段により検出されるとともに、正常な機器が発する原時間領域信号から抽出される特定時間間隔及び特定位相の時間領域信号を正常時時間領域信号として記憶する記憶部を備え、
当該記憶部に順次記憶される前記正常時時間領域信号に基づいて診断基準とする基準時間領域信号を生成する基準時間領域信号生成手段を備え、
前記基準時間領域信号が、機器が動作する周波数に基づいて分類され、
前記検出手段が検出する診断対象の原時間領域信号について、
前記異常分析手段が、前記特定時間間隔及び前記特定位相を同じくする前記基準時間領域信号に基づいて機器の異常を分析する点にある。
The first characteristic configuration of the present invention is:
detection means for detecting raw time domain signals emitted by periodically operating equipment;
an abnormality analysis means for analyzing an abnormality of the device based on the original time domain signal detected by the detection means,
a storage unit for storing a time domain signal at a specific time interval and a specific phase detected by the detection means and extracted from the original time domain signal emitted by the normal device as a normal time domain signal;
a reference time domain signal generating means for generating a reference time domain signal as a diagnostic standard based on the normal time domain signals sequentially stored in the storage unit;
the reference time domain signal is classified based on the frequency at which the equipment operates;
Regarding the original time domain signal of the diagnosis target detected by the detection means,
The abnormality analysis means analyzes the abnormality of the device based on the reference time domain signal having the same specific time interval and the same specific phase.

異常分析装置には、検出手段、異常分析手段、記憶部、及び基準時間領域信号生成手段を備える。 The abnormality analysis device includes a detection means, an abnormality analysis means, a storage section, and a reference time domain signal generation means.

検出手段は、原時間領域信号を検出して取り込む手段である。そして、このようにして取り込まれた原時間領域信号は異常分析手段による異常分析に使用する。
また、機器が正常な状態から得られる時間領域信号が正常時時間領域信号であり、診断を行おうとする時点で取り込まれる原時間領域信号から得られる信号が診断対象の時間領域信号となる。
The detection means is means for detecting and capturing the original time domain signal. The original time domain signal captured in this manner is used for abnormality analysis by the abnormality analysis means.
Further, the time domain signal obtained when the device is in a normal state is the normal time domain signal, and the signal obtained from the original time domain signal taken in at the time of diagnosis is the time domain signal to be diagnosed.

さて、上記の正常時時間領域信号は、原時間領域信号に対して、特定時間間隔、特定位相のものとされる。ここで、特定時間間隔は、その時間間隔を機器が動作している周波数を代表するものとする。さらに、位相は、時間領域信号間で特定位相に合致したものとすることで、時間領域信号間での特徴量の抽出において、動作に周期性を有する機器の合理的な異常分析を行える。 Now, the above-mentioned normal time domain signal has a specific time interval and a specific phase with respect to the original time domain signal. Here, the specific time interval is assumed to represent the frequency at which the device is operating. Furthermore, by setting the phase to match a specific phase between time-domain signals, it is possible to perform a rational abnormality analysis of a device whose operation is periodic in extracting feature amounts between time-domain signals.

基準時間領域信号生成手段は、順次記憶される正常時時間領域信号に基づいて診断基準とする基準時間領域信号を生成するが、この生成に当たって、信号間では、その時間間隔が特定時間間隔に、その位相が特定位相とされているため、機器が動作する周波数で発生する信号であって、ノイズの少ない信号から異常分析で診断基準とする好ましい信号と得ることができる。 The reference time domain signal generating means generates a reference time domain signal to be used as a diagnostic standard based on the sequentially stored normal time domain signals. In this generation, the time interval between the signals is set to a specific time interval, Since the phase is set as a specific phase, it is possible to obtain a signal generated at the frequency at which the device operates and a signal with less noise as a preferable signal to be used as a diagnostic standard in abnormality analysis.

そして、診断を行おうとする時点で取り込まれた原時間領域信号から診断対象の時間領域信号を得て、上記診断基準となっている正常時時間領域信号を使用して異常分析を行うことにより、時間情報を生かして分析の確度が高く、例えば、異常分析手段として、オートエンコーダを使用する場合、感度の高い異常値を得て診断を行える。 Then, by obtaining the time domain signal to be diagnosed from the original time domain signal captured at the time of diagnosis, and performing abnormality analysis using the normal time domain signal that is the diagnostic standard, The accuracy of analysis is high by making use of time information. For example, when using an autoencoder as an abnormality analysis means, diagnosis can be performed by obtaining abnormal values with high sensitivity.

結果、異常分析が高感度で行え、例えば、エンジン等、燃焼を伴った動作において異常の程度を良好に分析することが可能となる。 As a result, abnormality analysis can be performed with high sensitivity, and it becomes possible to satisfactorily analyze the degree of abnormality in, for example, an operation that involves combustion, such as an engine.

本発明の第2特徴構成は、
前記原時間領域信号の自己相関を求める自己相関導出手段と、
前記自己相関導出手段により導出される自己相関に基づいて、前記特定位相の時間領域信号を抽出する抽出手段とを備え、
前記異常分析手段が、前記特定時間間隔及び前記特定位相を同じくする前記基準時間領域信号に基づいて機器の異常を分析する点にある。
The second characteristic configuration of the present invention is
autocorrelation deriving means for determining the autocorrelation of the original time domain signal;
extracting means for extracting the time domain signal of the specific phase based on the autocorrelation derived by the autocorrelation deriving means,
The abnormality analysis means analyzes the abnormality of the device based on the reference time domain signal having the same specific time interval and the same specific phase.

この構成では、自己相関導出手段により時間領域信号の自己相関を求める。このようにして時間領域で求められる自己相関から、例えば、自己相関が強いタイミング間の情報として、信号間において特定位相を同じくする時間領域信号を抽出手段が抽出する。結果、異常分析手段は、このようにして抽出された特定位相を同じくする信号を対象として、異常分析を適格に実行できる。 In this configuration, the autocorrelation deriving means calculates the autocorrelation of the time domain signal. From the autocorrelation obtained in the time domain in this manner, the extraction means extracts time domain signals having the same specific phase between the signals, for example, as information between timings where the autocorrelation is strong. As a result, the abnormality analysis means can properly perform abnormality analysis on the signals having the same specific phase extracted in this way.

本発明の第3特徴構成は、
前記抽出手段が、前記自己相関が最大となる抽出第1タイミングと、続いて自己相関が最大となる抽出第2タイミングとの間における時間領域信号を、前記原時間領域信号から前記特定時間間隔及び特定位相の時間領域信号として抽出する点にある。
The third characteristic configuration of the present invention is
The extraction means extracts the time domain signal between the first extraction timing at which the autocorrelation is maximum and the second extraction timing at which the autocorrelation is the maximum from the original time domain signal at the specific time interval and The point is that it is extracted as a time domain signal of a specific phase.

原時間領域信号が周期性を有している場合、信号の自己相関を取ると、その周期(例えば、時間領域信号がエンジンが発する音や振動である場合、そのエンジンの回転数(回転速度)がこの周期に対応する)に依存した自己相関の強弱が現れる。そこで、自己相関が最大となるタイミングと、そのタイミングから引き続くタイミングまでの時間領域信号を順に抽出することにより、周期性を有する時間領域信号から、特定位相が合った信号を、簡便に抽出することができる。ここで、次のタイミングは厳密に1周期で引き続いている必要はなく、例えば数周期分のタイミング間隔となっていてもよい。 If the original time domain signal has periodicity, taking the autocorrelation of the signal will calculate its period (for example, if the time domain signal is the sound or vibration emitted by an engine, the number of revolutions (rotational speed) of the engine) corresponds to this period)), the strength of autocorrelation appears depending on the period. Therefore, by sequentially extracting the timing at which the autocorrelation is maximum and the time-domain signals from that timing to the subsequent timing, it is possible to easily extract a signal with a specific phase from a periodic time-domain signal. I can do it. Here, the next timing does not need to be strictly continuous in one cycle, and may be, for example, at a timing interval of several cycles.

さらに、ここでは信号間での特定位相に関して述べているが、抽出される時間領域信号の時間間隔(上記の抽出第1タイミングから抽出第2タイミングまでの時間間隔)は、周期に対応した情報となっており、この時間間隔が特定時間間隔となることで時間間隔は統一される。 Furthermore, although we are talking about the specific phase between signals here, the time interval of the extracted time domain signals (the time interval from the first extraction timing to the second extraction timing mentioned above) is the information corresponding to the period. By making this time interval a specific time interval, the time intervals are unified.

本発明の第4特徴構成は、
前記原時間領域信号から、異常分析の対象とする周波数帯域を外れる信号成分を排除する帯域外信号排除手段を備えた点にある。
The fourth characteristic configuration of the present invention is
The present invention further comprises an out-of-band signal eliminating means for eliminating, from the original time-domain signal, signal components that are outside a frequency band targeted for anomaly analysis.

特定の機器にあっては、経験的に、どの周波数帯域で異常が発生しやすい等が知られているのが通常である。
そこで、この周波数帯域に注目して、異常分析を行うことが合理的且つ無駄がない。結果、診断の迅速性、信頼性が向上する。
即ち、帯域外信号排除手段を備えて、周波数帯域を外れる信号成分を排除することで、高性能な異常分析装置を得ることができる。
診断の基準とする基準時間領域信号に関してもノイズ除去して、合理的な診断を行える。
For a specific device, it is usually known from experience in which frequency bands abnormalities are likely to occur.
Therefore, it is reasonable and wasteful to focus on this frequency band and perform abnormality analysis. As a result, the speed and reliability of diagnosis improves.
That is, by providing an out-of-band signal eliminating means and eliminating signal components outside the frequency band, a high-performance abnormality analysis device can be obtained.
Noise can also be removed from the reference time domain signal used as the basis for diagnosis, allowing for rational diagnosis.

本発明の第5特徴構成は、
前記基準時間領域信号の分類項目に、前記機器の稼働頻度が含まれ、
前記異常分析手段が、前記稼働頻度に従った異なる基準で機器の異常を分析する点にある。
The fifth characteristic configuration of the present invention is
The classification item of the reference time domain signal includes the operating frequency of the device,
The abnormality analysis means analyzes the abnormality of the equipment using different criteria according to the operating frequency.

本発明が対象とする機器では、運転される周波数によって、その稼働頻度が異なる。
例えば、定格運転周波数での稼働頻度は高く、起動時、停止時に、一時的に通過する周波数の稼働頻度は低い。さらに、起動時、停止時にあっても、例えば、起動時にあっては、比較的低周波数の領域で暫く動作された後、一気に定格運転周波数まで上昇される(停止時は逆となる)。従って、この上昇過程において通過する中間周波数領域の稼働頻度は極めて低い。
The operating frequency of the equipment targeted by the present invention differs depending on the operating frequency.
For example, the frequency of operation at the rated operating frequency is high, and the frequency of operation at frequencies that temporarily pass during startup and stop is low. Furthermore, even at the time of starting and stopping, for example, at the time of starting, the frequency is operated in a relatively low frequency range for a while, and then the frequency is suddenly increased to the rated operating frequency (the opposite occurs when stopping). Therefore, the frequency of operation of the intermediate frequency region through which it passes during this rising process is extremely low.

このように稼働頻度の異なる信号間では、稼働頻度の高い周波数で得られる正常時の時間領域信号は、その度数が極めて高いためその信頼性が高く、稼働頻度の低い周波数で得られる正常時の時間領域振動は信頼性が低い。 In this way, between signals with different operating frequencies, the normal time domain signal obtained at the frequently operating frequency is highly reliable due to its extremely high frequency, while the normal time domain signal obtained at the infrequently operating frequency is highly reliable. Time domain oscillations are less reliable.

そこで、異常分析において、信頼性の高い側の正常時の時間領域信号に基づいた分析を行う場合の異常分析は、閾値を診断評価が厳しくなる側に、低い側のそれは緩い側にする等、基準を異ならせることで、合理的な異常分析を行える。 Therefore, in anomaly analysis, when performing an analysis based on a time domain signal during normal conditions on the high reliability side, the threshold value should be set to the side where the diagnostic evaluation is strict, and the threshold value on the low side to the side where it is lenient. By using different standards, rational anomaly analysis can be performed.

本発明の第6特徴構成は、
前記異常分析手段が、前記基準時間領域信号に基づいて構築されたオートエンコーダにより前記診断対象の時間領域信号の異常度を算出して、前記機器の異常を分析する点にある。
The sixth characteristic configuration of the present invention is
The abnormality analysis means calculates the degree of abnormality of the time domain signal to be diagnosed using an autoencoder constructed based on the reference time domain signal, and analyzes the abnormality of the device.

この構成を採用しておくと、オートエンコーダに於ける処理を経て得られる異常度を利用して、容易且つ簡便に適切な診断を行うことができる。 If this configuration is adopted, appropriate diagnosis can be easily and conveniently performed using the degree of abnormality obtained through processing in the autoencoder.

本発明の第7特徴構成は、
前記異常分析手段が、周波数毎に分類された前記基準時間領域信号に基づいて構築されたオートエンコーダにより診断対象の時間領域信号の異常度を算出して、前記機器の異常を分析する点にある。
The seventh characteristic configuration of the present invention is:
The abnormality analysis means calculates the degree of abnormality of the time domain signal to be diagnosed using an autoencoder constructed based on the reference time domain signal classified by frequency, and analyzes the abnormality of the device. .

この構成を採用しておくと、周波数毎にオートエンコーダを構築して、異常分析を行うことで、各周波数において信頼性の高い異常分析を行える。 If this configuration is adopted, highly reliable abnormality analysis can be performed at each frequency by constructing an autoencoder for each frequency and performing abnormality analysis.

本発明の第8特徴構成は、
前記原時間領域信号が前記検出手段により逐次検出されるとともに、逐次検出される原時間領域信号に基づいて前記オートエンコーダが逐次前記異常度を算出する構成で、
前記逐次算出される異常度の変化傾向に基づいて機器の異常を分析する点にある。
The eighth characteristic configuration of the present invention is:
The original time domain signal is sequentially detected by the detection means, and the autoencoder sequentially calculates the degree of abnormality based on the sequentially detected original time domain signal,
The problem lies in analyzing the abnormality of the equipment based on the change trend of the abnormality degree calculated sequentially.

この構成を採用しておくと、異常度の変化傾向に従った適格な異常分析を行える。 By adopting this configuration, it is possible to perform a qualified abnormality analysis according to the change trend of the degree of abnormality.

本発明の第9特徴構成は、
前記異常度の変化傾向に基づいて機器の異常を分析するに、
前記機器のログデータである運転履歴を参照して前記機器の異常を分析する点にある。
The ninth characteristic configuration of the present invention is:
Analyzing equipment abnormalities based on the change trend of the abnormality degree,
The problem lies in analyzing the abnormality of the device by referring to the operation history, which is log data of the device.

この構成を採用しておくと、機器の運転履歴と異常度との関係に基づいて適格な異常分析を行える。 If this configuration is adopted, an appropriate abnormality analysis can be performed based on the relationship between the operating history of the equipment and the degree of abnormality.

本発明の第10特徴構成は、
前記基準時間領域信号の分類項目に、前記機器の稼働頻度が含まれ、
前記機器の稼働頻度が高い領域程、細かく前記基準時間領域信号が分類されている点にある。
The tenth characteristic configuration of the present invention is:
The classification item of the reference time domain signal includes the operating frequency of the device,
The point is that the reference time domain signal is classified more finely in a region where the device is operated more frequently.

この構成を採用すると、稼働頻度が高い領域に関して、上記の区切りを細かく取り、稼働頻度が低い領域において、区切りを荒く取ることで、各区切り間での異常分析の均一化を稼働頻度に適合したものとできる。 When this configuration is adopted, the above-mentioned divisions are made finely in areas with high operating frequency, and coarse divisions are made in areas with low operating frequency, so that the abnormality analysis between each division can be made uniform in accordance with the operating frequency. It can be made into something.

本発明の第11特徴構成は、
前記機器が動作する周波数を検出する周波数検出手段と、前記周波数検出手段により検出される周波数を記憶する記憶部を備えるとともに、
前記周波数検出手段により検出される周波数に基づいて算出された特定時間間隔の時間領域信号であって、特定位相を同じくする時間領域信号間において、前記異常分析手段が機器の異常を分析する点ある。
The eleventh characteristic configuration of the present invention is:
A frequency detection means for detecting a frequency at which the device operates, and a storage section for storing the frequency detected by the frequency detection means,
There is a point at which the abnormality analysis means analyzes an abnormality in the equipment between the time domain signals at specific time intervals that are calculated based on the frequency detected by the frequency detection means and have the same specific phase. .

この構成を採用すると、周波数検出手段により検出される周波数に基づいて特定時間間隔を特定するとともに、その特定時間間隔の時間領域信号間で位相が特定位相に合致した信号を使用して異常を分析できる。 When this configuration is adopted, a specific time interval is specified based on the frequency detected by the frequency detection means, and an abnormality is analyzed using a signal whose phase matches a specific phase among the time domain signals of the specific time interval. can.

本発明に係る異常分析装置の機能ブロック図Functional block diagram of an abnormality analysis device according to the present invention 原時間領域信号の例を示す図Diagram showing an example of an original time domain signal 図2に示す原時間領域信号の自己相関及び時間領域信号の取り込み形態例を示す図A diagram showing an example of the autocorrelation of the original time-domain signal shown in FIG. 2 and the form of capturing the time-domain signal. 本発明に係るオートエンコーダによる異常分析結果を示す図A diagram showing abnormality analysis results by the autoencoder according to the present invention 稼働頻度の収集例を示す図Diagram showing an example of collecting operation frequency 異常度の低い時刻のエンコード-デコード関係を示す図Diagram showing the encoding-decoding relationship at times with low abnormalities 異常度の低い時刻のエンコード-デコード関係を示す図Diagram showing the encoding-decoding relationship at times with low abnormalities 異常度の高い時刻のエンコード-デコード関係を示す図Diagram showing the encoding-decoding relationship at times with high abnormalities エンジン起動時の状態を示す図Diagram showing the state when the engine starts 主成分分析で2次元に変換した図Diagram converted to 2D using principal component analysis 図10に示すエンジン起動時のカーネル密度推定図Kernel density estimation diagram at engine startup shown in Figure 10 別実施形態に係る異常分析装置の機能ブロック図Functional block diagram of an abnormality analysis device according to another embodiment 異常分析部におけるオートエンコーダの構築例を示す説明図Explanatory diagram showing an example of the construction of an autoencoder in the abnormality analysis section 周波数領域で実行したオートエンコーダによる異常分析結果を示す図Diagram showing the results of anomaly analysis by autoencoder performed in the frequency domain

以下、図面に基づいて本発明に係る異常分析装置100を説明する。
図1は、本発明に係る異常分析装置100の機能ブロック図であり、機能ブロック内に、主な機能手段を記載している。
Hereinafter, an abnormality analysis device 100 according to the present invention will be explained based on the drawings.
FIG. 1 is a functional block diagram of an abnormality analysis device 100 according to the present invention, and main functional means are described in the functional blocks.

異常分析装置100は、周期的に動作する機器1が発する原時間領域信号Sに基づいて当該機器1を、学習を伴って診断する異常分析装置として構成されており、図1、左上に診断対象となる機器1の例として、機器がエンジンである例を示している。これまでも説明してきたように、エンジンは周期的な動作を行うとともに、その起動・停止・運転条件負荷等に発する信号(音・振動等)の周波数が変わる。さらに、エンジンは内部に燃焼系を備えるため、極めて短時間しか発生しない異常燃焼等の事象を伴う。この種の信号は時間領域の信号であり、検出手段としてのセンサ2により検出される。
従って、本異常分析装置100では、この機器1から発する音響、振動等を検出して、その原時間領域信号Sに基づいて異常分析を行う。
The abnormality analysis device 100 is configured as an abnormality analysis device that diagnoses the device 1 while learning based on the original time domain signal S emitted by the device 1 that operates periodically. As an example of the device 1, an example in which the device is an engine is shown. As explained above, the engine operates periodically, and the frequency of the signals (sound, vibration, etc.) it emits in response to its start, stop, operating conditions, load, etc. changes. Furthermore, since the engine includes an internal combustion system, it is accompanied by events such as abnormal combustion that only occur for a very short period of time. This type of signal is a time domain signal and is detected by the sensor 2 as a detection means.
Therefore, the abnormality analysis device 100 detects sounds, vibrations, etc. emitted from this device 1, and performs abnormality analysis based on the original time domain signal S thereof.

異常分析装置100の主要構成であるが、学習を伴って診断を行う機能として、原時間領域信号Sの前処理を行う前処理部10、前処理部10により処理された時間領域信号sを記憶する記憶部20、機器1の診断時に前処理部10を経て送られてくる時間領域信号s(診断対象となる第1時間領域信号s1)を受けとって異常分析を行う異常分析部30を備えて構成されている。 The main components of the abnormality analysis device 100 include a preprocessing unit 10 that preprocesses the original time domain signal S, and stores the time domain signal s processed by the preprocessing unit 10 as a function of performing diagnosis with learning. an abnormality analysis section 30 that receives a time domain signal s (a first time domain signal s1 to be diagnosed) sent through the preprocessing section 10 when diagnosing the device 1 and performs abnormality analysis. It is configured.

図示するように、前処理部10は、原時間領域信号Sをフィルター処理するとともに、フィルター処理後の原時間領域信号Sを本発明独特の手法に従って処理する部位であり、その機能は、原時間領域信号Sから、少なくともその位相(本発明における特定位相)を同じくする時間領域信号sを抽出する部位である。 As shown in the figure, the preprocessing unit 10 is a unit that filters the original time domain signal S and processes the filtered original time domain signal S according to a method unique to the present invention. This is a part that extracts, from the domain signal S, a time domain signal s having at least the same phase (specific phase in the present invention).

このようにして抽出された時間領域信号sは、記憶部20及び異常分析部30へ送られる。 The time domain signal s extracted in this manner is sent to the storage section 20 and the abnormality analysis section 30.

ここで、診断対象とする時点で、異常分析部30の送られてくる時間領域信号sが診断の対象とする第1時間領域信号s1となる。一方、記憶部20に送られた時間領域信号sは、ログデータに関連つけられてログ対応データ記憶部21に記憶されるとともに、ログデータに付随した一の分類基準とされる稼働頻度別データにも関連づけられて稼働頻度別データ記憶部22に記憶される。 Here, at the point of time when it is targeted for diagnosis, the time domain signal s sent from the abnormality analysis section 30 becomes the first time domain signal s1 that is targeted for diagnosis. On the other hand, the time-domain signal s sent to the storage unit 20 is associated with the log data and stored in the log-corresponding data storage unit 21, and data by operation frequency, which is one classification criterion, is attached to the log data. It is also stored in the operation frequency classified data storage unit 22 in association with the data storage unit 22.

記憶部20に記憶される時間領域信号sは診断においてその基準となり、予め正常と判明している時点での時間領域信号sが第2時間領域信号s2とされる。この第2時間領域信号s2は本発明における正常時時間領域信号である。 The time domain signal s stored in the storage unit 20 serves as a reference in diagnosis, and the time domain signal s at a time when it is known to be normal in advance is used as the second time domain signal s2. This second time domain signal s2 is a normal time domain signal in the present invention.

下記する例では、異常分析部30において、異常度の算出を、一定時間間隔で逐次連続して入力される第1時間領域信号s1(s)を対象として実行する。 In the example described below, the abnormality analysis unit 30 calculates the degree of abnormality for the first time domain signal s1(s) that is inputted one after another at regular time intervals.

以下、前処理部10(第1前処理部11、第2前処理部12)、記憶部20(ログ対応データ記憶部21、稼働頻度別データ記憶部22)、異常分析部30(異常度算出部30a、異常判定部30b)の順に説明する。 Hereinafter, the preprocessing unit 10 (first preprocessing unit 11, second preprocessing unit 12), storage unit 20 (log corresponding data storage unit 21, operation frequency data storage unit 22), abnormality analysis unit 30 (abnormality degree calculation The section 30a and the abnormality determining section 30b) will be explained in this order.

図1に示すように、前処理部10は第1前処理部11、第2前処理部12を備えて構成されている。
〔第1前処理部〕
第1前処理部11は原時間領域信号Sをフィルター処理する部位であり、フィルターとしては、ローパスフィルター(LPF),ハイパスフィルター(HPF),バンドパスフィルター(BPF)或いはバンドエリミネーションフィルター(BEF)等を適宜組み合わせて使用する。図1には、これらフィルターを纏めて帯域外信号排除手段と表現した。
As shown in FIG. 1, the preprocessing section 10 includes a first preprocessing section 11 and a second preprocessing section 12.
[First pretreatment section]
The first preprocessing unit 11 is a part that performs filter processing on the original time domain signal S, and the filter includes a low pass filter (LPF), a high pass filter (HPF), a band pass filter (BPF), or a band elimination filter (BEF). etc., in combination as appropriate. In FIG. 1, these filters are collectively expressed as out-of-band signal rejection means.

このようなフィルター処理が合理的な理由は、通常、異常分析の対象とする機器1にあっては、異常の発生する周波数(異常が起こりやすい周波数帯域)は予め判明している場合が多く、異常分析の対象とする周波数帯域を外れる信号成分を適宜排除することで、無駄なノイズを除外した分析が行うためである。 The reason why such filter processing is reasonable is that in the equipment 1 that is the target of anomaly analysis, the frequency at which an anomaly occurs (the frequency band where an anomaly is likely to occur) is often known in advance. This is because by appropriately eliminating signal components that fall outside the frequency band targeted for abnormality analysis, analysis can be performed that excludes unnecessary noise.

〔第2前処理部〕
第2前処理部12には、信号処理用のソフトとして構築されている自己相関導出手段12aと、この自己相関導出手段12aにより導出される時間領域信号の自己相関から、位相を同じくする信号を抽出する抽出手段12bが備えられている。
[Second pre-processing section]
The second preprocessing unit 12 includes an autocorrelation deriving means 12a constructed as software for signal processing, and a signal having the same phase from the autocorrelation of the time domain signal derived by the autocorrelation deriving means 12a. Extracting means 12b for extracting is provided.

図2には、特定日時の取り込み時間が0、01秒間隔で異なる原時間領域信号S(S1,S2,S3)の3例を示した。
図3は、図2に示した取り込み時刻が異なる原時間領域信号S(S1,S2,S3)の自己相関をそれぞれ線種を変えて示した。自己相関R(Δt)は、以下の式3で求められる。
FIG. 2 shows three examples of original time domain signals S (S1, S2, S3) whose acquisition times at specific dates and times differ at intervals of 0 and 01 seconds.
FIG. 3 shows the autocorrelation of the original time-domain signals S (S1, S2, S3) shown in FIG. 2 with different acquisition times using different line types. The autocorrelation R(Δt) is determined by the following equation 3.

R(Δt)=Σ{S(t)・S(t+Δt)}/{S(t)・S(t)}
Σはt=1~Nの合算 式3
ここで、Δtは時間幅、Nはサンプル数
R(Δt)=Σ{S(t)・S(t+Δt)}/{S(t)・S(t)}
Σ is the sum of t=1 to N Formula 3
Here, Δt is the time width, and N is the number of samples.

抽出手段12bは、自己相関が最大となる抽出第1タイミングt11、t21、t31と、引き続いて自己相関が最大となる抽出第2タイミングt12、t22、t32との間における原時間領域信号Sを、時間領域信号sとして抽出する。図3の左上に示す、タイミング間隔T1(t11-t12)の時間領域信号s、T2(t21-t22)の時間領域信号s、T3(t31-t32)の時間領域信号sが、抽出された時間領域信号sとなる。このタイミング間隔を本発明では特定時間間隔と呼んでおり、この特定時間間隔は、機器1の運転において、その周波数に対応した情報となっている。 The extraction means 12b extracts the original time domain signal S between the first extraction timings t11, t21, t31 at which the autocorrelation is maximum and the second extraction timings t12, t22, t32 at which the autocorrelation is the maximum. It is extracted as a time domain signal s. The time domain signal s of the timing interval T1 (t11-t12), the time domain signal s of T2 (t21-t22), and the time domain signal s of T3 (t31-t32) shown in the upper left of FIG. This becomes a region signal s. In the present invention, this timing interval is called a specific time interval, and this specific time interval is information corresponding to the frequency when the device 1 is operated.

このような抽出形態を採る場合、抽出第1タイミングt11、t21、t31と抽出第2タイミングt12、t22、t32との間の時間間隔が例えば0.067secと同一であることから、時間領域信号s間でその周波数は変化していない。また、自己相関が最大となるタイミングを抽出の始点及び終点とすることから、信号相互間(例えばT1とT2)で位相が一致する。従って、この場合は、これら時間領域信号s、s間でも異常判定が可能となる。即ち、特定時間間隔及び特定位相を同じくする時間領域信号sが抽出されている。 When adopting such an extraction form, since the time interval between the first extraction timing t11, t21, t31 and the second extraction timing t12, t22, t32 is the same as, for example, 0.067 sec, the time domain signal s Its frequency does not change between. Further, since the timing at which the autocorrelation is maximum is set as the start point and end point of extraction, the phases of the signals (for example, T1 and T2) match. Therefore, in this case, abnormality determination can also be made between these time domain signals s and s. That is, time domain signals s having the same specific time interval and specific phase are extracted.

ただし基本的には、診断対象とする時間領域信号(第1時間領域信号s1)の取り込み時点と、基準とする正常時の時間領域信号(第2時間領域信号s2であり本発明における正常時時間領域信号)の取り込み時点とが離れているため、周波数に対応する特定時間間隔及び特定位相を同じくする時間領域信号s1、s2間で異常判定を行う。 However, basically, the time domain signal to be diagnosed (the first time domain signal s1) is taken in, and the reference time domain signal (the second time domain signal s2, which is the normal time in the present invention). Since the acquisition time of the domain signal) is far apart, abnormality determination is performed between the time domain signals s1 and s2 having the same specific time interval corresponding to the frequency and the same specific phase.

図1に示す実施形態の場合、ログデータ側に周波数データが記憶され、診断時の時間領域信号s1に対する周波数及び位相同一の条件の満たす時間領域信号sを使用して、両者で異常判定を行うことができる。 In the case of the embodiment shown in FIG. 1, frequency data is stored on the log data side, and abnormality determination is performed on both sides using the time domain signal s that satisfies the same frequency and phase conditions as the time domain signal s1 at the time of diagnosis. be able to.

〔記憶部〕
以下、このような正常時の時間領域信号(第2時間領域信号s2)を主に記憶する記憶部20の構成に関して説明する。
[Storage section]
The configuration of the storage unit 20 that mainly stores such a time domain signal (second time domain signal s2) during normal operation will be described below.

図1に示すように、記憶部20には、ログ対応データ記憶部21と、稼働頻度別データ記憶部22とを備えて構成されている。 As shown in FIG. 1, the storage unit 20 includes a log-corresponding data storage unit 21 and an operation frequency-based data storage unit 22.

ここでデータと呼んでいる情報は、逐次収集される原時間領域信号Sを前処理して、所定の情報(ログデータ及びこのログデータに対応する稼働頻度)に関連づけして分類平均化した時間領域信号sである。この信号が診断基準とする基準時間領域信号であり、この信号は基準時間領域信号生成手段により生成する。 The information referred to as data here is obtained by preprocessing the original time domain signal S that is collected sequentially, and classifying and averaging the time by associating it with predetermined information (log data and operation frequency corresponding to this log data). This is the area signal s. This signal is a reference time domain signal used as a diagnostic standard, and this signal is generated by a reference time domain signal generating means.

図1からも判明するように、記憶部20には、逐次、機器1の動作に従って検出されるログデータLD、第2前処理部12で処理された時間領域信号s、及び異常判定部30bでの判定結果が入力される。 As is clear from FIG. 1, the storage unit 20 sequentially stores the log data LD detected according to the operation of the device 1, the time domain signal s processed by the second preprocessing unit 12, and the abnormality determination unit 30b. The judgment result is input.

ログデータLDは具体的には、対象日時、当該日時でのエンジン回転数(時間領域信号sの周波数に相当)、吸気温度、機関負荷率、燃料ガス圧等である。
時間領域信号sは、先に図1で説明した原時間領域信号Sから前処理を経て得られる信号である。
Specifically, the log data LD includes the target date and time, the engine rotation speed at the date and time (corresponding to the frequency of the time domain signal s), intake air temperature, engine load factor, fuel gas pressure, and the like.
The time domain signal s is a signal obtained through preprocessing from the original time domain signal S previously explained with reference to FIG.

記憶部20には、逐次求められる異常度と、その異常度に基づいた異常判定結果も入力されることから、記憶対象とする過去のデータが正常時のものか、異常時のものかの属性に従って分類可能となっている。結果、少なくとも正常時の時間領域信号s(第2時間領域信号s2)に関して、過去データの蓄積・平均化が可能となっている。 Since the degree of abnormality obtained sequentially and the abnormality determination result based on the degree of abnormality are also input to the storage unit 20, the attribute of whether the past data to be stored is normal or abnormal. It can be classified according to As a result, it is possible to accumulate and average past data, at least regarding the time domain signal s during normal times (second time domain signal s2).

〔ログ対応データ記憶部〕
ログ対応データ記憶部21では、上記のようにして蓄積される時間領域信号sが、各種ログデータLD(エンジン回転数、吸気温度、機関負荷率、燃料ガス圧等)に関連づけられて記憶されており、各種ログデータLDを特定することで、そのログデータLDに関連付けられた時間領域信号s(平均化された信号)を第2時間領域信号s2として引き出すことができる。当然、周波数が特定されれば、対応するエンジン回転数に基づいて、その周波数の第2時間領域信号s2を引き出せる。
結果、このログ対応データ記憶部21に記憶されている情報(診断対象とする第1時間領域信号s1に対して周波数に対応する特定時間間隔及び特定位相を同じくする正常時の第2時間領域信号s2)を、異常判定部30bでの異常判定に使用することができる。
[Log compatible data storage unit]
In the log corresponding data storage unit 21, the time domain signal s accumulated as described above is stored in association with various log data LD (engine speed, intake air temperature, engine load factor, fuel gas pressure, etc.). By specifying the various log data LD, the time domain signal s (averaged signal) associated with the log data LD can be extracted as the second time domain signal s2. Naturally, once a frequency is identified, a second time domain signal s2 of that frequency can be derived based on the corresponding engine speed.
As a result, the information stored in this log-corresponding data storage unit 21 (a second time-domain signal during normal operation having the same specific time interval corresponding to frequency and specific phase as the first time-domain signal s1 to be diagnosed) s2) can be used for abnormality determination by the abnormality determination section 30b.

〔稼働頻度別データ記憶部〕
異常分析装置100では、上記の様々な分類項目について、別途、その稼働頻度を収集している。従って、ログ対応データ記憶部21に分類蓄積されるデータは、その分類の稼働頻度に関連づけられる。図5に、横軸を出力、縦軸を回転数(回転速度;これまで説明してきた周波数に相当)として、その稼働頻度を高さ方向に取った例を示した。この例では出力と回転数とが一定の線形関係を満たす範囲で稼働頻度が高いことが分かる。従って、この記憶部20は、正常時の時間領域信号であって、機器1が異なった稼働頻度で運転される周波数で分類した正常時・稼働頻度別の時間領域信号sを備えている。
[Data storage section by operation frequency]
The abnormality analysis device 100 separately collects the operating frequencies of the various classification items mentioned above. Therefore, the data classified and accumulated in the log corresponding data storage section 21 is associated with the operating frequency of that classification. FIG. 5 shows an example in which the horizontal axis is the output, the vertical axis is the rotational speed (rotational speed; corresponds to the frequency explained so far), and the operating frequency is plotted in the height direction. In this example, it can be seen that the operating frequency is high within the range where the output and rotation speed satisfy a certain linear relationship. Therefore, this storage unit 20 includes time-domain signals s during normal times, classified by frequencies at which the device 1 is operated at different operating frequencies.

〔異常分析部〕
異常分析部30は、異常度算出部30aと異常判定部30bとを備えて構成されている。この異常分析部30は、本発明における異常分析手段となる。
[Anomaly Analysis Department]
The abnormality analysis section 30 includes an abnormality degree calculation section 30a and an abnormality determination section 30b. This abnormality analysis section 30 serves as abnormality analysis means in the present invention.

図1に示す例は、異常分析を所謂オートエンコーダを使用して、逐次、異常度を算出しながら異常分析を行う例である。 The example shown in FIG. 1 is an example in which anomaly analysis is performed using a so-called autoencoder while sequentially calculating the degree of anomaly.

〔オートエンコーダの構築〕
オートエンコーダの構築は、例えば、工場出荷時といった機器1が正常な状態で、実行される。即ち、正常状態でセンサ2から出力信号を取り込み、第1前処理部11、第2前処理部12を経て、位相を同じくする時間領域信号sを取得しておく。この時、周波数を変更しないことで、位相を同じくする時間領域信号sを順次自動的に取り込むことができる。そして、このような時間領域信号sを利用して、先に説明した手法に従って、オートエンコーダが初期的に構築される。診断時には、このオートエンコーダの入力として、診断対象の時間領域信号sを入力することで、次元圧縮(エンコード)・復元(デコード)による処理を経て得られる出力から、診断対象の時間領域信号sの異常度を得ることができる。
[Construction of autoencoder]
The construction of the autoencoder is executed when the device 1 is in a normal state, such as when shipped from the factory, for example. That is, the output signal from the sensor 2 is taken in in a normal state, and the time domain signal s having the same phase is obtained through the first preprocessing section 11 and the second preprocessing section 12. At this time, by not changing the frequency, time domain signals s having the same phase can be automatically captured sequentially. Then, using such time domain signal s, an autoencoder is initially constructed according to the method described above. At the time of diagnosis, by inputting the time domain signal s to be diagnosed as an input to this autoencoder, the time domain signal s to be diagnosed is calculated from the output obtained through dimensional compression (encoding) and restoration (decoding) processing. You can get the degree of abnormality.

オートエンコーダの構築は、少なくとも周波数毎(特定時間間隔毎)に分類して記憶される正常時の時間領域信号sに基づいて行うため、この周波数毎(例えば1Hz毎)に別個のオートエンコーダが構築され、周波数毎に個別のオートエンコーダを使用して以下に示す異常度を算出して異常を分析できる。この構成を図14に示した。 Since the autoencoder is constructed based on the normal time domain signal s that is classified and stored at least for each frequency (for each specific time interval), a separate autoencoder is constructed for each frequency (for example, every 1 Hz). Anomalies can be analyzed by calculating the degree of anomaly shown below using a separate autoencoder for each frequency. This configuration is shown in FIG.

この周波数毎の区切りに関して、さらに機器の稼働頻度を応じた区切りを採用してもよい。これまでも説明してきたように、記憶部20での記憶形態は、周波数及び周波数に対応し稼働頻度に関連づけられた第2時間領域信号s2を記憶するため、稼働頻度が高い領域に関して、上記の区切りを細かく取り、稼働頻度が低い領域において、区切りを荒く取り、異常分析手段としてのオートエンコーダをこの区切り毎に構築しておくと異常分析の確度を向上するとともに、分析結果を均一化できる。 As for the divisions for each frequency, divisions according to the operating frequency of the equipment may be adopted. As explained above, the storage format in the storage unit 20 is to store the frequency and the second time domain signal s2 that corresponds to the frequency and is associated with the operating frequency. By making small divisions, making coarse divisions in areas where operation frequency is low, and building an autoencoder as an abnormality analysis means for each division, the accuracy of abnormality analysis can be improved and the analysis results can be made uniform.

また、このオートエンコーダの構築は、前記のように工場出荷時に行える他、本発明に係る異常分析装置100は異常判定を逐次実行するため、この判定結果を利用して、正常と判定した時間領域信号sを使用して、例えば、周波数及び位相を同じくする時間領域信号sの複数を平均化した平均化信号に基づいて、逐次、オートエンコーダを更新して、信頼性の高い異常判定を行う構成とする。 In addition, the construction of this autoencoder can be performed at the time of factory shipment as described above, and since the abnormality analysis device 100 according to the present invention sequentially performs abnormality determination, the determination results are used to determine the time range determined to be normal. A configuration that uses the signal s to sequentially update the autoencoder based on an averaged signal obtained by averaging a plurality of time-domain signals s having the same frequency and phase, and performs highly reliable abnormality determination. shall be.

〔異常度算出部〕
異常度算出部30aは、上記のようにして構築されたオートエンコーダと、その入出力の関係から異常度を算出する部位である。
[Abnormality calculation unit]
The abnormality degree calculation unit 30a is a part that calculates the abnormality degree from the autoencoder constructed as described above and the relationship between its input and output.

図4に、特定5日間に渡って、上記手法に従って算出した異常度算出の結果を示した。
この結果からわかる様に、図14に示す異常度算出結果に対して、異常度のレベルは上昇しており感度が上昇している。
FIG. 4 shows the results of abnormality degree calculations calculated according to the above method over a specific 5-day period.
As can be seen from this result, the level of abnormality has increased and the sensitivity has increased with respect to the abnormality degree calculation results shown in FIG. 14.

〔異常判定部〕
異常判定部30bの判定手法としては、異常度を逐次求めてゆき、この異常度が過大に大きくなった場合を異常と判定する。
[Abnormality determination section]
The abnormality determination unit 30b determines the degree of abnormality one by one, and determines that the abnormality is abnormal when the degree of abnormality becomes excessively large.

以下、異常度の導出、異常判定の例を、図6~8に示す具体例を使用して説明する。
これらの図面には、予め得られているオートエンコーダを使用して、時間領域信号sを入出力処理した場合の入力(図上 inputと記載)と出力(図上outputと記載)の関係を示している。図上側に、得られた取得日時及び異常度を示した。さらに図右上は、図4を縮小した図であり、太丸で異常判定の対象とした時刻を示している。
Examples of deriving the degree of abnormality and determining abnormality will be described below using specific examples shown in FIGS. 6 to 8.
These drawings show the relationship between the input (denoted as input in the diagram) and the output (described as output in the diagram) when the time domain signal s is input/output processed using an autoencoder obtained in advance. ing. The obtained acquisition date and time and degree of abnormality are shown in the upper part of the figure. Further, the upper right of the figure is a reduced view of FIG. 4, and the thick circles indicate the times targeted for abnormality determination.

図6、7は、異常度の低い時刻の時間領域信号の入出力関係を示す図であり、図8は異常度の高い時刻の入出力関係を示す図である。 6 and 7 are diagrams showing the input/output relationship of time domain signals at times when the degree of abnormality is low, and FIG. 8 is a diagram showing the input/output relationships at times when the degree of abnormality is high.

簡単に整理して記載すると、
図6 ;異常度 0.0432
図7 ;異常度 0.0504
図8 ;異常度 0.104
となっている。
図4及びこれらの図から、例えば、異常度0.1を閾値として異常判定を行えることが分かる。
Simply organized and written,
Figure 6 ; Abnormality degree 0.0432
Figure 7 ; Abnormality degree 0.0504
Figure 8 ; Abnormality degree 0.104
It becomes.
It can be seen from FIG. 4 and these figures that, for example, an abnormality determination can be made using an abnormality degree of 0.1 as a threshold value.

上記は、一定の閾値に基づく判定であるが、この異常度の算出を0.01sec間隔で逐次実行して、異常度が過度に上昇傾向を示した場合に異常と判定することもできる。 Although the above determination is based on a certain threshold value, it is also possible to sequentially calculate the degree of abnormality at intervals of 0.01 seconds and determine that the degree of abnormality is abnormal if the degree of abnormality shows an excessively increasing tendency.

例えば、異常度の算出間隔0.01secに対してそれより長い時間間隔、例えば5sec程度を設定しておき、この時間間隔の間に、異常度が増加傾向を示す、大きく変わらない、減少傾向を示す等の異常度の変化傾向に基づいて、異常度が増加傾向を示す場合のみ異常があると判断することもできる。この場合、機器1の運転履歴と異常度の変化傾向を比較して異常の分析を行うことが好ましい。 For example, if the abnormality degree calculation interval is 0.01 seconds, a longer time interval, for example, about 5 seconds, is set, and during this time interval, the abnormality degree shows an increasing trend, does not change significantly, or decreases. It is also possible to determine that there is an abnormality only when the abnormality degree shows an increasing tendency, based on the change tendency of the abnormality degree such as shown in FIG. In this case, it is preferable to analyze the abnormality by comparing the operating history of the device 1 and the change trend of the degree of abnormality.

〔稼働頻度による異常度判定の重みづけ〕
異常度算出部30a、異常判定部30bにおいては、正常時・稼働頻度別の時間領域信号sに基づいて、異常度の算出基準を稼働頻度に従って変更することで異なる基準で異常分析を実行するように構成されている。
[Weighting of abnormality degree judgment based on operation frequency]
The abnormality degree calculation unit 30a and the abnormality determination unit 30b perform abnormality analysis using different criteria by changing the abnormality degree calculation standard according to the operation frequency based on the time domain signal s for each normal time and operation frequency. It is composed of

図4~図8に示した例の場合、時間領域信号sの検出時点は、機器1の動作が継続されており、その稼働頻度が高い状態で運転される時間帯に当たっている。従って、この状態における診断の確度は高いため、異常度の閾値を、先に示した様に1.00として判定することができる。 In the examples shown in FIGS. 4 to 8, the time domain signal s is detected at the time when the device 1 continues to operate and is operated at a high frequency. Therefore, since the accuracy of diagnosis in this state is high, the threshold value of the degree of abnormality can be determined as 1.00 as shown above.

一方、稼働頻度の低い状態での運転では、サンプリング数が少ない等との理由により、診断の確度が低くなり、誤って異常と判定する確率が高くなる。従って、このようなケースにあっては、異常度の閾値を低い側(例えば、0.75)として判定するのが好ましい。 On the other hand, when operating in a state where the operating frequency is low, the accuracy of diagnosis decreases due to reasons such as a small number of samplings, and the probability of erroneously determining abnormality increases. Therefore, in such a case, it is preferable to set the abnormality degree threshold to a low value (for example, 0.75).

この様な稼働頻度に関わる判定の重みづけ手法に関して、オートエンコーダで説明した次元圧縮の概念を行って重みづけを行う例を、以下、具体的に説明する。説明に当たっては、エンジンの起動時の状況を例にとって説明する。
図9に、この様なエンジンの起動時の状態を示した。
同図、実線で「出力」を、一点鎖線で「燃料弁開度」を、さらに破線で「回転数(回転速度)」を示している。横軸は起動開始からの経過時間である。この図は、起動開始(0sec)~出力が所定の値に到達するまでの時間(340sec)までの状態を示した。エンジンの動作にあっては、排ガス流量、排ガス温度、その他の要素も関与するが(影響要素となるが)、それらの要素に関しては省力して説明する。
Regarding such a weighting method for determinations related to operating frequency, an example in which weighting is performed using the concept of dimensional compression described in connection with the autoencoder will be specifically described below. In the explanation, the situation when the engine is started will be explained as an example.
FIG. 9 shows the state of such an engine at startup.
In the same figure, the solid line indicates "output," the dashed line indicates "fuel valve opening," and the broken line indicates "rotational speed." The horizontal axis is the elapsed time from the start of activation. This figure shows the state from the start of startup (0 sec) to the time until the output reaches a predetermined value (340 sec). In the operation of the engine, exhaust gas flow rate, exhaust gas temperature, and other factors are also involved (influencing factors), but these factors will be omitted in the explanation.

次元圧縮においては、主成分分析の固有ベクトルを求めて圧縮を行う。
主成分である第1主成分PCA1及び第2主成分PCA2は、各影響要素xi,jの寄与度Wi、Wjを使用して、以下のように記載される。ここで、bi,cjは多変量分析の手法に従って適宜決定される。
In dimensional compression, the eigenvectors of principal component analysis are obtained and compression is performed.
The first principal component PCA1 and the second principal component PCA2, which are principal components, are described as follows using the degrees of contribution Wi, Wj of each influencing element x i, x j . Here, bi and cj are appropriately determined according to a multivariate analysis method.

第1主成分PCA1;x=ΣW+b 式4
第2主成分PCA2;y=ΣW+c 式5
First principal component PCA1; x=ΣW i x i +b i Equation 4
Second principal component PCA2; y=ΣW j x j +c j Equation 5

このようにして求められる固有ベクトル(PCA1,PCA2)での関係を示したのが図10であり、この図において、エンジン起動時の事象は時間経過とともにZ1→Z2→Z3の軌跡を辿る。 FIG. 10 shows the relationship between the eigenvectors (PCA1, PCA2) obtained in this way, and in this figure, the event at engine startup follows a trajectory of Z1→Z2→Z3 as time passes.

図11は、このエンジン起動から5時間後まで稼働状態時の要素を主成分分析によって次元圧縮した上で、カーネル密度推定値を主成分分析によって算出したものであり、その出現確率を求めたものである。同図において濃い側が、密度が高い側となる。参考に、同図の右側及び上側に、密度分布を高さに写像して表示している。従って、この図からも分かるように先に説明した重みづけは、カーネル密度推定値×α、その区切り間隔はβ/カーネル密度推定値とできる。ここで、α、βは対象毎に設定する。 Figure 11 shows the estimated kernel density value calculated by principal component analysis after reducing the dimensionality of the elements during the operating state until 5 hours after engine startup using principal component analysis, and the probability of occurrence thereof. It is. In the figure, the darker side is the side with higher density. For reference, the density distribution is mapped to height and displayed on the right and upper sides of the figure. Therefore, as can be seen from this figure, the weighting described above can be made to be the estimated kernel density value x α, and the separation interval can be calculated as β/estimated kernel density value. Here, α and β are set for each target.

先にも説明したように、出現確率の高い領域については、この領域に関して求められる異常度をほぼそのまま使用するようにし、出現確率の低い領域については、この領域に関して求められる異常度が低くなるように重み付けすることができる。 As explained earlier, for areas with a high probability of appearance, the degree of abnormality calculated for this area is used almost as is, and for areas with a low probability of appearance, the degree of abnormality calculated for this area is used as is. can be weighted.

以上説明したように、本発明に係る異常分析装置100では、予め求められている正常時の時間領域信号(正常時時間領域信号)である第2時間領域信号s2と、診断時の時間領域信号である第1時間領域信号s1との比較において異常分析を行うこととなっている。 As explained above, in the abnormality analysis device 100 according to the present invention, the second time domain signal s2, which is the time domain signal at the normal time determined in advance (time domain signal at the normal time), and the time domain signal at the time of diagnosis. Abnormality analysis is to be performed in comparison with the first time domain signal s1.

この構成を採る場合、診断時の時間領域信号と周波数及び位相を、特定時間間隔及び特定位相において同じくする正常時の時間領域信号を基準として分析を行うこととなる。正常時の時間領域信号を使用する場合は、複数の時間領域信号s2の平均化信号を得ておき、これを基準時間領域信号として使用することで、ノイズ除去された正常時時間信号を基準として異常分析を行える。 When this configuration is adopted, analysis is performed based on a normal time domain signal that has the same frequency and phase as the time domain signal at the time of diagnosis at a specific time interval and a specific phase. When using a normal time domain signal, obtain an averaged signal of multiple time domain signals s2 and use this as a reference time domain signal. Can perform anomaly analysis.

〔別実施形態〕
(1)上記の実施形態では、機器が動作している周波数はログデータLD側から取り込み、自己相関導出手段12a及び抽出手段12bを使用して、時間領域信号sの位相を合すように構成しているが、先にも図3で示したように、本発明に係る時間領域信号sは、その信号長(時間幅)が特定されるため、この時間幅を利用して、その信号の取り込み時の周波数を求めることができる。信号時長をTsecとして、周波数は60/Tとなる。そこで、図12に示す別実施形態では、第2前処理部に備える周波数検出手段としての周波数算出手段12cで行うようにしている。
このようにすることで、原時間領域信号Sから周波数及び位相に関する両情報を得て、時間領域信号sにおける周波数及び位相に対応した、特定時間間隔及び特定位相の同一性を確保して信頼性の高い異常分析を行うことができる。
[Another embodiment]
(1) In the above embodiment, the frequency at which the device is operating is taken in from the log data LD side, and the phase of the time domain signal s is adjusted using the autocorrelation deriving means 12a and the extraction means 12b. However, as shown in FIG. 3, since the signal length (time width) of the time domain signal s according to the present invention is specified, this time width can be used to determine the length of the signal. The frequency at the time of capture can be determined. When the signal time length is Tsec, the frequency is 60/T. Therefore, in another embodiment shown in FIG. 12, the frequency calculation means 12c as a frequency detection means provided in the second preprocessing section performs the calculation.
By doing this, both information regarding frequency and phase is obtained from the original time domain signal S, and the identity of the specific time interval and specific phase corresponding to the frequency and phase in the time domain signal s is ensured, thereby increasing reliability. It is possible to perform highly accurate anomaly analysis.

(2)上記の実施形態では、学習を伴った異常分析において、その異常分析手段が実行する分析手法として、オートエンコーダを構築し異常度を算出して異常分析を行う方法を採用したが、本発明の主眼は、時間領域信号において、周波数及び位相に対応した、特定時間間隔及び特定位相の合致した信号間での異常分析を行うことにあり、異常分析手法としては、オートエンコーダによる手法の他、one-class SWN等の手法を採用することも可能である。 (2) In the above embodiment, in the anomaly analysis accompanied by learning, the anomaly analysis method executed by the anomaly analysis means is a method of constructing an autoencoder and calculating the degree of anomaly to perform the anomaly analysis. The main focus of the invention is to perform anomaly analysis between signals that correspond to frequency and phase and have a specific time interval and a specific phase in time domain signals. Abnormality analysis methods include methods using autoencoders and other methods. , one-class SWN, etc. may also be adopted.

(3)上記の実施形態では、時間領域信号間における位相を合わせるのに、順次、自己相関が最大となるタイミングを利用したが、例えば、時間領域信号を平滑化した信号を対象として、その信号の微分値の増加側ゼロ切点が特定の位相を抽出の起点とする、その他、様々な手法を採用することができる。 (3) In the above embodiment, the timings at which the autocorrelation becomes maximum are sequentially used to match the phases between time domain signals. It is possible to adopt various other methods in which the zero cut point on the increasing side of the differential value of is used as the starting point of extraction.

(4)上記の実施形態では、機器1としてエンジンの例を挙げたが、ガスタービン等の異常分析も行うことができる。 (4) In the above embodiment, an engine is used as an example of the device 1, but abnormality analysis of a gas turbine or the like can also be performed.

1 エンジン(機器)
10 前処理部(前処理手段)
11 第1前処理部(帯域外信号排除手段)
12 第2前処理部
12a 自己相関導出手段
12b 抽出手段
12c 周波数算出手段(周波数検出手段)
20 記憶部
21 ログ対応データ記憶部
22 稼働頻度別データ記憶部
30 異常分析部(異常分析手段)
30a 異常度算出部(異常度算出手段)
30b 異常判定部(異常判定手段)
S 原時間領域信号
s 時間領域信号
s1 第1時間領域信号(時間領域信号)
s2 第2時間領域信号(時間領域信号・正常時時間領域信号)
LD ログデータ

1 Engine (equipment)
10 Pre-processing section (pre-processing means)
11 First preprocessing section (out-of-band signal elimination means)
12 Second preprocessing section 12a Autocorrelation deriving means 12b Extracting means 12c Frequency calculation means (frequency detection means)
20 Storage unit 21 Log corresponding data storage unit 22 Data storage unit by operation frequency 30 Abnormality analysis unit (abnormality analysis means)
30a Abnormality degree calculation unit (abnormality degree calculation means)
30b Abnormality determination section (abnormality determination means)
S Original time domain signal s Time domain signal s1 First time domain signal (time domain signal)
s2 Second time domain signal (time domain signal/normal time domain signal)
LD log data

Claims (10)

周期的に動作する機器が発する原時間領域信号を検出する検出手段と、
前記検出手段により検出される原時間領域信号に基づいて機器の異常を分析する異常分析手段とを備え、
前記検出手段により検出されるとともに、正常な機器が発する原時間領域信号から抽出される特定時間間隔及び特定位相の時間領域信号を正常時時間領域信号として記憶する記憶部を備え、
当該記憶部に順次記憶される前記正常時時間領域信号に基づいて診断基準とする基準時間領域信号を、機器の周波数に基づき当該周波数に対応して生成する基準時間領域信号生成手段を備え、
前記基準時間領域信号が、機器が動作する周波数に基づいて分類され、
前記検出手段が機器の周波数に基づき当該周波数に対応して検出する診断対象の原時間領域信号について、前記異常分析手段が周波数に対応する前記特定時間間隔及び前記特定位相を同じくする前記基準時間領域信号に基づいて異常判定して機器の異常を分析する構成で、
前記異常分析手段が、稼働頻度が異なる前記機器の周波数間に関し、前記稼働頻度に従った異なる基準で機器の異常を分析する異常分析装置。
detection means for detecting raw time domain signals emitted by periodically operating equipment;
an abnormality analysis means for analyzing an abnormality of the device based on the original time domain signal detected by the detection means,
a storage unit for storing a time domain signal at a specific time interval and a specific phase detected by the detection means and extracted from the original time domain signal emitted by the normal device as a normal time domain signal;
A reference time domain signal generating means for generating a reference time domain signal as a diagnostic standard based on the frequency of the device and corresponding to the frequency based on the normal time domain signals sequentially stored in the storage unit,
the reference time domain signal is classified based on the frequency at which the equipment operates;
Regarding the original time domain signal to be diagnosed which the detection means detects based on the frequency of the equipment and corresponding to the frequency, the abnormality analysis means detects the reference time domain signal in which the specific time interval and the specific phase corresponding to the frequency are the same. A configuration that analyzes equipment abnormalities by determining abnormalities based on signals.
An abnormality analysis device, wherein the abnormality analysis means analyzes the abnormality of the equipment based on different criteria according to the operating frequency with respect to frequencies of the equipment having different operating frequencies .
周期的に動作する機器が発する原時間領域信号を検出する検出手段と、
前記検出手段により検出される原時間領域信号に基づいて機器の異常を分析する異常分析手段とを備え、
前記検出手段により検出されるとともに、正常な機器が発する原時間領域信号から抽出される特定時間間隔及び特定位相の時間領域信号を正常時時間領域信号として記憶する記憶部を備え、
当該記憶部に順次記憶される前記正常時時間領域信号に基づいて診断基準とする基準時間領域信号を、機器の周波数に基づき当該周波数に対応して生成する基準時間領域信号生成手段を備え、
前記基準時間領域信号が、機器が動作する周波数に基づいて分類され、
前記検出手段が機器の周波数に基づき当該周波数に対応して検出する診断対象の原時間領域信号について、前記異常分析手段が周波数に対応する前記特定時間間隔及び前記特定位相を同じくする前記基準時間領域信号に基づいて異常判定して機器の異常を分析する構成で、
前記異常分析手段が、稼働頻度が異なる前記機器の周波数間に関し、前記機器の稼働頻度が高い領域程、細かく分類された前記基準時間領域信号に基づいて異常判定する異常分析装置。
detection means for detecting raw time domain signals emitted by periodically operating equipment;
an abnormality analysis means for analyzing an abnormality of the device based on the original time domain signal detected by the detection means,
a storage unit for storing a time domain signal at a specific time interval and a specific phase detected by the detection means and extracted from the original time domain signal emitted by the normal device as a normal time domain signal;
A reference time domain signal generating means for generating a reference time domain signal as a diagnostic standard based on the frequency of the device and corresponding to the frequency based on the normal time domain signals sequentially stored in the storage unit,
the reference time domain signal is classified based on the frequency at which the equipment operates;
Regarding the original time domain signal to be diagnosed which the detection means detects based on the frequency of the equipment and corresponding to the frequency, the abnormality analysis means detects the reference time domain signal in which the specific time interval and the specific phase corresponding to the frequency are the same. A configuration that analyzes equipment abnormalities by determining abnormalities based on signals.
An abnormality analysis device, wherein the abnormality analysis means determines an abnormality based on the reference time domain signal that is classified more finely in a region where the operation frequency of the equipment is higher, with respect to frequencies of the equipment whose operating frequencies are different .
前記原時間領域信号の自己相関を求める自己相関導出手段と、
前記自己相関導出手段により導出される自己相関に基づいて、前記特定位相の時間領域信号を抽出する抽出手段とを備え、
前記異常分析手段が、前記特定時間間隔及び前記特定位相を同じくする前記基準時間領域信号に基づいて機器の異常を分析する請求項1又は2記載の異常分析装置。
autocorrelation deriving means for determining the autocorrelation of the original time domain signal;
extracting means for extracting the time domain signal of the specific phase based on the autocorrelation derived by the autocorrelation deriving means,
3. The abnormality analysis device according to claim 1 , wherein the abnormality analysis means analyzes the abnormality of the device based on the reference time domain signal having the same specific time interval and the same specific phase.
前記抽出手段が、前記自己相関が最大となる抽出第1タイミングと、続いて自己相関が最大となる抽出第2タイミングとの間における時間領域信号を、前記原時間領域信号から前記特定時間間隔及び特定位相の時間領域信号として抽出する請求項記載の異常分析装置。 The extraction means extracts the time domain signal between the first extraction timing at which the autocorrelation is maximum and the second extraction timing at which the autocorrelation is the maximum from the original time domain signal at the specific time interval and The abnormality analysis device according to claim 3 , wherein the abnormality analysis device extracts the signal as a time domain signal of a specific phase. 前記原時間領域信号から、異常分析の対象とする周波数帯域を外れる信号成分を排除する帯域外信号排除手段を備えた請求項1~のいずれか一項記載の異常分析装置。 The abnormality analysis apparatus according to any one of claims 1 to 4 , further comprising an out-of-band signal eliminating means for eliminating signal components outside a frequency band targeted for abnormality analysis from the original time domain signal. 前記異常分析手段が、前記基準時間領域信号に基づいて構築されたオートエンコーダにより診断対象の時間領域信号の異常度を算出して、前記機器の異常を分析する請求項1~5の何れか一項記載の異常分析装置。 Any one of claims 1 to 5, wherein the abnormality analysis means analyzes the abnormality of the device by calculating the degree of abnormality of the time domain signal to be diagnosed using an autoencoder constructed based on the reference time domain signal. Anomaly analysis device as described in section. 前記異常分析手段が、周波数毎に分類された前記基準時間領域信号に基づいて構築されたオートエンコーダにより診断対象の時間領域信号の異常度を算出して、前記機器の異常を分析する請求項1~6の何れか一項記載の異常分析装置。 2. The abnormality analysis means calculates the degree of abnormality of the time domain signal to be diagnosed using an autoencoder constructed based on the reference time domain signal classified by frequency, and analyzes the abnormality of the device. The abnormality analysis device according to any one of items 6 to 6. 前記原時間領域信号が前記検出手段により逐次検出されるとともに、逐次検出される原時間領域信号に基づいて前記オートエンコーダが逐次前記異常度を算出する構成で、
前記逐次算出される異常度の変化傾向に基づいて機器の異常を分析する請求項6または7記載の異常分析装置。
The original time domain signal is sequentially detected by the detection means, and the autoencoder sequentially calculates the degree of abnormality based on the sequentially detected original time domain signal,
The abnormality analysis device according to claim 6 or 7, wherein the abnormality analysis device analyzes the abnormality of the device based on the change tendency of the abnormality degree calculated sequentially.
前記異常度の変化傾向に基づいて機器の異常を分析するに、
前記異常度の算出間隔より長い時間間隔において、異常度が増加傾向を示す、大きく変わらない、減少傾向を示すとの異常度の変化傾向を判別し、異常度が増加傾向を示す場合に異常があると分析する請求項8記載の異常分析装置。
Analyzing equipment abnormalities based on the change trend of the abnormality degree,
In a time interval longer than the above-mentioned abnormality degree calculation interval, the change trend of the abnormality degree is determined: whether the abnormality degree shows an increasing tendency, does not change significantly, or shows a decreasing tendency, and if the abnormality degree shows an increasing tendency, an abnormality is detected. 9. The abnormality analysis device according to claim 8, which analyzes if there is an abnormality.
前記機器が動作する周波数を検出する周波数検出手段と、前記周波数検出手段により検出される周波数を記憶する記憶部を備えるとともに、
前記周波数検出手段により検出される周波数に基づいて算出された特定時間間隔の時間領域信号であって、特定位相を同じくする時間領域信号間において、前記異常分析手段が機器の異常を分析する請求項1~の何れか一項記載の異常分析装置。
A frequency detection means for detecting a frequency at which the device operates, and a storage section for storing the frequency detected by the frequency detection means,
2. The abnormality analysis means analyzes the abnormality of the equipment between time domain signals having a specific phase, which are calculated based on the frequency detected by the frequency detection means at specific time intervals, and which have the same specific phase. The abnormality analysis device according to any one of items 1 to 9 .
JP2020053153A 2020-03-24 2020-03-24 Abnormality analyzer Active JP7391742B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2020053153A JP7391742B2 (en) 2020-03-24 2020-03-24 Abnormality analyzer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2020053153A JP7391742B2 (en) 2020-03-24 2020-03-24 Abnormality analyzer

Publications (2)

Publication Number Publication Date
JP2021152792A JP2021152792A (en) 2021-09-30
JP7391742B2 true JP7391742B2 (en) 2023-12-05

Family

ID=77886573

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2020053153A Active JP7391742B2 (en) 2020-03-24 2020-03-24 Abnormality analyzer

Country Status (1)

Country Link
JP (1) JP7391742B2 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011257154A (en) 2010-06-04 2011-12-22 Mitsubishi Electric Corp Deterioration diagnosis device and deterioration diagnosis method
JP2015101124A (en) 2013-11-21 2015-06-04 Ntn株式会社 Kind recognition device of automobile tire
JP2015161506A (en) 2014-02-26 2015-09-07 三菱電機株式会社 Signal analyzer, signal analysis method, degradation diagnosis apparatus, and degradation diagnosis method
JP6076571B1 (en) 2015-08-06 2017-02-08 新日鉄住金ソリューションズ株式会社 Information processing apparatus, information processing system, information processing method, and program
JP2019168412A (en) 2018-03-26 2019-10-03 Ntn株式会社 Abnormality detector and abnormality detection method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011257154A (en) 2010-06-04 2011-12-22 Mitsubishi Electric Corp Deterioration diagnosis device and deterioration diagnosis method
JP2015101124A (en) 2013-11-21 2015-06-04 Ntn株式会社 Kind recognition device of automobile tire
JP2015161506A (en) 2014-02-26 2015-09-07 三菱電機株式会社 Signal analyzer, signal analysis method, degradation diagnosis apparatus, and degradation diagnosis method
JP6076571B1 (en) 2015-08-06 2017-02-08 新日鉄住金ソリューションズ株式会社 Information processing apparatus, information processing system, information processing method, and program
JP2019168412A (en) 2018-03-26 2019-10-03 Ntn株式会社 Abnormality detector and abnormality detection method

Also Published As

Publication number Publication date
JP2021152792A (en) 2021-09-30

Similar Documents

Publication Publication Date Title
US9874472B2 (en) Method and apparatus for monitoring and analyzing vibrations in rotary machines
JP5544418B2 (en) Plant diagnostic device, diagnostic method, and diagnostic program
US10115298B2 (en) Method of trend analysis and automatic tuning of alarm parameters
US7321845B2 (en) Method and system for removing very low frequency noise from a time-based data set
US7742881B2 (en) System and method for detection of rotor eccentricity baseline shift
US10496466B2 (en) Preprocessor of abnormality sign diagnosing device and processing method of the same
CN102999038B (en) The diagnostic device of generating set and the diagnostic method of generating set
JP2013542432A (en) Engine test bench monitoring system
Camerini et al. Fault detection in operating helicopter drivetrain components based on support vector data description
CA2512383A1 (en) Method and system for diagnostics and prognostics of a mechanical system
KR20210073840A (en) Method For Engine Combustion Diagnosis Based On Mechanical Abnormality Using Engine Noise and Combustion Diagnosis System Thereof
EP3469434B1 (en) Automatic visual and acoustic analytics for event detection
CN117407661B (en) Data enhancement method for equipment state detection
JP7391742B2 (en) Abnormality analyzer
JP7438805B2 (en) Abnormality analysis device and abnormality analysis method
CN116071053B (en) Reciprocating compressor state early warning system based on digital twinning
Jin et al. A vibration-based approach for diesel engine fault diagnosis
Zhang Bearing fault diagnosis based on the dimension–temporal information
JP4049331B2 (en) Method and apparatus for evaluating diagnostic object
JP4680780B2 (en) Engine evaluation method and engine evaluation apparatus
Dietel et al. Fault detection in rotating machinery using spectral modeling
JP4511886B2 (en) Abnormality diagnosis device and abnormality diagnosis system for screw compressor
JP4349888B2 (en) Engine evaluation device
JP7383367B1 (en) Vibration data analysis method and analysis system for rotating equipment
KR102566810B1 (en) Motion signal extraction system and method based on vibration signal

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20221118

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20230607

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20230804

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20231025

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20231122

R150 Certificate of patent or registration of utility model

Ref document number: 7391742

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150