JP6661488B2 - Monitoring and control equipment - Google Patents

Monitoring and control equipment Download PDF

Info

Publication number
JP6661488B2
JP6661488B2 JP2016139014A JP2016139014A JP6661488B2 JP 6661488 B2 JP6661488 B2 JP 6661488B2 JP 2016139014 A JP2016139014 A JP 2016139014A JP 2016139014 A JP2016139014 A JP 2016139014A JP 6661488 B2 JP6661488 B2 JP 6661488B2
Authority
JP
Japan
Prior art keywords
data
index
storage
management unit
stored
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.)
Expired - Fee Related
Application number
JP2016139014A
Other languages
Japanese (ja)
Other versions
JP2018010494A (en
Inventor
云蔚 藍
云蔚 藍
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2016139014A priority Critical patent/JP6661488B2/en
Publication of JP2018010494A publication Critical patent/JP2018010494A/en
Application granted granted Critical
Publication of JP6661488B2 publication Critical patent/JP6661488B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Testing And Monitoring For Control Systems (AREA)

Description

この発明は監視制御装置に関するものであり、特に監視制御データを時系列で蓄積し、システムを過去の状態で再現することのできる監視制御装置に関するものである。   The present invention relates to a monitoring and control device, and more particularly to a monitoring and control device capable of accumulating monitoring control data in a time series and reproducing a system in a past state.

従来の上水処理施設、下水処理施設、ポンプ施設などのプラントの運転管理並びに維持管理において、過去のプラント異常や事故時の状態を調査するため、その時の状態をシステム上で再現する必要がある。それを行う手段として、例えばプラントの運転データをシステムに保存し、再現要求を受けると保存データから必要なデータを抽出し、各画面にてシステム状態を再現する方法がある(特許文献1参照)。   In the operation and maintenance of plants such as conventional water treatment facilities, sewage treatment facilities, and pump facilities, in order to investigate past plant abnormalities and accident conditions, it is necessary to reproduce those conditions on the system. . As a means for doing this, for example, there is a method in which operation data of a plant is stored in a system, when a reproduction request is received, necessary data is extracted from the stored data, and the system state is reproduced on each screen (see Patent Document 1). .

特開2013−92858号公報JP 2013-92858 A

上記特許文献1の場合、監視制御装置の運転期間に伴って保存データの量は多くなり、保存データから期間を指定してデータを抽出することは時間がかかり、システムを過去状態で再現するまでの準備時間が長くなるという問題があった。   In the case of Patent Document 1, the amount of stored data increases along with the operation period of the monitoring control device, and it takes time to extract data by specifying a period from the stored data until the system is reproduced in a past state. There was a problem that the preparation time was long.

この発明は上記のような課題を解決するためになされたものであり、再生時に蓄積データから直接データを取り出すのではなく、インデックスデータを介してデータを取り出すようにして、時系列的に検索することとなり、システムを過去状態で再現するまでの準備時間を短くすることを目的とするものである。   SUMMARY OF THE INVENTION The present invention has been made to solve the above-described problem, and does not retrieve data directly from stored data at the time of reproduction, but retrieves data via index data to perform time-series search. In other words, it is an object of the present invention to shorten the preparation time until the system is reproduced in the past state.

この発明に係る監視制御装置は、プラント装置からの監視データ及びプラント装置に送られる制御データに時刻の情報を付加して保存する蓄積データと、
上記プラント装置の各設備に対して上記監視データ及び上記制御データに上記時刻ごとにインデックスを付加することによりテーブルが作成されたインデックスデータと、
ユーザが設定した過去時刻に対応する上記インデックスの取得を行うとともに上記蓄積データから上記インデックスに該当するデータの取得を行う蓄積データ管理部と、
監視制御画面において上記データの再現を実現させる画面データ供給部を備え
更に上記インデックスデータを使用して上記蓄積データから表示用データを検索し、上記表示用データを検索結果に予め格納させる蓄積データ検索部を設けたものである。
The monitoring and control device according to the present invention includes monitoring data added from the plant device and accumulated data for saving time information added to the control data sent to the plant device,
Index data for which a table has been created by adding an index to the monitoring data and the control data for each of the facilities of the plant apparatus for each of the times,
A stored data management unit that obtains the index corresponding to the past time set by the user and obtains data corresponding to the index from the stored data;
A screen data supply unit that realizes reproduction of the data on the monitoring control screen ,
Further, there is provided a storage data search unit for searching display data from the storage data using the index data and storing the display data in a search result in advance .

上記のように構成された監視制御装置によれば、再生時に蓄積データから直接データを取り出すのではなく、インデックスデータを介して蓄積データから取り出すので、時系列的に検索することとなり、検索速度が速くなる。   According to the monitoring and control device configured as described above, data is not retrieved directly from the stored data at the time of reproduction, but is retrieved from the stored data via the index data. Be faster.

実施の形態1による監視制御装置を示すブロック構成図である。FIG. 2 is a block diagram showing a monitoring control apparatus according to the first embodiment. 実施の形態1によるカレントデータの構成を示す表である。5 is a table showing a configuration of current data according to the first embodiment. 実施の形態1による蓄積データの構成を示す表である。5 is a table showing a configuration of stored data according to the first embodiment. 実施の形態1によるインデックスデータの構成を示す表である。5 is a table showing a configuration of index data according to the first embodiment. 実施の形態1によるデータ保存の動作を示すフローチャートである。5 is a flowchart illustrating an operation of saving data according to the first embodiment. 実施の形態1による通常監視制御時の動作を示すフローチャートである。5 is a flowchart illustrating an operation during normal monitoring control according to the first embodiment. 実施の形態1による過去システム状態再生時の動作を示すフローチャートである。5 is a flowchart showing an operation at the time of reproducing a past system state according to the first embodiment. 実施の形態2による監視制御装置を示すブロック構成図である。FIG. 9 is a block diagram illustrating a monitoring control device according to a second embodiment. 実施の形態2による記録用の蓄積情報を示す表及び保存用の蓄積情報を示す表である。9 is a table showing accumulated information for recording and a table showing accumulated information for storage according to the second embodiment. 実施の形態2によるデータ保存の動作を示すフローチャートである。9 is a flowchart illustrating an operation of storing data according to the second embodiment. 実施の形態2による通常監視制御時の動作を示すフローチャートである。9 is a flowchart illustrating an operation during normal monitoring control according to the second embodiment. 実施の形態3による監視制御装置を示すブロック構成図である。FIG. 13 is a block diagram illustrating a monitoring control device according to a third embodiment. 実施の形態3による検索結果を示す表である。13 is a table showing search results according to the third embodiment. 実施の形態3による動作を示すフローチャートである。13 is a flowchart showing an operation according to the third embodiment. 実施の形態4による監視制御装置を示すブロック構成図である。FIG. 13 is a block diagram illustrating a monitoring control device according to a fourth embodiment. 実施の形態4による過去システム状態再生時の動作を示すフローチャートである。14 is a flowchart showing an operation at the time of reproducing a past system state according to Embodiment 4. 実施の形態5による監視制御装置を示すブロック構成図である。FIG. 13 is a block diagram showing a monitoring control device according to a fifth embodiment. 実施の形態5によるデータ優先度による表及び時刻優先度による表である。It is a table based on data priority and a table based on time priority according to the fifth embodiment. 実施の形態5による過去システム状態再生時の動作を示すフローチャートである。21 is a flowchart showing an operation at the time of reproducing the past system state according to the fifth embodiment.

実施の形態1.
本発明は上水処理施設、下水処理施設、ポンプ施設などのプラントの監視制御装置に関するものであり、本実施形態による監視制御装置は、プラントに対する本来の監視制御機能を行うとともに、システム全体をユーザが指定した過去の時間に巻き戻し、過去のシステム状態を再現し、確認することができるものである。以下、この発明の実施の形態1を図に基づいて説明する。
Embodiment 1 FIG.
The present invention relates to a monitoring and control device for a plant such as a water treatment facility, a sewage treatment facility, and a pump facility. Rewinds at the specified past time, and reproduces and confirms the past system state. Hereinafter, a first embodiment of the present invention will be described with reference to the drawings.

図1は実施の形態1による監視制御装置を示すブロック構成図である。監視制御装置100はデータ送受信部110によりプラント装置1と通信を行い、収集した各種データはカレントデータ101、蓄積データ102及びインデックスデータ103において保存する。データの保存はデータ送受信部110及び蓄積データ管理部111によって行われる。監視制御画面120においてユーザはプラント装置1に対して監視制御を行う。監視制御画面120に表示される情報は画面データ供給部112により提供される。画面データ供給部112はユーザの指示に従ってカレントデータ101、蓄積データ102、または両方からデータを取得する。再生管理部114を使用してユーザは過去のシステム状態を再現することができる。ユーザは再生情報設定部113により再生情報(例えば再生スピード)104を作成し、再生管理部114が再現を制御する。再現パターンとして、開始、停止、一時停止のほか早送り、巻戻しの方向制御、更には2倍速、5倍速の速度制御ができる。   FIG. 1 is a block diagram showing the configuration of a monitoring control apparatus according to the first embodiment. The monitoring control device 100 communicates with the plant device 1 by the data transmission / reception unit 110, and saves various collected data as current data 101, accumulated data 102, and index data 103. The data is stored by the data transmission / reception unit 110 and the stored data management unit 111. On the monitoring control screen 120, the user performs monitoring control on the plant apparatus 1. The information displayed on the monitor control screen 120 is provided by the screen data supply unit 112. The screen data supply unit 112 acquires data from the current data 101, the accumulated data 102, or both according to a user's instruction. Using the reproduction management unit 114, the user can reproduce the past system state. The user creates playback information (for example, playback speed) 104 using the playback information setting unit 113, and the playback management unit 114 controls the playback. As the reproduction pattern, start / stop / pause, fast-forward / rewind direction control, and double speed / five-speed speed control can be performed.

図2はカレントデータ101の構成を示す表である。図2においてDIはディジタルインプットの略であり、IDは装置の認識番号である。値とは例えばスイッチが開であれば0となり、閉であれば1となる。AIはアナログインプットの略であり、値とは例えば水量、電流、電圧等である。更にDOとはディジタルアウトプットの略であり、AOはアナログアウトプットの略である。カレントデータ101はプラント装置1の最新状態のみを保存し、データ種別ごとに値をファイルにて管理する。又インプット(入力値)は監視の対象となり、アウトプット値は制御の対象となる。
図3は蓄積データ102の構成を示す表である。蓄積データ102はプラント装置1の状態を時刻付きで保存し、データ種別ごとにファイルにて値を管理する。
FIG. 2 is a table showing the configuration of the current data 101. In FIG. 2, DI is an abbreviation for digital input, and ID is a device identification number. The value is, for example, 0 when the switch is open, and 1 when the switch is closed. AI is an abbreviation for analog input, and the value is, for example, water volume, current, voltage, or the like. Further, DO is an abbreviation for digital output, and AO is an abbreviation for analog output. The current data 101 stores only the latest state of the plant apparatus 1, and manages values for each data type in a file. Inputs (input values) are monitored, and output values are controlled.
FIG. 3 is a table showing the configuration of the stored data 102. The accumulated data 102 stores the state of the plant apparatus 1 with time, and manages values in a file for each data type.

図4はインデックスデータ103の構成を示す表である。インデックスデータ103は時系列でテーブルを作成し、設備IDごとに、該当時刻のデータを取得するためのアドレス情報(インデックス)を記録する。例えば設備DI0001に関しては、図3より2015/12/12 09:00:00から2015/12/12 09:00:04まで値は0であるのでインデックス(アドレス情報)は100となり、2015/12/12 09:00:05で値が1となるのでそれ以降のインデックスは102となる。又例えば設備AO0001に関しては2015/12/12 09:00:00から2015/12/12 09:00:10までアナログ出力値が変わらないので、インデックスは同じ76が記入される。インデックスデータの肥大化を防ぐために分割管理が行なわれる。インデックスの分割は日単位また月単位で行い、設定より指定可能である。例えば図4においては、12月全体で管理を行い、1月からは別に管理を行うことができる。   FIG. 4 is a table showing the configuration of the index data 103. The index data 103 creates a table in chronological order, and records, for each equipment ID, address information (index) for acquiring data at the corresponding time. For example, regarding the equipment DI0001, the index (address information) is 100 from 2015/12/12 09:00:00 to 2015/12/12 09:00:00 from FIG. Since the value becomes 1 at 129: 00: 05, the index thereafter becomes 102. For example, for the equipment AO0001, since the analog output value does not change from 2015/12/12 09:00:00 to 2015/12/12 09:00:10, the same index 76 is entered. Division management is performed to prevent the index data from becoming too large. The index is divided on a daily or monthly basis, and can be specified by setting. For example, in FIG. 4, management can be performed for the entire December, and management can be performed separately from January.

次に動作について説明する。図5はデータ保存の動作を示すフローチャートである。データ送受信部110はプラント装置1との通信を確立した後、データ受付状態にて待機する(ステップ501)。プラント装置1から監視データを受信し、また監視制御画面120から制御データを受信した場合、カレントデータ101に対してカレントデータの更新を実施する(ステップ502)。なお制御データを受信した場合、データ送受信部110はプラント装置1に対して制御データの送信を行う。又データ送受信部110は受信データを蓄積データ管理部111に送る。蓄積データ管理部111は受信データに時刻情報を付加して、蓄積データ102に対して蓄積データの追加を実施する(ステップ503)。   Next, the operation will be described. FIG. 5 is a flowchart showing the data storage operation. After establishing communication with the plant apparatus 1, the data transmission / reception unit 110 waits in a data reception state (step 501). When the monitoring data is received from the plant apparatus 1 and the control data is received from the monitoring control screen 120, the current data is updated with respect to the current data 101 (step 502). When receiving the control data, the data transmission / reception unit 110 transmits the control data to the plant device 1. The data transmitting / receiving unit 110 sends the received data to the stored data management unit 111. The accumulated data management unit 111 adds time information to the received data and adds the accumulated data to the accumulated data 102 (step 503).

更にデータ追加先のアドレス情報(インデックス)をインデックスデータ103に追加することによりインデックスデータの追加を実施する(ステップ504)。なお図4のインデックスデータ103の構造は時系列が特徴であり、蓄積データ管理部111がデータ受信のタイミングでインデックスデータ103に受信時刻の行を新たに追加する。そして受信データに時刻情報を付加し、蓄積データ102も追加する。蓄積データ102へのアドレス情報(例えば行番号)をインデックス情報としてインデックスデータ103に追加する。例えば設備DI0001に関しては、2015/12/12 09:00:00に対してインデックス100を割り当てる。なお、該当時刻に受信されないデータのインデックスは前回値と同じインデックスが割り当てられる。例えば設備DI0001に関しては、2015/12/12 09:00:01においてはデータが受信されず、2015/12/12 09:00:00と同じ値0であるので、同じインデックス100を割り当てる。   Further, index data is added by adding address information (index) of the data addition destination to the index data 103 (step 504). The structure of the index data 103 in FIG. 4 is characterized by a time series, and the stored data management unit 111 newly adds a row of the reception time to the index data 103 at the data reception timing. Then, time information is added to the received data, and the accumulated data 102 is also added. Address information (for example, a line number) to the accumulated data 102 is added to the index data 103 as index information. For example, for the equipment DI0001, an index 100 is assigned to 2015/12/12 09:00:00. The index of the data not received at the corresponding time is assigned the same index as the previous value. For example, regarding the equipment DI0001, no data is received at 2015/12/12 09:00:01 and the value is the same as that at 2015/12/12 09: 00: 0, so the same index 100 is assigned.

図6は通常監視制御時の動作を示すフローチャートである。画面データ供給部112は起動直後からカレントデータ101からカレントデータの取得を行い(ステップ601)、監視制御画面120に表示用データを供給する。ユーザより制御の指示があった場合(ステップ602)、制御データをデータ送受信部110を介してプラント装置1に送信し(ステップ603)、カレントデータ101に対してカレントデータの更新を実施する(ステップ604)。更に蓄積データ102に蓄積データの追加を実施するとともに(ステップ605)、インデックスデータ103にインデックスデータの追加を実施する(ステップ606)。ユーザより制御の指示がない場合(ステップ602)、次のタイミングまで待機する(ステップ610)。   FIG. 6 is a flowchart showing the operation during normal monitoring control. The screen data supply unit 112 obtains the current data from the current data 101 immediately after the startup (step 601), and supplies display data to the monitoring control screen 120. When a control instruction is given from the user (step 602), the control data is transmitted to the plant apparatus 1 via the data transmitting / receiving unit 110 (step 603), and the current data is updated with respect to the current data 101 (step 603). 604). Further, while adding the accumulated data to the accumulated data 102 (step 605), the index data is added to the index data 103 (step 606). If there is no control instruction from the user (step 602), the process waits until the next timing (step 610).

