JP2001306142A - Control system for abnormal program operation - Google Patents

Control system for abnormal program operation

Info

Publication number
JP2001306142A
JP2001306142A JP2000117386A JP2000117386A JP2001306142A JP 2001306142 A JP2001306142 A JP 2001306142A JP 2000117386 A JP2000117386 A JP 2000117386A JP 2000117386 A JP2000117386 A JP 2000117386A JP 2001306142 A JP2001306142 A JP 2001306142A
Authority
JP
Japan
Prior art keywords
information
operation abnormality
notification
computer
control system
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2000117386A
Other languages
Japanese (ja)
Inventor
Toshiro Azumi
俊郎 安住
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.)
Shimadzu Corp
Original Assignee
Shimadzu 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 Shimadzu Corp filed Critical Shimadzu Corp
Priority to JP2000117386A priority Critical patent/JP2001306142A/en
Publication of JP2001306142A publication Critical patent/JP2001306142A/en
Pending legal-status Critical Current

Links

Landscapes

  • Testing And Monitoring For Control Systems (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a control system for the abnormal operation, which can refer to and collate the abnormal operation of a decentralized control system in real-time. SOLUTION: This system has the information collecting sections 1a, 2a which recognize the abnormal operation information in the computers 1, 2 which constitute the decentralized control system, the information controlling sections 1c, 2c with the notification decision tables 1b, 2b for judging the necessity of the notification of the abnormal operation information, an information receiving section 10a which receives the abnormal operation information on the communication network in a computer 10 which receives the notification, an information recording section 10b which records the information in a log file and an information displaying section 10c which displays the information. On the basis of the criterion of the notification decision tables 1b, 2b, the necessity of the notification of the abnormal operation information is judged, the notification judged the necessity is sent from the information transmitting sections 1d, 2d of the computer to the computer 10 which receives the notification and summarized on the log file.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、分散制御システム
において通信ネットワークを介して協調動作により制御
する複数プロセスから発生する動作異常情報の管理を行
うためのプログラム動作異常管理システムに関する。
The present invention relates to a program operation abnormality management system for managing operation abnormality information generated from a plurality of processes controlled by a cooperative operation via a communication network in a distributed control system.

【0002】[0002]

【従来の技術】図4は鉄鋼、化学、電力などのプロセス
制御に用いられる場合の分散制御システムの構成を模式
的に示したものである。すなわち、分散制御システム
は、センサ21、アクチュエータ31及びコンピュータ
1で構成される制御装置を複数台通信ネットワーク11
で接続し、コンピュータ間の協調動作により制御対象を
制御するものである。従来、このような分散制御システ
ムでは、図5に示すように、通信ネットワークで接続さ
れた複数台のコンピュータ(1、2、3)上で個別の制
御プロセスが動作し、その制御プロセスから出力される
動作異常情報を記録する場合には、コンピュータ毎に備
えられているログファイル(1L、2L、3L)上に記
録を行なっている。また、分散制御システムでは、複数
のコンピュータで協調動作を行っているため動作異常の
原因を特定するためには、プログラム開発者12が動作
異常情報の参照・照合をコンピュータ毎に備えられたロ
グファイル(1L、2L、3L)をいちいち開いて行
い、その原因の究明と問題解決を図っている。
2. Description of the Related Art FIG. 4 schematically shows a configuration of a distributed control system when used for process control of steel, chemistry, electric power, and the like. That is, the distributed control system includes a plurality of control devices each including the sensor 21, the actuator 31, and the computer 1.
, And the control target is controlled by a cooperative operation between the computers. Conventionally, in such a distributed control system, as shown in FIG. 5, individual control processes operate on a plurality of computers (1, 2, 3) connected by a communication network and output from the control processes. When the operation abnormality information is recorded, it is recorded on log files (1L, 2L, 3L) provided for each computer. In the distributed control system, since a plurality of computers perform cooperative operation, in order to identify the cause of the operation abnormality, the program developer 12 refers to and checks the operation abnormality information in a log file provided for each computer. (1L, 2L, 3L) are opened one by one to investigate the cause and solve the problem.

【0003】[0003]

【発明が解決しようとする課題】従来の分散制御システ
ムにおいて動作異常の原因を特定するためには、ログフ
ァイルに記録されている動作異常情報をコンピュータ毎
に参照・照合する必要があるため、動作異常情報発生時
にリアルタイムに参照・照合して原因の究明や問題の解
決を図ることは困難である。また、動作異常発生事後の
検討において動作異常情報を参照・照合する場合にもコ
ンピュータ毎のログファイルに記録されている動作異常
情報を一個所に集約する必要がある。本発明は、このよ
うな事情に鑑みてなされたものであって、制御プロセス
における動作異常情報をリアルタイムに参照・照合でき
るプログラム動作異常管理システムを提供することを目
的とする。
In the conventional distributed control system, it is necessary to refer to and collate operation abnormality information recorded in a log file for each computer in order to identify the cause of the operation abnormality. When abnormal information occurs, it is difficult to refer to and collate in real time to determine the cause and solve the problem. Also, when examining and collating the operation abnormality information in the examination after the occurrence of the operation abnormality, it is necessary to collect the operation abnormality information recorded in the log file of each computer in one place. The present invention has been made in view of such circumstances, and has as its object to provide a program operation abnormality management system that can refer to and collate operation abnormality information in a control process in real time.

【0004】[0004]

【課題を解決するための手段】上記の目的を達成するた
め、本発明のプログラム動作異常管理装置は、複数台の
コンピュータを通信ネットワークに接続し、制御対象を
協調動作により制御する分散制御システムにおいて、各
コンピュータの記憶部に動作異常を通知する通知先コン
ピュータ名及び通知判定基準を記録した通知判定テーブ
ルを保持すると共に、通知先コンピュータの記憶部に動
作異常情報を記録する情報記録部を保持して成るプログ
ラム動作異常管理手段を備え、各コンピュータの通知判
定テーブルで判定された動作異常情報を、通知先コンピ
ュータの前記情報記録部に集約できるようにしたことを
特徴とする。本発明のプログラム動作異常管理システム
は上記のように構成されており、通知先コンピュータ上
で分散制御システム全体のプログラム動作異常をリアル
タイムに参照・照合することができる。
In order to achieve the above object, a program operation abnormality management apparatus according to the present invention is provided in a distributed control system in which a plurality of computers are connected to a communication network and a control target is controlled by a cooperative operation. Holding a notification determination table that records a notification destination computer name and a notification determination criterion for notifying an operation abnormality in a storage unit of each computer, and holds an information recording unit that records operation abnormality information in a storage unit of the notification destination computer. And a program operation abnormality management unit configured to collect the operation abnormality information determined in the notification determination table of each computer in the information recording unit of the notification destination computer. The program operation abnormality management system of the present invention is configured as described above, and the program operation abnormality of the entire distributed control system can be referenced and collated in real time on the notification destination computer.

【0005】[0005]

【発明の実施の形態】以下、本発明の実施例を図面に基
づいて説明する。図1は実施例によるプログラム動作異
常管理システムの概略構成図である。本プログラム動作
異常管理システムは、分散制御システムを構成するコン
ピュータ1、2に動作異常情報を受け取る情報取得部1
a、2aと、受け取った動作異常情報を後述の通知先コ
ンピュータ10に通知するか否かを通知判定テーブル1
b、2bにより判定して動作異常情報の出力管理を行う
情報管理部1c、2cと、指定された通知先コンピュー
タ10に動作異常情報を通知する情報送信部1d、2d
を設けると共に、前記通知先コンピュータ10に送信さ
れた情報を受信する情報受信部10aと、動作異常情報
を記録する情報記録部10b及び動作異常情報を表示す
る情報表示部10cを設けて成るプログラム動作異常管
理手段を備えている。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a schematic configuration diagram of a program operation abnormality management system according to an embodiment. This program operation abnormality management system includes an information acquisition unit 1 which receives operation abnormality information from computers 1 and 2 constituting a distributed control system.
a, 2a and a notification determination table 1 for determining whether or not to notify the notified destination computer 10 of the received operation abnormality information.
b, 2b, the information management units 1c, 2c for managing the output of the operation abnormality information, and the information transmission units 1d, 2d for notifying the designated notification destination computer 10 of the operation abnormality information.
And an information receiving unit 10a for receiving information transmitted to the notification destination computer 10, an information recording unit 10b for recording operation abnormality information, and an information display unit 10c for displaying operation abnormality information. Equipped with abnormality management means.

【0006】前記コンピュータ1、2の情報取得部1
a、2aは、プログラム実行中の各プロセスにおいて発
生した動作異常情報を認識し、それぞれの情報管理部1
c、2cに動作異常情報の処理を依頼するもので、前記
情報管理部1c、2cは、受け取った動作異常情報の内
容を例えば図2に示すように設定されている通知判定テ
ーブル1b、2bと照合し、通知先コンピュータ10に
通知するか否かを判定し、通知を行う必要が認められた
動作異常情報を情報送信部1d、2dに送るものであ
る。前記情報送信部1d、2dは、動作異常が発生した
コンピュータのID番号と動作異常データを通信ネット
ワーク11を介して指定された通知先コンピュータ10
に送信するものである。
[0006] Information acquisition unit 1 of the computers 1 and 2
a and 2a recognize operation abnormality information generated in each process during execution of the program, and
c, 2c to process the operation abnormality information. The information management units 1c, 2c store the contents of the received operation abnormality information in the notification determination tables 1b, 2b set as shown in FIG. It is to collate, determine whether or not to notify the notification destination computer 10, and send the operation abnormality information for which the notification needs to be notified to the information transmitting units 1d and 2d. The information transmitting units 1d and 2d transmit the ID number of the computer in which the operation abnormality has occurred and the operation abnormality data to the notification destination computer 10 designated via the communication network 11.
To send to.

【0007】通知先コンピュータ10の情報受信器10
aは、通信ネットワーク11上の動作異常情報を受信す
るもので、情報記録部10bは、記憶部に動作異常情報
を記録するものである。また、情報表示部10cは前記
情報記憶部10bの動作異常情報をリアルタイムに液晶
またはCRTに表示するものである。
[0007] The information receiver 10 of the notification destination computer 10
"a" is for receiving operation abnormality information on the communication network 11, and the information recording unit 10b is for recording operation abnormality information in the storage unit. The information display unit 10c displays the abnormal operation information of the information storage unit 10b on a liquid crystal display or a CRT in real time.

【0008】次に、動作異常情報の出力管理プロセス
を、図2の通知判定テーブル及び図3のフローチャート
を参照して説明する。コンピュータ1、2の情報取得部
1a、2aは常に動作異常情報の発生を監視しており
(S1)、例えば、コンピュータ1(図1)のプログラ
ム実行中のあるプロセスにおいて動作異常が発生する
と、情報取得部1aはその動作異常情報を取得すると共
に、この動作異常情報に動作異常を発生したコンピュー
タを識別するためのID番号と重要度を示すフラグを付
加して情報管理部1cに送る(S2)。
Next, an output management process of the operation abnormality information will be described with reference to a notification determination table of FIG. 2 and a flowchart of FIG. The information acquiring units 1a and 2a of the computers 1 and 2 constantly monitor the occurrence of the operation abnormality information (S1). For example, when an operation abnormality occurs in a certain process of the computer 1 (FIG. 1) during the execution of the program, the information The acquisition unit 1a acquires the operation abnormality information, adds an ID number for identifying the computer in which the operation abnormality has occurred and a flag indicating the importance to the operation abnormality information, and sends the information to the information management unit 1c (S2). .

【0009】前記情報管理部1cはこの動作異常情報を
認識すると共に、保持している通知判定テーブル1b
(図2)を記憶部から読み出し(S3)、動作異常情報
の重要度フラグと通知判定テーブルの重要度フラグとを
照合し、その重要度に対応して決められている通知する
か否かの命令を読み取る(S4)。例えば、動作異常情
報が図2に示すような日報出力異常に該当し、その重要
度フラグが2である場合、通知すべき命令に該当するの
で、動作異常情報は情報送信部1dに送られる。前記情
報送信部1dはこの動作異常情報にさらに通知先コンピ
ュータ10のID番号と動作異常を発生したコンピュー
タのID番号と発生時間とを付して、通信ネットワーク
11上に送信する(S5)。また、動作異常情報が警報
出力異常である場合には、前記通知判定テーブル1bに
より、通知しない命令に該当するため情報送信部1dに
動作異常情報を送らず、情報管理部1cは継続して動作
異常情報の発生を監視する。
The information management unit 1c recognizes the operation abnormality information and stores the notification determination table 1b.
(FIG. 2) is read from the storage unit (S3), the importance flag of the operation abnormality information is compared with the importance flag of the notification determination table, and whether or not a notification determined according to the importance is to be transmitted is determined. The command is read (S4). For example, when the operation abnormality information corresponds to the daily report output abnormality as shown in FIG. 2 and the importance flag is 2, the operation abnormality information is transmitted to the information transmission unit 1d because the operation abnormality information corresponds to a command to be notified. The information transmitting unit 1d further attaches the ID number of the notification destination computer 10, the ID number of the computer in which the operation abnormality has occurred, and the occurrence time to the operation abnormality information, and transmits the information to the communication network 11 (S5). When the operation abnormality information is an alarm output abnormality, the information determination unit 1c does not send the operation abnormality information to the information transmission unit 1d because the notification determination table 1b corresponds to a command not to be notified, and the information management unit 1c continuously operates. Monitor the occurrence of error information.

【0010】一方、前記コンピュータ10(図1)のプ
ログラム実行により、情報受信部10aは通信ネットワ
ーク11上の動作異常情報を監視しており(S6)、動
作異常情報を認知すると、情報記録部10bのログファ
イルに他のコンピュータからの動作異常情報と共に集約
して記録すると共に(S7)、これら一連の動作異常情
報を発生時間順に情報表示部の画面にリアルタイムで表
示する(S8)。
On the other hand, the information receiving unit 10a monitors the operation abnormality information on the communication network 11 by executing the program of the computer 10 (FIG. 1) (S6). (S7), and collectively records the operation abnormality information from another computer together with the operation abnormality information from another computer (S7), and displays the series of operation abnormality information on the screen of the information display unit in the order of occurrence time (S8).

【0011】このようにして発生時間順に並べられた全
コンピュータの動作異常情報から、コンピュータ相互間
の協調動作により発生する複雑な動作異常情報をリアル
タイムで把握することができ、効率よく問題究明を行う
ことができる。なお、上記実施例において説明を簡略に
するためコンピュータの数を2台にしているが、これに
制限されるものではない。
[0011] From the operation error information of all computers arranged in the order of occurrence time in this way, complicated operation error information generated by cooperative operation between computers can be grasped in real time, and problem investigation can be performed efficiently. be able to. In the above embodiment, the number of computers is two for simplicity of explanation, but the number is not limited to two.

【0012】[0012]

【発明の効果】本発明のプログラム動作異常管理装置は
集約の煩雑さを解消し、リアルタイムに動作異常情報の
参照・照合が可能となる。このため、障害発生原因の究
明が容易になると共に、遠隔地にあるコンピュータ上に
おいてもシステムの動作確認及び障害原因の推測が容易
となる。
According to the program operation abnormality management device of the present invention, the complexity of aggregation can be eliminated, and operation abnormality information can be referenced and collated in real time. For this reason, it is easy to find the cause of the failure, and it is also easy to confirm the operation of the system and guess the cause of the failure even on a computer at a remote place.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の実施例によるプログラム動作異常管理
システムの構成図である。
FIG. 1 is a configuration diagram of a program operation abnormality management system according to an embodiment of the present invention.

【図2】本発明に係わる通知判定テーブルである。FIG. 2 is a notification determination table according to the present invention.

【図3】本発明の動作を説明するフローチャート図であ
る。
FIG. 3 is a flowchart illustrating the operation of the present invention.

【図4】分散制御システムの模式的構成図である。FIG. 4 is a schematic configuration diagram of a distributed control system.

【図5】従来の分散制御システムの構成図である。FIG. 5 is a configuration diagram of a conventional distributed control system.

【符号の説明】[Explanation of symbols]

1、2、3…コンピュータ 1a、2a…情報取得部 1b、2b…情報管理部 1c、2c…情報送信部 1d、2d…通知判定テーブル 1L、2L、3L…ログファイル 10…通知先コンピュータ 10a…情報受信部 10b…情報記録部 10c…情報表示部 11…ネットワーク 12…プログラム開発者 1, 2, 3 ... computer 1a, 2a ... information acquisition unit 1b, 2b ... information management unit 1c, 2c ... information transmission unit 1d, 2d ... notification determination table 1L, 2L, 3L ... log file 10 ... notification destination computer 10a ... Information receiving unit 10b Information recording unit 10c Information display unit 11 Network 12 Program developer

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】複数台のコンピュータを通信ネットワーク
に接続し、制御対象を協調動作により制御する分散制御
システムにおいて、各コンピュータの記憶部に動作異常
を通知する通知先コンピュータ名及び通知判定基準を記
録した通知判定テーブルを保持すると共に、通知先コン
ピュータの記憶部に動作異常情報を記録する情報記録部
を保持して成るプログラム動作異常管理手段を備え、各
コンピュータの通知判定テーブルで判定された動作異常
情報を、通知先コンピュータの前記情報記録部に集約で
きるようにしたことを特徴とするプログラム動作異常管
理システム。
In a distributed control system in which a plurality of computers are connected to a communication network and a control target is controlled by a cooperative operation, a notification destination computer name and a notification determination criterion for notifying an operation abnormality are stored in a storage unit of each computer. A program operation abnormality management unit that holds an information recording unit that records the operation abnormality information in the storage unit of the notification destination computer, and the operation abnormality that is determined in the notification determination table of each computer. A program operation abnormality management system, wherein information can be collected in the information recording unit of the notification destination computer.
JP2000117386A 2000-04-19 2000-04-19 Control system for abnormal program operation Pending JP2001306142A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000117386A JP2001306142A (en) 2000-04-19 2000-04-19 Control system for abnormal program operation

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000117386A JP2001306142A (en) 2000-04-19 2000-04-19 Control system for abnormal program operation

Publications (1)

Publication Number Publication Date
JP2001306142A true JP2001306142A (en) 2001-11-02

Family

ID=18628707

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000117386A Pending JP2001306142A (en) 2000-04-19 2000-04-19 Control system for abnormal program operation

Country Status (1)

Country Link
JP (1) JP2001306142A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006281166A (en) * 2005-04-04 2006-10-19 Mitsui Chemicals Polyurethanes Inc Chemical treatment apparatus
JP2014203244A (en) * 2013-04-04 2014-10-27 三菱電機株式会社 Information processing execution process monitoring system, and information processing execution process monitoring program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006281166A (en) * 2005-04-04 2006-10-19 Mitsui Chemicals Polyurethanes Inc Chemical treatment apparatus
JP2014203244A (en) * 2013-04-04 2014-10-27 三菱電機株式会社 Information processing execution process monitoring system, and information processing execution process monitoring program

Similar Documents

Publication Publication Date Title
WO2006016405A1 (en) Elevator monitoring system
JP2001306142A (en) Control system for abnormal program operation
JPWO2008117793A1 (en) Distributed system monitoring system
US7558259B2 (en) System and method for transmitting analyzed data on a network
JPH06149623A (en) Operation management system for information processor
JPH0653961A (en) Monitoring device
JPH05204783A (en) Operation monitoring system
KR20050116069A (en) Apparatus and method for monitoring of alarm in network-system
JP2003323510A (en) Maintenance guidance and confirmation system, service processor, device and program
JPH06348652A (en) Preventive maintenance system for terminal equipment
JP3404908B2 (en) Monitoring and control equipment
JPH076060A (en) Computer operating system
JPH0594545A (en) Automatic management method for data collecting/ transmitting system
CN104880977A (en) Display operation control apparatus
JPH10320030A (en) Dam remote monitoring system and abnormality time channel switching method by the device
JP2006154919A (en) Plant data recording system
JP2007156805A (en) Network monitoring system and network monitoring method
JP2004272431A (en) Power system computer online maintenance system
JP3226819B2 (en) Printer monitor system
JPH10304469A (en) Result collection device and its method
JPH03280783A (en) Facsimile equipment
JPH04289944A (en) Communication establishment control system
JPH06259277A (en) Maintenance diagnostic device
JPH10124346A (en) Constitution management system
JPH10126860A (en) Method for collecting data for remote monitoring device