JP2016018435A - Parameter classification device - Google Patents

Parameter classification device Download PDF

Info

Publication number
JP2016018435A
JP2016018435A JP2014141409A JP2014141409A JP2016018435A JP 2016018435 A JP2016018435 A JP 2016018435A JP 2014141409 A JP2014141409 A JP 2014141409A JP 2014141409 A JP2014141409 A JP 2014141409A JP 2016018435 A JP2016018435 A JP 2016018435A
Authority
JP
Japan
Prior art keywords
parameter
classification
item
histogram
display
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.)
Granted
Application number
JP2014141409A
Other languages
Japanese (ja)
Other versions
JP6409375B2 (en
Inventor
ニコラ シュミット
Schmit Nicolas
ニコラ シュミット
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.)
IHI Corp
Original Assignee
IHI Corp
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 IHI Corp filed Critical IHI Corp
Priority to JP2014141409A priority Critical patent/JP6409375B2/en
Publication of JP2016018435A publication Critical patent/JP2016018435A/en
Application granted granted Critical
Publication of JP6409375B2 publication Critical patent/JP6409375B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Testing And Monitoring For Control Systems (AREA)

Abstract

PROBLEM TO BE SOLVED: To improve classification accuracy, facilitate classification, and achieving time reduction at a time of classifying clustering targets for abnormality diagnosis using the MT method.SOLUTION: A parameter classification device comprises: display processing means generating a time series graph representing values of a plurality of parameters in time series for parameter value acquisition, and a histogram of the parameter values, and displaying a display screen containing the generated time series graph and histogram on a display; and storage processing means associating an identifier of each parameter and a classification result with each other and storing the identifier of each parameter and the classification result in a storage device as classification data when receiving a result of classification as to whether each of the parameters for which the time series graph and the histogram are displayed on the display is a clustering target.SELECTED DRAWING: Figure 1

Description

本発明は、MT法を利用して異常診断する際に診断対象の各パラメータをクラスタリングの対象とするか否かの分類に利用するパラメータ分類装置に関する。   The present invention relates to a parameter classification apparatus used for classifying whether or not each parameter to be diagnosed is a clustering target when performing an abnormality diagnosis using the MT method.

近年、異常の診断にMTシステムの一種であるMT法(マハラノビス・タグチ法)の利用が普及している。MT法では、まず、診断対象の装置やシステム等から正常時に測定した複数のパラメータ値である正常データから、正常状態の基準である単位空間を生成し、その単位空間の基準点を決定する。その後、異常診断の対象時に同一のパラメータの値を測定して診断データとし、これらの値と基準点との距離を用いて異常を診断する(例えば、非特許文献1参照)。   In recent years, the use of the MT method (Mahalanobis-Taguchi method), which is a type of MT system, for the diagnosis of abnormalities has become widespread. In the MT method, first, a unit space that is a reference for a normal state is generated from normal data that is a plurality of parameter values measured at the normal time from a device or system to be diagnosed, and a reference point of the unit space is determined. After that, the values of the same parameter are measured as the diagnosis data at the time of abnormality diagnosis, and abnormality is diagnosed using the distance between these values and the reference point (for example, refer to Non-Patent Document 1).

MT法を利用して異常診断を行う場合、クラスタリングアルゴリズムを利用することがある。例えば、診断対象の装置やシステムでモードを切り替えたことにより、切り替えの前後でセンサ値が大きく変化することがある。また、気温や季節等の条件が変化したことにより、条件の変化の前後でセンサ値が大きく変化することがある。このような場合、モード切替前とモードの切替後のセンサ値、条件の変化前のセンサ値と変化後のセンサ値を同一として扱うと、異常の検出が困難になる。したがって、このようなパラメータは、変化の前後で別のクラスタとして扱う必要があるため、クラスタリングの対象として選択され、クラスタリングアルゴリズムを利用して異常診断を行う。   When abnormality diagnosis is performed using the MT method, a clustering algorithm may be used. For example, the sensor value may change greatly before and after the switching due to the switching of the mode in the diagnosis target apparatus or system. In addition, the sensor value may change greatly before and after the change of the condition due to the change of the conditions such as temperature and season. In such a case, if the sensor value before the mode change and the sensor value after the mode change, and the sensor value before the change of the condition and the sensor value after the change are handled as the same, it is difficult to detect the abnormality. Therefore, since such parameters need to be handled as separate clusters before and after the change, they are selected as a clustering target, and an abnormality diagnosis is performed using a clustering algorithm.