次に図7は過去システム状態再生時の動作を示すフローチャートである。ユーザは再生情報設定部113にて再生情報を設定し(ステップ701)、過去の時刻を設定し、再生情報104を作成する。例えば再生スピード、日付、時刻などを作成する。再生情報の設定を完了すると、再生開始が可能となる(ステップ702)。ユーザは再生開始を指示すると、再生管理部114は再生情報104を読込み、再生情報の解析を行い(ステップ703)、ユーザが設定した過去時刻を取得する。再生管理部114は過去時刻を画面データ供給部112に伝える。画面データ供給部112は指定した過去時刻に対して蓄積データ管理部111に表示データを要求する。   Next, FIG. 7 is a flowchart showing the operation at the time of reproducing the past system state. The user sets playback information in the playback information setting unit 113 (step 701), sets a past time, and creates the playback information 104. For example, a reproduction speed, a date, a time, and the like are created. When the setting of the reproduction information is completed, the reproduction can be started (step 702). When the user instructs to start reproduction, the reproduction management unit 114 reads the reproduction information 104, analyzes the reproduction information (Step 703), and acquires the past time set by the user. The reproduction management unit 114 notifies the past time to the screen data supply unit 112. The screen data supply unit 112 requests display data from the stored data management unit 111 at the specified past time.

