JP2005063385A - Monitoring method, monitoring apparatus and program - Google Patents

Monitoring method, monitoring apparatus and program Download PDF

Info

Publication number
JP2005063385A
JP2005063385A JP2003296469A JP2003296469A JP2005063385A JP 2005063385 A JP2005063385 A JP 2005063385A JP 2003296469 A JP2003296469 A JP 2003296469A JP 2003296469 A JP2003296469 A JP 2003296469A JP 2005063385 A JP2005063385 A JP 2005063385A
Authority
JP
Japan
Prior art keywords
index
time
data
operation data
database
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.)
Withdrawn
Application number
JP2003296469A
Other languages
Japanese (ja)
Inventor
Masanobu Fujihira
雅信 藤平
Nobuyuki Odera
信行 大寺
Makiyuki Nakayama
万希志 中山
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.)
Kobe Steel Ltd
Original Assignee
Kobe Steel 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 Kobe Steel Ltd filed Critical Kobe Steel Ltd
Priority to JP2003296469A priority Critical patent/JP2005063385A/en
Publication of JP2005063385A publication Critical patent/JP2005063385A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

  • Testing And Monitoring For Control Systems (AREA)
  • Air Conditioning Control Device (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a monitoring method, a monitoring apparatus and a program that can diagnose a monitored object that acquires data in real time. <P>SOLUTION: Operation data on a monitored object are acquired and recorded as time series data in a time series database (Step S1). The operation data are next vector-quantized into histograms in an observation window to create time series indexes, and attribute information is input (Step S2, S3). Time series data (reference data) to be retrieved from the time series database are decided, and a search window having the same size as the reference data is used to search the time series indexes (input data) for a similar one (Step S4, S5). If a similar time series index is present, the attribute information about the time series index is displayed (Step S6: YES, Step S7). If not, attribute information is input (Step S6: NO, Step S8). <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

本発明は、プラント等の監視対象について蓄積した過去の運転データを活用することにより、不具合等に対して迅速に診断を行うための、監視方法及び監視装置、並びにプログラムに関する。   The present invention relates to a monitoring method, a monitoring apparatus, and a program for quickly diagnosing a defect or the like by using past operation data accumulated for a monitoring target such as a plant.

一般に、各種プラントや生産設備、或いは、ビル等に設置されている空調設備等、連続運転が要求される多くの設備では、設置されている装置について、故障等の不具合の発生は避けがたい。しかし、このような設備においては、連続運転が要求されているため、装置の停止期間を最短に抑制するべく、迅速な対応をすることが求められている。そこで、従来から、このような設備を監視対象として、不具合が発生したときに過去に発生した適切な類似事例を抽出することにより、不具合の原因を推定する技術が開発されている。   In general, in many facilities that require continuous operation, such as various plants, production facilities, or air conditioning facilities installed in buildings, it is difficult to avoid problems such as failures in the installed devices. However, in such equipment, since continuous operation is required, it is required to take a quick response in order to minimize the apparatus stop period. Therefore, conventionally, a technique for estimating the cause of a malfunction by extracting an appropriate similar case that occurred in the past when a malfunction has occurred with such a facility as a monitoring target has been developed.

例えば、特許文献1では、例えば監視対象で不具合が発生したときに、この不具合発生時点における監視対象からのプロセスデータを定性化処理し、得られた定性化データと全事例の定性化データとの類似度を算出し、類似度の高い順に事例データを抽出する技術が開示されている。ここで、プロセスデータの定性化処理については、プロセスデータの波高率及び変動率を算出することにより行っている。尚、波高率とは、上方向及び下方向への波形の突出部の有無を示す指標であり、最大値或いは最小値を平均値で割った値である。また、変動率とは、変化の傾向を示す指標であり、偏差値を平均値で割った値である。そして、類似度は、波高率及び変動率の一致数で算出している。   For example, in Patent Document 1, for example, when a failure occurs in a monitoring target, process data from the monitoring target at the time of the failure occurrence is qualitatively processed, and the obtained qualitative data and qualification data of all cases are A technique for calculating similarity and extracting case data in descending order of similarity is disclosed. Here, the process data qualification process is performed by calculating the crest factor and the fluctuation rate of the process data. The crest factor is an index indicating the presence or absence of a protruding portion of the waveform in the upward and downward directions, and is a value obtained by dividing the maximum value or the minimum value by the average value. The fluctuation rate is an index indicating the tendency of change, and is a value obtained by dividing the deviation value by the average value. The similarity is calculated by the number of coincidence between the crest rate and the fluctuation rate.

特開平2003−15877号公報Japanese Patent Laid-Open No. 2003-15877

しかしながら、特許文献1の技術では、定性化処理における波高率及び変動率の計算時に、最大値、最小値、平均値、偏差値を必要としており、これらの数値を算出するためには、計算対象となるプロセスデータをすべて確定しなければならない。従って、監視対象で不具合等が発生したときに、この不具合発生時点におけるプロセスデータを指定して定性化処理するまでに長時間を要し易いものとなる。この結果、不具合の診断結果を得るまでの時間が遅いため、リアルタイムにデータを取得して不具合を即座に解消する必要のあるような監視対象については対応することが困難である。   However, in the technique of Patent Document 1, the maximum value, the minimum value, the average value, and the deviation value are required when calculating the crest factor and the fluctuation rate in the qualitative processing, and in order to calculate these numerical values, All process data to be determined must be confirmed. Therefore, when a failure or the like occurs in the monitoring target, it takes a long time to specify the process data at the time of the failure and perform qualitative processing. As a result, since it takes a long time to obtain a failure diagnosis result, it is difficult to deal with a monitoring target that needs to acquire data in real time and immediately resolve the failure.

本発明は、上記問題点に鑑みてなされたものであり、リアルタイムにデータを取得する監視対象に対して診断を行うことができる、監視方法及び監視装置、並びにプログラムを提供するものである。   The present invention has been made in view of the above problems, and provides a monitoring method, a monitoring apparatus, and a program capable of performing diagnosis on a monitoring target for acquiring data in real time.

課題を解決するための手段及び効果Means and effects for solving the problems

上記課題を解決するために、本発明に係る監視方法は、監視対象の運転データを時系列データとしてデータベースに記録するステップと、前記データベースに記録すると同時に、前記運転データの運転データパターンに関する各時刻毎のインデックスを生成および記録するステップと、前記データベースを参照して、診断対象とする時系列データを決定するステップと、前記診断対象の時系列データのインデックスを読み出し、該インデックスを用いて前記診断対象と類似する運転データパターンを有するインデックスを検索するステップと、を備えることを特徴とする。   In order to solve the above-described problems, a monitoring method according to the present invention includes a step of recording operation data to be monitored in a database as time-series data, and at the same time each time related to an operation data pattern of the operation data is recorded in the database. Generating and recording an index for each, determining a time-series data to be diagnosed with reference to the database, reading an index of the time-series data to be diagnosed, and using the index to perform the diagnosis And a step of searching for an index having an operation data pattern similar to the target.

本発明に係る監視装置は、監視対象の運転データを時系列データとしてデータベースに記録する手段と、前記データベースに記録すると同時に、前記運転データの運転データパターンに関する各時刻毎のインデックスを生成および記録する手段と、前記データベースを参照して、診断対象とする時系列データを決定する手段と、前記診断対象の時系列データのインデックスを読み出し、該インデックスを用いて前記診断対象と類似する運転データパターンを有するインデックスを検索する手段と、を備えることを特徴とする。   The monitoring apparatus according to the present invention records the operation data to be monitored in the database as time-series data, and records and records in the database, and simultaneously generates and records an index for each operation data pattern of the operation data. Means, referring to the database, determining time-series data to be diagnosed, reading an index of the time-series data to be diagnosed, and using the index, an operation data pattern similar to the diagnosis object is read out And a means for searching for an index.

本発明に係るプログラムは、監視対象の運転データを時系列データとしてデータベースに記録するステップ、前記データベースに記録すると同時に、前記運転データの運転データパターンに関する各時刻毎のインデックスを生成および記録するステップ、前記データベースを参照して、診断対象とする時系列データを決定するステップ、前記診断対象の時系列データのインデックスを読み出し、該インデックスを用いて前記診断対象と類似する運転データパターンを有するインデックスを検索するステップ、をコンピュータに実行させることを特徴とする。   The program according to the present invention is a step of recording monitoring operation data as time series data in a database, and simultaneously recording in the database, generating and recording an index for each time related to an operation data pattern of the operation data, Referring to the database, determining time-series data to be diagnosed, reading an index of the time-series data to be diagnosed, and searching for an index having an operation data pattern similar to the diagnosis object by using the index And causing the computer to execute.

本発明に係る監視方法及び監視装置、並びにプログラムによると、監視対象の運転データを時系列データとして収集しながら、リアルタイムで検索用のインデックスを作成および記録している。そして、診断時においては、診断時に対応する時系列データのインデックスを読み出し、このインデックスを用いて診断対象と類似する過去の時系列データのインデックスを検索している。この結果、予め記録されたインデックス同士の比較となるため、両インデックスの類似度を短時間で得ることができることから、短時間で診断を行うことができる。従って、リアルタイムに運転データを取得して不具合を即座に解消する必要のあるような監視対象を診断する場合でも十分に対応することができる。   According to the monitoring method, the monitoring apparatus, and the program of the present invention, a search index is created and recorded in real time while collecting operation data to be monitored as time series data. At the time of diagnosis, an index of time series data corresponding to the time of diagnosis is read, and an index of past time series data similar to the diagnosis target is searched using this index. As a result, since the indexes recorded in advance are compared with each other, the similarity between the two indexes can be obtained in a short time, so that the diagnosis can be performed in a short time. Therefore, even when diagnosing a monitoring target that needs to acquire driving data in real time and immediately solve the problem, it is possible to cope with it sufficiently.

また、本発明に係る監視方法及び監視装置、並びにプログラムは、更に、前記インデックスに属性情報を保有させ、前記検索したインデックスが保有する属性情報を表示することが好ましい。   Moreover, it is preferable that the monitoring method, the monitoring apparatus, and the program according to the present invention further cause the index to hold attribute information and display the attribute information held by the searched index.

この構成によると、インデックスに属性情報を保有させ、検索したインデックスが保有する属性情報を表示している。従って、不具合等用途ごとの必要な情報を属性情報として持たせることにより、的確な診断を行うことができる。   According to this configuration, the attribute information is held in the index, and the attribute information held in the searched index is displayed. Therefore, by providing necessary information for each application such as a defect as attribute information, an accurate diagnosis can be performed.

また、本発明に係る監視方法及び監視装置、並びにプログラムは、前記インデックスが、各時刻から所定区間内の運転データをベクトル量子化したヒストグラムであり、前記診断対象と類似する運転データパターンを有するインデックスの検索では、前記データベースの全時刻から所定のスキップ幅で指定した時刻のヒストグラムと前記診断対象の時刻のヒストグラムとの類似度を算出し、前記類似度が最も高いヒストグラムの時刻を出力することが好ましい。   Further, in the monitoring method, the monitoring apparatus, and the program according to the present invention, the index is a histogram obtained by vector quantization of operation data within a predetermined section from each time, and an index having an operation data pattern similar to the diagnosis target In the search, the similarity between the histogram of the time specified with a predetermined skip width from all the times of the database and the histogram of the time of the diagnosis target is calculated, and the time of the histogram having the highest similarity is output. preferable.

この構成によると、各時刻から所定区間内の運転データに対して、ベクトル量子化技術及びヒストグラム作成技術を用いてインデックスを作成し、ヒストグラムの比較により類似度を算出している。従って、リアルタイムでインデックスを作成することができ、ヒストグラムに基づいて迅速に診断を行うことができる。   According to this configuration, an index is created using the vector quantization technique and the histogram creation technique for the operation data within a predetermined section from each time, and the similarity is calculated by comparing the histograms. Therefore, an index can be created in real time, and a quick diagnosis can be performed based on the histogram.

また、本発明に係る監視方法及び監視装置、並びにプログラムは、前記所定のスキップ幅を、前記類似度が高いほど狭く設定することが好ましい。   In the monitoring method, the monitoring apparatus, and the program according to the present invention, it is preferable that the predetermined skip width is set to be narrower as the similarity is higher.

この構成によると、類似度が高いほどスキップ幅を狭く設定している。従って、類似度の低い区間については粗く、類似度の高い区間については詳細に検索を行うことで、高速に診断対象と類似するヒストグラムの時刻を検索することができる。   According to this configuration, the higher the similarity is, the narrower the skip width is set. Accordingly, the time of the histogram similar to the diagnosis target can be searched at high speed by performing a search in detail for a section having a low similarity and a rough search for a section having a high similarity.

また、本発明に係る監視方法及び監視装置、並びにプログラムは、更に、前記運転データから特徴ベクトルを生成し、前記インデックスが、前記特徴ベクトルを利用して生成することが好ましい。   Moreover, it is preferable that the monitoring method, the monitoring apparatus, and the program according to the present invention further generate a feature vector from the operation data, and the index is generated using the feature vector.

この構成によると、運転データから生成した特徴ベクトルを利用してインデックスを生成している。従って、画像データなど、同一時刻に複数の運転データが存在する監視対象についても適用することができる。   According to this configuration, the index is generated using the feature vector generated from the operation data. Therefore, the present invention can also be applied to a monitoring target having a plurality of operation data at the same time such as image data.

尚、本発明に係るプログラムは、CD−ROM(Compact Disc Read Only Memory)、FD(Floppy(登録商標) Disk)、MO(Magneto-Optic)などのリムーバブル型記録媒体やハードディスクなどの固定型記録媒体に記録して配布可能である他、有線又は無線の電気通信手段によってインターネットなどの通信ネットワークを介して配布可能である。   The program according to the present invention is a removable recording medium such as a CD-ROM (Compact Disc Read Only Memory), FD (Floppy (registered trademark) Disk), or MO (Magneto-Optic), or a fixed recording medium such as a hard disk. In addition to being able to be recorded and distributed, it can be distributed via a communication network such as the Internet by wired or wireless telecommunication means.

以下、図面を参照しつつ、本発明を実施するための最良の形態について説明する。尚、本実施の形態においては、ヒートポンプの運転状態を監視対象とし、不具合が発生したときに過去の類似した不具合を検出することにより、早急に不具合の原因を分析・診断し、対策を決定することを支援する監視装置を想定している。   The best mode for carrying out the present invention will be described below with reference to the drawings. In the present embodiment, the operation state of the heat pump is monitored, and when a failure occurs, a past similar failure is detected, and the cause of the failure is analyzed and diagnosed immediately, and the countermeasure is determined. A monitoring device that supports this is assumed.

まず、本実施の形態に係る監視装置を、図1及び図2に基づいて説明する。
図1は、本実施の形態に係る監視装置のブロック線図を示すものである。図2は、時系列データ検索器による時系列データの検索について説明した図である。
First, the monitoring apparatus according to the present embodiment will be described with reference to FIGS.
FIG. 1 shows a block diagram of a monitoring apparatus according to the present embodiment. FIG. 2 is a diagram illustrating time series data search by a time series data search unit.

監視装置100は、運転データ収集器110と、インデックス生成器130と、時系列データ検索器140と、データ属性操作器150と、データ表示部160と、を備えている。本実施の形態に係る監視装置100は、大きく分けて、データ生成部と、データ活用部と、がある。データ生成部では、運転データ収集器110、インデックス生成器130を使用する。データ活用部では、時系列データ検索器140、データ属性操作器150、データ表示部160を使用する。
尚、本実施の形態においては、監視対象となる稼動装置200はヒートポンプとする。
The monitoring apparatus 100 includes an operation data collector 110, an index generator 130, a time series data searcher 140, a data attribute operation unit 150, and a data display unit 160. The monitoring apparatus 100 according to the present embodiment is roughly divided into a data generation unit and a data utilization unit. In the data generation unit, an operation data collector 110 and an index generator 130 are used. The data utilization unit uses a time series data search unit 140, a data attribute operation unit 150, and a data display unit 160.
In the present embodiment, the operating device 200 to be monitored is a heat pump.

運転データ収集器110は、稼動装置200の運転データ210を時系列データとして時系列データベース111に記録するためのものである。尚、運転データ210は、監視対象となる稼動装置200の各部の状態を示すデータである。例えば、ヒートポンプでは、モータ電流、給込温度、吐出温度等である。
本実施の形態においては、運転データ収集器110は、ネットワーク400を経由して、遠隔地にある監視対象200のコントローラ、あるいは、備え付けてある通信ユニット(図示せず)に保存されてある運転データ210を収集する。そして、収集した運転データ210は、随時、時系列データベース111へ保存する。
The operation data collector 110 is for recording the operation data 210 of the operating device 200 in the time series database 111 as time series data. The operation data 210 is data indicating the state of each part of the operating device 200 to be monitored. For example, in a heat pump, the motor current, the supply temperature, the discharge temperature, and the like.
In the present embodiment, the operation data collector 110 is operated data stored in a controller of the monitoring target 200 in a remote place or a communication unit (not shown) provided via the network 400. Collect 210. The collected operation data 210 is stored in the time series database 111 as needed.

時系列データベース111では、稼動装置200の状態を表す運転データ210は、数値データとして保存され、長時間にわたると、表1のような時系列データとなる。   In the time series database 111, the operation data 210 representing the state of the operating device 200 is stored as numerical data, and becomes time series data as shown in Table 1 over a long period of time.

Figure 2005063385
Figure 2005063385

インデックス生成器130は、時系列データベース111に保存される運転データ210に基づいて各時刻毎に運転データパターンに関するインデックスを生成するためのものである。
本実施の形態においては、インデックス生成器130は、運転データ収集器110が収集した運転データ210を受け取り、インデックスを生成し、時系列インデックス131へ保存する。ここで、時系列データベース111のある時刻の運転データ210に対して、必ず対応するインデックスが存在し、時系列インデックス131に保存される。また、時系列インデックス131は、その時刻における稼動装置200の装置情報を格納した属性情報のID(以下、「属性ID」と略する。)をも所有することができる。尚、属性IDは、後述するデータ属性操作器150を介して操作者300が適宜入力する。
The index generator 130 is for generating an index related to the operation data pattern at each time based on the operation data 210 stored in the time series database 111.
In the present embodiment, the index generator 130 receives the operation data 210 collected by the operation data collector 110, generates an index, and stores it in the time series index 131. Here, a corresponding index always exists for the operation data 210 at a certain time in the time series database 111 and is stored in the time series index 131. The time-series index 131 can also have an ID of attribute information (hereinafter, abbreviated as “attribute ID”) storing the device information of the operating device 200 at that time. Note that the attribute ID is appropriately input by the operator 300 via the data attribute operation unit 150 described later.

ここで、インデックス生成器130によるインデックスの生成について、より詳細に説明する。
インデックス生成器130では、取得した運転データ210に対して数値による場合わけを行い、状態をID(以下、「状態ID」と略する。)で識別できるようにする。ここで、一つ一つ用意された状態IDをビンといい、用意された状態IDの個数はビン数という。例えば、表2のような境界値で状態を識別するならば、ビン数は6個用意されている。具体的には、状態IDの欄と運転データ210の数値欄とのデータテーブルが準備されている。ここで、状態IDの欄は、状態IDである“h1”〜“h6”の6段階のビン数に区画されている。また、数値欄は、運転データ210の数値範囲が各区画ごとに設定されている。即ち、“0.0以下”、“0.0〜1.0”、“1.0〜2.0“、“2.0〜3.0”、“3.0〜4.0”および“4.0以上”の6種類の範囲が6段階の各区画に対応して設定されている。そして、例えば、取得した運転データ210の数値が“2.5”であれば、表2のデータテーブルに基づいて“h4”の状態であると判断し、運転データ210の“2.5”を状態IDの“h4”としてベクトル量子化する。尚、識別のための境界値(状態ID)は、用途ごとに決定することができる。
Here, index generation by the index generator 130 will be described in more detail.
In the index generator 130, the acquired operation data 210 is divided into numerical values so that the state can be identified by an ID (hereinafter, abbreviated as “state ID”). Here, each prepared state ID is called a bin, and the number of prepared state IDs is called a bin number. For example, if the state is identified by the boundary values as shown in Table 2, six bins are prepared. Specifically, a data table of a state ID column and a numerical value column of operation data 210 is prepared. Here, the state ID column is divided into six stages of bin numbers “h1” to “h6” which are state IDs. In the numerical value column, the numerical value range of the operation data 210 is set for each section. That is, “0.0 or less”, “0.0 to 1.0”, “1.0 to 2.0”, “2.0 to 3.0”, “3.0 to 4.0” and “ Six types of ranges of “4.0 or more” are set corresponding to each of the six sections. Then, for example, if the numerical value of the acquired operation data 210 is “2.5”, it is determined that the state is “h4” based on the data table of Table 2, and “2.5” of the operation data 210 is set. Vector quantization is performed with the state ID “h4”. The boundary value (state ID) for identification can be determined for each application.

Figure 2005063385
Figure 2005063385

そして、所定の時間幅を持つ注目窓を設定し、その区間における全ての運転データ210に対してベクトル量子化を実施し、それぞれの状態IDがいくつ存在するかをカウントすることによりヒストグラムを作成する。例えば、50の時間幅を持つ注目窓を設定した場合、その50個の運転データ210がどのような状態になっているか(表2のどの状態IDに場合わけされるか)の個数の内訳をカウントする。即ち、時刻Tiにおけるヒストグラム作成では、過去の時刻Ti−50から現在の時刻Tiまでの間の50のデータについて、表2の状態IDであるh1〜h6のどの状態であるかをカウントする。同様に、時刻Ti+1におけるヒストグラム作成では、時刻Ti−49から時刻Ti+1までの間の50のデータについて行う。そして、例えば、表3のようなヒストグラムを作成する。   Then, an attention window having a predetermined time width is set, vector quantization is performed on all operation data 210 in the section, and a histogram is created by counting how many state IDs exist. . For example, when an attention window having a time width of 50 is set, the breakdown of the number of states of the 50 operation data 210 (which state ID in Table 2 is classified) is shown below. Count. That is, in the histogram creation at the time Ti, the state of h1 to h6 that is the state ID of Table 2 is counted for 50 data from the past time Ti-50 to the current time Ti. Similarly, the histogram creation at time Ti + 1 is performed for 50 data from time Ti-49 to time Ti + 1. Then, for example, a histogram as shown in Table 3 is created.

Figure 2005063385
Figure 2005063385

そして、本実施形態では、そのようにしてできた時系列データごとのヒストグラムを時系列インデックス131として保存する。即ち、取得した時系列データには必ずヒストグラムが存在し、さらにこのヒストグラムは、時系列データを時系列データベース111に格納すると同時に時系列インデックス131として記録する構造となっている。   In the present embodiment, the histogram for each time series data thus created is stored as the time series index 131. That is, the acquired time series data always has a histogram, and this histogram has a structure in which the time series data is stored in the time series database 111 and simultaneously recorded as the time series index 131.

時系列データ検索器140は、後述するデータ属性操作器150からの命令に従い、操作者300から診断対象とする時系列データとして決定した時刻と類似する運転データパターンを有するインデックス(ヒストグラム)を検索するためのものである。
本実施の形態においては、操作者300から診断対象とする時系列データとして決定した所定の時刻のヒストグラムを参照データとして時系列インデックス131から取得し、時系列インデックス131に記録されている過去のヒストグラムを入力データとして過去に入力データと類似のヒストグラムがあるか検索を行う。尚、参照データは、上述のインデックス生成器130で設定した所定の時間幅を持つ注目窓内の時系列データに限らず、注目窓の整数倍の時間幅における時系列データであってもよい。
The time series data search unit 140 searches for an index (histogram) having an operation data pattern similar to the time determined as time series data to be diagnosed by the operator 300 in accordance with a command from the data attribute operation unit 150 described later. Is for.
In the present embodiment, a histogram of a predetermined time determined as time series data to be diagnosed by the operator 300 is acquired from the time series index 131 as reference data, and the past histogram recorded in the time series index 131 is acquired. Is searched for whether there is a histogram similar to the input data in the past. The reference data is not limited to the time series data in the attention window having the predetermined time width set by the index generator 130 described above, and may be time series data in a time width that is an integral multiple of the attention window.

ここで、時系列データ検索器140による時系列データの検索について、図2に基づいて、より詳細に説明する。
図2に示すように、参照データの区間がインデックス生成器130で設定した注目窓よりも長い場合、複数の注目窓をつなぎ合わせることにより、当該区間と同じ時間幅を持つ入力データに対する検索窓を設定する。そして、入力データに対して検索窓の検索位置を移動することにより順に、参照データと入力データのそれぞれのヒストグラムについて類似度を計算する。
Here, the search of the time series data by the time series data search unit 140 will be described in more detail based on FIG.
As shown in FIG. 2, when the interval of the reference data is longer than the attention window set by the index generator 130, a search window for input data having the same time width as that interval is obtained by connecting a plurality of attention windows. Set. Then, the similarity is calculated for each histogram of the reference data and the input data in order by moving the search position of the search window with respect to the input data.

ここで、類似度の計算は、一つ一つの注目窓ごとに次の計算を行う。尚、この類似度は、ヒストグラムの重なり率を意味しており、0.0〜1.0の数値をとる。   Here, the calculation of the similarity is performed for each attention window. This similarity means the overlapping ratio of histograms and takes a numerical value of 0.0 to 1.0.

Figure 2005063385
Figure 2005063385

更に、検索窓全体での類似度を以下のように定義する。   Furthermore, the similarity in the entire search window is defined as follows.

Figure 2005063385
Figure 2005063385

そして、各注目窓の類似度の中で最も低い数値を検索窓の類似度Sとする。この数値が高い場合は、検索窓内の入力データと参照データとの類似度が高くなる。一方で、この数値が低い場合は、検索窓内の入力データと参照データとの類似のパターンは少ないことを意味している。従って、次に検索する時刻を決定するときに、以下のようなスキップ幅wで検索窓を移動する。即ち、入力データのうち、類似度の低い付近では検索窓を大きく移動し、類似度の高い付近では検索窓を小さく移動することにより詳細に調査を行う。   Then, the lowest numerical value among the similarities of the respective attention windows is set as the similarity S of the search windows. When this numerical value is high, the similarity between the input data in the search window and the reference data is high. On the other hand, when this numerical value is low, it means that there are few similar patterns of input data and reference data in the search window. Therefore, when the next search time is determined, the search window is moved with the following skip width w. That is, in the input data, the search window is largely moved in the vicinity of a low similarity, and the search window is moved in a small vicinity in the vicinity of a high similarity to perform a detailed investigation.

Figure 2005063385
Figure 2005063385

以上により、類似度Sが設定値以上になるまで、入力データに対して検索窓を移動して、参照データと類似するものを検索する。   As described above, the search window is moved with respect to the input data until the similarity S becomes equal to or higher than the set value, and a search is performed for data similar to the reference data.

データ属性操作器150は、時系列インデックス131に属性情報を保有させるためのものである。ここで、属性情報とは、用途ごとに必要な情報であり、操作者300が自由に設定することができるものである。また、データ属性操作器150は、操作者300から診断対象とする時系列データとして決定した時刻を受け取り、時系列データ操作器140に命令送信も行う。
本実施の形態においては、時系列インデックス131に対して、属性IDを付加して保存する。そして、監視装置100が故障診断システムであるとすれば、次の表4に示すように、予め、属性IDに対応する属性情報として故障原因及び対策を属性データベース151に記述することにより、時系列データ検索器140で検索した過去の類似する時系列データのこの情報を故障診断に活用することができる。
The data attribute manipulator 150 is for causing the time series index 131 to hold attribute information. Here, the attribute information is information necessary for each application, and can be freely set by the operator 300. In addition, the data attribute operation unit 150 receives the time determined as time series data to be diagnosed from the operator 300 and also transmits a command to the time series data operation unit 140.
In the present embodiment, an attribute ID is added to the time series index 131 and stored. If the monitoring device 100 is a failure diagnosis system, as shown in the following Table 4, the failure cause and countermeasures are described in advance in the attribute database 151 as attribute information corresponding to the attribute ID. This information of past similar time-series data searched by the data searcher 140 can be used for failure diagnosis.

Figure 2005063385
Figure 2005063385

データ表示部160は、操作者300に対して、時系列データベース111の情報、及び、属性データベース151の情報を表示するためのものである。
本実施の形態においては、データ表示部160は、時系列データベース111より運転データ210に関する情報を取得し、パソコンのディスプレイ等にグラフ表示する。また、データ表示部160は、グラフ表示された運転データ210に関する情報から、調査が必要と判断した時刻として操作者300が入力した時刻について、データ属性操作器150を経由して時系列データ検索器140によって過去にあった類似の時系列データを検索し、その属性IDを取得して、その属性IDに対応する属性情報を表示する。尚、仮に過去に類似の時系列データが発見されなかった場合は、新規パターンとして、操作者300は、データ属性操作器150に対して、属性IDを新規に入力することができる。
The data display unit 160 is for displaying information of the time series database 111 and information of the attribute database 151 to the operator 300.
In the present embodiment, the data display unit 160 acquires information related to the operation data 210 from the time series database 111 and displays the information on a display or the like of a personal computer. In addition, the data display unit 160 uses a time-series data search device via the data attribute operation device 150 for the time inputted by the operator 300 as the time when the investigation is determined to be necessary from the information regarding the operation data 210 displayed in the graph. 140 retrieves similar time-series data in the past, acquires the attribute ID, and displays attribute information corresponding to the attribute ID. If similar time-series data has not been found in the past, the operator 300 can newly input an attribute ID to the data attribute operation unit 150 as a new pattern.

次に、上述の監視装置を用いた本実施の形態に係る監視方法の処理の手順について、図3及び図4に基づいて説明する。
図3は、本実施の形態に係る監視方法の処理の手順について説明したフローチャートである。図4は、参照データと類似する時系列インデックスを検索する処理の手順についてより詳細に説明したフローチャートである。
尚、ここでは、時系列データの検索の処理として、アクティブ検索手法を用いた場合について説明する。アクティブ検索手法では、時系列インデックス作成段階と、データ検索段階と、の2つの段階に分けることができる。
Next, a processing procedure of the monitoring method according to the present embodiment using the above-described monitoring device will be described with reference to FIGS.
FIG. 3 is a flowchart illustrating the processing procedure of the monitoring method according to the present embodiment. FIG. 4 is a flowchart illustrating in more detail a procedure of processing for searching for a time series index similar to reference data.
Here, a case where an active search method is used as the time series data search process will be described. The active search method can be divided into two stages, a time series index creation stage and a data search stage.

まず、時系列インデックス作成段階では、以下の処理になる。
始めに、図3に示すように、監視対象の運転データを収集し、時系列データとしてデータベースに記録する(ステップS1)。
本実施の形態においては、運転データ収集器110が、ネットワーク400を介して、監視対象である稼動装置200の運転データ210を収集し、時系列データとして、時系列データベース111に記録する。
First, in the time series index creation stage, the following processing is performed.
First, as shown in FIG. 3, the operation data to be monitored is collected and recorded in the database as time series data (step S1).
In the present embodiment, the operation data collector 110 collects the operation data 210 of the operating device 200 to be monitored via the network 400 and records it in the time series database 111 as time series data.

そして、運転データをベクトル量子化した後に、注目窓によるヒストグラムを作成し、時系列インデックスを生成する(ステップS2)。
本実施の形態においては、インデックス生成器130において、運転データ収集器110が収集した運転データ210を、所定の時間幅(注目窓)毎に数値による場合わけを行い(ベクトル量子化)、上述の状態IDで識別してヒストグラムを作成して、時系列インデックス131として記録する。
Then, after the operation data is vector-quantized, a histogram based on the window of interest is created and a time series index is generated (step S2).
In the present embodiment, in the index generator 130, the operation data 210 collected by the operation data collector 110 is divided into numerical values for every predetermined time width (attention window) (vector quantization), and the above-mentioned A histogram is created by identifying with the state ID and recorded as a time series index 131.

また、適宜、時系列インデックスについて属性情報を付加する(ステップS3)。
本実施の形態においては、操作者300が、例えば、対応する運転データ210が故障時のものならば、当該時刻の時系列インデックス131の属性情報として、故障原因及び対策に対応した上述の属性IDを入力する。
Also, attribute information is added to the time series index as appropriate (step S3).
In the present embodiment, if the operator 300, for example, corresponds to the operation data 210 at the time of failure, the attribute ID of the time series index 131 at the time is the attribute ID described above corresponding to the cause of the failure and the countermeasure. Enter.

続いて、データ検索段階では、以下の処理になる。
まず、時系列データベースから検索したい時系列データを参照データとして決定する(ステップS4)。尚、参照データは、注目窓の整数倍とする。
本実施の形態においては、操作者300が、データ表示部160に表示された時系列データベース111から、検索したい時系列データ(参照データ)を選択して、その時刻をデータ属性操作器150に通知する。
Subsequently, in the data search stage, the following processing is performed.
First, time series data to be searched from the time series database is determined as reference data (step S4). The reference data is an integer multiple of the attention window.
In the present embodiment, the operator 300 selects time-series data (reference data) to be searched from the time-series database 111 displayed on the data display unit 160 and notifies the data attribute operator 150 of the time. To do.

そして、参照データと類似する時系列インデックスを検索する(ステップS5)。
本実施の形態においては、データ属性操作器150に対して操作者300が入力した参照データの時刻について、時系列データ検索器140が検索を行う。
Then, a time series index similar to the reference data is searched (step S5).
In the present embodiment, the time-series data search unit 140 searches for the time of the reference data input by the operator 300 to the data attribute operation unit 150.

ここで、参照データと類似する時系列インデックスを検索する処理について、図4に基づいてより詳細に説明する。
まず、参照データから検索窓の大きさを取得する(ステップS501)。尚、上述のように、参照データは、注目窓の整数倍の大きさとなっている。そして、検索元となる入力データに対する検索窓の検索開始位置を指定する(ステップS502)。次に、参照データ、検索窓内の入力データそれぞれを注目窓に分割し(ステップS503)、各注目窓について、時系列インデックスであるヒストグラムを取得する(ステップS504)。そして、参照データ、入力データのそれぞれのヒストグラムについて各注目窓毎に類似度を計算し(ステップS505)、類似度の最小値Sを算出する(ステップS506)。次に、最小値Sが所定の値を超えているかどうかを確認する(ステップS507)。類似度の最小値Sが所定の値を超えていない場合は(ステップS507:NO)、スキップ幅を計算し(ステップS508)、計算したスキップ幅に基づいて、入力データに対する検索窓の検索開始位置を移動して(ステップS509)、ステップS503に戻る。一方、類似度の最小値Sが所定の値を超えている場合は(ステップS507:YES)、処理を終了する。
Here, the process of searching for a time-series index similar to the reference data will be described in more detail based on FIG.
First, the size of the search window is acquired from the reference data (step S501). Note that, as described above, the reference data has a size that is an integral multiple of the window of interest. Then, the search start position of the search window for the input data as the search source is designated (step S502). Next, each of the reference data and the input data in the search window is divided into attention windows (step S503), and a histogram which is a time series index is acquired for each attention window (step S504). Then, the similarity is calculated for each attention window for the histograms of the reference data and the input data (step S505), and the minimum value S of the similarity is calculated (step S506). Next, it is confirmed whether or not the minimum value S exceeds a predetermined value (step S507). When the minimum value S of the similarity does not exceed the predetermined value (step S507: NO), the skip width is calculated (step S508), and the search window search start position for the input data is calculated based on the calculated skip width. (Step S509), and the process returns to Step S503. On the other hand, when the minimum value S of similarity exceeds the predetermined value (step S507: YES), the process is terminated.

以上により、類似する時系列インデックスが存在するかどうかを確認する(ステップS6)。そして、類似する時系列インデックスが存在すると確認された場合は(ステップS6:YES)、属性情報を表示し(ステップS7)、処理を終了する。一方、類似する時系列インデックスが存在すると確認されなかった場合は(ステップS6:NO)、新たな運転データのパターンとして、属性情報を入力して(ステップS8)、処理を終了する。
本実施の形態においては、類似する時系列インデックスが存在すると確認された場合は、類似すると確認された入力データの時刻に対応する時系列インデックス131の属性IDを調べて、属性データベース151から取得した属性IDに対応する属性情報を、データ表示部160に表示する。一方、類似する時系列インデックスが存在すると確認されなかった場合は、データ属性操作器150を介して、操作者300が属性IDを入力し、参照データの時刻に対応する時系列インデックス131に保持させて記憶させる。
As described above, it is confirmed whether or not there is a similar time series index (step S6). If it is confirmed that a similar time series index exists (step S6: YES), attribute information is displayed (step S7), and the process is terminated. On the other hand, when it is not confirmed that a similar time series index exists (step S6: NO), the attribute information is input as a new operation data pattern (step S8), and the process is terminated.
In this embodiment, when it is confirmed that a similar time series index exists, the attribute ID of the time series index 131 corresponding to the time of the input data confirmed to be similar is checked and acquired from the attribute database 151. The attribute information corresponding to the attribute ID is displayed on the data display unit 160. On the other hand, if it is not confirmed that a similar time series index exists, the operator 300 inputs the attribute ID via the data attribute operation unit 150 and stores the attribute ID in the time series index 131 corresponding to the time of the reference data. To remember.

尚、上述した本実施の形態に係る監視方法の処理の実行は、本実施の形態に係るプログラムとしてコンピュータのCPU(中央演算装置)等によって記録媒体から読み出されて実行することが可能である。   The execution of the process of the monitoring method according to the present embodiment described above can be read and executed from a recording medium by a CPU (central processing unit) of a computer as a program according to the present embodiment. .

このように、本実施形態に係る監視装置100及び監視方法、並びにプログラムでは、運転データ収集器110で監視対象である稼動装置200の運転データ210を時系列データとして時系列データベース111で収集しながら、インデックス生成器130でリアルタイムに検索用の時系列インデックス131を作成し、時系列データ検索器140で時系列インデックス131の類似度を評価基準として診断対象と類似する過去の時系列データを検索している(図3に示すステップS1、S2、及び、ステップS4、S5)。
その結果、リアルタイムに運転データを取得する監視対象に対して、診断対象と類似する過去の時系列データに基づいて、診断を行うことができる。
As described above, in the monitoring device 100, the monitoring method, and the program according to the present embodiment, the operation data 210 of the operation device 200 to be monitored by the operation data collector 110 is collected as time series data in the time series database 111. The index generator 130 creates a time series index 131 for search in real time, and the time series data searcher 140 searches past time series data similar to the diagnosis target using the similarity of the time series index 131 as an evaluation criterion. (Steps S1 and S2 and Steps S4 and S5 shown in FIG. 3).
As a result, it is possible to make a diagnosis on a monitoring target for acquiring driving data in real time based on past time series data similar to the diagnosis target.

また、実施形態に係る監視装置100及び監視方法、並びにプログラムでは、時系列インデックス131に属性IDを保有させ、データ表示部160で属性データベース151を参照して検索した時系列インデックス131が保有する属性IDに対応する属性情報を表示している(図3に示すステップS3、及び、ステップS7、S8。
その結果、属性IDに対応させて不具合等用途ごとの必要な情報を属性情報として持たせることにより、的確な診断を行うことができる。
Further, in the monitoring device 100, the monitoring method, and the program according to the embodiment, the attribute held by the time series index 131 obtained by making the time series index 131 hold the attribute ID and searching the data display unit 160 with reference to the attribute database 151. The attribute information corresponding to the ID is displayed (steps S3 and S7, S8 shown in FIG. 3).
As a result, accurate diagnosis can be performed by providing necessary information for each application such as a defect as attribute information in association with the attribute ID.

また、実施形態に係る監視装置100及び監視方法、並びにプログラムでは、インデックス生成器130において、各時刻から所定区間(注目窓)内の運転データ210に対して、ベクトル量子化技術及びヒストグラム作成技術を用いて時系列インデックス131を作成し、時系列データ検索器140において、ヒストグラムの比較により類似度を算出している(図3に示すステップS5、及び、図4)。
その結果、リアルタイムで時系列インデックス131を作成することができ、ヒストグラムに基づいて迅速に診断を行うことができる。
In the monitoring device 100, the monitoring method, and the program according to the embodiment, the index generator 130 applies the vector quantization technique and the histogram creation technique to the operation data 210 in a predetermined section (attention window) from each time. The time series index 131 is used to create the similarity, and the time series data searcher 140 calculates the similarity by comparing the histograms (step S5 shown in FIG. 3 and FIG. 4).
As a result, the time-series index 131 can be created in real time, and a quick diagnosis can be performed based on the histogram.

また、実施形態に係る監視装置100及び監視方法、並びにプログラムでは、時系列データ検索器140において、類似度が高いほど検索窓のスキップ幅を狭く設定している(図4に示すステップS508)。
その結果、類似度の低い区間については粗く、類似度の高い区間については詳細に検索を行うことで、高速に診断対象と類似するヒストグラムの時刻を検索することができる。
In the monitoring apparatus 100, the monitoring method, and the program according to the embodiment, the time series data searcher 140 sets the skip width of the search window narrower as the similarity is higher (step S508 shown in FIG. 4).
As a result, it is possible to search for the time of the histogram similar to the diagnosis target at high speed by performing a detailed search for a section with low similarity and a detailed search for a section with high similarity.

以上、本発明の好適な実施の形態について説明したが、本発明は、前記実施の形態に限定されるものではなく、特許請求の範囲に記載した限りにおいてさまざまな変更が可能なものである。   The preferred embodiments of the present invention have been described above. However, the present invention is not limited to the above-described embodiments, and various modifications can be made as long as they are described in the claims.

上述の実施形態では、ヒートポンプを監視対象である稼動装置200としているが、それに限らない。例えば、監視対象として、ごみ焼却炉、ガス化溶融炉、汚泥・灰溶融炉等の廃棄物処理プラント、高炉・転炉等の製鉄プラント、水処理プラント、複数の生産機械が並ぶ工場、又は、汎用圧縮機、建設機械などの汎用機械などであってもよい。   In the above-described embodiment, the heat pump is the operating device 200 to be monitored, but is not limited thereto. For example, waste incinerators, gasification melting furnaces, sludge / ash melting furnaces and other waste treatment plants, blast furnaces / converter and other steel manufacturing plants, water treatment plants, factories with multiple production machines, or A general-purpose machine such as a general-purpose compressor or a construction machine may be used.

また、上述の実施形態では、1つの運転データによって検索を行っているが、それに限らない。例えば、複数個の運転データを用いて検索しても良い。また、稼動装置200がカメラであり、運転データ210が画像データである場合等は、数値化する処理が必要となる。具体的には、図5に示すように、監視装置100に特徴ベクトル生成器120を設け、この特徴ベクトル生成器120により、運転データ収集器110で収集した運転データ210を、例えば、ある特定部分のRGB輝度(赤、緑、青)の平均値をデータにした後、インデックス生成器130に出力する。
この場合、画像データなど、同一時刻に複数の運転データが存在する監視対象についても適用することができる。
In the above-described embodiment, the search is performed using one piece of operation data, but the present invention is not limited to this. For example, a search may be performed using a plurality of operation data. In addition, when the operating device 200 is a camera and the operation data 210 is image data, a process for digitization is necessary. Specifically, as shown in FIG. 5, a feature vector generator 120 is provided in the monitoring apparatus 100, and the operation data 210 collected by the operation data collector 110 by the feature vector generator 120 is, for example, a specific part. The RGB luminance values (red, green, blue) are converted into data and output to the index generator 130.
In this case, the present invention can also be applied to a monitoring target that includes a plurality of operation data at the same time such as image data.

また、上述の実施形態では、監視装置100は、ネットワーク400を介して稼動装置200の運転データ210を取得しているが、それに限らない。例えば、稼動装置200が監視装置100に直接接続されていても良い。更に、運転データ収集器110では、メモリカードなどの二次記憶媒体を経由して稼動装置200から運転データ210を受け取っても良い。或いは、運転データ収集器110からメールサーバへ接続して、稼動装置200が特定メールアドレスへ送ったメールから運転データ210を取得しても良い。   In the above-described embodiment, the monitoring device 100 acquires the operation data 210 of the operating device 200 via the network 400, but the present invention is not limited to this. For example, the operating device 200 may be directly connected to the monitoring device 100. Further, the operation data collector 110 may receive the operation data 210 from the operating device 200 via a secondary storage medium such as a memory card. Alternatively, the operation data collector 110 may be connected to a mail server, and the operation data 210 may be acquired from an email sent from the operating device 200 to a specific email address.

本実施の形態に係る監視装置のブロック線図を示すものである。1 is a block diagram of a monitoring apparatus according to the present embodiment. 時系列データ検索器による時系列データの検索について説明した図である。It is a figure explaining the search of the time series data by a time series data search device. 本実施の形態に係る監視方法の処理の手順について説明したフローチャートである。It is the flowchart explaining the procedure of the process of the monitoring method which concerns on this Embodiment. 参照データと類似する時系列インデックスを検索する処理の手順についてより詳細に説明したフローチャートである。It is the flowchart explaining in detail about the procedure of the process which searches the time series index similar to reference data. 本実施の形態の変形例に係る監視装置のブロック線図を示すものである。It shows a block diagram of a monitoring device according to a modification of the present embodiment.

符号の説明Explanation of symbols

100 監視装置
110 運転データ収集器
111 時系列データベース
120 特徴ベクトル生成器
130 インデックス生成器
131 時系列インデックス
140 時系列データ検索器
150 データ属性操作器
151 属性データベース
160 データ表示部
200 稼動装置
210 運転データ
DESCRIPTION OF SYMBOLS 100 Monitoring apparatus 110 Operation data collector 111 Time series database 120 Feature vector generator 130 Index generator 131 Time series index 140 Time series data searcher 150 Data attribute operation unit 151 Attribute database 160 Data display part 200 Operation apparatus 210 Operation data

Claims (15)

監視対象の運転データを時系列データとしてデータベースに記録するステップと、
前記データベースに記録すると同時に、前記運転データの運転データパターンに関する各時刻毎のインデックスを生成および記録するステップと、
前記データベースを参照して、診断対象とする時系列データを決定するステップと、
前記診断対象の時系列データのインデックスを読み出し、該インデックスを用いて前記診断対象と類似する運転データパターンを有するインデックスを検索するステップと、
を備えることを特徴とする監視方法。
Recording monitored operation data in a database as time-series data;
Generating and recording an index for each time related to the operation data pattern of the operation data simultaneously with recording in the database;
Determining time-series data to be diagnosed with reference to the database; and
Reading an index of time series data of the diagnosis target, and using the index to search for an index having an operation data pattern similar to the diagnosis target;
A monitoring method comprising:
前記インデックスに属性情報を保有させるステップと、
前記検索したインデックスが保有する属性情報を表示するステップと、
を更に備えることを特徴とする請求項1に記載の監視方法。
Having attribute information in the index;
Displaying attribute information held by the searched index;
The monitoring method according to claim 1, further comprising:
前記インデックスは、各時刻から所定区間内の運転データをベクトル量子化したヒストグラムであり、
前記診断対象と類似する運転データパターンを有するインデックスを検索するステップは、
前記データベースの全時刻から所定のスキップ幅で指定した時刻のヒストグラムと前記診断対象の時刻のヒストグラムとの類似度を算出するステップと、
前記類似度が最も高いヒストグラムの時刻を出力するステップと、
を備えることを特徴とする請求項1又は2に記載の監視方法。
The index is a histogram obtained by vector quantization of operation data within a predetermined section from each time,
The step of searching for an index having an operation data pattern similar to the diagnosis target includes:
Calculating the degree of similarity between the histogram of the time specified by a predetermined skip width from all the times of the database and the histogram of the time of the diagnosis target;
Outputting the time of the histogram having the highest degree of similarity;
The monitoring method according to claim 1, further comprising:
前記所定のスキップ幅は、前記類似度が高いほど狭く設定する
ことを特徴とする請求項3に記載の監視方法。
The monitoring method according to claim 3, wherein the predetermined skip width is set to be narrower as the similarity is higher.
前記運転データから特徴ベクトルを生成するステップと、を更に備え、
前記インデックスは、
前記特徴ベクトルを利用して生成することを特徴とする請求項1〜4のいずれか一項に記載の監視方法。
Generating a feature vector from the driving data,
The index is
The monitoring method according to claim 1, wherein the monitoring is performed using the feature vector.
監視対象の運転データを時系列データとしてデータベースに記録する手段と、
前記データベースに記録すると同時に、前記運転データの運転データパターンに関する各時刻毎のインデックスを生成および記録する手段と、
前記データベースを参照して、診断対象とする時系列データを決定する手段と、
前記診断対象の時系列データのインデックスを読み出し、該インデックスを用いて前記診断対象と類似する運転データパターンを有するインデックスを検索する手段と、
を備えることを特徴とする監視装置。
Means for recording operation data to be monitored in a database as time-series data;
Means for generating and recording an index for each time related to the operation data pattern of the operation data simultaneously with recording in the database;
Means for referring to the database to determine time-series data to be diagnosed;
Means for reading an index of the time-series data of the diagnosis target, and searching for an index having an operation data pattern similar to the diagnosis target using the index;
A monitoring device comprising:
前記インデックスに属性情報を保有させる手段と、
前記検索したインデックスが保有する属性情報を表示する手段と、
を更に備えることを特徴とする請求項6に記載の監視装置。
Means for holding attribute information in the index;
Means for displaying attribute information held by the searched index;
The monitoring apparatus according to claim 6, further comprising:
前記インデックスは、各時刻から所定区間内の運転データをベクトル量子化したヒストグラムであり、
前記診断対象と類似する運転データパターンを有するインデックスを検索する手段は、
前記データベースの全時刻から所定のスキップ幅で指定した時刻のヒストグラムと前記診断対象の時刻のヒストグラムとの類似度を算出する手段と、
前記類似度が最も高いヒストグラムの時刻を出力する手段と、
を備えることを特徴とする請求項6又は7に記載の監視装置。
The index is a histogram obtained by vector quantization of operation data within a predetermined section from each time,
Means for searching for an index having an operation data pattern similar to the diagnosis target,
Means for calculating the similarity between the histogram of the time specified by a predetermined skip width from all the times of the database and the histogram of the time of the diagnosis target;
Means for outputting the time of the histogram having the highest degree of similarity;
The monitoring apparatus according to claim 6 or 7, further comprising:
前記所定のスキップ幅は、前記類似度が高いほど狭く設定する
ことを特徴とする請求項8に記載の監視装置。
The monitoring apparatus according to claim 8, wherein the predetermined skip width is set to be narrower as the similarity is higher.
前記運転データから特徴ベクトルを生成する手段と、を更に備え、
前記インデックスは、
前記特徴ベクトルを利用して生成することを特徴とする請求項6〜9のいずれか一項に記載の監視装置。
Means for generating a feature vector from the driving data,
The index is
The monitoring device according to claim 6, wherein the monitoring device is generated using the feature vector.
監視対象の運転データを時系列データとしてデータベースに記録するステップ、
前記データベースに記録すると同時に、前記運転データの運転データパターンに関する各時刻毎のインデックスを生成および記録するステップ、
前記データベースを参照して、診断対象とする時系列データを決定するステップ、
前記診断対象の時系列データのインデックスを読み出し、該インデックスを用いて前記診断対象と類似する運転データパターンを有するインデックスを検索するステップ、
をコンピュータに実行させるためのプログラム。
Recording the monitored operation data in the database as time series data,
Generating and recording an index for each time related to the operation data pattern of the operation data simultaneously with recording in the database;
Determining time-series data to be diagnosed with reference to the database;
Reading an index of the time series data of the diagnosis target, and using the index to search for an index having an operation data pattern similar to the diagnosis target;
A program that causes a computer to execute.
前記インデックスに属性情報を保有させるステップ、
前記検索したインデックスが保有する属性情報を表示するステップ、
を更にコンピュータに実行させることを特徴とする請求項11に記載のプログラム。
Causing the index to hold attribute information;
Displaying attribute information held by the searched index;
The program according to claim 11, further causing a computer to execute.
前記インデックスは、各時刻から所定区間内の運転データをベクトル量子化したヒストグラムであり、
前記診断対象と類似する運転データパターンを有するインデックスを検索するステップは、
前記データベースの全時刻から所定のスキップ幅で指定した時刻のヒストグラムと前記診断対象の時刻のヒストグラムとの類似度を算出するステップ、
前記類似度が最も高いヒストグラムの時刻を出力するステップ、
をコンピュータに実行させることを特徴とする請求項11又は12に記載のプログラム。
The index is a histogram obtained by vector quantization of operation data within a predetermined section from each time,
The step of searching for an index having an operation data pattern similar to the diagnosis target includes:
Calculating a degree of similarity between a histogram of times specified by a predetermined skip width from all times of the database and a histogram of times of the diagnosis target;
Outputting the time of the histogram having the highest degree of similarity;
13. The program according to claim 11, wherein the program is executed by a computer.
前記所定のスキップ幅は、前記類似度が高いほど狭く設定する
ことを特徴とする請求項13に記載のプログラム。
The program according to claim 13, wherein the predetermined skip width is set to be narrower as the similarity is higher.
前記運転データから特徴ベクトルを生成するステップ、を更にコンピュータに実行させ、
前記インデックスは、
前記特徴ベクトルを利用して生成することを特徴とする請求項11〜14のいずれか一項に記載のプログラム。

Generating a feature vector from the driving data;
The index is
The program according to claim 11, wherein the program is generated using the feature vector.

JP2003296469A 2003-08-20 2003-08-20 Monitoring method, monitoring apparatus and program Withdrawn JP2005063385A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003296469A JP2005063385A (en) 2003-08-20 2003-08-20 Monitoring method, monitoring apparatus and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003296469A JP2005063385A (en) 2003-08-20 2003-08-20 Monitoring method, monitoring apparatus and program

Publications (1)

Publication Number Publication Date
JP2005063385A true JP2005063385A (en) 2005-03-10

Family

ID=34372378

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003296469A Withdrawn JP2005063385A (en) 2003-08-20 2003-08-20 Monitoring method, monitoring apparatus and program

Country Status (1)

Country Link
JP (1) JP2005063385A (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007256153A (en) * 2006-03-24 2007-10-04 Hitachi Ltd System for detecting railway vehicle truck abnormality
WO2011118290A1 (en) * 2010-03-24 2011-09-29 株式会社日立製作所 System for supporting determination of abnormality of moving object
WO2012114773A1 (en) * 2011-02-25 2012-08-30 三菱重工業株式会社 Plant evaluation device
JP2014015746A (en) * 2012-06-13 2014-01-30 Sumitomo Heavy Ind Ltd Management device for shovel and abnormality detection method for the shovel
JP2014522065A (en) * 2011-08-10 2014-08-28 アルカテル−ルーセント Method and apparatus for comparing pictures
US9298854B2 (en) 2010-05-14 2016-03-29 Hitachi, Ltd. Time-series data management device, system, method, and program
JP2016151086A (en) * 2015-02-16 2016-08-22 住友重機械工業株式会社 Shovel support device
CN110923029A (en) * 2018-09-19 2020-03-27 三菱重工业株式会社 Ash fusion temperature estimation device and ash fusion temperature estimation method
CN111023415A (en) * 2019-12-24 2020-04-17 宁波奥克斯电气股份有限公司 Self-cleaning control method and device and multi-split air conditioner
JP2020070943A (en) * 2018-10-29 2020-05-07 ダイキン工業株式会社 Refrigeration system
JP2020153645A (en) * 2019-03-22 2020-09-24 Jfeエンジニアリング株式会社 Control parameter determination support device and control parameter determination support method for combustion control device of waste incinerator
CN112484260A (en) * 2020-12-07 2021-03-12 格力电器(武汉)有限公司 Humidity control method, humidity control device, electronic equipment and storage medium
EP3788504B1 (en) * 2018-06-06 2022-11-23 Siemens Aktiengesellschaft Method and computerized device for performing a range search in numeric time-series data

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007256153A (en) * 2006-03-24 2007-10-04 Hitachi Ltd System for detecting railway vehicle truck abnormality
GB2491291B (en) * 2010-03-24 2015-06-03 Hitachi Ltd System for supporting determination of abnormality of moving object
WO2011118290A1 (en) * 2010-03-24 2011-09-29 株式会社日立製作所 System for supporting determination of abnormality of moving object
JP2011201336A (en) * 2010-03-24 2011-10-13 Hitachi Ltd System for supporting determination of abnormality of moving object
GB2491291A (en) * 2010-03-24 2012-11-28 Hitachi Ltd System for supporting determination of abnormality of moving object
US9298854B2 (en) 2010-05-14 2016-03-29 Hitachi, Ltd. Time-series data management device, system, method, and program
WO2012114773A1 (en) * 2011-02-25 2012-08-30 三菱重工業株式会社 Plant evaluation device
JP2014522065A (en) * 2011-08-10 2014-08-28 アルカテル−ルーセント Method and apparatus for comparing pictures
JP2014015746A (en) * 2012-06-13 2014-01-30 Sumitomo Heavy Ind Ltd Management device for shovel and abnormality detection method for the shovel
JP2016151086A (en) * 2015-02-16 2016-08-22 住友重機械工業株式会社 Shovel support device
EP3788504B1 (en) * 2018-06-06 2022-11-23 Siemens Aktiengesellschaft Method and computerized device for performing a range search in numeric time-series data
CN110923029B (en) * 2018-09-19 2021-05-25 三菱重工业株式会社 Ash fusion temperature estimation device and ash fusion temperature estimation method
CN110923029A (en) * 2018-09-19 2020-03-27 三菱重工业株式会社 Ash fusion temperature estimation device and ash fusion temperature estimation method
JP2020070943A (en) * 2018-10-29 2020-05-07 ダイキン工業株式会社 Refrigeration system
JP7406060B2 (en) 2018-10-29 2023-12-27 ダイキン工業株式会社 refrigeration system
JP2020153645A (en) * 2019-03-22 2020-09-24 Jfeエンジニアリング株式会社 Control parameter determination support device and control parameter determination support method for combustion control device of waste incinerator
CN111023415A (en) * 2019-12-24 2020-04-17 宁波奥克斯电气股份有限公司 Self-cleaning control method and device and multi-split air conditioner
CN112484260A (en) * 2020-12-07 2021-03-12 格力电器(武汉)有限公司 Humidity control method, humidity control device, electronic equipment and storage medium
CN112484260B (en) * 2020-12-07 2022-04-15 格力电器(武汉)有限公司 Humidity control method, humidity control device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
JP5301717B1 (en) Equipment condition monitoring method and apparatus
JP5342708B1 (en) Anomaly detection method and apparatus
JP2005063385A (en) Monitoring method, monitoring apparatus and program
JP6129688B2 (en) Maintenance information management system and method, and maintenance information display apparatus and method
JP2007293489A (en) Failure diagnostic device for facility equipment and failure diagnostic method for facility equipment
JP6895816B2 (en) Abnormality diagnosis device, abnormality diagnosis method and abnormality diagnosis program
JP2015114967A (en) Abnormality detection method and abnormality detection device
JP2017091113A (en) Event analysis device, event analysis system, event analysis method, and event analysis program
JP2013025367A (en) Facility state monitoring method and device of the same
JP2016057803A (en) Abnormality detection procedure development device and abnormality detection procedure development method
JP2012008030A (en) Rotator bearing diagnostic device
JP2019159807A (en) Time series data analyzer
JP2007140997A (en) Apparatus for diagnosing fault
JP6802122B2 (en) Cause estimation method and program
JP7296763B2 (en) Equipment diagnosis system
JP2006039650A (en) Response priority order determination device and method therefor
JP2006276924A (en) Equipment diagnostic device and equipment diagnostic program
JP2000330627A (en) Equipment chart managing and evaluating device and method for equipment chart management and evaluation using same device
KR102168737B1 (en) Quality analysis device and quality analysis method
JP4834580B2 (en) Plant condition index management device and computer program for its implementation
JP6667664B2 (en) Plant management apparatus, plant management method, and program
JP2010249361A (en) Air conditioning system diagnostic device
JP2000198051A (en) Device for and method of extracting abnormality of facility flow, and storage medium recorded with program for extracting abnormality from facility flow
JP6247777B2 (en) Abnormality diagnosis apparatus and abnormality diagnosis method
JPH0735655A (en) Apparatus for monitoring process of plant

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050922

A761 Written withdrawal of application

Free format text: JAPANESE INTERMEDIATE CODE: A761

Effective date: 20061025