一方、実際は連続的な信号が離散的な信号としてセンサ等によって計測されることがある。その結果、センサのサンプリング分解能が低い等の理由で連続的な信号の計測値が離散的になり、センサ値が少数のグループに分かれ、クラスタリングの対象であると誤解されやすい場合がある。   On the other hand, a continuous signal may actually be measured by a sensor or the like as a discrete signal. As a result, the measurement values of continuous signals become discrete because the sampling resolution of the sensor is low, etc., and the sensor values are divided into a small number of groups and may be easily misunderstood as a clustering target.

立林、手島、長谷川、「入門MTシステム」、日科技連出版社、2008年、43−44頁Tatebayashi, Teshima, Hasegawa, “Introductory MT System”, Nikka Tech Ren Publisher, 2008, 43-44

上述したように、パラメータには、連続的であっても離散的な信号として計測されることもあり、クラスタリングの対象であるか否かの判断は難しい現状がある。そのため、各パラメータのクラスタへの分類の精度は、オペレータの経験等に依存する現状がある。また、パラメータ毎に複数回に渡って測定された値を参照してクラスタリングの対象を分類するため、パラメータの数が多い場合、分類に長い時間を要する現状がある。   As described above, the parameter may be measured as a continuous signal or a discrete signal, and it is difficult to determine whether or not it is a clustering target. For this reason, the accuracy of classification of each parameter into clusters depends on the experience of the operator. In addition, since clustering targets are classified by referring to values measured multiple times for each parameter, there is a current situation that requires a long time for classification when the number of parameters is large.

上記課題に鑑み、本発明は、MT法を利用した異常診断のためにクラスタリングの対象を分類する際、分類の精度を向上させるとともに、処理を容易にし、分類に必要な時間を短縮させることを目的とする。   In view of the above problems, the present invention improves the accuracy of classification and facilitates the processing and shortens the time required for classification when classifying objects for clustering for abnormality diagnosis using the MT method. Objective.

上記目的を達成するために、第1の発明は、MT法を利用して異常診断する際に診断対象の各パラメータをクラスタリングの対象とするか否かの分類に利用するパラメータ分類装置であって、複数回分のパラメータの値をパラメータ値取得の時系列で表す時系列グラフと当該パラメータ値のヒストグラムとを生成し、生成した時系列グラフ及びヒストグラムを含む表示画面をディスプレイに表示する表示処理手段と、前記ディスプレイに時系列グラフ及びヒストグラムを表示したパラメータについて、クラスタリングの対象であるか否かが分類された結果を受信すると、当該パラメータの識別子と分類結果を関連付けて分類データとして記憶装置に記憶させる記憶処理手段とを備える。   In order to achieve the above object, a first invention is a parameter classification device used for classifying whether or not each parameter to be diagnosed is a clustering target when performing an abnormality diagnosis using the MT method. Display processing means for generating a time series graph representing parameter values for a plurality of times in a time series of parameter value acquisition and a histogram of the parameter values, and displaying a display screen including the generated time series graph and the histogram on a display; Upon receiving the result of the classification of whether or not the parameter whose time series graph and histogram are displayed on the display is the target of clustering, the identifier of the parameter and the classification result are associated and stored in the storage device as classification data. Storage processing means.

本発明によれば、MT法を利用した異常診断のためにクラスタリングの対象を分類する際、分類の精度を向上させるとともに、処理を容易にし、分類に必要な時間を短縮させることができる。   According to the present invention, when classifying a clustering target for abnormality diagnosis using the MT method, the accuracy of classification can be improved, the processing can be facilitated, and the time required for classification can be shortened.

図1は、実施形態に係るパラメータ分類装置を説明するブロック図である。FIG. 1 is a block diagram illustrating a parameter classification device according to an embodiment. 図2は、(a)クラスタ構造のない2つのパラメータの散布図と、(b)クラスタ構造のある2つのパラメータの散布図である。2A is a scatter diagram of two parameters without a cluster structure, and FIG. 2B is a scatter diagram of two parameters with a cluster structure. 図3は、パラメータの実際の信号と、センサによって計測された値の関係の一例を説明するグラフである。FIG. 3 is a graph illustrating an example of the relationship between the actual signal of the parameter and the value measured by the sensor. 図4は、図3の値が計測された場合に図1のパラメータ分類装置で表示される画面の一例である。FIG. 4 is an example of a screen displayed by the parameter classification device of FIG. 1 when the values of FIG. 3 are measured. 図5は、パラメータの実際の信号と、センサによって計測された値の関係の他の例を説明するグラフである。FIG. 5 is a graph for explaining another example of the relationship between the actual signal of the parameter and the value measured by the sensor. 図6は、図5の値が計測された場合に図1のパラメータ分類装置で表示される画面の一例である。FIG. 6 is an example of a screen displayed by the parameter classification device of FIG. 1 when the values of FIG. 5 are measured. 図7は、パラメータの実際の信号と、センサによって計測された値の関係の他の例を説明するグラフである。FIG. 7 is a graph for explaining another example of the relationship between the actual signal of the parameter and the value measured by the sensor. 図8は、図7の値が計測された場合に図1のパラメータ分類装置で表示される画面の一例である。FIG. 8 is an example of a screen displayed by the parameter classification device of FIG. 1 when the values of FIG. 7 are measured.