蓄積データ管理部111はインデックスデータ103から指定された過去時刻に対応するインデックスの取得を行い(ステップ704)、蓄積データ102から取得されたインデックスに該当する蓄積データ(値)の取得を行う(ステップ705)。ユーザから再生の停止指示がなければ(ステップ706)、次のタイミングまでの待機時間を算出し、待機する(ステップ707)。待機時間の算出に関しては、ユーザの再現速度指定より待機時間が算出され、再現方向の指定より次の時刻を算出する。ここで再現方向とは再現が未来に向かうかあるいは過去に向かうかを指し(早送り、巻き戻し)、更には2倍速、5倍速などによっても待機時間は変わる。画面データ供給部112は指定した過去時刻に対応するデータを取得して監視制御画面120において当該データの再現を実現する。   The accumulated data management unit 111 acquires an index corresponding to the past time specified from the index data 103 (step 704), and acquires accumulated data (value) corresponding to the index acquired from the accumulated data 102 (step 704). 705). If there is no instruction to stop the reproduction from the user (step 706), the standby time until the next timing is calculated, and the operation waits (step 707). As for the calculation of the standby time, the standby time is calculated from the user's specification of the reproduction speed, and the next time is calculated from the specification of the reproduction direction. Here, the reproduction direction indicates whether the reproduction is going to the future or to the past (fast forward, rewind), and the standby time also changes depending on double speed, five times speed, and the like. The screen data supply unit 112 acquires data corresponding to the specified past time, and realizes reproduction of the data on the monitoring control screen 120.

