JP3662176B2 - WWW plant monitoring system - Google Patents

WWW plant monitoring system Download PDF

Info

Publication number
JP3662176B2
JP3662176B2 JP2000208967A JP2000208967A JP3662176B2 JP 3662176 B2 JP3662176 B2 JP 3662176B2 JP 2000208967 A JP2000208967 A JP 2000208967A JP 2000208967 A JP2000208967 A JP 2000208967A JP 3662176 B2 JP3662176 B2 JP 3662176B2
Authority
JP
Japan
Prior art keywords
www
monitoring
plant
monitoring data
plant monitoring
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
JP2000208967A
Other languages
Japanese (ja)
Other versions
JP2002023842A (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 JP2000208967A priority Critical patent/JP3662176B2/en
Publication of JP2002023842A publication Critical patent/JP2002023842A/en
Application granted granted Critical
Publication of JP3662176B2 publication Critical patent/JP3662176B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Description

【0001】
【発明の属する技術分野】
この発明は、産業用プラントシステムが収集した監視データを、WWWサーバ経由でWWWブラウザから利用するWWWプラント監視システムに関するもので、特にその負荷低減方法に関するものである。
【0002】
【従来の技術】
近年プラント監視の分野で、WWWブラウザを用いてプラントの監視情報を表示するWWWプラント監視システムの利用が始まっている。図10は、一般的なWWWプラント監視システムのシステム構成を示している。一般的なWWWプラント監視システムは、WWWブラウザ51を用いてプラントの監視データを表示するWWW監視情報利用クライアント50と、WWW監視情報利用クライアント50に対してネットワーク40を経由してプラント監視情報を提供するプラント監視用WWWサーバ30と、プラントの実時間監視データを蓄積するプラント監視システム20とから構成される。
【0003】
プラント監視用WWWサーバ30は、監視データHTML化機能31を用いてプラントの監視データをHTML形式に変換し、HTTPサーバ機能32を用いて監視データをHTTPプロトコルでネットワーク40上に公開することで、WWW監視情報利用クライアント50は、汎用のWWWブラウザ51を用いて画面上にプラント監視データを表示することができる。
【0004】
図11にWWWプラント監視システムの動作フローチャートを示す。利用者がWWW監視情報利用クライアントで起動しているWWWブラウザから監視データを要求すると(1)、WWWブラウザから、プラント監視用WWWサーバに対して監視データ要求メッセージが送信される(4)。
【0005】
プラント監視用WWWサーバは、監視データ要求メッセージを受信し(5)、要求されたプラント監視データをプラント監視データベース(7)より取得し(6)、監視データをHTML文形式に変換し、さらにそのHTML文中にメタコマンドを用いてデータの有効期限を指定し(8)、結果として得られたHTML文形式の監視データを、要求元のWWW監視情報利用クライアントに返送する(9)。
【0006】
WWW監視情報利用クライアントは、HTML文形式の監視データをプラント監視用WWWサーバから受信し(10)、WWWブラウザを用いて表示装置上に監視データを表示する(14)。WWWブラウザは、HTML文中のメタコマンドで指定された監視データの有効期限が切れた場合同じ最新の監視データを取得しようとし(15)、あるいは新たな監視データ要求操作があると新たな監視データを取得するための処理に戻る(16)。
【0007】
利用者がWWWブラウザに対して新たな操作を行わなければ、WWWブラウザに現在表示されている監視データの有効期限が切れるまでの間、WWWブラウザは監視データを更新せず、そのまま表示し続ける。なお、図12は、HTML文中で監視データの有効期限を示すメタコマンドの記載例を示す。
【0008】
【発明が解決しようとする課題】
従来のWWWプラント監視システムで、プラント監視用WWWサーバは、WWW監視情報利用クライアントから要求されたプラント監視データをプラント監視データベースより取得し、取得した監視データをHTML文形式に変換した上で、メタコマンドを用いてデータの有効期限を指定し、WWW監視情報利用クライアント上のWWWブラウザに返信する。サーバは、ネットワークの負荷やサーバの負荷やクライアントの利用状況等の動的なステータスにかかわらず一律の有効期限を指定し、各WWW監視情報利用クライアントでは、この決められた有効期限に従ってサーバから最新の監視データを取得し画面表示を更新する。
【0009】
監視データの有効期限は、ネットワークやサーバの能力、あるいは想定されるクライアントの数に従って決められるが、想定よりも多いWWW監視情報利用クライアントが同時にサーバにアクセスすると、WWWプラント監視システムを構成するネットワークやサーバの負荷が上昇し、WWW監視情報利用クライアントに対するサービスが一様に低下したり、あるいは、同じネットワークやサーバを用いて実現される関連する他のシステムの動作に支障をきたすといった問題が発生する。
【0010】
【課題を解決するための手段】
この発明に係るWWWプラント監視システムは、プラントから収集した実時間プラント監視データをプラント監視データベースに記録するプラント監視システムと、プラント監視データベースに記録された上記プラント監視データをHTML形式に変換し、HTTPプロトコルでネットワーク上に公開するプラント監視用WWWサーバと、HTTPプロトコルに基づいて公開された上記HTML形式のプラント監視データをWWWブラウザに表示するWWW監視情報利用クライアントとからなるプラント監視システムであって、サーバ側でWWW監視情報利用クライアント毎の監視データの表示状況を管理し、特定の監視対象を継続して監視している時間(t)を元に、監視データの更新頻度を求めると共に、各WWW監視情報をWWWブラウザに表示する監視データの有効期限を設定するようにしたものである。
【0011】
また、WWW監視情報利用クライアント毎の監視データの表示状況に加えて、サーバの負荷に応じて、HTML形式に変換した監視データの更新周期を調整するようにしたものである。
【0012】
また、WWW監視情報利用クライアント毎の監視データの表示状況に加えて、ネットワークの負荷に応じて、HTML形式に変換した監視データの更新周期を調整するようにしたものである。
【0013】
また、WWW監視情報利用クライアント毎の監視データの表示状況に加えて、ネットワークの負荷と、サーバの負荷に応じて、HTML形式に変換した監視データの更新周期を調整するようにしたものである。
【0014】
【発明の実施の形態】
実施の形態1.
以下、この発明の実施の形態1を図1に基づいて説明する。この発明の実施の形態1に基づくWWWプラント監視システムは、プラントの監視データをWWWブラウザを用いて表示するWWW監視情報利用クライアント50と、WWW監視情報利用クライアント50に対してネットワーク40を経由してプラント監視情報を提供するプラント監視用WWWサーバ130と、プラントの実時間監視データを蓄積するプラント監視システム20とから構成される。
【0015】
プラント監視用WWWサーバ130は、WWWブラウザ51からの要求を受けつけるHTTPサーバ機能32と、プラント監視システム20から監視データを取得し、HTML文形式に変換する監視データHTML化機能31と、管理テーブル36にWWW監視情報利用クライアント毎の監視データの表示状況を管理する端末利用状況管理機能35と、HTTPサーバ機能32を用いてWWWブラウザ51に送信する監視データの有効期限を端末毎の監視データの表示状況を元に設定するデータ更新周期設定機能134とからなる。
【0016】
プラント監視システム20は、プラントの各種情報を収集するためのプラント監視バス21と、収集した実時間監視データをプラント監視データベース24に蓄積する実時間監視データ収集機能22と、プラント監視データベース24の情報を、プラント監視用WWWサーバ130やその他の監視データを必要とする装置に公開するための、実時間監視データ公開機能23とからなる。
【0017】
次に動作を説明する。図2に、この発明の実施の形態1に基づくWWWプラント監視システムのフローチャートを示す。利用者がWWW監視情報利用クライアントで起動しているWWWブラウザから監視データを要求すると(1)、WWWブラウザから、プラント監視用WWWサーバに対して監視データ要求メッセージが送信される(2)。
【0018】
プラント監視用WWWサーバは、監視データ要求メッセージを受信し(3)、まず、各端末で同一の監視データが継続して表示されている時間に関する接続状況管理テーブル(5)の情報を管理、更新する(4)。次に、要求されたプラント監視データをプラント監視データベース(7)より取得し(6)、監視データをHTML文形式に変換し(8)、さらに、接続状況管理テーブル(5)を元に、同一監視データの連続表示時間から、関数F(t)を用いて監視データの更新頻度を求め、F(t)に基づいてHTML文のメタコマンドで監視データの有効期限を設定し(9)、結果として得られたHTML文形式の監視データを、要求元のWWW監視情報利用クライアントに返送する(12)。
【0019】
WWW監視情報利用クライアントは、HTML文形式の監視データをプラント監視用WWWサーバから受信し(13)、WWWブラウザを用いて表示装置上に監視データを表示する(14)。WWWブラウザは、HTML文中のメタコマンドで指定された監視データの有効期限が切れた場合同じ最新の監視データを取得しようとし(15)、あるいは新たな監視データ要求操作があると新たな監視データを取得するための処理に戻る(16)。利用者がWWWブラウザに対して新たな操作を行わなければ、WWWブラウザに現在表示されている監視データの有効期限が切れるまでの間、WWWブラウザは監視データを更新せず、そのまま表示し続ける。
【0020】
図3は、監視データの継続表示時間(t)に基づいて監視データの更新頻度を求める関数F(t)として選択する関数の一例を示す。(t)が増大するに従って更新頻度が低くなるような関数F(t)を選択することにより、標準的なHTTPプロトコルに基づいて動作するWWWブラウザの仕組みを変更することなく、新たに監視データを要求したWWW監視情報利用クライアントに対しては表示される監視データの更新頻度を高くし、一方、同一の監視データを長時間参照しているWWW監視情報利用クライアントに対しては表示される監視データの更新頻度を低くして、全体としてのデータ送信量を低減し、WWWプラント監視システム全体の負荷上昇を回避することが可能になる。
【0021】
実施の形態2.
上記実施の形態1では、WWW監視情報利用クライアントの使用状況のみを用いてデータの更新周期を決定したが、本実施の形態2では、図4に示すように、プラント監視用WWWサーバ230にサーバ負荷監視機能33を設け、サーバ負荷に応じてデータ更新周期設定機能234が設定する画面の更新周期を修正することで、WWWプラント監視システム全体の負荷上昇だけでなく、プラント監視用WWWサーバの負荷上昇を回避することが可能になる。
【0022】
図5は本実施の形態2の動作を示すフローチャートである。(11)において、サーバ負荷監視機能によりサーバの負荷情報を取得し、監視データの更新周期を調節している。
【0023】
実施の形態3.
上記実施の形態1では、WWW監視情報利用クライアントの使用状況のみを用いてデータの更新周期を決定したが、本実施の形態3では、図6に示すように、ネットワーク負荷監視機能41を設け、ネットワーク負荷に応じてデータ更新周期設定機能334が設定する画面の更新周期を修正することで、WWWプラント監視システム全体の負荷上昇だけでなくネットワークの負荷上昇を回避することが可能になる。なお、330は本実施の形態におけるプラント監視用サーバでる。
【0024】
図7は本実施の形態3の動作を示すフローチャートである。(10)において、ネットワーク負荷監視機能によりネットワークの負荷情報を取得し、監視データの更新周期を調節している。
【0025】
実施の形態4.
上記実施の形態1では、WWW監視情報利用クライアントの使用状況のみを用いてデータの更新周期を決定したが、本実施の形態4では、図8に示すように、サーバ負荷監視機能33とネットワーク負荷監視機能41を設け、ネットワークやサーバの負荷に応じてデータ更新周期設定機能434が設定する画面の更新周期を修正することで、WWWプラント監視システム全体の負荷上昇、サーバの負荷上昇、および、ネットワークの負荷上昇を回避することができる。
【0026】
図9は本実施の形態4の動作を示すフローチャートである。(10)において、ネットワーク負荷監視機能によりネットワークの負荷情報を取得し、監視データの更新周期を調節している。また、(11)において、サーバ負荷監視機能によりサーバの負荷情報を取得し、監視データの更新周期を調節している。
【0027】
【発明の効果】
以上のようにこの発明によれば、WWW監視情報利用クライアントの使用状況、サーバ負荷状況、ネットワーク負荷状況を用いてデータの更新周期を決定するようにしているため、WWWプラント監視システムを構成するネットワークやサーバの負荷が上昇し、WWW監視情報利用クライアントに対するサービスが一様に低下したり、あるいは、同じネットワークやサーバのハードウェアを用いて実現される関連する他のシステムの動作に支障をきたすといった問題を防止することができる。
【図面の簡単な説明】
【図1】 この発明の実施の形態1に係るWWWプラント監視システムを示すブロック図である。
【図2】 実施の形態1の動作を説明するフローチャートである。
【図3】 継続表示時間(t)を元に画面の更新頻度を求める関数F(t)の一例を示す図である。
【図4】 この発明の実施の形態2に係るWWWプラント監視システムを示すブロック図である。
【図5】 実施の形態2の動作を説明するフローチャートである。
【図6】 この発明の実施の形態3に係るWWWプラント監視システムを示すブロック図である。
【図7】 実施の形態3の動作を説明するフローチャートである。
【図8】 この発明の実施の形態4に係るWWWプラント監視システムを示すブロック図である。
【図9】 実施の形態4の動作を説明するフローチャートである。
【図10】 従来のWWWプラント監視システムを示すブロック図である。
【図11】 従来のWWWプラント監視システムのフローチャートである。
【図12】 HTMLファイルのメタコマンドによる有効期限の設定例を示す図である。
【符号の説明】
20 プラント監視システム、 21 プラント監視バス、
22 実時間監視データ収集機能、 23 実時間監視データ公開機能、
24 プラント監視データベース、 31 監視データHTML化機能、
32 HTTPサーバ機能、 33 サーバ負荷監視機能、
35 端末毎利用状況管理機能、 36 管理テーブル、
40 ネットワーク、 41 ネットワーク負荷監視機能、
50 WWW監視情報利用クライアント、
51 WWWブラウザ、 130 プラント監視用WWWサーバ、
134 データ更新周期設定機能、 230 プラント監視用WWWサーバ、
234 データ更新周期設定機能、 330 プラント監視用WWWサーバ、
334 データ更新周期設定機能、 430 プラント監視用WWWサーバ、
434 データ更新周期設定機能。
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a WWW plant monitoring system that uses monitoring data collected by an industrial plant system from a WWW browser via a WWW server, and more particularly to a load reduction method thereof.
[0002]
[Prior art]
In recent years, in the field of plant monitoring, use of a WWW plant monitoring system that displays plant monitoring information using a WWW browser has begun. FIG. 10 shows a system configuration of a general WWW plant monitoring system. A general WWW plant monitoring system provides a WWW monitoring information utilization client 50 that displays plant monitoring data using a WWW browser 51, and provides plant monitoring information to the WWW monitoring information utilization client 50 via the network 40. The plant monitoring WWW server 30 and the plant monitoring system 20 for accumulating plant real-time monitoring data.
[0003]
The plant monitoring WWW server 30 converts the monitoring data of the plant into an HTML format using the monitoring data HTML conversion function 31, and discloses the monitoring data on the network 40 using the HTTP server function 32. The WWW monitoring information utilization client 50 can display plant monitoring data on the screen using a general-purpose WWW browser 51.
[0004]
FIG. 11 shows an operation flowchart of the WWW plant monitoring system. When a user requests monitoring data from a WWW browser running on the WWW monitoring information utilization client (1), a monitoring data request message is transmitted from the WWW browser to the plant monitoring WWW server (4).
[0005]
The WWW server for plant monitoring receives the monitoring data request message (5), acquires the requested plant monitoring data from the plant monitoring database (7) (6), converts the monitoring data into the HTML sentence format, and further The expiration date of the data is specified using a metacommand in the HTML sentence (8), and the resulting HTML sentence format monitoring data is returned to the requesting WWW monitoring information using client (9).
[0006]
The WWW monitoring information utilization client receives the monitoring data in the HTML sentence format from the plant monitoring WWW server (10), and displays the monitoring data on the display device using the WWW browser (14). The WWW browser tries to obtain the same latest monitoring data when the monitoring data specified by the metacommand in the HTML statement expires (15), or when there is a new monitoring data request operation, new monitoring data is obtained. The process returns to the acquisition process (16).
[0007]
If the user does not perform a new operation on the WWW browser, the WWW browser does not update the monitoring data and continues to display it until the expiration date of the monitoring data currently displayed on the WWW browser expires. FIG. 12 shows a description example of a metacommand indicating the expiration date of the monitoring data in the HTML sentence.
[0008]
[Problems to be solved by the invention]
In a conventional WWW plant monitoring system, a plant monitoring WWW server acquires plant monitoring data requested by a WWW monitoring information utilization client from a plant monitoring database, converts the acquired monitoring data into an HTML sentence format, The expiration date of the data is specified using a command, and it is returned to the WWW browser on the WWW monitoring information using client. The server designates a uniform expiration date regardless of the dynamic status such as network load, server load, client usage status, etc., and each WWW monitoring information user uses the latest expiration date from the server according to this determined expiration date. The monitoring data is acquired and the screen display is updated.
[0009]
The expiration date of the monitoring data is determined according to the capacity of the network or server, or the number of assumed clients. If more WWW monitoring information utilization clients access the server at the same time, the network and the network constituting the WWW plant monitoring system The load on the server increases, the service for WWW monitoring information utilization clients decreases uniformly, or the operation of other related systems realized using the same network or server occurs. .
[0010]
[Means for Solving the Problems]
A WWW plant monitoring system according to the present invention includes a plant monitoring system that records real-time plant monitoring data collected from a plant in a plant monitoring database, converts the plant monitoring data recorded in the plant monitoring database into an HTML format, and HTTP A plant monitoring system comprising a WWW server for plant monitoring disclosed on a network by a protocol, and a WWW monitoring information utilization client for displaying the plant monitoring data in the HTML format published based on the HTTP protocol on a WWW browser, The server side manages the display status of monitoring data for each WWW monitoring information utilization client , obtains the monitoring data update frequency based on the time (t) during which a specific monitoring target is continuously monitored, and sets each WWW WWW bra In which was to set the expiration date of the monitoring data to be displayed in The.
[0011]
Further, in addition to the display state of the monitoring data for each WWW monitoring information utilization client, the update cycle of the monitoring data converted into the HTML format is adjusted according to the load on the server.
[0012]
In addition to the monitoring data display status for each WWW monitoring information utilization client, the update period of the monitoring data converted into the HTML format is adjusted according to the network load.
[0013]
In addition to the monitoring data display status for each WWW monitoring information utilization client, the update period of the monitoring data converted into the HTML format is adjusted according to the network load and the server load.
[0014]
DETAILED DESCRIPTION OF THE INVENTION
Embodiment 1 FIG.
A first embodiment of the present invention will be described below with reference to FIG. The WWW plant monitoring system according to the first embodiment of the present invention includes a WWW monitoring information utilization client 50 that displays plant monitoring data using a WWW browser, and a WWW monitoring information utilization client 50 via the network 40. A WWW server 130 for plant monitoring that provides plant monitoring information and a plant monitoring system 20 that stores real-time monitoring data of the plant are configured.
[0015]
The plant monitoring WWW server 130 receives an HTTP server function 32 for receiving a request from the WWW browser 51, acquires monitoring data from the plant monitoring system 20, converts the monitoring data into an HTML sentence format 31, and a management table 36. The terminal usage status management function 35 that manages the display status of the monitoring data for each WWW monitoring information utilization client and the expiration date of the monitoring data transmitted to the WWW browser 51 using the HTTP server function 32 are displayed for each terminal. The data update cycle setting function 134 is set based on the situation.
[0016]
The plant monitoring system 20 includes a plant monitoring bus 21 for collecting various types of plant information, a real-time monitoring data collecting function 22 for storing the collected real-time monitoring data in the plant monitoring database 24, and information of the plant monitoring database 24. Is disclosed to a plant monitoring WWW server 130 and other devices that require monitoring data.
[0017]
Next, the operation will be described. FIG. 2 shows a flowchart of the WWW plant monitoring system according to the first embodiment of the present invention. When a user requests monitoring data from a WWW browser activated on the WWW monitoring information utilization client (1), a monitoring data request message is transmitted from the WWW browser to the plant monitoring WWW server (2).
[0018]
The plant monitoring WWW server receives the monitoring data request message (3), and first manages and updates the information in the connection status management table (5) regarding the time during which the same monitoring data is continuously displayed at each terminal. (4). Next, the requested plant monitoring data is acquired from the plant monitoring database (7) (6), the monitoring data is converted into an HTML sentence format (8), and the same based on the connection status management table (5) From the continuous display time of the monitoring data, the update frequency of the monitoring data is obtained using the function F (t), and the expiration date of the monitoring data is set by the meta command of the HTML statement based on F (t) (9), and the result The monitoring data in the HTML sentence format obtained as follows is returned to the requesting WWW monitoring information using client (12).
[0019]
The WWW monitoring information utilization client receives the monitoring data in the HTML sentence format from the plant monitoring WWW server (13), and displays the monitoring data on the display device using the WWW browser (14). The WWW browser tries to obtain the same latest monitoring data when the monitoring data specified by the metacommand in the HTML statement expires (15), or when there is a new monitoring data request operation, new monitoring data is obtained. The process returns to the acquisition process (16). If the user does not perform a new operation on the WWW browser, the WWW browser does not update the monitoring data and continues to display it until the expiration date of the monitoring data currently displayed on the WWW browser expires.
[0020]
FIG. 3 shows an example of a function that is selected as a function F (t) for obtaining the monitoring data update frequency based on the continuous display time (t) of the monitoring data. By selecting the function F (t) such that the update frequency becomes lower as (t) increases, new monitoring data can be obtained without changing the mechanism of the WWW browser operating based on the standard HTTP protocol. The update frequency of the monitoring data displayed for the requested WWW monitoring information using client is increased, while the monitoring data displayed for the WWW monitoring information using client that references the same monitoring data for a long time. Can be reduced, the data transmission amount as a whole can be reduced, and an increase in the load on the entire WWW plant monitoring system can be avoided.
[0021]
Embodiment 2. FIG.
In the first embodiment, the data update cycle is determined using only the usage status of the WWW monitoring information utilization client. In the second embodiment, as shown in FIG. 4, the plant monitoring WWW server 230 includes a server. By providing the load monitoring function 33 and correcting the update cycle of the screen set by the data update cycle setting function 234 according to the server load, not only the load increase of the entire WWW plant monitoring system but also the load of the plant monitoring WWW server It is possible to avoid the rise.
[0022]
FIG. 5 is a flowchart showing the operation of the second embodiment. In (11), server load information is acquired by the server load monitoring function, and the monitoring data update cycle is adjusted.
[0023]
Embodiment 3 FIG.
In the first embodiment, the data update cycle is determined using only the usage status of the WWW monitoring information utilization client. In the third embodiment, as shown in FIG. 6, a network load monitoring function 41 is provided, By correcting the screen update cycle set by the data update cycle setting function 334 according to the network load, it is possible to avoid an increase in the load on the network as well as an increase in the load on the entire WWW plant monitoring system. Reference numeral 330 denotes a plant monitoring server in the present embodiment.
[0024]
FIG. 7 is a flowchart showing the operation of the third embodiment. In (10), network load information is acquired by the network load monitoring function, and the update interval of the monitoring data is adjusted.
[0025]
Embodiment 4 FIG.
In the first embodiment, the data update cycle is determined using only the usage status of the WWW monitoring information utilization client. In the fourth embodiment, as shown in FIG. 8, the server load monitoring function 33 and the network load are determined. By providing the monitoring function 41 and correcting the update cycle of the screen set by the data update cycle setting function 434 according to the load of the network or server, the load increase of the entire WWW plant monitoring system, the load increase of the server, and the network Can be avoided.
[0026]
FIG. 9 is a flowchart showing the operation of the fourth embodiment. In (10), network load information is acquired by the network load monitoring function, and the update interval of the monitoring data is adjusted. In (11), server load information is acquired by the server load monitoring function, and the monitoring data update cycle is adjusted.
[0027]
【The invention's effect】
As described above, according to the present invention, since the data update cycle is determined using the usage status, server load status, and network load status of the WWW monitoring information utilization client, the network constituting the WWW plant monitoring system And the load on the server increases, the service for WWW monitoring information utilization clients decreases uniformly, or the operation of other related systems realized using the same network and server hardware is hindered. The problem can be prevented.
[Brief description of the drawings]
FIG. 1 is a block diagram showing a WWW plant monitoring system according to Embodiment 1 of the present invention.
FIG. 2 is a flowchart illustrating the operation of the first embodiment.
FIG. 3 is a diagram illustrating an example of a function F (t) for obtaining a screen update frequency based on a continuous display time (t).
FIG. 4 is a block diagram showing a WWW plant monitoring system according to Embodiment 2 of the present invention.
FIG. 5 is a flowchart for explaining the operation of the second embodiment.
FIG. 6 is a block diagram showing a WWW plant monitoring system according to Embodiment 3 of the present invention.
FIG. 7 is a flowchart for explaining the operation of the third embodiment.
FIG. 8 is a block diagram showing a WWW plant monitoring system according to Embodiment 4 of the present invention.
FIG. 9 is a flowchart illustrating the operation of the fourth embodiment.
FIG. 10 is a block diagram showing a conventional WWW plant monitoring system.
FIG. 11 is a flowchart of a conventional WWW plant monitoring system.
FIG. 12 is a diagram illustrating an example of setting an expiration date by a meta command of an HTML file.
[Explanation of symbols]
20 plant monitoring system, 21 plant monitoring bus,
22 Real-time monitoring data collection function, 23 Real-time monitoring data disclosure function,
24 Plant monitoring database, 31 Monitoring data HTML function,
32 HTTP server function, 33 Server load monitoring function,
35 Usage status management function for each terminal, 36 Management table,
40 network, 41 network load monitoring function,
50 WWW monitoring information use client,
51 WWW browser, 130 WWW server for plant monitoring,
134 data update cycle setting function, 230 WWW server for plant monitoring,
234 Data update cycle setting function, 330 WWW server for plant monitoring,
334 Data update cycle setting function, 430 WWW server for plant monitoring,
434 Data update cycle setting function.

Claims (4)

プラントから収集した実時間プラント監視データをプラント監視データベースに記録するプラント監視システムと、プラント監視データベースに記録された上記プラント監視データをHTML形式に変換し、HTTPプロトコルでネットワーク上に公開するプラント監視用WWWサーバと、HTTPプロトコルに基づいて公開された上記HTML形式のプラント監視データをWWWブラウザに表示するWWW監視情報利用クライアントとからなるプラント監視システムであって、サーバ側でWWW監視情報利用クライアント毎の監視データの表示状況を管理し、特定の監視対象を継続して監視している時間(t)を元に、監視データの更新頻度を求めると共に、各WWW監視情報をWWWブラウザに表示する監視データの有効期限を設定するようにしたことを特徴とするWWWプラント監視システム。A plant monitoring system that records real-time plant monitoring data collected from a plant in a plant monitoring database, and for plant monitoring that converts the plant monitoring data recorded in the plant monitoring database into HTML format and publishes it on the network using the HTTP protocol A plant monitoring system comprising a WWW server and a WWW monitoring information using client that displays the above-mentioned HTML-formatted plant monitoring data released based on the HTTP protocol on a WWW browser. Monitoring data that manages the display status of monitoring data, obtains the update frequency of monitoring data based on the time (t) during which a specific monitoring target is continuously monitored, and displays each WWW monitoring information on a WWW browser to set the expiration date of the WWW plant monitoring system characterized in that there was Unishi. WWW監視情報利用クライアント毎の監視データの表示状況に加えて、サーバの負荷に応じて、HTML形式に変換した監視データの更新周期を調整するようにしたことを特徴とする請求項1記載のWWWプラント監視システム。2. The WWW according to claim 1, wherein, in addition to the display state of the monitoring data for each WWW monitoring information utilization client, the update cycle of the monitoring data converted into the HTML format is adjusted according to the load on the server. Plant monitoring system. WWW監視情報利用クライアント毎の監視データの表示状況に加えて、ネットワークの負荷に応じて、HTML形式に変換した監視データの更新周期を調整するようにしたことを特徴とする請求項1記載のWWWプラント監視システム。2. The WWW according to claim 1, wherein an update cycle of the monitoring data converted into the HTML format is adjusted according to a load on the network in addition to a display state of the monitoring data for each client using the WWW monitoring information. Plant monitoring system. WWW監視情報利用クライアント毎の監視データの表示状況に加えて、ネットワークの負荷と、サーバの負荷に応じて、HTML形式に変換した監視データの更新周期を調整するようにしたことを特徴とする請求項1記載のWWWプラント監視システム。The update period of the monitoring data converted into the HTML format is adjusted according to the load on the network and the load on the server in addition to the display status of the monitoring data for each WWW monitoring information utilization client. Item 2. The WWW plant monitoring system according to Item 1.
JP2000208967A 2000-07-10 2000-07-10 WWW plant monitoring system Expired - Fee Related JP3662176B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000208967A JP3662176B2 (en) 2000-07-10 2000-07-10 WWW plant monitoring system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000208967A JP3662176B2 (en) 2000-07-10 2000-07-10 WWW plant monitoring system

Publications (2)

Publication Number Publication Date
JP2002023842A JP2002023842A (en) 2002-01-25
JP3662176B2 true JP3662176B2 (en) 2005-06-22

Family

ID=18705454

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000208967A Expired - Fee Related JP3662176B2 (en) 2000-07-10 2000-07-10 WWW plant monitoring system

Country Status (1)

Country Link
JP (1) JP3662176B2 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6772098B1 (en) * 2001-07-11 2004-08-03 General Electric Company Systems and methods for managing inspections
WO2006028053A1 (en) * 2004-09-06 2006-03-16 Daikin Industries, Ltd. Facility appliance management system, management device, facility appliance management method, and facility appliance management program
US20070150819A1 (en) * 2005-12-09 2007-06-28 Mks Instruments, Inc. Graphical User Interface
JP5248256B2 (en) * 2008-10-01 2013-07-31 一般財団法人電力中央研究所 Equipment maintenance system, equipment maintenance method and equipment maintenance program
JP6173947B2 (en) * 2014-02-28 2017-08-02 株式会社日立製作所 Plant information communication apparatus and method, plant monitoring control system

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS59192758U (en) * 1983-06-03 1984-12-21 横河電機株式会社 distributed control system
JP2704029B2 (en) * 1990-06-01 1998-01-26 株式会社東芝 Monitoring and control system
JP3377880B2 (en) * 1995-04-19 2003-02-17 富士通株式会社 Automatic information acquisition apparatus and method
JP2982698B2 (en) * 1996-07-08 1999-11-29 日本電気株式会社 Distributed information service system
JP3371418B2 (en) * 1998-05-06 2003-01-27 横河電機株式会社 Plant monitoring equipment

Also Published As

Publication number Publication date
JP2002023842A (en) 2002-01-25

Similar Documents

Publication Publication Date Title
CN101247402B (en) Multimedia files downloading and broadcasting system and method
US7149798B2 (en) Method and system for adaptively setting a data refresh interval
US5751963A (en) Hierarchical network management system operating as a proxy agent for enhancing processing efficiency
JP2006323610A5 (en)
RU2595622C1 (en) Method and device for dynamic message reception
CN110995566A (en) Message data pushing method, system and device
JP3662176B2 (en) WWW plant monitoring system
CN112055061A (en) Distributed message processing method and device
JP2004140654A (en) Method and system for image data transfer
US20050138117A1 (en) Method and system for pushing notifications to networked device
JP2010198055A (en) Web state monitoring system and web server
JP2011027362A (en) Device, method and system for adaptation screen updating web air conditioning monitoring
JP3662177B2 (en) WWW plant monitoring system
US20090182704A1 (en) Determining data feed usage
CN103581119B (en) System and method for displaying production process data at high speed
CN108629039B (en) Data processing method and device
JP2011081513A (en) Progress management device and progress management method
JP2001125628A (en) System monitor device and its recording medium
EP1723558A1 (en) Hierarchical broadcast of ui assets
JP2000311154A (en) Web server type telemeter device and remote supervisory control system having the device
CN110856040A (en) Method and device for processing monitoring data in client
CN111159199A (en) Index data acquisition method and device
CN116366657B (en) Data request scheduling method and system of cache server
KR101715951B1 (en) System and method for acquiring power quality data
JP6868536B2 (en) Data collection device and data collection system

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20040826

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040914

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20041109

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20050322

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080401

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090401

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100401

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100401

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110401

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120401

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120401

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130401

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130401

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140401

Year of fee payment: 9

LAPS Cancellation because of no payment of annual fees