以下に、図面を用いて本発明の実施形態に係るパラメータ分類装置について説明する。実施形態に係るパラメータ分類装置は、MT法を利用して、多数のセンサによって各パラメータ値が測定されるガスタービン、真空炉、航空エンジン等を診断対象として各パラメータ値を利用して異常診断を行う際、各パラメータ値がクラスタリングの対象であるか否かの分類に利用されるものである。なお、実施形態に係るパラメータ分類装置は、診断対象の異常を検出する異常診断装置に組み込まれていてもよい。クラスタリングの対象であると分類されたパラメータについては、異常診断の際にクラスタリングアルゴリズムが利用され、クラスタ毎に単位空間が形成され、新たに計測されたパラメータ値についてはいずれかのクラスタに対応させて異常診断が実行される。   Hereinafter, a parameter classification device according to an embodiment of the present invention will be described with reference to the drawings. The parameter classification apparatus according to the embodiment uses the MT method to perform abnormality diagnosis using each parameter value for gas turbines, vacuum furnaces, aircraft engines, and the like whose parameter values are measured by a large number of sensors. When performing, each parameter value is used to classify whether or not it is a clustering target. Note that the parameter classification device according to the embodiment may be incorporated in an abnormality diagnosis device that detects an abnormality of a diagnosis target. For parameters classified as clustering targets, a clustering algorithm is used for abnormality diagnosis, a unit space is formed for each cluster, and newly measured parameter values are associated with one of the clusters. Abnormal diagnosis is executed.

図1に示すように、実施形態に係るパラメータ分類装置1は、CPU10、記憶装置20、操作の入力等に利用される入力装置30及び処理結果等の出力に利用される出力装置40等を備える情報処理装置である。   As shown in FIG. 1, the parameter classification device 1 according to the embodiment includes a CPU 10, a storage device 20, an input device 30 used for operation input and the like, an output device 40 used for outputting processing results, and the like. Information processing apparatus.

パラメータ分類装置1は、記憶装置20に記憶される分類プログラムPが実行されることで、図1に示すように、CPU20が診断対象の各項目の値(パラメータ値)を取得する取得手段11と、分類に利用される画面を出力装置40に表示する表示処理手段12と、入力装置30を介して入力される分類結果を受信する受信手段13と、受信した分類結果を記憶装置20に記憶する記憶処理手段14として処理を実行する。   As shown in FIG. 1, the parameter classification device 1 is obtained by executing the classification program P stored in the storage device 20 so that the CPU 20 acquires the value (parameter value) of each item to be diagnosed. The display processing means 12 for displaying the screen used for classification on the output device 40, the receiving means 13 for receiving the classification result input via the input device 30, and the received classification result are stored in the storage device 20. Processing is executed as the storage processing means 14.

記憶装置20は、分類プログラムPの他、診断対象の各項目値である対象データD1、画面の表示に利用される画面データD2及び分類結果である分類データD3を記憶する。   In addition to the classification program P, the storage device 20 stores target data D1 that is each item value to be diagnosed, screen data D2 that is used to display a screen, and classification data D3 that is a classification result.

対象データD1は、測定された複数回分の項目値を含む。   The target data D1 includes a plurality of measured item values.

図2は、ある2つのパラメータの値に関する散布図の一例である。図2において、横軸はパラメータ1の値(項目値1)、縦軸はパラメータ2の値(項目値2)である。図2(a)に示す一例は、クラスタリングの必要がない項目値に関する散布図である。クラスタリングの必要がない場合、図2(a)に示すように、各値の分布は均質な集団を形成している。   FIG. 2 is an example of a scatter diagram regarding the values of certain two parameters. In FIG. 2, the horizontal axis is the value of parameter 1 (item value 1), and the vertical axis is the value of parameter 2 (item value 2). An example shown in FIG. 2A is a scatter diagram regarding item values that do not require clustering. When there is no need for clustering, as shown in FIG. 2A, the distribution of values forms a homogeneous group.

これに対し、図2(b)に示す一例は、クラスタリングの必要がある項目値に関する散布図である。図2(b)に示す例では、全ての値の分布は均質な集団を形成するのではなく、2つのグループに分かれている。このような場合、MT法で異常診断をする場合、クラスタリングアルゴリズムを利用してクラスタ1とクラスタ2のデータを分類して、別々に異常を診断する必要がある。   On the other hand, the example shown in FIG. 2B is a scatter diagram regarding item values that need to be clustered. In the example shown in FIG. 2B, the distribution of all values does not form a homogeneous group but is divided into two groups. In such a case, when performing abnormality diagnosis by the MT method, it is necessary to classify the data of cluster 1 and cluster 2 using a clustering algorithm and diagnose abnormality separately.