なお、過去システム状態再生の間、画面データ供給部112によるデータ取得先はカレントデータ101から蓄積データ102に切替える。再生停止後データ取得先は蓄積データ102からカレントデータ101に戻す。また過去システム状態再生の間、プラント装置1の異常を検出した場合、自動的に再生を停止し、通常のシステム状態表示に戻る。上記のように再生時に蓄積データ102から直接データを取り出すのではなく、インデックスデータ103を介して蓄積データ102から取り出すので、時系列的に検索することとなり、検索速度が速くなる。又記録データより指定された時間から過去状態を再現する時、機能単位(例えば上記の例では設備DI0001毎)ではなく、システム全体として再現することができる。
尚本実施形態においては、過去状態をグラフで表すような場合も適用できる。
During reproduction of the past system state, the data acquisition destination of the screen data supply unit 112 is switched from the current data 101 to the accumulated data 102. After the reproduction is stopped, the data acquisition destination returns from the accumulated data 102 to the current data 101. If an abnormality of the plant apparatus 1 is detected during the past system state reproduction, the reproduction is automatically stopped and the display returns to the normal system state display. As described above, since the data is not retrieved directly from the stored data 102 at the time of reproduction but is retrieved from the stored data 102 via the index data 103, the retrieval is performed in chronological order, and the retrieval speed is increased. Also, when the past state is reproduced from the time designated from the recording data, the past state can be reproduced not as a function unit (for example, for each equipment DI0001 in the above example) but as the whole system.
In this embodiment, a case where the past state is represented by a graph can be applied.

実施の形態2.
図8は実施の形態2による監視制御装置を示すブロック構成図である。実施の形態2は実施の形態1と異なり、蓄積データを格納する領域を予め用意することにより実施の形態1より蓄積データ、インデックスデータの保存効率を向上させるものである。メモリにデータを書き込む方がディスクに書き込むよりも早い。そこで実施の形態1と異なり、装置のメモリであって高速アクセス可能なデバイス上の蓄積情報801を格納する領域を2個用意する。尚図8では3個用意している場合を示している。蓄積データ管理部111は2個の蓄積情報801の内1個の蓄積情報801に受信データを一時的に格納する。
Embodiment 2 FIG.
FIG. 8 is a block diagram showing a monitoring control apparatus according to the second embodiment. The second embodiment is different from the first embodiment in that the storage efficiency of the stored data and the index data is improved by preparing an area for storing the stored data in advance. Writing data to memory is faster than writing to disk. Therefore, unlike the first embodiment, two areas for storing the accumulated information 801 on a device which is a device memory and can be accessed at high speed are prepared. FIG. 8 shows a case where three are prepared. The stored data management unit 111 temporarily stores the received data in one of the two pieces of stored information 801.

記録領域が一杯となったら、蓄積データ管理部111は受信データの記録先をもう1個の蓄積情報801の領域に切替えると同時に蓄積データ保存部810に一杯となった蓄積情報801のデータに関しての書込み通知を発行する。蓄積データ保存部810は一杯となった蓄積情報801のデータを蓄積データ102とインデックスデータ103へ追加する。追加の仕方は実施の形態1で説明した場合と同じである。なお1個の蓄積情報801の容量が大きく、保存並びに書き込みに時間がかかる場合、蓄積情報801を3個用意することもできる。図8では3個用意している場合を示している。また画面データ供給部112からの検索要求は蓄積情報801内のデータも検索対象となる。   When the recording area is full, the accumulated data management unit 111 switches the recording destination of the received data to another area of the accumulated information 801 and simultaneously stores the data of the accumulated information 801 in the accumulated data storage unit 810. Issues a write notification. The accumulated data storage unit 810 adds the data of the accumulated accumulated information 801 to the accumulated data 102 and the index data 103. The method of addition is the same as that described in the first embodiment. When the capacity of one piece of stored information 801 is large and it takes time to save and write, three pieces of stored information 801 can be prepared. FIG. 8 shows a case where three are prepared. In the search request from the screen data supply unit 112, data in the accumulated information 801 is also searched.

図9(A)は記録用の蓄積情報801Aを示す表であり、現在においてデータを記録中の状態を示している。図9(B)は保存用の蓄積情報801Bを示す表であり、記録領域が一杯となり、書き込みの対象となるものである。蓄積データ管理部111は受信データを時系列で並び替え、蓄積情報801に格納する。図9に示すように蓄積情報801が2個用意された場合、1個は蓄積データ管理部111が受信データを格納する記録用の蓄積情報801Aとなり、もう1個は蓄積データ保存部810が格納されたデータを蓄積データ102及びインデックスデータ103に書き込み保存するための保存用の蓄積情報801Bとして使用される。2個の蓄積情報801A、801Bは切替えして使用される。蓄積情報801を3個用意した場合、1個だけを蓄積データ管理部111が記録用として使用し、残りの2個は蓄積データ保存部810が蓄積データ102及びインデックスデータ103に対して書き込むための保存用として使用される。   FIG. 9A is a table showing the storage information 801A for recording, and shows a state in which data is currently being recorded. FIG. 9B is a table showing the storage information 801B for storage, in which the recording area is full and is to be written. The stored data management unit 111 rearranges the received data in time series and stores the data in the stored information 801. When two pieces of storage information 801 are prepared as shown in FIG. 9, one becomes storage information 801A for recording in which the stored data management unit 111 stores received data, and the other is stored in the stored data storage unit 810. The stored data is used as storage information 801B for storage for writing and storing the data in the storage data 102 and the index data 103. The two pieces of accumulated information 801A and 801B are switched and used. When three pieces of accumulated information 801 are prepared, only one is used by the accumulated data management unit 111 for recording, and the other two are used by the accumulated data storage unit 810 to write the accumulated data 102 and the index data 103. Used for storage.

次に実施の形態2の動作について説明する。図10は実施の形態2におけるデータ保存の動作を示すフローチャートである。実施の形態1と異なり、カレントデータの更新(ステップ502)の後、蓄積データ管理部111は蓄積情報801に蓄積情報の追加を行う(ステップ1001)。蓄積情報切り替え(ステップ1002)では、蓄積情報801に次の受信データを格納する空領域がある場合データ受信まで待機するが、空領域不足の場合、蓄積情報801の切替えを実施し、蓄積データ保存部810に蓄積データ保存要求を実施する(ステップ1003)。蓄積データ保存部810は起動されてから、蓄積データ保存受付にて待機する(ステップ1010)。蓄積データ管理部111から保存要求を受けた場合、蓄積情報801の保存用領域からデータを取得し、蓄積データ102を追加書き込みするとともに(ステップ1011)、インデックスデータの追加書き込みを行う(ステップ1012)。   Next, the operation of the second embodiment will be described. FIG. 10 is a flowchart showing an operation of storing data in the second embodiment. Unlike the first embodiment, after updating the current data (step 502), the stored data management unit 111 adds the stored information to the stored information 801 (step 1001). In the storage information switching (step 1002), if there is a vacant area for storing the next received data in the storage information 801, the apparatus waits for data reception. If the vacant area is insufficient, the storage information 801 is switched and the stored data is saved. A request for storing stored data is made to the unit 810 (step 1003). After the storage data storage unit 810 is activated, it waits for reception of storage data storage (step 1010). When a storage request is received from the storage data management unit 111, data is acquired from the storage area of the storage information 801 and the storage data 102 is additionally written (step 1011), and the index data is additionally written (step 1012). .

