JP2022158570A - Abnormality detection device, abnormality detection method, and program - Google Patents
Abnormality detection device, abnormality detection method, and program Download PDFInfo
- Publication number
- JP2022158570A JP2022158570A JP2021063565A JP2021063565A JP2022158570A JP 2022158570 A JP2022158570 A JP 2022158570A JP 2021063565 A JP2021063565 A JP 2021063565A JP 2021063565 A JP2021063565 A JP 2021063565A JP 2022158570 A JP2022158570 A JP 2022158570A
- Authority
- JP
- Japan
- Prior art keywords
- abnormality
- mechanical equipment
- detection device
- vibration
- abnormality detection
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
- 230000005856 abnormality Effects 0.000 title claims abstract description 227
- 238000001514 detection method Methods 0.000 title claims abstract description 212
- 238000000034 method Methods 0.000 claims abstract description 54
- 230000008569 process Effects 0.000 claims abstract description 38
- 239000013598 vector Substances 0.000 claims description 76
- 238000005259 measurement Methods 0.000 claims description 60
- 238000004364 calculation method Methods 0.000 description 34
- 238000012545 processing Methods 0.000 description 28
- 238000003745 diagnosis Methods 0.000 description 20
- 238000010586 diagram Methods 0.000 description 16
- 238000004458 analytical method Methods 0.000 description 11
- 230000002159 abnormal effect Effects 0.000 description 9
- 230000004048 modification Effects 0.000 description 9
- 238000012986 modification Methods 0.000 description 9
- 230000000694 effects Effects 0.000 description 6
- 239000011159 matrix material Substances 0.000 description 6
- 230000006870 function Effects 0.000 description 5
- 238000005516 engineering process Methods 0.000 description 4
- 230000035945 sensitivity Effects 0.000 description 4
- 238000000354 decomposition reaction Methods 0.000 description 3
- 230000006866 deterioration Effects 0.000 description 3
- 230000008901 benefit Effects 0.000 description 2
- 238000007796 conventional method Methods 0.000 description 2
- 238000010790 dilution Methods 0.000 description 2
- 239000012895 dilution Substances 0.000 description 2
- 230000010355 oscillation Effects 0.000 description 2
- 238000009825 accumulation Methods 0.000 description 1
- 230000002547 anomalous effect Effects 0.000 description 1
- 230000008859 change Effects 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 238000004590 computer program Methods 0.000 description 1
- 239000012530 fluid Substances 0.000 description 1
- 230000006872 improvement Effects 0.000 description 1
- 238000007689 inspection Methods 0.000 description 1
- 230000015654 memory Effects 0.000 description 1
- 230000000737 periodic effect Effects 0.000 description 1
- 230000004044 response Effects 0.000 description 1
- 239000004065 semiconductor Substances 0.000 description 1
- 239000007787 solid Substances 0.000 description 1
- 208000024891 symptom Diseases 0.000 description 1
- 230000009466 transformation Effects 0.000 description 1
- 239000002699 waste material Substances 0.000 description 1
Images
Landscapes
- Testing Of Devices, Machine Parts, Or Other Structures Thereof (AREA)
Abstract
Description
本開示は、異常検出装置、異常検出方法、およびプログラムに関する。 The present disclosure relates to an abnormality detection device, an abnormality detection method, and a program.
機械設備などの検査対象の健全性を診断する技術として、MT(マハラノビス・タグチ)法を用いて異常を検知する方法が知られている。MT法では、基準データ(例えば、正常状態における各種特性項目の計測値の集団)の共分散行列の逆行列を用いてマハラノビス距離を計算する。そして、計算されたマハラノビス距離が所定の閾値を超える場合、検査対象の状態が異常であると判断することができる。 As a technique for diagnosing the soundness of an inspection target such as mechanical equipment, a method of detecting an abnormality using the MT (Mahalanobis-Taguchi) method is known. In the MT method, the Mahalanobis distance is calculated using the inverse matrix of the covariance matrix of reference data (for example, a group of measured values of various characteristic items in a normal state). Then, if the calculated Mahalanobis distance exceeds a predetermined threshold, it can be determined that the state of the object to be inspected is abnormal.
例えば特許文献1には、振動センサによる計測信号yを周波数分析した結果に基づいて、回転機械の異常振動を検出する異常検出装置が記載されている。
For example,
周波数分析の結果とは具体的には離散フーリエ変換の結果として得られるフーリエ係数である。特許文献1に記載された異常検出装置は、計測した信号yの時刻歴{y(ΔT),y(2ΔT),…,y(NΔT)}の時間間隔ΔTと、周波数分析にかけるデータの点数Nとから定まる周波数点{0Δf,1Δf,2Δf,…,(N-1)Δf}について得られる複素数のフーリエ係数{a(0Δf)+jb(0Δf),a(1Δf)+jb(1Δf),a(2Δf)+jb(2Δf),…,a((N-1)Δf)+jb((N-1)Δf)}に基づき異常を検出する。jは虚数単位である。離散フーリエ変換は、演算速度の点から、高速フーリエ変換(Fast Fourier Transform(FFT))が用いられる。これを機械設備の制御装置で実行することは演算処理の量の点、および検出の即時性の点で課題がある。
The results of frequency analysis are specifically Fourier coefficients obtained as a result of discrete Fourier transform. The anomaly detection device described in
FFTでは、一つの信号あたり、例えば256点、例えば1024点、のように、周波数標本点数が2の冪乗になるように設定し、設定したひとつの周波数点数についてフーリエ係数を一つ算出するので、フーリエ係数の計算回数も256点、1024点と増加する。つまり、FFTでは、周波数標本点数と同じ数のフーリエ係数を計算しなければならない。 In FFT, the number of frequency samples is set to be a power of 2, such as 256 points or 1024 points per signal, and one Fourier coefficient is calculated for each set number of frequency samples. , the number of calculations of Fourier coefficients also increases to 256 points and 1024 points. That is, in FFT, the same number of Fourier coefficients as the number of frequency samples must be calculated.
信号が1chであるならば、FFTによる周波数分析は可能である。しかし、例えば、16chの計測信号がある場合には困難となる可能性がある。周波数標本点数が256点であれば、16ch×256点、すなわち4096点ものフーリエ係数を計算することになる。そうすると、いかに計算速度が向上した今日といえども一般の制御装置で処理しきれるものではなく、専用の演算装置(周波数分析装置)を備えなければならない。これは、製品コストの観点では好ましいことではない。 If the signal is 1ch, frequency analysis by FFT is possible. However, it may become difficult when there are, for example, 16ch measurement signals. If the number of frequency samples is 256, 16ch×256 points, that is, 4096 points of Fourier coefficients will be calculated. In this case, even though the calculation speed has improved today, it cannot be processed by a general control device, and a dedicated arithmetic device (frequency analysis device) must be provided. This is not desirable from a product cost point of view.
さらに、一つのチャンネルあたり256点の周波数点のフーリエ係数を計算したとしても、その一部のみを振動診断に使うことが多い。異常が現れやすい周波数点は、事前に分かるので、その周波数帯域に属する周波数点のフーリエ係数さえわかればよい。計算したフーリエ係数のほとんどは使われないのが普通である。しかし、フーリエ係数の計算では、周波数点を限定してフーリエ係数を計算することはできない。このため、従来の技術では、使う事もない周波数点のフーリエ係数まで計算することが行われているが、これは無駄である。 Furthermore, even if the Fourier coefficients of 256 frequency points per channel are calculated, only some of them are often used for vibration diagnosis. Since the frequency points where anomalies are likely to appear are known in advance, it is only necessary to know the Fourier coefficients of the frequency points belonging to the frequency band. Most of the computed Fourier coefficients are usually not used. However, in calculating the Fourier coefficients, it is not possible to limit the frequency points and calculate the Fourier coefficients. For this reason, in the conventional technique, even the Fourier coefficients of frequency points that are not used are calculated, which is wasteful.
計算の無駄ばかりではない。FFTは即時性の点でも課題がある。FFTでは、計測信号の時間間隔をΔT[s]、FFTの対象とする計測点数をNとすると、周波数分解能、すなわち周波数点の刻みはΔf=(ΔTN)-1[Hz]のように計算され、周波数点{0Δf,1Δf,2Δf,…,(N-1)Δf}についてフーリエ係数を計算する。例えば、ΔT=0.01secであり、分解能を0.01Hzで評価するためには、データ長はN=1024点あれば充分である。このときデータを蓄積する時間が問題になる。ΔT=0.01secで1024点を蓄積するには10.24秒の時間がかかる。興味の対象が、例えば、0.1Hzの成分(10秒周期)であるならば蓄積に10秒かかっても問題ではない。しかし、仮に、例えば、1Hzの周波数成分(1秒周期)を調べたいなら、10秒かけずに1秒で調べたい。異常や兆候を早く検知するためには、短いデータで判定することが重要である。したがって、データの蓄積に時間がかかる点については、従来技術であるFFTの課題である。 It's not just a waste of computation. FFT also has a problem in terms of immediacy. In FFT, if the time interval of the measurement signal is ΔT [s], and the number of measurement points to be subjected to FFT is N, the frequency resolution, that is, the increment of frequency points is calculated as Δf = (ΔTN) - 1 [Hz]. , the Fourier coefficients for the frequency points {0Δf, 1Δf, 2Δf, . . . , (N−1)Δf}. For example, ΔT=0.01 sec, and in order to evaluate the resolution at 0.01 Hz, a data length of N=1024 points is sufficient. At this time, the time required to accumulate data becomes a problem. It takes 10.24 seconds to accumulate 1024 points with ΔT=0.01 seconds. If the object of interest is, for example, a 0.1 Hz component (10 second period), it does not matter if the accumulation takes 10 seconds. However, if, for example, you want to check a frequency component of 1 Hz (1-second period), you want to check it in 1 second instead of 10 seconds. In order to quickly detect anomalies and symptoms, it is important to make judgments with short data. Therefore, the problem of the conventional FFT is that it takes time to accumulate data.
さらに、FFTでは蓄積したN点の平均的な周波数特性が分るのみである。例えば、1Hzの成分に異常が現れるとして、蓄積されたN点のデータ区間の途中の1秒間に、異常の特徴が表れたとしよう。FFTでは、10秒間の平均的な周波数特性が計算されるので、ある1秒に出現する異常の特徴は、それ以外の9秒のデータに薄められて希薄化し、異常検知は困難となる。このように特徴の希薄化もFFTの課題である。 Furthermore, in FFT, only the average frequency characteristics of accumulated N points can be obtained. For example, assume that an abnormality appears in the 1 Hz component, and that the characteristic of the abnormality appears in one second in the middle of the accumulated N-point data interval. In the FFT, since the average frequency characteristic for 10 seconds is calculated, the feature of an abnormality appearing in a certain 1 second is diluted by the data of the remaining 9 seconds, making abnormality detection difficult. Thus, feature dilution is also a problem of FFT.
本開示は、このような課題に鑑みてなされたものであって、機械設備の異常診断を高速に行うことができる異常検出装置、異常検出方法、およびプログラムを提供する。 The present disclosure has been made in view of such problems, and provides an abnormality detection device, an abnormality detection method, and a program capable of performing abnormality diagnosis of mechanical equipment at high speed.
本開示の一態様によれば、機械設備の異常の有無を検出する異常検出装置は、前記機械設備の振動を計測する第1振動センサから出力された検出信号に基づいて、予め定めた周波数点における前記振動の振幅及び位相からなる計測値を取得する処理と、過去の複数の時点において取得された複数の前記計測値により構成される単位空間を基準として、前記機械設備を評価する時点において取得された前記計測値のマハラノビス距離を算出する処理と、算出された前記マハラノビス距離が所定の閾値を超える場合、前記機械設備に異常が発生していると判定する処理と、を実行するプロセッサを備える。 According to one aspect of the present disclosure, an abnormality detection device that detects the presence or absence of an abnormality in mechanical equipment includes a predetermined frequency point based on a detection signal output from a first vibration sensor that measures vibration of the mechanical equipment. Acquired at the time of evaluating the mechanical equipment based on a process of acquiring a measured value consisting of the amplitude and phase of the vibration in and a unit space composed of the plurality of measured values acquired at a plurality of points in the past. a processor that executes a process of calculating the Mahalanobis distance of the measured value that has been calculated, and a process of determining that an abnormality has occurred in the mechanical equipment if the calculated Mahalanobis distance exceeds a predetermined threshold .
また、本開示の一態様によれば、機械設備の異常の有無を検出する異常検出装置は、前記機械設備の振動を計測する第1振動センサから出力された検出信号に基づいて、予め定めた周波数点における前記振動の振幅及び位相からなる計測値を取得する処理と、前記計測値からなる計測値ベクトルを、異常の指標として定めた指標ベクトルの方向に分解した複数の成分を算出する処理と、算出された前記成分の絶対値が所定の閾値を超える場合、前記機械設備に異常が発生していると判定する処理と、を実行するプロセッサを備える。 Further, according to one aspect of the present disclosure, the abnormality detection device that detects the presence or absence of an abnormality in the mechanical equipment is based on the detection signal output from the first vibration sensor that measures the vibration of the mechanical equipment. A process of acquiring a measured value consisting of the amplitude and phase of the vibration at a frequency point, and a process of calculating a plurality of components by resolving the measured value vector consisting of the measured value in the direction of an index vector defined as an index of abnormality. and determining that an abnormality has occurred in the mechanical equipment when the calculated absolute value of the component exceeds a predetermined threshold.
また、本開示の一態様によれば、機械設備の異常の有無を検出する異常検出装置は、前記機械設備の振動を計測する第1振動センサにより計測された計測値からなる計測値ベクトルを取得する処理と、異常の指標として定めた指標ベクトルを予め定めた周波数点の位相角を用いて実数部及び虚数部に分けて、前記実数部及び前記虚数部それぞれと前記計測値ベクトルとの内積を算出する処理と、算出された前記内積の一周期分の時間平均の絶対値が所定の閾値を超える場合、前記機械設備に異常が発生していると判定する処理と、
を実行するプロセッサを備える。
Further, according to one aspect of the present disclosure, an abnormality detection device that detects the presence or absence of an abnormality in mechanical equipment acquires a measured value vector composed of measured values measured by a first vibration sensor that measures vibration of the mechanical equipment. and dividing an index vector determined as an abnormality index into a real part and an imaginary part using a phase angle of a predetermined frequency point, and calculating the inner product of each of the real part and the imaginary part and the measurement value vector a process of determining that an abnormality has occurred in the mechanical equipment when the absolute value of the time average for one cycle of the calculated inner product exceeds a predetermined threshold;
a processor that executes
また、本開示の一態様によれば、機械設備の異常の有無を検出する異常検出方法は、前記機械設備の振動を計測する第1振動センサから出力された検出信号に基づいて、予め定めた周波数点における前記振動の振幅及び位相からなる計測値を取得するステップと、過去の複数の時点において取得された複数の前記計測値により構成される単位空間を基準として、前記機械設備を評価する時点において取得された前記計測値のマハラノビス距離を算出するステップと、算出された前記マハラノビス距離が所定の閾値を超える場合、前記機械設備に異常が発生していると判定するステップと、を有する。 Further, according to one aspect of the present disclosure, the abnormality detection method for detecting the presence or absence of an abnormality in the mechanical equipment is based on the detection signal output from the first vibration sensor that measures the vibration of the mechanical equipment. A step of obtaining measured values consisting of the amplitude and phase of the vibration at frequency points; calculating the Mahalanobis distance of the measured value obtained in , and determining that an abnormality has occurred in the mechanical equipment when the calculated Mahalanobis distance exceeds a predetermined threshold.
また、本開示の一態様によれば、プログラムは、機械設備の異常の有無を検出する異常検出装置のコンピュータに、前記機械設備の振動を計測する第1振動センサから出力された検出信号に基づいて、予め定めた周波数点における前記振動の振幅及び位相からなる計測値を取得するステップと、過去の複数の時点において取得された複数の前記計測値により構成される単位空間を基準として、前記機械設備を評価する時点において取得された前記計測値のマハラノビス距離を算出するステップと、算出された前記マハラノビス距離が所定の閾値を超える場合、前記機械設備に異常が発生していると判定するステップと、を実行させる。 Further, according to one aspect of the present disclosure, the program causes a computer of an abnormality detection device that detects the presence or absence of an abnormality in the mechanical equipment based on a detection signal output from a first vibration sensor that measures vibration of the mechanical equipment. a step of acquiring a measured value consisting of the amplitude and phase of the vibration at a predetermined frequency point; a step of calculating the Mahalanobis distance of the measured value obtained at the time of evaluating the equipment; and a step of determining that an abnormality has occurred in the mechanical equipment when the calculated Mahalanobis distance exceeds a predetermined threshold. , is executed.
本開示に係る異常検出装置、異常検出方法、およびプログラムによれば、機械設備の振動の異常診断を高速に行うことができる。 According to the abnormality detection device, the abnormality detection method, and the program according to the present disclosure, abnormality diagnosis of vibration of mechanical equipment can be performed at high speed.
<第1の実施形態>
以下、本開示の第1の実施形態に係る異常検出装置2について、図1~図2を参照しながら説明する。
<First Embodiment>
An
(全体構成)
図1は、本開示の第1の実施形態に係る機械設備の全体構成を示す図である。
図1に示すように、異常検出システム100は、機械設備10と、異常検出装置2と、制御装置3と、を備えている。
(overall structure)
FIG. 1 is a diagram showing the overall configuration of mechanical equipment according to the first embodiment of the present disclosure.
As shown in FIG. 1 , the
機械設備10は、異常検出装置2による異常診断の対象となる機械、装置群である。また、機械設備10の各計測点には、それぞれ第1振動センサ11(11A~11D)が取り付けられている。第1振動センサ11は、例えば加速度計や、振動により生じる音を計測するマイク、振動により生じる圧力を計測する圧力計、振動により生じる応力を計測する応力計、等である。第1振動センサ11は、機械設備10の振動を計測した検出信号を異常検出装置2に出力する。
The
異常検出装置2は、機械設備10の第1振動センサ11から取得した検出信号に基づいて、機械設備10の異常の有無を検出する。異常検出装置2の機能構成については後述する。
The
制御装置3は、機械設備10の動作を制御するための制御信号を生成する。たとえば、制御装置3は、異常検出装置2から機械設備10に異常な振動が発生していることを示す判定結果を受信した場合、機械設備10の運転を停止する制御信号、機械設備10の出力を下げる制御信号などを生成する。
The
(異常検出装置の機能構成)
次に、図1を参照しながら、異常検出装置2の機能構成について説明する。
図1に示すように、異常検出装置2は、プロセッサ21と、入出力部22と、主記憶装置23と、補助記憶装置24とを備えている。
(Functional configuration of abnormality detection device)
Next, the functional configuration of the
As shown in FIG. 1 , the
プロセッサ21は、異常検出装置2の動作全体の制御を司る。プロセッサ21は、所定のプログラムに従って動作することにより、計測値取得部210、単位空間生成部211、マハラノビス距離算出部212、判定部213、周波数点指定部214としての機能を発揮する。
The
計測値取得部210は、機械設備10の第1振動センサ11から出力された検出信号に基づいて、予め定めた周波数点における振動の振幅及び位相からなる計測値を取得する。
Based on the detection signal output from the
単位空間生成部211は、過去の複数の時点において取得された複数の計測値を含む単位空間を生成する。また、単位空間生成部211は、生成した単位空間を補助記憶装置24に記憶する。
The unit
マハラノビス距離算出部212は、単位空間を基準として、機械設備10を評価する時点において取得された計測値のマハラノビス距離を算出する。
The Mahalanobis
判定部213は、算出されたマハラノビス距離に基づいて、機械設備10に異常が発生しているか否かを判定する。具体的には、判定部213は、算出されたマハラノビス距離が所定の閾値を超える場合、機械設備10に異常が発生していると判定する。
The
周波数点指定部214は、計測値取得部210に対し、予め定めた周波数点を指定する。
The frequency
入出力部22は、機械設備10の第1振動センサ11から検出信号の入力を受け付ける。また、入出力部22は、異常検出装置2による異常の有無の判定結果を制御装置3に出力する。
The input/
主記憶装置23は、プロセッサ21の動作に必要な記憶領域を有する。
The
補助記憶装置24は、HDD(Hard Disk Drive)やSSD(Solid State Drive)などの大容量記憶デバイスである。補助記憶装置24には、異常検出装置2の各部が取得または生成した各種データが記憶される。
The
(異常検出装置の処理)
図2は、本開示の第1の実施形態に係る異常検出装置の処理の一例を示す図である。
以下、図2を参照しながら、異常検出装置2の異常診断処理について詳しく説明する。
(Processing of anomaly detection device)
FIG. 2 is a diagram illustrating an example of processing of the abnormality detection device according to the first embodiment of the present disclosure;
The abnormality diagnosis processing of the
本実施形態の特徴は、異常検出装置2において実行される周波数分析の手段にある。前述のように、FFTには、(ア)演算量が重く処理装置を要する、(イ)データ点数を貯めるのに時間がかかる、(ウ)異常の特徴が希薄化される、という課題がある。そこで、本実施形態に係る異常検出装置2において、計測値取得部210は、FFTの代わりにフーリエ変換の原理式(1A)、(1B)を利用して、各検出信号の周波数特性を表す計測値を取得する。
The feature of this embodiment resides in means of frequency analysis executed in the
ここに、nは予め定める検出信号の通し番号である。例えば、図1に示すように、4個の振動センサ11それぞれから検出信号を取得するのであれば、nは{1,2,3,4}のどれかであり、nの値によりそれぞれ周期{T1,T2,T3,T4}の周波数成分のフーリエ係数を計算する。周期{T1,T2,T3,T4}の値は同一であっても良い。
Here, n is a predetermined serial number of the detection signal. For example, as shown in FIG. 1, if detection signals are obtained from each of the four
なお、検出信号{y1,y2,y3,y4}には、同一の振動センサ11の信号を分岐した同一の信号が含まれていても良い。しかし、検出信号{y1,y2,y3,y4}に同一の信号が複数含まれるときには、その複数の信号に対する周期{T1,T2,T3,T4}の値は変えることが一般的である。具体的に、例えばy1とy2が同一の振動センサ11Aの信号を分岐したものであるならば、T1とT2は別の値に設定するのが一般的である。分岐配線の断線などの特殊な状況でなければ、同一の振動センサを分岐したy1とy2の同一の周期成分のフーリエ係数は同一であるので、どちらか一方だけを計算すれば充分だからである。
Note that the detection signals {y 1 , y 2 , y 3 , y 4 } may include the same signal obtained by branching the signal of the
式(1A)、式(1B)は周期一つ時刻歴データ、すなわち現在時刻をtとするとt-Tnからtまでの時刻歴データから計算することができるので、上記した(イ)と(ウ)の課題が解決される。また,式(1A)、式(1B)は簡単な積分式であるので、上記した(ア)の課題も解決される。さらに、式(1A)、式(1B)によると時刻歴データは等間隔である必要はない。FFTでは、周期Tnは計測信号の時間間隔ΔTの整数倍でなければならなかった。しかし、式(1A)、式(1B)ではその必要はなく、次式(2)のようにΔTの整数倍でない周波数点についても計算が可能である。周期Tnが次式(2)で表されるとする。 Equations (1A) and (1B) can be calculated from the time history data of one period, that is, the time history data from t-T n to t, where t is the current time, so the above (a) and ( C) problem is solved. Moreover, since the equations (1A) and (1B) are simple integral equations, the above problem (a) is also solved. Furthermore, according to the formulas (1A) and (1B), the time history data need not be evenly spaced. In FFT, the period T n had to be an integer multiple of the time interval ΔT of the measurement signal. However, in equations (1A) and (1B), this is not necessary, and calculation is possible for frequency points that are not integral multiples of ΔT as in equation (2) below. Suppose that the period Tn is represented by the following equation (2).
ここに、mnはTnの除数ΔTについての商であり、rnはその剰余である。 where m n is the quotient of T n with respect to the divisor ΔT and r n is its remainder.
例えば、機械設備10の開発者、運用者などは、各検出信号について特徴が表れやすい周波数点を事前知識として有している。周期{T1,T2,T3,T4}は、このような事前知識に基づいて設定されたものである。周波数点指定部214は、図2に示すように、第1振動センサ11の検出信号{y1,y2,y3,y4}のそれぞれに対して、予め定められた周期{T1,T2,T3,T4}を指定する。
For example, a developer, an operator, or the like of the
そして、式(1A)、式(1B)を次式(3A)、(3B)で計算する。 Then, the equations (1A) and (1B) are calculated by the following equations (3A) and (3B).
すなわち、計測値取得部210は、現在時刻tに振動センサ11から取得した検出信号ynそれぞれについて、上式(3A)、(3B)を用いて、周波数点指定部214が指定した周期Tnにおけるフーリエ係数{an,bn}を求める。このフーリエ係数{an,bn}は、予め定めた周波数点における振動の振幅および位相からなる計測値に相当するものである。
That is, the measured
また、マハラノビス距離算出部212は、補助記憶装置24に記憶されている単位空間を基準として、計測値取得部210が取得した時刻tの計測値{an,bn}のマハラノビス距離を算出する。なお、単位空間は、機械設備10が正常運転を行っていた期間に取得した複数の計測値(フーリエ係数)に基づいて、単位空間生成部211により予め生成されたものである。単位空間の生成方法、およびマハラノビス距離の算出方法については、既存の技術(たとえば、特許文献1に記載の技術)を利用可能であるため、説明を省略する。
In addition, the Mahalanobis
次に、判定部213は、マハラノビス距離算出部212により算出されたマハラノビス距離が所定の閾値を超える場合、機械設備10に異常が発生していると判定する。一方、判定部213は、マハラノビス距離が閾値以下である場合、機械設備10に異常が発生していないと判定する。また、判定部213は、判定結果を制御装置3に出力する。制御装置3は、異常検出装置2から異常発生を示す判定結果を受信した場合、機械設備10の運転を停止する、出力を下げるといった制御を行う。
Next, when the Mahalanobis distance calculated by the Mahalanobis
異常検出装置2は、上記した処理を繰り返し実行することにより、機械設備10の異常の有無を検出する。
The
(作用効果)
以上のように、本実施形態に係る異常検出装置2は、検出信号ynに対して予め定めた周期Tnにおける振動の振幅および位相からなる計測値(フーリエ係数an,bn)を取得し、取得した計測値のマハラノビス距離が所定の閾値を超える場合、機械設備10に異常が発生していると判定する。
(Effect)
As described above, the
このようにすることで、異常検出装置2は、特定の周波数点におけるフーリエ係数のみを計算すればよいので、従来の技術と比較して演算負荷を大幅に低減することができる。これにより、異常検出装置2は、機械設備10の異常診断を高速に行うことが可能となる。また、異常検出装置2は、周波数分析装置を別に用意することなく、自身でフーリエ係数を計算することができるので、異常検出システム100全体のコストを下げることができる。
By doing so, the
また、異常検出装置2は、フーリエ変換の原理式を利用して、ひとつの検出信号ynに対しひとつの周期Tnを指定して、フーリエ係数{an,bn}を計算する。
Further, the
このようにすることで、異常検出装置2は、周期ひとつ分の時刻歴データから異常診断を行うことができるので、データを蓄積する時間を短縮することができる。たとえば、ある検出信号について、1Hzの周波数成分(1秒周期)を調べたい場合には、数秒間のデータを蓄積することなく、過去1秒間の時刻歴データから診断を行うことが可能である。また、異常検出装置2は、少ないデータ点数で診断を行うことができるので、異常の特徴が希薄化することを抑制できる。これにより、異常検出装置2は、異常に対する感度を向上させることができる。
By doing so, the
<第2の実施形態>
次に、本開示の第2の実施形態に係る異常検出装置2について図3~図4を参照しながら説明する。
第1の実施形態と共通の構成要素には同一の符号を付して詳細説明を省略する。
<Second embodiment>
Next, an
Components common to those of the first embodiment are denoted by the same reference numerals, and detailed description thereof is omitted.
(全体構成)
図3は、本開示の第2の実施形態に係る異常検出システムの全体構成を示す図である。
図3に示すように、本実施形態に係る異常検出システム100において、異常検出装置2は、機械設備10に設けられた第2振動センサ14からさらに検出信号を取得する。第2振動センサ14は、第1振動センサ11と同様に、加速度計、マイク等である。
(overall structure)
FIG. 3 is a diagram showing the overall configuration of an anomaly detection system according to the second embodiment of the present disclosure.
As shown in FIG. 3 , in the
例えば、機械設備10は、動力装置12と、ギア13とを有している。動力装置12は、機械設備10を駆動する。ギア13は、動力装置12の回転数(周波数)を変えて、機械設備10に伝達する。図3に示すように、第2振動センサ14は、例えば動力装置12の振動を計測する。
For example, the
(異常検出装置の機能構成)
また、図3に示すように、本実施形態に係る異常検出装置2のプロセッサ21は、周波数点指定部214に代えて、周波数検出部215を機能部として有している。周波数検出部215は、機械設備10の振動の特徴を表す特徴周波数を検出する。
(Functional configuration of abnormality detection device)
Further, as shown in FIG. 3, the
計測値取得部210は、第1振動センサ11の各検出信号について、周波数検出部215が検出した特徴周波数におけるフーリエ係数を取得する。
The measured
(異常検出装置の処理)
図4は、本開示の第2の実施形態に係る異常検出装置の処理の一例を示す図である。
以下、図4を参照しながら、異常検出装置2の異常診断処理について詳しく説明する。
(Processing of anomaly detection device)
FIG. 4 is a diagram illustrating an example of processing of the abnormality detection device according to the second embodiment of the present disclosure.
The abnormality diagnosis processing of the
本実施形態の特徴は、異常検出装置2において、診断対象とする機械設備10の特徴的な周波数(特徴周波数)を検出するところにある。特徴周波数とは、例えば、機械設備10の動力装置12の回転数などである。
The feature of this embodiment is that the
従来技術のFFTでは、周波数分析の対象とする周波数点は、検出信号のデータ点数Nと、計測の時間間隔ΔTに依存した離散値である。すなわち、FFTでは、検出信号の時間間隔をΔT[s]、FFTの対象とする計測点数をNとすると、周波数分解能はΔf=(ΔTN)-1[Hz]となり、フーリエ係数は周波数分解能の倍数の周波数点{0Δf,1Δf,2Δf,…,(N-1)Δf}について計算される。前述の説明と同じく、ΔT=0.01[s]、N=1024を例に説明する。このとき、周波数分解能Δfは約0.098Hzである。例えば計測値の振動の特徴成分は1.025Hzに出現するとしよう。FFTでは周波数点は分解能の倍数に制約されるので、1.025Hzに最も近いのは、11番目の周波数点である0.98Hzと、12番目の1.07Hzである。このようなとき、1.025Hzの周波数特性を、0.98Hzまたは1.025Hzの周波数点の周波数特性で代用することが簡単である。しかし、そのような取り扱いでは、1.025Hzの振動は0.98Hzの成分と1.07Hzの成分に二分される。そうすると、FFTでは特徴周波数である1.025Hzの成分を正しく計ることができない。 In the conventional FFT, the frequency points to be subjected to frequency analysis are discrete values depending on the number of data points N of the detection signal and the time interval ΔT of measurement. That is, in FFT, if the time interval of the detection signal is ΔT [s] and the number of measurement points to be subjected to FFT is N, the frequency resolution is Δf = (ΔTN) -1 [Hz], and the Fourier coefficient is a multiple of the frequency resolution are calculated for the frequency points {0Δf, 1Δf, 2Δf, . . . , (N−1)Δf}. As in the above description, ΔT=0.01 [s] and N=1024 will be described as an example. At this time, the frequency resolution Δf is approximately 0.098 Hz. For example, suppose that the characteristic component of the vibration of the measured value appears at 1.025 Hz. Since the frequency points are constrained to multiples of the resolution in the FFT, the closest to 1.025 Hz are the 11th frequency point, 0.98 Hz, and the 12th frequency point, 1.07 Hz. In such a case, it is easy to substitute the frequency characteristic of 0.98 Hz or 1.025 Hz for the frequency characteristic of 1.025 Hz. However, with such treatment, the 1.025 Hz vibration is bisected into a 0.98 Hz component and a 1.07 Hz component. As a result, the FFT cannot correctly measure the characteristic frequency component of 1.025 Hz.
これに対し、第1の実施形態に係る異常検出装置2は、周波数点を周波数分解能Δfと独立に、連続的に設定できるという利点がある。しかし、支配的な周波数成分が1.025Hzで一定ではなく、例えば、0.9Hzから1.1Hzの間で時間的に変動するような場合はどうであろう。実際の機械設備10は、運転条件や経年劣化によって特性が変わるものが少なくないから、支配的な周波数成分の変化に対応することは価値がある。
In contrast, the
これに対応するため、本実施形態に係る異常検出装置2は、第1の実施形態に係る周波数点指定部214に代えて、周波数検出部215を有している。周波数検出部215は、以下に説明する処理を行って、機械設備10の特徴的な周波数(特徴周波数)を検出する。
To cope with this, the
まず、周波数検出部215は、特徴的な振動を検出するための信号zを計測し、これを式(4A)、式(4B)でフーリエ変換する。
First, the
zは具体的には、電動機などの動力装置12の振動などがある。例えば、第1の実施形態と同様に、4個の検出信号を考えると、信号znは{z1,z2,z3,z4}のどれかである。zの要素は、別々の振動センサ14の出力であってもよいし、同一の振動センサ14の出力信号を分岐したものであっても良い。
Specifically, z includes vibration of the
ここに、式(4A)、(4B)のθnはznの特徴周波数成分の位相と一致させるように、例えば式(5)のようにPI制御器で調節する。式(5)において、atanは正接(tangent)関数の逆関数であり、atan(dn/cn)は、znの特徴周波数成分の位相[rad]を近似したものであり、atan(dn/cn)=0のときに近似誤差がゼロになる。 Here, θ n in equations (4A) and (4B) is adjusted by a PI controller as in equation (5), for example, so as to match the phase of the characteristic frequency component of zn . In equation (5), atan is the inverse of the tangent function, atan(dn/ cn ) is an approximation of the phase [rad] of the characteristic frequency component of zn , and atan( d The approximation error becomes zero when n /c n )=0.
周波数検出部215は、znの特徴周波数を表す信号として、式(5)で求めたωnを出力する。
The
計測値取得部210は、周波数検出部215から得たωnを用いて、式(6)からフーリエ変換に使う位相角θnを得る。
The measured
また、計測値取得部210は、mnとrnを、第1の実施形態の式(2)に代えて、式(7)を満たすように決定する。
Also, the measured
そして、計測値取得部210は、式(8A)、式(8B)により、検出信号ynのフーリエ係数an及びbnを計算する。
Then, the measured
フーリエ係数an及びbnを得た後の処理は、第1の実施形態と同様である。 The processing after obtaining the Fourier coefficients a n and b n is the same as in the first embodiment.
(作用効果)
以上のように、本実施形態に係る異常検出装置2は、第2振動センサ14から取得した検出信号znに基づいて、機械設備10の特徴周波数ωnを検出し、検出された特徴周波数ωnにおける振動の振幅および位相からなる計測値(フーリエ係数an,bn)を取得する。
(Effect)
As described above, the
このようにすることで、異常検出装置2は、機械設備10の運転条件や経年劣化などに応じて変化する周波数成分を自動的に検出することができる。これにより、異常検出装置2は、より正確なフーリエ係数を取得することができるので、異常検出の精度をさらに向上させることができる。
By doing so, the
<第3の実施形態>
次に、本開示の第3の実施形態に係る異常検出装置2について図5~図6を参照しながら説明する。
第1及び第2の実施形態と共通の構成要素には同一の符号を付して詳細説明を省略する。
<Third Embodiment>
Next, an
Components common to those of the first and second embodiments are denoted by the same reference numerals, and detailed description thereof is omitted.
(異常検出装置の機能構成)
図5は、本開示の第3の実施形態に係る異常検出装置の機能構成を示す図である。
図5に示すように、本実施形態に係る異常検出装置2のプロセッサ21は、推定部216を更に有している。推定部216は、第2振動センサ14から取得した検出信号と、機械設備10の振動周波数モデルとに基づいて、機械設備10の各計測点の特徴周波数を推定する。
(Functional configuration of abnormality detection device)
FIG. 5 is a diagram showing a functional configuration of an abnormality detection device according to a third embodiment of the present disclosure;
As shown in FIG. 5, the
機械設備10には、例えば動力装置12の回転数やその整数倍の高調波が特徴周波数として現れる。動力装置12の回転数以外にも、機械設備10の剛性や質量などから定まる固有周波数や、配管の流体の密度や圧縮性から定まる共鳴周波数などが特徴として現れる。これらの振動は、機械設備10の場所ごとに独立ではなく互いに連動する。最も起きやすい連動は、同じ周波数で振動するものである。または、ある部位の特徴周波数を整数倍した値が他の場所に現れる場合もある。
In the
第2の実施形態に係る異常検出装置2は、複数のフーリエ係数を入力し、各時刻の複数のフーリエ係数の連動の仕方を、予め定めた正常状態の連動の仕方とマハラノビス距離の尺度で対比して、異常の有無を検出する。このとき、フーリエ係数を評価する周波数に誤差があると、フーリエ係数の計算結果に誤差が含まれ、正しく異常検出することが困難となる可能性がある。
The
例えば、4つの計測点が1Hz付近で、同一の周波数で振動する性質があることがわかっており、周波数検出部215から{1.07Hz,1.07Hz,0.98Hz,1.07Hz}が出力されたとしよう。これらの周波数を用いてマハラノビス距離を評価すると、3番目のフーリエ係数は他と違う周波数となり整合がとれない。このような場合は、各計測点が同一の周波数で振動することを優先し、全てを共通の周波数{1.07Hz,1.07Hz,1.07Hz,1.07Hz}でフーリエ変換すべきである。本実施形態はそれを行うための技術である。
For example, it is known that four measurement points have the property of vibrating at the same frequency around 1 Hz, and {1.07 Hz, 1.07 Hz, 0.98 Hz, 1.07 Hz} is output from the
(異常検出装置の処理)
図6は、本開示の第3の実施形態に係る異常検出装置の処理の一例を示す図である。
以下、図6を参照しながら、異常検出装置2の異常診断処理について詳しく説明する。
(Processing of anomaly detection device)
FIG. 6 is a diagram illustrating an example of processing of an abnormality detection device according to the third embodiment of the present disclosure;
The abnormality diagnosis processing of the
例えば、検出信号を4個(計測点を4か所)とすると、連動の仕方は式(10)で表される。ここに、A1,A2,A3,A4は、それぞれ、サイズが3×1の列ベクトルである。
For example, if there are four detection signals (four measurement points), the interlocking method is expressed by Equation (10). where A 1 , A 2 , A 3 , A 4 are column vectors of
例えば、これら計測点の連動の仕方を一つ定めると、ω1からω4までのいずれか一つが分れば他は推定できる。ω1からω2,ω3,ω4を推定する場合について説明する。周波数の推定値を、記号{^ω1,^ω2,^ω3,^ω4}により示すと、その値は式(11)で計算される。式(11)は、機械設備10の各計測点の振動の特徴を表す特徴周波数の間に成り立つ関係性を表した振動周波数モデルである。
For example, if one method of interlocking these measurement points is determined, if any one of ω1 to ω4 is known, the others can be estimated. A case of estimating ω 2 , ω 3 and ω 4 from ω 1 will be described. Denoting the frequency estimates by the symbols {̂ω 1 ,̂ω 2 ,̂ω 3 ,̂ω 4 }, the values are calculated by equation (11). Equation (11) is a vibration frequency model representing the relationship between the characteristic frequencies representing the vibration characteristics of each measurement point of the
図5に示すように、本実施形態に係る周波数検出部215は、機械設備10のひとつの計測点(例えば、動力装置12)に設けられた第2振動センサ14から検出信号z1を取得して、特徴周波数ω1を検出する。そして、推定部216は、周波数検出部215が検出したω1から、式(11)を用いて他の計測点の特徴周波数ω2,ω3,ω4を推定する。
As shown in FIG. 5, the
このように、各計測点の特徴周波数ω2,ω3,ω4の推定値は、周波数検出部215が検出した特徴周波数ω1に連動した値となる。これにより、第2の実施形態に係る周波数検出部の誤差を排除することができる。なお、フーリエ変換に使う位相角θnは式(12)により、積分計算のための諸量(mn,rn)は式(13)を満たすように決定する。
In this way, the estimated values of the characteristic frequencies ω 2 , ω 3 , and ω 4 at each measurement point are values linked to the characteristic frequency ω 1 detected by the
そうすると、計測値取得部210は、第2の実施形態と同様に、上記した式(8A)、式(8B)により、検出信号ynのフーリエ係数an及びbnを計算する。また、フーリエ係数an及びbnを得た後の処理は、第1および第2の実施形態と同様である。
Then, the measured
(作用効果)
以上のように、本実施形態に係る異常検出装置2は、振動周波数モデルと、ひとつの計測点で検出された特徴周波数ω1とに基づいて、機械設備10の複数の計測点それぞれの特徴周波数ω2,ω3,ω4を推定し、推定した特徴周波数における振動の振幅および位相からなる計測値(フーリエ係数an,bn)を取得する。
(Effect)
As described above, the
このようにすることで、異常検出装置2は、振動センサの計測誤差などに起因するフーリエ係数の計算誤差を抑制することができる。これにより、異常検出装置2は、異常検出の精度をさらに向上させることができる。
By doing so, the
<第4の実施形態>
次に、本開示の第4の実施形態に係る異常検出装置2について図7~8を参照しながら説明する。
第1~第3の実施形態と共通の構成要素には同一の符号を付して詳細説明を省略する。
<Fourth Embodiment>
Next, an
Components common to those of the first to third embodiments are denoted by the same reference numerals, and detailed description thereof is omitted.
上述の第1~第3の実施形態に係る異常検出装置2は、計測値取得部210が取得したフーリエ係数からなる計測値のマハラノビス距離を算出し、このマハラノビス距離が閾値を超える場合に機械設備10が異常であると判定した。しかし、機械設備10の異常を検出するための手法は、マハラノビス距離に限られない。本実施形態では、異常検出装置2がマハラノビス距離に代えて、計測値ベクトルの成分に基づき異常の有無を検出する態様について説明する。
The
(異常検出装置の機能構成)
図7は、本開示の第4の実施形態に係る異常検出装置の機能構成を示す図である。
図7に示すように、本実施形態では、異常検出装置2のプロセッサ21は、マハラノビス距離算出部212に代えて、成分算出部217を有している。
(Functional configuration of abnormality detection device)
FIG. 7 is a diagram showing a functional configuration of an abnormality detection device according to a fourth embodiment of the present disclosure;
As shown in FIG. 7 , in this embodiment, the
成分算出部217は、計測値取得部210が取得した計測値からなる計測値ベクトルを、異常の指標として定めた指標ベクトルの方向に分解した複数の成分を算出する。なお、本実施形態では、指標ベクトルとは、単位空間を特異値分解して得る特異ベクトルである。
The
(異常検出装置の処理)
図8は、本開示の第4の実施形態に係る異常検出装置の処理の一例を示す図である。
以下、図8を参照しながら、異常検出装置2の異常診断処理について詳しく説明する。
(Processing of anomaly detection device)
FIG. 8 is a diagram illustrating an example of processing of an abnormality detection device according to the fourth embodiment of the present disclosure;
The abnormality diagnosis processing of the
本実施形態に係る計測値取得部210は、第1~第3の実施形態と同様の処理を行い、各計測点の所定の周波数点におけるフーリエ係数(計測値)を取得する。図8の例では、計測値取得部210は、第3の実施形態と同様の処理を行う。
The measured
計測値取得部210が取得したフーリエ係数をベクトルとしてフーリエ係数ベクトルx(計測値ベクトル)で表す。式(14)は、フーリエ係数の数がMの場合であり、フーリエ係数ベクトルxのサイズはM×1である。
The Fourier coefficients acquired by the measured
単位空間生成部211は、フーリエ係数ベクトルxの正常状態の値を用いて単位空間を生成する。単位空間とは、機械設備が正常状態にあるときに取得したフーリエ係数ベクトルxの共分散行列Qであり、以下の式(15)及び式(16)で表される。なお、式(15)のX0は複数のフーリエ係数ベクトルxを列方向に並べた行列である。Lは単位空間の作成に使うフーリエ係数ベクトルの数であり、X0はサイズがM×Lの複素数行列である。式(16)のX0
*はX0の共役転置を表す。
The
ここでは、単位空間生成部211は、このように過去の時点において取得されたフーリエ係数ベクトルxに基づいて単位空間を生成済みであり、この単位空間は補助記憶装置24に記憶されているとする。
Here, it is assumed that the
第1~第3の実施形態において、異常検出装置2は、マハラノビス距離算出部212により、以下の式(17)により、時刻tのマハラノビス距離MDを算出していた。
In the first to third embodiments, the
これに対し、本実施形態に係る異常検出装置2は、成分算出部217において、フーリエ係数ベクトルxの成分ρk(k=1,2,…,M)を計算する。具体的には、成分算出部217は、以下のような手順で成分ρkを計算する。
In contrast, the
単位空間は、以下の式(18)のように特異値分解することができる。 The unit space can be singular value decomposed as in Equation (18) below.
ここで、Mは第1振動センサ11の数である。uk(k=1,2,…,M)は特異ベクトルであり、サイズがM×1であり、一般的には複素数を要素とする列ベクトルである。σk(k=1,2,…,M)は特異値であり、非負の実数である。
Here, M is the number of
成分算出部217は,フーリエ係数ベクトルxを特異ベクトルuk(k=1,2,…,M)の方向に分解した成分ρk(k=1,2,…,M)を、以下の式(19)を用いて求める。
The
なお、本変形例に係る成分算出部217は、フーリエ係数ベクトルxを特異ベクトルukの方向に分解した成分ρkを判定部213に出力する。なお、成分算出部217は、成分ρkの絶対値を判定部213に出力してもよい。成分ρkの絶対値は、以下の式(20)で表される。
Note that the
判定部213では、フーリエ係数ベクトルxを特異ベクトルukの方向に分解した成分ρkの絶対値と、特異ベクトルukに対応する特異値σkの平方根とを、特異ベクトルごとに個々に対比する対比処理を行う。単位空間Qは、機械設備10が正常状態にあるときに取得された複数のフーリエ係数ベクトルxの共分散行列であるので、その特異値σkは正常状態であるときの成分ρkの絶対値の二乗値のばらつきを表している。したがって、ある時刻において機械設備10が正常であるならば、ρkρk
*の期待値は特異値σkに近い値となる。すなわち、期待値をEで表すと式(21)となる。
The
そして、ρkρk *は式(22)に示すように,マハラノビス距離の成分となっている。 ρ k ρ k * is a component of the Mahalanobis distance as shown in Equation (22).
したがって、マハラノビス距離による異常の判定は、式(22)の右辺の成分の和で異常を判定することになる。以下では、和を取る前の段階で、成分の段階で値をしらべて異常を判定する手法について述べる。 Therefore, abnormality determination based on the Mahalanobis distance is based on the sum of the components on the right side of Equation (22). In the following, a method of determining abnormality by checking values at the stage of components prior to summing will be described.
このような前提に基づき、判定部213は、成分ρkの絶対値と、特異値σkの平方根とを、特異ベクトルuk(k=1,2,…,M)ごとに対比し、その判定結果を出力する。
Based on such a premise, the
例えば、判定部213は、成分ρkの絶対値が、特異値σkに基づく閾値未満である場合は正常を示す判定結果を出力する。一方、判定部213は、成分ρkの絶対値が閾値以上である場合は異常を示す判定結果を出力する。具体的には、判定部213は、次式(23)が成立すれば異常と判定する。
For example, the
ここに、式(23)におけるγ1k,γ2kは特異ベクトルuk(k=1,2,…,M)ごとに定める正の定数である。 Here, γ 1k and γ 2k in Equation (23) are positive constants determined for each singular vector u k (k=1, 2, . . . , M).
なお、図7~図8には、第3の実施形態のマハラノビス距離算出部212に代えて、成分算出部217を追加する例が示されているが、これに限られることはない。他の実施形態では、第1または第2の実施形態のマハラノビス距離算出部212に代えて、成分算出部217を追加してもよい。
7 and 8 show an example in which a
(作用効果)
以上のように、本実施形態に係る異常検出装置2は、計測値取得部210が取得した計測からなる計測値ベクトル(フーリエ係数ベクトルx)を、単位空間を特異値分解して得る特異ベクトルuの方向に分解した複数の成分ρを算出し、算出したρの絶対値が所定の閾値を超える場合に、機械設備10に異常が発生していると判定する。
(Effect)
As described above, the
このようにすることで、異常検出装置2は、成分を合計したマハラノビス距離ではなく、成分それぞれについて異常の有無を監視することができるので、異常に対する感度を向上させることができる。また、異常検出装置2は、第1~第3の実施形態と同様に、機械設備10の特徴周波数におけるフーリエ係数のみを計算すればよいので、周波数分析装置を別途用意することなく、異常診断を高速に行うことが可能である。
By doing so, the
<第5の実施形態>
次に、本開示の第5の実施形態に係る異常検出装置2について図9を参照しながら説明する。
第1~第4の実施形態と共通の構成要素には同一の符号を付して詳細説明を省略する。
<Fifth Embodiment>
Next, an
Components common to those of the first to fourth embodiments are denoted by the same reference numerals, and detailed description thereof is omitted.
上述の第1~第3の実施形態に係る異常検出装置2は、第1振動センサ11毎にフーリエ係数を計算していた。すなわち、第1の実施形態に係る異常検出装置2では式(3A)及び式(3B)を、第2および第3の実施形態に係る異常検出装置2では式(8A)及び式(8B)を、第1振動センサ11毎に計算してフーリエ係数を計算していた。このようなやり方に従うと、センサ(計測点)の数が増えるほどフーリエ係数を計算する演算量も増える。
The
これに対し、本実施形態に係る異常検出装置2は,異常についての事前知識を利用してフーリエ係数の計算を減らすことが特徴である。これにより、計算機のコストが下がるなど、実用上のメリットとなる。
On the other hand, the
(異常検出装置の処理)
図9は、本開示の第5の実施形態に係る異常検出装置の処理の一例を示す図である。
以下、図9を参照しながら、異常検出装置2の異常診断処理について詳しく説明する。
(Processing of anomaly detection device)
FIG. 9 is a diagram illustrating an example of processing of an abnormality detection device according to the fifth embodiment of the present disclosure;
The abnormality diagnosis processing of the
図9に示すように、本実施形態に係る計測値取得部210は、機械設備10の第1振動センサ11により計測された計測値からなる計測値ベクトル{y1,y2,…,yM}を取得する。
As shown in FIG. 9, the measured
成分算出部217は、異常の指標として定めた特異ベクトルukを予め定めた周波数点(特徴周波数ω)の位相角θを用いて実数部及び虚数部に分けて、実数部及び虚数部それぞれと計測値ベクトルとの内積を算出する。なお、図9には、第3の実施形態に係る周波数検出部215及び推定部216により推定された特徴周波数ωが成分算出部217に入力される例が示されているが、これに限られることはない。成分算出部217には、第1の実施形態に係る周波数点指定部が指定した周期Tnが入力されてもよいし、第2の実施形態に係る周波数検出部215が検出した特徴周波数ωnが入力されてもよい。
The
本実施形態に係る異常検出装置2が実行する異常診断処理は、第4の実施形態に記載した処理を更に改良したものである。第4の実施形態では、フーリエ係数ベクトルxを特異ベクトルuk(k=1,2,…,M)の方向に分解した成分ρkに基づき式(23)で異常を判定した。機械設備10の異常には、頻度の多いものと少ないものがある。異常の種類は、特異ベクトルuk(k=1,2,…,M)に対応付けることができるので、M個の特異ベクトルの中で、式(23)の判定式に抵触しやすい成分とそうでないものがある。そして、抵触しやすい成分だけを毎タイムステップ異常判定し、他は、100タイムステップに一度のように間引いて異常判定することは、演算能力に制約がある場合などにおいて合理的である。
The abnormality diagnosis process executed by the
本実施形態は、このような、特定の1つの特異ベクトルに関する異常判定を、高速に行うことを可能とする技術であり、従来、振動センサの観測値{y1,y2,…,yM}対して、M回のフーリエ変換を要していたものを、1回にすることが特徴である。ただし、第3の実施形態で述べたように、M個の振動の特徴が表れる特徴周波数は互いに関連し、1番目の振動の特徴周波数から2番目~M番目の特徴周波数がわかるものとする。以下では、説明の簡単のため、すべての特徴周波数が式(24)のように同じであるとする。 The present embodiment is a technology that makes it possible to perform such an abnormality determination regarding one specific singular vector at high speed. } On the other hand, M times of Fourier transformation is reduced to one time. However, as described in the third embodiment, the characteristic frequencies at which the M vibration characteristics appear are related to each other, and the second to M-th characteristic frequencies are known from the first characteristic frequency of vibration. In the following, for simplicity of explanation, it is assumed that all characteristic frequencies are the same as in Equation (24).
したがって、推定部216は、周波数検出部215が検出した特徴周波数ω1から、式(24)を使って各計測点の特徴周波数を推定する。
Therefore, the
そして、異常検出装置2がk番目の特異ベクトルukに関して異常判定する場合について説明する。kは{1,2,…,M}のどれか一つの値である。
Then, the case where the
成分算出部217は、各計測点(第1振動センサ11)の特徴周波数の位相角θについて、第3の実施形態と同様に式(12)で計算する。成分算出部217は、特異ベクトルukを実数部と虚数部に分け、式(25A)、式(25B)のように、各計測点の計測値{y1,y2,…,yM}との内積を計算する。ここに、記号[uk]1は、特異ベクトルukの第1要素を表している。
The
次に、成分算出部217は、式(26)のように、内積を一周期分、時間平均する。M個の振動の特徴周波数は式(24)のように互いに等しいので、一周期の長さはT1である。M個の振動の特徴周波数の中に値の違うものがある場合、一周期の長さを周期の最小公倍数として式(26)を計算する。
Next, the
式(26)で得たρkを、上述の式(20)に適用する。また、判定部213は、上述の式(23)で異常を判定する。
Apply ρ k obtained in equation (26) to equation (20) above. Also, the
式(26)の計算には、過去値として{α(t―ΔT),α(t-2ΔT),…,α(t-m1ΔT)}と、{β(t―ΔT),β(t-2ΔT),…,β(t-m1ΔT)}との値を記憶しなければならない。第4の実施形態に係る異常検出装置2は、合計M×2m1個の値を記憶しなければならなかった。これに対し、本実施形態に係る異常検出装置2は、合計2m1個の過去値を記憶すればよい。したがって、本実施形態によれば、過去値の記憶量と積和演算を更に節約できる。これにより、例えば異常検出装置2の機能を、通常の制御装置に組み込んで実行させることも可能となる。
In the calculation of formula (26), {α(t−ΔT), α(t−2ΔT), . . . , α(t−m 1 ΔT)} and {β(t−ΔT), β( t−2ΔT), . . . , β(t−m 1 ΔT)}. The
なお、式(26)は、1次のローパスフィルタに置き換えてもよい。これにより、過去値の数を2個にすることができる。なお、その場合、ローパスフィルタが整定するまでにT1の数倍の時間を要し、異常の判定に時間がかかる。このため、速応性を要する用途では、上記したとおり式(26)を用いる手法の方が有効である。 Note that Equation (26) may be replaced with a first-order low-pass filter. This allows the number of past values to be two. In this case, it takes several times longer than T1 for the low-pass filter to settle, and it takes a long time to determine whether there is an abnormality. For this reason, the method using equation (26) as described above is more effective for applications that require quick response.
(作用効果)
以上のように、本実施形態に係る異常検出装置2は、特異ベクトルukを特徴周波数ωの位相角θを用いて実数部と虚数部とに分けて、実数部及び虚数部それぞれと計測値ベクトルyとの内積を算出し、算出された内積の一周期分の時間平均ρkの絶対値が所定の閾値を超える場合、機械設備10に異常が発生していると判定する。
(Effect)
As described above, the
このようにすることで、異常検出装置2は、診断毎のフーリエ変換の回数を1回に減らすことができるので、演算負荷を大幅に低減することができる。また、異常検出装置2は、異常診断に使う過去値を減らすことができるので、記憶量及び積和演算の負荷を低減することができる。
By doing so, the
<変形例>
上述の第4及び第5の実施形態では、マハラノビス距離に関する単位空間Qを特異値分解した特異ベクトルukに基づき異常を判定した。しかし、機械設備10について、予め異常な振動のモード形状が分かっているならば、そのモード形状が出現すればすぐに異常を判別できる。本変形例は、それを実現するものである。ここでは、第5の実施形態に係る異常検出装置2に、本変形例を適用する例について説明する。
<Modification>
In the above-described fourth and fifth embodiments, abnormality is determined based on the singular vector uk obtained by singular value decomposition of the unit space Q regarding the Mahalanobis distance. However, if the abnormal mode shape of the vibration of the
本変形例に係る異常検出装置2において、成分算出部217は、特異ベクトルukに代えて予め定めたモード形状ベクトルφを指標ベクトルとして用いる。すなわち、第5の実施形態の式(25A)、式(25B)に代えて、式(27A)、式(27B)を用いる。なお、モード形状ベクトルφは、たとえばモーダル解析など、既知の技術を利用して得ることができる。
In the
そして、成分算出部217は、式(28)で、モード形状ベクトルの成分ρkを計算する。
Then, the
判定部213が異常判定を行う式(23)において、σkは正常時のαk及びβkから式(27)で定める。
In the equation (23) in which the
(作用効果)
以上のように、本変形例に係る異常検出装置2は、モード形状ベクトルφを指標ベクトルとして用いる。
(Effect)
As described above, the
このようにすることで、異常検出装置2は、特異ベクトルukを求める計算を省略することができるので、演算負荷を更に低減することができる。
By doing so, the
なお、上述した第1~第5の実施形態及びその変形例においては、上述した異常検出装置2の各種処理の過程は、プログラムの形式でコンピュータ読み取り可能な記録媒体に記憶されており、このプログラムをコンピュータが読み出して実行することによって上記各種処理が行われる。また、コンピュータ読み取り可能な記録媒体とは、磁気ディスク、光磁気ディスク、CD-ROM、DVD-ROM、半導体メモリ等をいう。また、このコンピュータプログラムを通信回線によってコンピュータに配信し、この配信を受けたコンピュータが当該プログラムを実行するようにしても良い。
In the above-described first to fifth embodiments and modifications thereof, the various processes of the
上記プログラムは、上述した機能の一部を実現するためのものであってもよい。更に、上述した機能をコンピュータシステムにすでに記録されているプログラムとの組み合わせで実現できるもの、いわゆる差分ファイル(差分プログラム)であってもよい。 The program may be for realizing part of the functions described above. Furthermore, it may be a so-called difference file (difference program) that can realize the above functions by combining with a program already recorded in the computer system.
また、他の実施形態においては、第1~第5の実施形態及びその変形例で説明した異常検出装置2が有する各機能部を、制御装置3が有する態様であってもよい。
Further, in another embodiment, the
以上のとおり、本発明に係るいくつかの実施形態を説明したが、これら全ての実施形態は、例として提示したものであり、発明の範囲を限定することを意図していない。これらの実施形態は、その他の様々な形態で実施されることが可能であり、発明の要旨を逸脱しない範囲で種々の省略、置き換え、変更を行うことができる。これらの実施形態及びその変形例は、発明の要旨および技術的範囲に含まれる。 Although several embodiments of the present invention have been described above, all these embodiments are provided by way of example and are not intended to limit the scope of the invention. These embodiments can be implemented in various other forms, and various omissions, replacements, and modifications can be made without departing from the scope of the invention. These embodiments and their modifications are included in the gist and technical scope of the invention.
<付記>
上述の実施形態に記載の異常検出装置、異常検出方法、およびプログラムは、例えば以下のように把握される。
<Appendix>
The abnormality detection device, abnormality detection method, and program described in the above-described embodiments are understood as follows, for example.
(1)第1の態様によれば、機械設備(10)の異常の有無を検出する異常検出装置(2)は、機械設備(10)の振動を計測する第1振動センサ(11)から出力された検出信号(y)に基づいて、予め定めた周波数点における振動の振幅及び位相からなる計測値(a,b)を取得する処理と、過去の複数の時点において取得された複数の計測値により構成される単位空間を基準として、機械設備(10)を評価する時点において取得された計測値のマハラノビス距離を算出する処理と、算出されたマハラノビス距離が所定の閾値を超える場合、機械設備(10)に異常が発生していると判定する処理と、を実行するプロセッサ(21)を備える。 (1) According to the first aspect, the abnormality detection device (2) that detects the presence or absence of an abnormality in the mechanical equipment (10) outputs from the first vibration sensor (11) that measures the vibration of the mechanical equipment (10) A process of acquiring measured values (a, b) consisting of the amplitude and phase of vibration at a predetermined frequency point based on the detected signal (y), and a plurality of measured values acquired at a plurality of past points A process of calculating the Mahalanobis distance of the measurement value acquired at the time of evaluating the mechanical equipment (10) based on the unit space configured by 10) and a processor (21) for determining that an abnormality has occurred.
このようにすることで、異常検出装置は、特定の周波数点におけるフーリエ係数(振幅及び位相)のみを計算すればよいので、従来の技術と比較して演算負荷を大幅に低減することができる。これにより、異常検出装置は、機械設備の異常診断を高速に行うことが可能となる。また、異常検出装置は、周波数分析装置を別に用意することなく、自身でフーリエ係数を計算することができるので、異常検出システム全体のコストを下げることができる。 By doing so, the anomaly detection apparatus needs to calculate only Fourier coefficients (amplitude and phase) at specific frequency points, so that the computational load can be significantly reduced compared to conventional techniques. As a result, the abnormality detection device can perform abnormality diagnosis of mechanical equipment at high speed. Moreover, since the abnormality detection device can calculate Fourier coefficients by itself without separately preparing a frequency analysis device, the cost of the entire abnormality detection system can be reduced.
(2)第2の態様によれば、第1の態様に係る異常検出装置(2)において、プロセッサ(21)は、機械設備(10)の振動を計測する第2振動センサ(14)から出力された検出信号に基づいて、機械設備(10)の特徴周波数(ω)を検出する処理を更に実行し、計測値を取得する処理において、検出された特徴周波数ωを周波数点に設定して計測値(a,b)を取得する。 (2) According to the second aspect, in the abnormality detection device (2) according to the first aspect, the processor (21) outputs from the second vibration sensor (14) that measures the vibration of the mechanical equipment (10) Based on the detected signal, a process of detecting the characteristic frequency (ω) of the mechanical equipment (10) is further executed, and in the process of acquiring the measured value, the detected characteristic frequency (ω) is set as a frequency point and measured. Get the value (a,b).
このようにすることで、異常検出装置は、機械設備の運転条件や経年劣化などに応じて変化する周波数成分を自動的に検出することができる。これにより、異常検出装置は、より正確なフーリエ係数を取得することができるので、異常検出の精度をさらに向上させることができる。 By doing so, the abnormality detection device can automatically detect the frequency component that changes according to the operating conditions of the mechanical equipment, aged deterioration, and the like. As a result, the anomaly detection device can acquire more accurate Fourier coefficients, thereby further improving the accuracy of anomaly detection.
(3)第3の態様によれば、第2の態様に係る異常検出装置(2)において、プロセッサ(21)は、機械設備(10)の複数の計測点における特徴周波数の関係を表した振動周波数モデルと、特徴周波数を検出する処理において検出された機械設備(10)の一の計測点の特徴周波数(ω1)とに基づいて、複数の計測点それぞれの特徴周波数(^ωn)を推定する処理を更に実行し、計測値を取得する処理において、推定された複数の計測点それぞれの特徴周波数(^ωn)を周波数点に設定して、複数の計測点それぞれに対応する計測値(a,b)を取得する。 (3) According to the third aspect, in the anomaly detection device (2) according to the second aspect, the processor (21) generates a vibration signal representing the relationship of characteristic frequencies at a plurality of measurement points of the mechanical equipment (10). Based on the frequency model and the characteristic frequency (ω 1 ) of one measurement point of the mechanical equipment (10) detected in the process of detecting the characteristic frequency, the characteristic frequency (^ω n ) of each of the plurality of measurement points is calculated as follows: In the process of further executing the estimation process and acquiring the measured values, the estimated characteristic frequencies (^ω n ) of each of the plurality of measurement points are set as frequency points, and the measured values corresponding to each of the plurality of measurement points are obtained. Get (a,b).
このようにすることで、異常検出装置は、振動センサの計測誤差などに起因するフーリエ係数の計算誤差を抑制することができる。これにより、異常検出装置は、異常検出の精度をさらに向上させることができる。 By doing so, the abnormality detection device can suppress calculation errors of the Fourier coefficients caused by measurement errors of the vibration sensor or the like. Thereby, the abnormality detection device can further improve the accuracy of abnormality detection.
(4)第4の態様によれば、機械設備(10)の異常の有無を検出する異常検出装置(2)は、機械設備(10)の振動を計測する第1振動センサ(11)から出力された検出信号に基づいて、予め定めた周波数点における振動の振幅及び位相からなる計測値(a、b)を取得する処理と、計測値からなる計測値ベクトルを、異常の指標として定めた指標ベクトル(uk又はφ)の方向に分解した複数の成分(ρk)を算出する処理と、算出された成分(ρk)の絶対値が所定の閾値を超える場合、機械設備(10)に異常が発生していると判定する処理と、を実行するプロセッサを備える。 (4) According to the fourth aspect, the abnormality detection device (2) for detecting the presence or absence of abnormality in the mechanical equipment (10) outputs from the first vibration sensor (11) for measuring the vibration of the mechanical equipment (10) Based on the detected signal, a process of acquiring measured values (a, b) consisting of the amplitude and phase of vibration at a predetermined frequency point, and a measured value vector consisting of the measured values is defined as an index of abnormality A process of calculating a plurality of components (ρ k ) resolved in the direction of the vector (uk or φ), and when the absolute value of the calculated component ( ρ k ) exceeds a predetermined threshold, the mechanical equipment (10) and a processor for determining that an abnormality has occurred.
このようにすることで、異常検出装置は、成分それぞれについて異常の有無を監視することができるので、異常に対する感度を向上させることができる。また、異常検出装置は、第1~第3の態様と同様に、機械設備の特徴周波数におけるフーリエ係数のみを計算すればよいので、周波数分析装置を別途用意することなく、異常診断を高速に行うことが可能である。 By doing so, the abnormality detection device can monitor the presence or absence of abnormality for each component, so that the sensitivity to abnormality can be improved. In addition, as in the first to third aspects, the abnormality detection device needs to calculate only the Fourier coefficient at the characteristic frequency of the mechanical equipment, so the abnormality diagnosis can be performed at high speed without separately preparing a frequency analysis device. It is possible.
(5)第5の態様によれば、機械設備(10)の異常の有無を検出する異常検出装置(2)は、機械設備(10)の振動を計測する第1振動センサ(11)により計測された計測値からなる計測値ベクトル(y)を取得する処理と、異常の指標として定めた指標ベクトル(uk又はφ)を予め定めた周波数点の位相角(θ)を用いて実数部及び虚数部に分けて、実数部及び虚数部それぞれと計測値ベクトル(y)との内積を算出する処理と、算出された内積の一周期分の時間平均(ρk)の絶対値が所定の閾値を超える場合、機械設備(10)に異常が発生していると判定する処理と、を実行するプロセッサを備える。 (5) According to the fifth aspect, the abnormality detection device (2) for detecting the presence or absence of an abnormality in the mechanical equipment (10) is measured by the first vibration sensor (11) for measuring the vibration of the mechanical equipment (10). A process of acquiring a measured value vector (y) composed of the measured values obtained, and an index vector ( uk or φ) determined as an index of abnormality is obtained by using the phase angle (θ) of the predetermined frequency point to obtain the real part and Divided into imaginary parts, a process of calculating the inner product of each of the real part and the imaginary part and the measured value vector (y), and the absolute value of the time average (ρ k ) for one cycle of the calculated inner product is a predetermined threshold and a processor for determining that an abnormality has occurred in the mechanical equipment (10) when it exceeds.
このようにすることで、異常検出装置は、診断毎のフーリエ変換の回数を1回に減らすことができるので、演算負荷を大幅に低減することができる。また、異常検出装置は、異常診断に使う過去値を減らすことができるので、記憶量及び積和演算の負荷を低減することができる。 By doing so, the abnormality detection device can reduce the number of times of Fourier transform for each diagnosis to one, so that the computational load can be significantly reduced. In addition, since the abnormality detection device can reduce the past values used for abnormality diagnosis, it is possible to reduce the amount of storage and the load of sum-of-products calculation.
(6)第6の態様によれば、第4又は第5の態様に係る異常検出装置(2)において、プロセッサ(21)は、過去の複数の時点において取得された複数の計測値により構成される単位空間から得られる特異ベクトル(uk)を指標ベクトルとして用いる。 (6) According to the sixth aspect, in the abnormality detection device (2) according to the fourth or fifth aspect, the processor (21) is composed of a plurality of measured values obtained at a plurality of points in the past. A singular vector (u k ) obtained from a unit space is used as an index vector.
このようにすることで、異常検出装置は、成分を合計したマハラノビス距離ではなく、成分それぞれについて異常の有無を監視することができるので、異常に対する感度を向上させることができる。 By doing so, the anomaly detection device can monitor the presence or absence of an anomaly for each component instead of the Mahalanobis distance that is the sum of the components, so that it is possible to improve the sensitivity to anomalies.
(7)第7の態様によれば、第4又は第5の態様に係る異常検出装置(2)において、プロセッサ(21)は、機械設備(10)に固有のモード形状ベクトル(φ)を指標ベクトルとして用いる。 (7) According to the seventh aspect, in the abnormality detection device (2) according to the fourth or fifth aspect, the processor (21) indexes the mode shape vector (φ) specific to the mechanical equipment (10) Used as a vector.
このようにすることで、異常検出装置2は、特異ベクトルを求める計算を省略することができるので、演算負荷を更に低減することができる。
By doing so, the
(8)第8の態様によれば、機械設備(10)の異常の有無を検出する異常検出方法は、機械設備(10)の振動を計測する第1振動センサ(11)から出力された検出信号に基づいて、予め定めた周波数点における振動の振幅及び位相からなる計測値(a,b)を取得するステップと、過去の複数の時点において取得された複数の計測値により構成される単位空間を基準として、機械設備(10)を評価する時点において取得された計測値のマハラノビス距離を算出するステップと、算出されたマハラノビス距離が所定の閾値を超える場合、機械設備(10)に異常が発生していると判定するステップと、を有する。 (8) According to the eighth aspect, the anomaly detection method for detecting the presence or absence of an anomaly in the mechanical equipment (10) includes the detection output from the first vibration sensor (11) for measuring the vibration of the mechanical equipment (10). A step of obtaining measured values (a, b) consisting of the amplitude and phase of vibration at a predetermined frequency point based on the signal, and a unit space composed of a plurality of measured values obtained at a plurality of past points in time. a step of calculating the Mahalanobis distance of the measured value acquired at the time of evaluating the mechanical equipment (10) with reference to, and if the calculated Mahalanobis distance exceeds a predetermined threshold, an abnormality occurs in the mechanical equipment (10) and determining that
(9)第9の態様によれば、プログラムは、機械設備(10)の異常の有無を検出する異常検出装置(2)のコンピュータに、機械設備(10)の振動を計測する第1振動センサ(11)から出力された検出信号に基づいて、予め定めた周波数点における前記振動の振幅及び位相からなる計測値(a,b)を取得するステップと、過去の複数の時点において取得された複数の計測値により構成される単位空間を基準として、機械設備(10)を評価する時点において取得された計測値のマハラノビス距離を算出するステップと、算出されたマハラノビス距離が所定の閾値を超える場合、機械設備(10)に異常が発生していると判定するステップと、を実行させる。 (9) According to the ninth aspect, the program causes the computer of the abnormality detection device (2) for detecting the presence or absence of an abnormality in the machinery (10) to cause the first vibration sensor for measuring the vibration of the machinery (10). (11) based on the detection signal output from; A step of calculating the Mahalanobis distance of the measured value obtained at the time of evaluating the mechanical equipment (10) based on the unit space configured by the measured value of; and a step of determining that an abnormality has occurred in the mechanical equipment (10).
100 異常検出システム
10 機械設備
11,11A,11B,11C,11D 第1振動センサ
12 動力装置
13 ギア
14 第2振動センサ
2 異常検出装置
21 プロセッサ
210 計測値取得部
211 単位空間生成部
212 マハラノビス距離算出部
213 判定部
214 周波数点指定部
215 周波数検出部
216 推定部
217 成分算出部
22 入出力部
23 主記憶装置
24 補助記憶装置
3 制御装置
100
Claims (9)
前記機械設備の振動を計測する第1振動センサから出力された検出信号に基づいて、予め定めた周波数点における前記振動の振幅及び位相からなる計測値を取得する処理と、
過去の複数の時点において取得された複数の前記計測値により構成される単位空間を基準として、前記機械設備を評価する時点において取得された前記計測値のマハラノビス距離を算出する処理と、
算出された前記マハラノビス距離が所定の閾値を超える場合、前記機械設備に異常が発生していると判定する処理と、
を実行するプロセッサを備える、
異常検出装置。 An abnormality detection device for detecting the presence or absence of an abnormality in mechanical equipment,
a process of acquiring a measurement value consisting of the amplitude and phase of the vibration at a predetermined frequency point based on the detection signal output from the first vibration sensor that measures the vibration of the mechanical equipment;
A process of calculating the Mahalanobis distance of the measured values obtained at the time of evaluating the mechanical equipment with reference to a unit space composed of the plurality of measured values obtained at a plurality of points in the past;
a process of determining that an abnormality has occurred in the mechanical equipment when the calculated Mahalanobis distance exceeds a predetermined threshold;
comprising a processor that executes
Anomaly detector.
前記機械設備の振動を計測する第2振動センサから出力された検出信号に基づいて、前記機械設備の特徴周波数を検出する処理を更に実行し、
前記計測値を取得する処理において、検出された前記特徴周波数を前記周波数点に設定して前記計測値を取得する、
請求項1に記載の異常検出装置。 The processor
further executing a process of detecting a characteristic frequency of the mechanical equipment based on a detection signal output from a second vibration sensor that measures vibration of the mechanical equipment;
obtaining the measured value by setting the detected characteristic frequency to the frequency point in the process of obtaining the measured value;
The abnormality detection device according to claim 1.
前記機械設備の複数の計測点における特徴周波数の関係を表した振動周波数モデルと、前記特徴周波数を検出する処理において検出された前記機械設備の一の計測点の前記特徴周波数とに基づいて、複数の前記計測点それぞれの特徴周波数を推定する処理を更に実行し、
前記計測値を取得する処理において、推定された複数の前記計測点それぞれの前記特徴周波数を前記周波数点に設定して、複数の前記計測点それぞれに対応する前記計測値を取得する、
請求項2に記載の異常検出装置。 The processor
A plurality of Further executing a process of estimating the characteristic frequency of each of the measurement points of
In the process of acquiring the measured value, the estimated characteristic frequency of each of the plurality of measurement points is set as the frequency point, and the measured value corresponding to each of the plurality of measurement points is acquired.
The abnormality detection device according to claim 2.
前記機械設備の振動を計測する第1振動センサから出力された検出信号に基づいて、予め定めた周波数点における前記振動の振幅及び位相からなる計測値を取得する処理と、
前記計測値からなる計測値ベクトルを、異常の指標として定めた指標ベクトルの方向に分解した複数の成分を算出する処理と、
算出された前記成分の絶対値が所定の閾値を超える場合、前記機械設備に異常が発生していると判定する処理と、
を実行するプロセッサを備える、
異常検出装置。 An abnormality detection device for detecting the presence or absence of an abnormality in mechanical equipment,
a process of acquiring a measurement value consisting of the amplitude and phase of the vibration at a predetermined frequency point based on the detection signal output from the first vibration sensor that measures the vibration of the mechanical equipment;
A process of calculating a plurality of components by resolving the measured value vector composed of the measured values in the direction of an index vector defined as an index of abnormality;
a process of determining that an abnormality has occurred in the mechanical equipment when the calculated absolute value of the component exceeds a predetermined threshold;
comprising a processor that executes
Anomaly detector.
前記機械設備の振動を計測する第1振動センサにより計測された計測値からなる計測値ベクトルを取得する処理と、
異常の指標として定めた指標ベクトルを予め定めた周波数点の位相角を用いて実数部及び虚数部に分けて、前記実数部及び前記虚数部それぞれと前記計測値ベクトルとの内積を算出する処理と、
算出された前記内積の一周期分の時間平均の絶対値が所定の閾値を超える場合、前記機械設備に異常が発生していると判定する処理と、
を実行するプロセッサを備える、
異常検出装置。 An abnormality detection device for detecting the presence or absence of an abnormality in mechanical equipment,
a process of acquiring a measurement value vector composed of measurement values measured by a first vibration sensor that measures vibration of the mechanical equipment;
a process of dividing an index vector determined as an abnormality index into a real part and an imaginary part using a phase angle of a predetermined frequency point, and calculating an inner product of each of the real part and the imaginary part and the measurement value vector; ,
a process of determining that an abnormality has occurred in the mechanical equipment when the absolute value of the time average for one cycle of the calculated inner product exceeds a predetermined threshold;
comprising a processor that executes
Anomaly detector.
請求項4又は5に記載の異常検出装置。 The processor uses, as the index vector, a singular vector obtained from a unit space composed of a plurality of the measured values obtained at a plurality of past points in time.
The abnormality detection device according to claim 4 or 5.
請求項5に記載の異常検出装置。 the processor uses a mode shape vector specific to the machinery as the index vector;
The abnormality detection device according to claim 5.
前記機械設備の振動を計測する第1振動センサから出力された検出信号に基づいて、予め定めた周波数点における前記振動の振幅及び位相からなる計測値を取得するステップと、
過去の複数の時点において取得された複数の前記計測値により構成される単位空間を基準として、前記機械設備を評価する時点において取得された前記計測値のマハラノビス距離を算出するステップと、
算出された前記マハラノビス距離が所定の閾値を超える場合、前記機械設備に異常が発生していると判定するステップと、
を有する異常検出方法。 An abnormality detection method for detecting the presence or absence of an abnormality in mechanical equipment,
a step of acquiring a measured value consisting of the amplitude and phase of the vibration at a predetermined frequency point based on the detection signal output from the first vibration sensor that measures the vibration of the mechanical equipment;
A step of calculating the Mahalanobis distance of the measured values obtained at the time of evaluating the mechanical equipment, with reference to a unit space composed of the plurality of measured values obtained at a plurality of points in the past;
determining that an abnormality has occurred in the mechanical equipment when the calculated Mahalanobis distance exceeds a predetermined threshold;
An anomaly detection method comprising:
前記機械設備の振動を計測する第1振動センサから出力された検出信号に基づいて、予め定めた周波数点における前記振動の振幅及び位相からなる計測値を取得するステップと、
過去の複数の時点において取得された複数の前記計測値により構成される単位空間を基準として、前記機械設備を評価する時点において取得された前記計測値のマハラノビス距離を算出するステップと、
算出された前記マハラノビス距離が所定の閾値を超える場合、前記機械設備に異常が発生していると判定するステップと、
を実行させるプログラム。 In the computer of the abnormality detection device that detects the presence or absence of abnormality in the mechanical equipment,
a step of acquiring a measured value consisting of the amplitude and phase of the vibration at a predetermined frequency point based on the detection signal output from the first vibration sensor that measures the vibration of the mechanical equipment;
A step of calculating the Mahalanobis distance of the measured values obtained at the time of evaluating the mechanical equipment, with reference to a unit space composed of the plurality of measured values obtained at a plurality of points in the past;
determining that an abnormality has occurred in the mechanical equipment when the calculated Mahalanobis distance exceeds a predetermined threshold;
program to run.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2021063565A JP2022158570A (en) | 2021-04-02 | 2021-04-02 | Abnormality detection device, abnormality detection method, and program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2021063565A JP2022158570A (en) | 2021-04-02 | 2021-04-02 | Abnormality detection device, abnormality detection method, and program |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2022158570A true JP2022158570A (en) | 2022-10-17 |
Family
ID=83639314
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2021063565A Pending JP2022158570A (en) | 2021-04-02 | 2021-04-02 | Abnormality detection device, abnormality detection method, and program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2022158570A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN116203557A (en) * | 2023-03-06 | 2023-06-02 | 北京交通大学 | Traditional stone wall internal damage and anomaly nondestructive identification method based on ground penetrating radar |
-
2021
- 2021-04-02 JP JP2021063565A patent/JP2022158570A/en active Pending
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN116203557A (en) * | 2023-03-06 | 2023-06-02 | 北京交通大学 | Traditional stone wall internal damage and anomaly nondestructive identification method based on ground penetrating radar |
CN116203557B (en) * | 2023-03-06 | 2024-03-05 | 北京交通大学 | Traditional stone wall internal damage and anomaly nondestructive identification method based on ground penetrating radar |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10310016B2 (en) | Method for the diagnostics of electromechanical system based on impedance analysis | |
EP2374015B1 (en) | System and method for motor fault detection using stator current noise cancellation | |
CN111649886B (en) | Abnormality detection device, rotating machine, abnormality detection method, and computer-readable storage medium | |
CN103502827B (en) | For the situation method and apparatus of monitoring machine electric system | |
KR101674686B1 (en) | Structural integrity monitoring system | |
WO2008151176A1 (en) | System and method for bearing fault detection using stator current noise cancellation | |
EP2345894B1 (en) | Trending of vibration data taking into account torque effect | |
EP3339830B1 (en) | Modeling and visualization of vibration mechanics in residual space | |
KR20130031854A (en) | Machine vibration monitoring | |
Przystupa et al. | Diagnostics of transient states in hydraulic pump system with Short Time Fourier Transform | |
JP5253218B2 (en) | Device diagnostic method | |
JP2022158570A (en) | Abnormality detection device, abnormality detection method, and program | |
JPWO2004068078A1 (en) | State determination method, state prediction method and apparatus | |
JP5143863B2 (en) | Bearing condition monitoring method and bearing condition monitoring apparatus | |
JP5958932B2 (en) | Dynamic equipment condition monitoring system, method and program | |
JP7350667B2 (en) | Abnormality detection device, rotating machine, abnormality detection method, and program | |
JP7381390B2 (en) | Abnormality diagnosis device and maintenance management system | |
Reges et al. | A new method for the vibration amplitude assessment of the ESP systems considering the vibration orbit | |
Afshar et al. | Generalized roughness bearing fault diagnosis using time series analysis and gradient boosted tree | |
JP7298414B2 (en) | Abnormality predictive diagnostic system for rotating machine, Abnormality predictive diagnostic method for rotating machine | |
Noroozi et al. | Condition monitoring and diagnostics of an extruder motor and its gearbox vibration problem | |
RU2659428C1 (en) | Device for analysis of dynamic processes in impellers of turbine machines | |
Grządziela et al. | An application of order tracking procedure for diagnosis technical state of rotor system in shut-down process | |
Alekseev et al. | Data measurement system of compressor units defect diagnosis by vibration value | |
Amirza et al. | Investigation of Dynamic Characteristics of Vibrating Components and Structure Through Vibration Measurement and Operational Modal Analysis |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20240115 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20240612 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20240625 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20240809 |