図3は、センサのサンプリング分解能が低いため、項目値が複数のグループに分かれる項目の時系列データの一例である。図3では、横軸を測定回数(測定回数毎にナンバリングされた番号)、縦軸を項目値(パラメータ値)とし、測定された項目値を時系列で表す。この図3に示す例は、実際の信号(図3中の実線)は連続的であるのに対し、センサによる計測値(図3中の破線)は離散的となった例である。   FIG. 3 is an example of time-series data of items whose item values are divided into a plurality of groups because the sampling resolution of the sensor is low. In FIG. 3, the horizontal axis represents the number of measurements (number numbered for each number of measurements), the vertical axis represents the item value (parameter value), and the measured item value is represented in time series. The example shown in FIG. 3 is an example in which the actual signal (solid line in FIG. 3) is continuous, whereas the measurement value by the sensor (broken line in FIG. 3) is discrete.

具体的には、正常時において測定する信号の平均値が6.5かつ振幅が0.1であって、センサの分解能が1であるとする。このとき、測定する信号が6.5を上回るか、下回るかによって、センサは、7又は6のいずれかの値を出力する。したがって、実際の信号は連続的であるのに対し、センサによる計測値は、2つのクラスタを形成するように見える。このような場合、グループ1とグループ2とは実際には別々のクラスタではないが、それぞれ別々のクラスタとして誤って判断され、この項目がクラスタリング対象と誤って分類されやすい。このように誤って分類されると、クラスタリング対象でない項目にクラスタリングアルゴリズムが適用され、異常診断の精度が低下する。したがって、クラスタリングの対象は、正確に分類することが好ましい。   Specifically, it is assumed that the average value of signals measured in the normal state is 6.5, the amplitude is 0.1, and the resolution of the sensor is 1. At this time, the sensor outputs a value of either 7 or 6 depending on whether the signal to be measured is greater than or less than 6.5. Thus, while the actual signal is continuous, the sensor measurements appear to form two clusters. In such a case, group 1 and group 2 are not actually separate clusters, but are erroneously determined as separate clusters, and this item is likely to be erroneously classified as a clustering target. If classified incorrectly in this way, a clustering algorithm is applied to items that are not subject to clustering, and the accuracy of abnormality diagnosis decreases. Therefore, it is preferable to accurately classify the clustering target.

取得手段11は、クラスタリングの必要があるか否かを分類する項目値(パラメータの値)を取得する。例えば、取得手段11は、診断対象のセンサ等から項目値を取得してもよいし、異常診断装置から項目値を取得してもよい。また、取得手段11は、取得した各項目値を対象データD1として記憶装置20に記憶させる。   The acquisition unit 11 acquires item values (parameter values) for classifying whether or not clustering is necessary. For example, the acquisition unit 11 may acquire an item value from a sensor to be diagnosed or the like, or may acquire an item value from an abnormality diagnosis device. The acquisition unit 11 stores the acquired item values in the storage device 20 as the target data D1.

表示処理手段12は、記憶装置20から対象データD1及び画面データD2を読み出し、クラスタリングの対象であるか否かの分類に利用する表示画面を生成し、出力装置40に表示させる。例えば、表示処理手段12は、図4に一例を示すような表示画面Wを生成する。   The display processing means 12 reads the target data D1 and the screen data D2 from the storage device 20, generates a display screen used for classification as to whether or not it is a clustering target, and displays it on the output device 40. For example, the display processing means 12 generates a display screen W as shown in FIG.

具体的には、表示処理手段12は、対象データD1を利用して対象の項目値の時系列のグラフを生成する。また、表示処理手段12は、対象データD1を利用して、対象の項目値について計測された頻度の分布であるヒストグラムを生成する。その後、表示処理手段12は、画面データD2と生成した時系列のグラフ及びヒストグラムを合わせて表示画面Wとする。   Specifically, the display processing unit 12 generates a time-series graph of target item values using the target data D1. Further, the display processing means 12 uses the target data D1 to generate a histogram that is a frequency distribution measured for the target item value. Thereafter, the display processing unit 12 combines the screen data D2 with the generated time series graph and histogram to form the display screen W.