図11は通常監視制御時の動作を示すフローチャートである。実施の形態1と異なり、カレントデータの更新(ステップ604)の後、蓄積データ管理部111は蓄積情報801に蓄積情報の追加を行う(ステップ1101)。蓄積情報切り替え(ステップ1102)において、蓄積情報801に次の受信データを格納する空領域がある場合データ受信まで待機するが、空領域不足の場合、蓄積情報801の切替えを実施し、蓄積データ保存部810に蓄積データ保存要求を実施する(ステップ1103)。蓄積データ保存部810は起動されてから、蓄積データ保存受付にて待機する(ステップ1110)。蓄積データ管理部111から保存要求を受けた場合、蓄積情報801の保存用領域からデータを取得し、蓄積データ102の追加(ステップ1011)及びインデックスデータ103の追加(ステップ1012)を行う。尚過去システム状態再生時の動作は実施の形態1と同様である。   FIG. 11 is a flowchart showing the operation during normal monitoring control. Unlike the first embodiment, after updating the current data (step 604), the stored data management unit 111 adds the stored information to the stored information 801 (step 1101). In the storage information switching (step 1102), if the storage information 801 has a vacant area for storing the next received data, the process waits until data reception. If the vacant area is insufficient, the storage information 801 is switched and the storage data is stored. A request for storing stored data is made to the unit 810 (step 1103). After being started, the stored data storage unit 810 waits for reception of stored data storage (step 1110). When a storage request is received from the storage data management unit 111, data is obtained from the storage area of the storage information 801 and the storage data 102 is added (step 1011) and the index data 103 is added (step 1012). The operation at the time of reproducing the past system state is the same as that of the first embodiment.

上記のように本実施形態では、保存情報を格納するための高速アクセス可能な保存用の蓄積情報801を追加しているので、蓄積情報801に一定量のデータを貯めてから書き込みができ、蓄積データ102及びインデックスデータ103への書き込み回数を減らすことができる。更に複数の保存用キャッシュ(蓄積情報801)を交代で使用することにより、蓄積データ保存時にシステムへのオーバーヘッドを最小に抑えることができる。   As described above, in this embodiment, high-speed access storage information 801 for storing storage information is added, so that a certain amount of data can be stored in the storage information 801 before writing can be performed. The number of times of writing to the data 102 and the index data 103 can be reduced. Further, by alternately using a plurality of storage caches (storage information 801), it is possible to minimize the overhead to the system when storing the stored data.

実施の形態3.
実施の形態3は実施の形態1と異なり、検索結果を格納する領域を用意することにより実施の形態1より蓄積データの検索効率の向上を図ることができるものである。
図12は実施の形態3による監視制御装置を示すブロック構成図である。実施の形態1と異なり、装置のメモリであって高速アクセス可能なデバイス上の検索結果1201を格納する領域を2個用意する。蓄積データ検索部1210は画面データ供給部112から検索の要求を受けると、インデックスデータ103を使用して蓄積データ102から表示用データを検索する。即ち本実施形態においては、画面データ供給部112の代わりに蓄積データ検索部1210がデータの検索を行うものである。検索効率を上げるには、1回の検索で1個のデータではなく、次の再生に必要なデータも一緒に検出し、検索結果(1201)に格納する。なお1回の検索で抽出する範囲は指定可能である。
Embodiment 3 FIG.
The third embodiment is different from the first embodiment in that the area for storing the search result is prepared, so that the search efficiency of the stored data can be improved as compared with the first embodiment.
FIG. 12 is a block diagram showing a monitoring control apparatus according to the third embodiment. Unlike the first embodiment, two areas for storing the search result 1201 on a device which is a memory of the apparatus and which can be accessed at high speed are prepared. Upon receiving a search request from the screen data supply unit 112, the stored data search unit 1210 searches the stored data 102 for display data using the index data 103. That is, in the present embodiment, the stored data search unit 1210 searches for data instead of the screen data supply unit 112. In order to improve the search efficiency, not only one data but also data necessary for the next reproduction are detected together in one search and stored in the search result (1201). Note that the range to be extracted in one search can be specified.

図13は検索結果を示す表であり、図13(A)は検索結果をインデックスで表示したものであり、図13(B)は検索結果を値で示したものである。尚図13(A)においては全て「インデックス」と表示されているが、実際には例えば設備DI0001であれば、図4の100等が表示される。蓄積データ検索部1210は画面データ供給部112の時刻指定よりインデックスデータ103を検索し、結果を検索結果1201に格納する。検索結果1201の構造はインデックスによる検索結果となる(図13(A))。なお1回検出するインデックスデータの量は指定により変更可能である。その後蓄積データ検索部1210は検索結果1201Aのインデックス情報をもとに蓄積データ102から値を検出し、検索結果1201に格納する。この場合の検索結果1201の構造は検索結果となる(図13(B))。   FIG. 13 is a table showing the search results. FIG. 13 (A) shows the search results as indexes, and FIG. 13 (B) shows the search results as values. In FIG. 13A, "index" is all displayed, but in actuality, for example, if the equipment is DI0001, "100" in FIG. 4 is displayed. The stored data search unit 1210 searches the index data 103 based on the time designation of the screen data supply unit 112 and stores the result in the search result 1201. The structure of the search result 1201 is a search result based on an index (FIG. 13A). The amount of index data to be detected once can be changed by designation. Thereafter, the stored data search unit 1210 detects a value from the stored data 102 based on the index information of the search result 1201A and stores the value in the search result 1201. In this case, the structure of the search result 1201 is the search result (FIG. 13B).

次に実施の形態3の動作について説明する。図14は実施の形態3の動作を示すフローチャートである。データ保存の動作(図5)と通常監視制御時の動作(図6)は実施の形態1と同様である。図14は実施の形態3による過去システム状態生成時の動作を示す。再生開始後、蓄積データ検索部1210はインデックスデータ103を検索し、指定時刻及び指定量のインデックス情報を検索結果1201Aに格納する(ステップ1401)。ここで指定量とは行数のことを言う。図13では2015/12/12 09:00:00から2015/12/12 09:00:25までの25秒の間で5秒毎のデータを格納し、行数は6行となる。その後インデックスにて蓄積データ102から値を検索し、検索結果1201Bに格納する(ステップ1402)。再生の停止指令がなければ、再生速度により次の検索結果キャッシュ(保存)時間の算出及び待機を実施する(ステップ1403)。   Next, the operation of the third embodiment will be described. FIG. 14 is a flowchart showing the operation of the third embodiment. The operation of storing data (FIG. 5) and the operation during normal monitoring control (FIG. 6) are the same as in the first embodiment. FIG. 14 shows an operation when a past system state is generated according to the third embodiment. After the reproduction starts, the stored data search unit 1210 searches the index data 103, and stores the index information of the specified time and the specified amount in the search result 1201A (step 1401). Here, the designated amount refers to the number of lines. In FIG. 13, data every 5 seconds is stored for 25 seconds from 2015/12/12 09:00:00 to 2015/12/12 09:00:25, and the number of rows is six. Thereafter, a value is searched from the accumulated data 102 by using the index, and stored in the search result 1201B (step 1402). If there is no reproduction stop command, the next search result cache (save) time is calculated and the standby is performed according to the reproduction speed (step 1403).

システムを過去状態で再生する時、時系列でデータを検索する特性があるため、次の検索は予測可能である。1回の検索で複数行のデータ(図13では6行)をまとめて検索しておき、検索結果1201に格納しておくことにより、検索回数の低減を実現する。更に複数の検索結果1201を交代で使用することにより検索効率の向上を図ることができる。尚本実施形態は実施の形態2においても併用することができる。   When the system is played back in the past, the next search is predictable because of the characteristic of searching data in time series. A plurality of rows of data (six rows in FIG. 13) are collectively searched in one search and stored in the search result 1201, thereby reducing the number of searches. Further, by using a plurality of search results 1201 alternately, search efficiency can be improved. This embodiment can be used in the second embodiment.

実施の形態4.
実施の形態4は実施の形態1と異なり、表示画面と表示用データの関係を示す情報を用意することで、蓄積データ102への検索量を必要最低限に抑えることができ、蓄積データの検索性能を向上させることができものである。図15は実施の形態4による監視制御装置を示すブロック構成図である。実施の形態1と異なり、画面データ供給部112は時刻と表示画面IDを元にして蓄積データ管理部111へ表示データの供給を要求する。ここで表示画面IDとは設備ごとに割り当てられた画面番号のことであり、例えば設備DI0001のみの画面が必要ならば設備DI0001の表示画面IDのみを送信し、他の設備(例えばAI0001等)の画面は必要ないので他の設備についてはデータは不要となる。
Embodiment 4 FIG.
The fourth embodiment differs from the first embodiment in that the information indicating the relationship between the display screen and the display data is prepared, so that the amount of search for the stored data 102 can be suppressed to the minimum necessary. The performance can be improved. FIG. 15 is a block diagram showing a monitoring control apparatus according to the fourth embodiment. Unlike the first embodiment, the screen data supply unit 112 requests the storage data management unit 111 to supply display data based on the time and the display screen ID. Here, the display screen ID is a screen number assigned to each facility. For example, if a screen of only the facility DI0001 is required, only the display screen ID of the facility DI0001 is transmitted, and the other facility (for example, AI0001 or the like) is transmitted. No screen is required, so no data is needed for other equipment.

蓄積データ管理部111は表示データリスト1501を参照し、指定画面に必要なデータを把握した上で、インデックスデータ103を使用して蓄積データ102を検索する。ここで表示データリスト1501とは例えば画面番号1には設備DI0001が対応し、画面2には設備DI0002が対応するようにしたものであり、画面番号1のみが指定されれば、表示データリスト1501を参照して設備DI0001のみのデータを検索するものである。   The stored data management unit 111 refers to the display data list 1501 and grasps data necessary for the designated screen, and then searches the stored data 102 using the index data 103. Here, the display data list 1501 is, for example, such that the screen number 1 corresponds to the facility DI0001 and the screen 2 corresponds to the facility DI0002. If only the screen number 1 is designated, the display data list 1501 Is searched for data of only the equipment DI0001.

次に実施の形態4の動作について説明する。データ保存の動作(図5)と通常監視制御時の動作(図6)は実施の形態1と同様である。図16は実施の形態4による過去システム状態生成時の動作を示すフローチャートである。実施の形態1と異なる点として、蓄積データ管理部111は表示画面IDを使用して表示データリスト1501を確認し、検索データの特定を行ってから(ステップ1601)、インデックスデータ103を使用して蓄積データ102を検索する。
上記のように構成することにより、過去状態再生時において再生画面に必要なデータのみを特定することができ、必要なデータのみを検索することにより、検索するデータ量を減らし、検索効率の向上を図ることができる。尚本実施形態は実施の形態2、3と併用させることもできる。
Next, the operation of the fourth embodiment will be described. The operation of storing data (FIG. 5) and the operation during normal monitoring control (FIG. 6) are the same as in the first embodiment. FIG. 16 is a flowchart showing the operation when the past system state is generated according to the fourth embodiment. The difference from the first embodiment is that the stored data management unit 111 checks the display data list 1501 using the display screen ID, specifies search data (step 1601), and uses the index data 103. The stored data 102 is searched.
By configuring as described above, it is possible to specify only the data necessary for the reproduction screen during the reproduction of the past state, and to search only the necessary data, thereby reducing the amount of data to be searched and improving the search efficiency. Can be planned. This embodiment can be used together with the second and third embodiments.

実施の形態5.
実施の形態5は実施の形態4と異なり、利用回数の多い検索結果を保存しておくことで検索量を抑え、蓄積データ検索性能の向上を図るようにしたものである。図17は実施の形態5による監視制御装置を示すブロック構成図である。実施の形態1と異なり、蓄積データ管理部111は蓄積データ102に対する検索結果を画面データ供給部112に提供するとともに、キャッシュ管理部1710にも供給する。キャッシュ管理部1710は検索結果を検索結果キャッシュ1701へ保存する。検索結果キャッシュ1701のデータ構造は図13の検索結果と同様である。検索結果キャッシュ1701の容量を指定範囲内に収めるためには、キャッシュ管理部1710は検索結果キャッシュ1701にデータを格納すると同時に、利用率の低いデータを削除するようメンテナンスする。
Embodiment 5 FIG.
The fifth embodiment differs from the fourth embodiment in that search results that are frequently used are saved to reduce the amount of search and improve the performance of stored data search. FIG. 17 is a block diagram showing a monitoring control apparatus according to the fifth embodiment. Unlike the first embodiment, the stored data management unit 111 provides the search result for the stored data 102 to the screen data supply unit 112 and also supplies the search result to the cache management unit 1710. The cache management unit 1710 stores the search result in the search result cache 1701. The data structure of the search result cache 1701 is the same as the search result of FIG. In order to keep the capacity of the search result cache 1701 within the specified range, the cache management unit 1710 stores data in the search result cache 1701 and, at the same time, performs maintenance so that data with a low usage rate is deleted.