表示画面Wは、対象の項目毎に表示され、図4に示すように、時系列のグラフを含むグラフ表示エリアA1、項目値のヒストグラムを含むヒストグラム表示エリアA2、及び、オペレータがコメントを入力可能なコメント記入エリアA3を有する。また、表示画面Wは、クラスタリング対象と判断された場合に押下される第1ボタンB1、クラスタリングの対象外と判断された場合に押下される第2ボタンB2、前の項目に関する表示画面を表示させる第3ボタンB3、次の項目に関する表示画面を表示させる第4ボタンB4を有する。   The display screen W is displayed for each target item. As shown in FIG. 4, a graph display area A1 including a time-series graph, a histogram display area A2 including a histogram of item values, and an operator can input comments. A comment entry area A3 is provided. The display screen W displays a first button B1 that is pressed when it is determined to be a clustering target, a second button B2 that is pressed when it is determined that it is not a clustering target, and a display screen related to the previous item. A third button B3 and a fourth button B4 for displaying a display screen relating to the next item are provided.

図4は、項目名「項目△△」の項目に関する表示画面Wの一例であって、この「項目△△」の項目は、yある項目のうち、x番目の項目である。この表示画面Wを参照したオペレータは、グラフ表示エリアA1に表示される時系列のグラフや、ヒストグラム表示エリアA2に表示されるヒストグラムを参照し、クラスタリングの対象であるか否かを容易に判断することができる。このような判定の結果に応じて、第1ボタンB1又は第2ボタンB2が押下される。   FIG. 4 is an example of the display screen W related to the item with the item name “item ΔΔ”. The item “item ΔΔ” is the x-th item among the y items. The operator who refers to the display screen W easily determines whether or not it is a clustering target by referring to the time-series graph displayed in the graph display area A1 and the histogram displayed in the histogram display area A2. be able to. Depending on the result of such determination, the first button B1 or the second button B2 is pressed.

例えば、図4のヒストグラム表示エリアA2に示すように、ヒストグラムが一定の間隔で分布された幅のない縦棒であった場合、センサのサンプリング性能に依存したグループと考えられるため、クラスタリングの対象でないと判断される。したがって、図4に示す例では、第2ボタンB2が押下される。また、図4のヒストグラム表示エリアA2に示される例は、2つの項目値のみを含む例であるが、2つ以上の項目値を含む場合も同様である。仮に、センサのサンプリング性能に依存した項目を表すヒストグラムが2つ以上の項目値を含む場合、各項目値は、一定間隔で離れるものとなる。   For example, as shown in the histogram display area A2 in FIG. 4, when the histogram is a vertical bar with a width distributed at a constant interval, it is considered as a group depending on the sampling performance of the sensor and is not a clustering target. It is judged. Therefore, in the example shown in FIG. 4, the second button B2 is pressed. Further, the example shown in the histogram display area A2 in FIG. 4 is an example including only two item values, but the same applies to the case including two or more item values. If a histogram representing an item that depends on the sampling performance of the sensor includes two or more item values, the item values are separated at a constant interval.

一方、ヒストグラムで項目値のグループが形成されたとしても、各項目値のグループの頻度の分布が連続である場合、クラスタリングの対象であると判断される。クラスタリングの対象となる場合、時系列データは、例えば、図5に示すように、実際の信号(図5中の実線)もセンサによる計測値(図5中の破線)も離散的ではなく、連続的である。具体的には、図5に示す実際の信号は、クラスタ1とクラスタ2の平均値がそれぞれ36.5と6.5であって、振幅が6である。また、図5に示す計測値は、センサのサンプリング分解能が1の場合であって、整数に丸められたものとする。図5に示す例では、図3で示した例と比較してサンプリング分解能が十分であるため、実際の信号とセンサの計測値とがほぼ同一となる。   On the other hand, even if a group of item values is formed in the histogram, if the distribution of the frequency of each item value group is continuous, it is determined that it is a clustering target. When subject to clustering, for example, as shown in FIG. 5, the time-series data is not continuous as the actual signal (solid line in FIG. 5) and the sensor measurement value (broken line in FIG. 5) are not discrete. Is. Specifically, in the actual signal shown in FIG. 5, the average values of cluster 1 and cluster 2 are 36.5 and 6.5, respectively, and the amplitude is 6. The measurement values shown in FIG. 5 are assumed to be rounded to an integer when the sampling resolution of the sensor is 1. In the example shown in FIG. 5, since the sampling resolution is sufficient as compared with the example shown in FIG. 3, the actual signal and the measured value of the sensor are almost the same.

図5に示すような時系列データが得られる場合、表示処理手段12は、図6に示すように時系列のグラフ及びヒストグラムを合わせて表示画面Wを生成し、出力装置40に表示させる。図6に示す例では、ヒストグラムで項目値のグループが複数形成されるが、各グループは頻度が異なり、クラスタリングの対象であることが分かるため、第1ボタンB1が押下される。   When time-series data as shown in FIG. 5 is obtained, the display processing means 12 generates a display screen W by combining the time-series graph and histogram as shown in FIG. In the example shown in FIG. 6, a plurality of item value groups are formed in the histogram. However, since each group has a different frequency and is a clustering target, the first button B1 is pressed.