次に検索結果キャッシュ1701のメンテナンスについて説明する。蓄積データ管理部111は画面データ供給部112へ提供するデータをキャッシュ管理部1710にも提供するため、キャッシュ管理部1710は図18で示したような監視データ毎(設備毎)の検索回数(データ優先度)と時刻毎の検索回数(時刻優先度)を集計することができる。図18(A)はデータ優先度による表であり、図18(B)は時刻優先度による表である。検索結果キャッシュ1701の残容量が不足(例えば使用率が9割を超えた場合)を検出した場合、データ優先度の低い監視データから列データの削除を実施する。列データの削除は図13(B)に示された検索結果が対象となり、例えば図18(A)において、AI0002は3回しか検索されていないので、図13(B)のAI0002に関する列データ(99.79、125.7・・・・・)が削除される。   Next, maintenance of the search result cache 1701 will be described. Since the accumulated data management unit 111 also provides the data provided to the screen data supply unit 112 to the cache management unit 1710, the cache management unit 1710 performs the search count (data for each facility) as shown in FIG. Priority) and the number of searches for each time (time priority) can be totaled. FIG. 18A is a table based on data priorities, and FIG. 18B is a table based on time priorities. When the remaining capacity of the search result cache 1701 is detected to be insufficient (for example, when the usage rate exceeds 90%), column data is deleted from monitoring data having a low data priority. The deletion of the column data is performed on the search result shown in FIG. 13B. For example, in FIG. 18A, since AI0002 is searched only three times, the column data of AI0002 in FIG. 99.79, 125.7...) Are deleted.

なお列データは指定値以下に削除されることはない。列データの削除が限界となった場合、図18(B)に示した時刻優先度の低い再生時刻から行データの削除を実施する。行データの削除は図13(B)に示された検索結果が対象となり、例えば図18(B)において、2015/12/23 19:00:00が3回しか検索されていないので、図13(B)の2015/12/23 19:00:00(図13(B)では表されていない)に対応する行データ(横方向のデータ)が削除される。検索結果キャッシュ1701は時刻優先度による行データの削除を実施する場合、図18(B)の時刻優先度からも行データの削除を行う。また1回の削除は使用率の約1割を目安として検索結果キャッシュ1701からデータを削除する。回数で時刻優先度の判定ができない場合、最終検索時刻の古い順から行データの削除を行う。   Note that the column data is not deleted below the specified value. When the deletion of the column data reaches the limit, the row data is deleted from the reproduction time having the lower time priority shown in FIG. The row data is deleted from the search result shown in FIG. 13B. For example, in FIG. 18B, since 2015/12/23 19:00:00 is searched only three times, FIG. Row data (horizontal data) corresponding to 2015/12/23 19:00:00 (not shown in FIG. 13B) of (B) is deleted. When the search result cache 1701 deletes the row data based on the time priority, the row data is also deleted based on the time priority shown in FIG. In addition, one deletion deletes data from the search result cache 1701 with approximately 10% of the usage rate as a guide. If the time priority cannot be determined based on the number of times, the line data is deleted from the oldest one at the last search time.

次に動作について説明する。図19は実施の形態5による過去システム状態生成時の動作を示すフローチャートである。実施の形態1と異なる点として、蓄積データ管理部111は蓄積データ102を検索する前に、検索結果キャッシュ1701そのもの自体が存在するか否かを検索する(ステップ1901)。検索結果キャッシュ1701が存在しない場合、実施の形態1と同様にして蓄積データ102を検索する。検索結果キャッシュ1701が存在する場合は蓄積データ管理部111が検索結果キャッシュ1701のデータを画面データ供給部112へ提供する。   Next, the operation will be described. FIG. 19 is a flowchart showing the operation when the past system state is generated according to the fifth embodiment. As a different point from the first embodiment, the stored data management unit 111 searches whether the search result cache 1701 itself exists before searching the stored data 102 (step 1901). If the search result cache 1701 does not exist, the stored data 102 is searched in the same manner as in the first embodiment. If the search result cache 1701 exists, the accumulated data management unit 111 provides the data of the search result cache 1701 to the screen data supply unit 112.

次にキャッシュ管理部1710によるメンテナンス処理について説明する。検索結果受付にて待機する(ステップ1910)。データを受信した場合検索結果キャッシュ1701に対して検索結果のキャッシュを行う(ステップ1911)。次にキャッシュの残りの容量を確認し(ステップ1912)、残りの容量が十分の場合は検索結果受付にて待機するが(ステップ1910)、残りの容量が不足している場合、キャッシュ領域の解放を行ってから待機する(ステップ1913)。   Next, maintenance processing by the cache management unit 1710 will be described. It waits at the search result reception (step 1910). When the data is received, the search result is cached in the search result cache 1701 (step 1911). Next, the remaining capacity of the cache is checked (step 1912). If the remaining capacity is sufficient, the process waits for reception of the search result (step 1910). If the remaining capacity is insufficient, the cache area is released. And waits (step 1913).

即ち検索結果キャッシュ1701のデータが領域を超えていないかどうかを調べ、領域が一杯となっていればデータを取り消す。このように検索結果を残すので同じものがあると検索の効率が良くなる。更に新たに検索をしなくても済み、メモリ上のものを取ってくれば良いので、検索が容易となる。このように利用頻度の高い検索結果を再利用することにより、過去状態再生時、検索が必要なデータ量を更に減らすことができ、検索効率の向上を図ることができる。尚本実施形態は実施の形態2〜4と併用させることもできる。
又本発明は、その発明の範囲内において、各実施の形態を自由に組み合わせたり、各実施の形態を適宜、変形、省略したりすることが可能である。
That is, it is checked whether or not the data in the search result cache 1701 exceeds the area. If the area is full, the data is canceled. Since the search result is left as described above, the search efficiency is improved if the search result is the same. Further, it is not necessary to perform a new search, and it is sufficient to retrieve the one on the memory, so that the search becomes easy. By reusing the search results that are frequently used in this way, the amount of data that needs to be searched during the reproduction of the past state can be further reduced, and the search efficiency can be improved. Note that this embodiment can be used in combination with Embodiments 2 to 4.
In the present invention, each embodiment can be freely combined, or each embodiment can be appropriately modified or omitted within the scope of the invention.

1 プラント装置、102 蓄積データ、103 インデックスデータ、
111 蓄積データ管理部、112 画面データ供給部、120 監視制御画面、
801 蓄積情報、810 蓄積データ保存部、1201 検索結果、
1210 蓄積データ検索部、1701 検索結果キャッシュ、
1710 キャッシュ管理部。
1 plant equipment, 102 accumulated data, 103 index data,
111 accumulated data management unit, 112 screen data supply unit, 120 monitoring control screen,
801 accumulated information, 810 accumulated data storage unit, 1201 search result,
1210 accumulated data search unit, 1701 search result cache,
1710 Cache management unit.

Claims (4)

プラント装置からの監視データ及びプラント装置に送られる制御データに時刻の情報を付加して保存する蓄積データと、
上記プラント装置の各設備に対して上記監視データ及び上記制御データに上記時刻ごとにインデックスを付加することによりテーブルが作成されたインデックスデータと、
ユーザが設定した過去時刻に対応する上記インデックスの取得を行うとともに上記蓄積データから上記インデックスに該当するデータの取得を行う蓄積データ管理部と、
監視制御画面において上記データの再現を実現させる画面データ供給部を備え
更に上記インデックスデータを使用して上記蓄積データから表示用データを検索し、上記表示用データを検索結果に予め格納させる蓄積データ検索部を設けたことを特徴とする監視制御装置。
Accumulated data for adding and storing time information to monitoring data from the plant device and control data sent to the plant device,
Index data for which a table has been created by adding an index to the monitoring data and the control data for each of the facilities of the plant apparatus for each of the times,
A stored data management unit that obtains the index corresponding to the past time set by the user and obtains data corresponding to the index from the stored data;
A screen data supply unit that realizes reproduction of the data on the monitoring control screen ,
A monitoring control device further comprising a stored data search unit for searching display data from the stored data using the index data and storing the display data in a search result in advance.
上記監視データ及び上記制御データを一時的に格納するための複数の蓄積情報と、
一杯になった上記蓄積情報のデータを上記蓄積データと上記インデックスデータに書き込むための蓄積データ保存部を備えたことを特徴とする請求項1記載の監視制御装置。
A plurality of accumulated information for temporarily storing the monitoring data and the control data;
2. The monitoring control apparatus according to claim 1, further comprising a storage data storage unit for writing the data of the storage information that is full to the storage data and the index data.
上記蓄積データ管理部は画面表示に必要な上記監視データ及び上記制御データのみを取得することを特徴とする請求項1又は請求項2記載の監視制御装置。 3. The monitoring control device according to claim 1, wherein the storage data management unit acquires only the monitoring data and the control data necessary for screen display. 上記蓄積データ管理部は上記蓄積データから取得された上記データをキャッシュ管理部に供給するとともに上記キャッシュ管理部は上記データを検索結果キャッシュに保存し、
キャッシュ管理部は利用率の低い上記データを削除することを特徴とする請求項1から請求項3のいずれか1項に記載の監視制御装置。
The storage data management unit supplies the data acquired from the storage data to a cache management unit, and the cache management unit stores the data in a search result cache,
The monitoring control device according to claim 1, wherein the cache management unit deletes the data having a low utilization rate.
JP2016139014A 2016-07-14 2016-07-14 Monitoring and control equipment Expired - Fee Related JP6661488B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016139014A JP6661488B2 (en) 2016-07-14 2016-07-14 Monitoring and control equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016139014A JP6661488B2 (en) 2016-07-14 2016-07-14 Monitoring and control equipment

Publications (2)

Publication Number Publication Date
JP2018010494A JP2018010494A (en) 2018-01-18
JP6661488B2 true JP6661488B2 (en) 2020-03-11

Family

ID=60994310

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016139014A Expired - Fee Related JP6661488B2 (en) 2016-07-14 2016-07-14 Monitoring and control equipment

Country Status (1)

Country Link
JP (1) JP6661488B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7358755B2 (en) * 2019-03-15 2023-10-11 株式会社リコー Diagnostic device, diagnostic method, and diagnostic program
CN110790325A (en) * 2019-11-19 2020-02-14 青川燕巢农业开发有限公司 Water treatment process management method and system

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4159151B2 (en) * 1998-10-21 2008-10-01 Necエンジニアリング株式会社 Alarm history recording device
JP2003091317A (en) * 2001-09-17 2003-03-28 Mitsubishi Electric Corp Control data collecting device
JP5793395B2 (en) * 2011-10-25 2015-10-14 東芝三菱電機産業システム株式会社 Process monitoring system
JP2016110241A (en) * 2014-12-03 2016-06-20 三菱電機株式会社 Mass search result management device and mass search result management system

Also Published As

Publication number Publication date
JP2018010494A (en) 2018-01-18

Similar Documents

Publication Publication Date Title
US9355112B1 (en) Optimizing compression based on data activity
US9477607B2 (en) Adaptive record caching for solid state disks
CN101673192B (en) Method for time-sequence data processing, device and system therefor
JP2013538399A (en) Method, system and program for reducing total seek time on tape media
CN103270499B (en) log storing method and system
CN105100716B (en) A kind of secure storage unit and its system for Network Video Surveillance
US20150278233A1 (en) Data storage management apparatus and data storage management method
JP6661488B2 (en) Monitoring and control equipment
CN103200272A (en) Streaming media storage system and storage method
CN105450964B (en) Method, system and management node for cloud storage of video data
CN105786539A (en) File downloading method and device
CN102075670B (en) Log recording method and device for broadcast machine
CN103761194B (en) A kind of EMS memory management process and device
CN101794306A (en) Multi-type video file block storage system and method
JP2000259468A (en) Method and device for buffer cache in file system
KR20050094285A (en) Multimedia compiling method and apparatus using virtual media file system and multimedia file structure
US7406491B1 (en) Disk medium managing method having recording areas predefined on the disk medium as directories
CN112181973B (en) Time sequence data storage method
CN100559487C (en) The method and system of the recording capacity of management accounts equipment
WO2022126551A1 (en) Method for storing time series data
JP2009238316A (en) Stream recording control device, method, and program
JP4270845B2 (en) Digital recording apparatus and file system thereof
JP3864655B2 (en) File retention device
KR101171283B1 (en) Large data, high-speed event recording method of dvr
JP2016005238A (en) Storage system, storage method, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20181113

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20190918

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20191001

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20191111

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20191111

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20200212

R151 Written notification of patent or utility model registration

Ref document number: 6661488

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

LAPS Cancellation because of no payment of annual fees