ヒストグラムで項目値のグループが形成されない場合、クラスタリングの対象でないと判断される。ヒストグラムで項目値のグループが形成されない場合、時系列データは、例えば、図7に示すように生成される。具体的には、図7に示す実際の信号は、正常時の計測値の平均値が6.5である。また、図7に示す計測値は、センサのサンプリング分解能が1の場合であって、整数に丸められたものとする。   If a group of item values is not formed in the histogram, it is determined that it is not a clustering target. When a group of item values is not formed in the histogram, time series data is generated as shown in FIG. 7, for example. Specifically, in the actual signal shown in FIG. 7, the average value of the measurement values at the normal time is 6.5. The measurement values shown in FIG. 7 are assumed to be rounded to an integer when the sampling resolution of the sensor is 1.

図7に示すような時系列データが得られる場合、表示処理手段12は、図8に示すように時系列のグラフ及びヒストグラムを合わせて表示画面Wを生成し、出力装置40に表示させる。図8に示す例では、ヒストグラムで項目値のグループは1つであり、クラスタリングの対象でないことが分かるため、第2ボタンB2が押下される。   When time-series data as shown in FIG. 7 is obtained, the display processing unit 12 generates a display screen W by combining the time-series graph and the histogram as shown in FIG. In the example shown in FIG. 8, since there is one item value group in the histogram and it is understood that it is not a clustering target, the second button B <b> 2 is pressed.

コメント記入エリアA3には、グラフ表示エリアA1やヒストグラム表示エリアA2を元に、オペレータが入力装置30を介し、この項目に関する事項を自由に記入することができる。例えば、対象の項目値を測定するセンサに現れる異常や、着目すべき現象等を記入することができる。   In the comment entry area A3, the operator can freely enter matters regarding this item via the input device 30 based on the graph display area A1 and the histogram display area A2. For example, an abnormality appearing in a sensor that measures a target item value, a phenomenon to be noted, and the like can be entered.

受信手段13は、表示処理手段12が表示画面Wを表示後に入力装置30を介して第1ボタンB1が押下されると、クラスタリング選択信号を受信する。記憶処理手段14は、受信手段13がクラスタリング選択信号を受信すると、この項目をクラスタリング対象と分類し、この項目の識別子とクラスタリングの対象である分類結果とを関連付けて分類データD3を更新する。   The receiving unit 13 receives a clustering selection signal when the first button B1 is pressed via the input device 30 after the display processing unit 12 displays the display screen W. When the receiving means 13 receives the clustering selection signal, the storage processing means 14 classifies this item as a clustering target, and updates the classification data D3 by associating the identifier of this item with the classification result that is the clustering target.

また、受信手段13は、表示処理手段12が表示画面Wを表示後に入力装置30を介して第2ボタンB2が押下されると、非選択信号を受信する。記憶処理手段14は、受信手段13が非選択信号を受信すると、この項目をクラスタリング非対象と分類し、この項目の識別子とクラスタリングの非対象である分類結果とを関連付けて分類データD3を更新する。   The receiving unit 13 receives a non-selection signal when the second button B2 is pressed through the input device 30 after the display processing unit 12 displays the display screen W. When the receiving unit 13 receives the non-selection signal, the storage processing unit 14 classifies this item as non-clustering target, and updates the classification data D3 by associating the identifier of this item with the classification result that is non-clustering target. .

さらに、受信手段13がコメント記入エリアA3に記入された内容を受信すると、記憶処理手段14は、受信手段13が受信した内容を分類データD3に追加する。これにより、分類作業を行ったオペレータは、コメント記入エリアA3に記入されたコメントの情報を他のオペレータと共有することができる。   Further, when the receiving means 13 receives the contents entered in the comment entry area A3, the storage processing means 14 adds the contents received by the receiving means 13 to the classification data D3. Thereby, the operator who performed the classification work can share the comment information entered in the comment entry area A3 with other operators.

受信手段13は、表示処理手段12が表示画面Wを表示後に入力装置30を介して第3ボタンが押下されると前項目信号を受信し、第4ボタンが押下されると次項目信号を受信する。受信手段13は、受信した前項目信号又は次項目信号を表示処理手段12に出力する。   The receiving means 13 receives the previous item signal when the third button is pressed via the input device 30 after the display processing means 12 displays the display screen W, and receives the next item signal when the fourth button is pressed. To do. The receiving unit 13 outputs the received previous item signal or next item signal to the display processing unit 12.

表示処理手段12は、受信手段13から前項目信号又は次項目信号が入力されると、信号に応じて、該当する項目の表示画面Wを生成し、出力装置40に表示する。例えば、図4に示す表示画面Wの表示後に前項目信号を受信すると、表示処理手段12は、x−1番目の項目に関する表示画面Wを表示する。また、図4に示す表示画面Wの表示後に後項目信号を受信すると、表示処理手段12は、x+1番目の項目に関する表示画面Wを表示する。   When the previous item signal or the next item signal is input from the receiving unit 13, the display processing unit 12 generates a display screen W of the corresponding item according to the signal and displays it on the output device 40. For example, when the previous item signal is received after the display screen W shown in FIG. 4 is displayed, the display processing means 12 displays the display screen W regarding the (x−1) th item. In addition, when the rear item signal is received after the display screen W shown in FIG. 4 is displayed, the display processing means 12 displays the display screen W regarding the (x + 1) th item.

上述したように、実施形態に係るパラメータ分類装置では、各パラメータ(項目)が、クラスタリングの対象であるか否かを、表示画面Wを利用して分類させる。したがって、パラメータを分類するオペレータは、表示画面Wに表示される視覚的な情報から容易に分類することができる。
以上、実施形態を用いて本発明を詳細に説明したが、本発明は本明細書中に説明した実施形態に限定されるものではない。本発明の範囲は、特許請求の範囲の記載及び特許請求の範囲の記載と均等の範囲により決定されるものである。
As described above, in the parameter classification device according to the embodiment, whether or not each parameter (item) is a clustering target is classified using the display screen W. Therefore, the operator who classifies the parameters can be easily classified from the visual information displayed on the display screen W.
As mentioned above, although this invention was demonstrated in detail using embodiment, this invention is not limited to embodiment described in this specification. The scope of the present invention is determined by the description of the claims and the scope equivalent to the description of the claims.

1 パラメータ分類装置
11 取得手段
12 表示処理手段
13 受信手段
14 記憶処理手段
20 記憶装置
30 入力装置
40 出力装置
D1 対象データ
D2 画面データ
D3 分類データ
P 分類プログラム

DESCRIPTION OF SYMBOLS 1 Parameter classification | category apparatus 11 Acquisition means 12 Display processing means 13 Reception means 14 Storage processing means 20 Storage apparatus 30 Input apparatus 40 Output apparatus D1 Target data D2 Screen data D3 Classification data P Classification program

Claims (1)

MT法を利用して異常診断する際に診断対象の各パラメータをクラスタリングの対象とするか否かの分類に利用するパラメータ分類装置であって、
複数回分のパラメータの値をパラメータ値取得の時系列で表す時系列グラフと当該パラメータ値のヒストグラムとを生成し、生成した時系列グラフ及びヒストグラムを含む表示画面をディスプレイに表示する表示処理手段と、
前記ディスプレイに時系列グラフ及びヒストグラムを表示したパラメータについて、クラスタリングの対象であるか否かが分類された結果を受信すると、当該パラメータの識別子と分類結果を関連付けて分類データとして記憶装置に記憶させる記憶処理手段と、
を備えることを特徴とするパラメータ分類装置。
A parameter classification device used for classifying whether or not each parameter to be diagnosed is a clustering target when performing an abnormality diagnosis using the MT method,
Display processing means for generating a time series graph representing a parameter value acquisition time series and a histogram of the parameter value, and displaying a display screen including the generated time series graph and the histogram on a display;
When a result of categorizing whether or not it is a clustering target for a parameter whose time series graph and histogram are displayed on the display is stored, the identifier of the parameter and the classification result are associated with each other and stored in the storage device as classification data Processing means;
A parameter classification device comprising:
JP2014141409A 2014-07-09 2014-07-09 Parameter classification device Active JP6409375B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2014141409A JP6409375B2 (en) 2014-07-09 2014-07-09 Parameter classification device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2014141409A JP6409375B2 (en) 2014-07-09 2014-07-09 Parameter classification device

Publications (2)

Publication Number Publication Date
JP2016018435A true JP2016018435A (en) 2016-02-01
JP6409375B2 JP6409375B2 (en) 2018-10-24

Family

ID=55233603

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2014141409A Active JP6409375B2 (en) 2014-07-09 2014-07-09 Parameter classification device

Country Status (1)

Country Link
JP (1) JP6409375B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021019760A1 (en) * 2019-08-01 2021-02-04 三菱電機株式会社 Abnormality diagnostic method, abnormality diagnostic device, and abnormality diagnostic program
JP6865901B1 (en) * 2020-03-30 2021-04-28 三菱電機株式会社 Diagnostic system, diagnostic method and program
WO2022191098A1 (en) * 2021-03-09 2022-09-15 三菱重工業株式会社 Plant monitoring method, plant monitoring device, and plant monitoring program

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110262460B (en) * 2019-07-01 2020-07-03 浪潮集团有限公司 Concrete piston fault prediction method for extracting features by combining clustering idea

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0461558A (en) * 1990-06-29 1992-02-27 Dainippon Printing Co Ltd Picture processing method
JP2000132558A (en) * 1998-10-22 2000-05-12 Nri & Ncc Co Ltd Classification rule search-type cluster analysis device
JP2009512097A (en) * 2005-10-18 2009-03-19 ハネウェル・インターナショナル・インコーポレーテッド System, method, and computer program for early event detection
JP2010025849A (en) * 2008-07-23 2010-02-04 Olympus Corp Inspection apparatus
JP2011081697A (en) * 2009-10-09 2011-04-21 Hitachi Ltd Facility condition monitoring method, monitoring system, and monitoring program

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0461558A (en) * 1990-06-29 1992-02-27 Dainippon Printing Co Ltd Picture processing method
JP2000132558A (en) * 1998-10-22 2000-05-12 Nri & Ncc Co Ltd Classification rule search-type cluster analysis device
JP2009512097A (en) * 2005-10-18 2009-03-19 ハネウェル・インターナショナル・インコーポレーテッド System, method, and computer program for early event detection
JP2010025849A (en) * 2008-07-23 2010-02-04 Olympus Corp Inspection apparatus
JP2011081697A (en) * 2009-10-09 2011-04-21 Hitachi Ltd Facility condition monitoring method, monitoring system, and monitoring program

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021019760A1 (en) * 2019-08-01 2021-02-04 三菱電機株式会社 Abnormality diagnostic method, abnormality diagnostic device, and abnormality diagnostic program
US11977373B2 (en) 2019-08-01 2024-05-07 Mitsubishi Electric Corporation Abnormality diagnosis method, abnormality diagnosis device and non-transitory computer readable storage medium
JP6865901B1 (en) * 2020-03-30 2021-04-28 三菱電機株式会社 Diagnostic system, diagnostic method and program
WO2021199194A1 (en) * 2020-03-30 2021-10-07 三菱電機株式会社 Diagnosis system, diagnosis method, and program
CN115349111A (en) * 2020-03-30 2022-11-15 三菱电机株式会社 Diagnostic system, diagnostic method, and program
WO2022191098A1 (en) * 2021-03-09 2022-09-15 三菱重工業株式会社 Plant monitoring method, plant monitoring device, and plant monitoring program

Also Published As

Publication number Publication date
JP6409375B2 (en) 2018-10-24

Similar Documents

Publication Publication Date Title
JP6409375B2 (en) Parameter classification device
EP3270134A1 (en) Gas leak location estimating device, gas leak location estimating system, gas leak location estimating method and gas leak location estimating program
JP6903142B2 (en) Anomaly detection device, anomaly detection method and program
US11913829B2 (en) Portable acoustic imaging tool with scanning and analysis capability
US11137321B2 (en) Failure diagnosis system
JP2020053036A5 (en)
JP6453504B1 (en) Anomaly monitoring device, anomaly monitoring method and anomaly monitoring program
US20190129027A1 (en) Multi-modal acoustic imaging tool
JP2013172940A5 (en) Medical diagnosis support apparatus, medical diagnosis support method, and input support system
CN108369416B (en) Abnormality diagnosis system
JP2022020722A5 (en)
US10192306B2 (en) Cell recognition device, method, and program
JP2009070052A (en) Monitoring device and program
JP2016014961A (en) Abnormality diagnosis device
JP2019036186A (en) Abnormality detection model construction apparatus, abnormality detection model construction method and program
CN109564632A (en) A kind of visible detection method, equipment, system and the device with store function
JP6641678B2 (en) Fault diagnosis device
JP2017010577A5 (en) Medical diagnosis support apparatus, medical diagnosis support system, information processing method, and program
CN109074052B (en) Unsteady detection device, unsteady detection system, and unsteady detection method
CN111260498A (en) Process parameter detection method and device, electronic equipment and readable storage medium
JP2016105267A (en) Information processing apparatus, information processing method, and program
WO2021161628A1 (en) Machine learning method, and information processing device for machine learning
CN104166152A (en) Self-triggering method for detecting abnormal beams of particle accelerator
JP2016031568A (en) Abnormality diagnosis apparatus, abnormality diagnosis method, and abnormality diagnosis program
CN109993022B (en) Height detection method and method for establishing height detection equation

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20170525

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20180220

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20180227

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20180426

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20180828

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20180910

R151 Written notification of patent or utility model registration

Ref document number: 6409375

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151