JPH09265306A - Process controller and detection method for inoperative control circuit - Google Patents

Process controller and detection method for inoperative control circuit

Info

Publication number
JPH09265306A
JPH09265306A JP7645996A JP7645996A JPH09265306A JP H09265306 A JPH09265306 A JP H09265306A JP 7645996 A JP7645996 A JP 7645996A JP 7645996 A JP7645996 A JP 7645996A JP H09265306 A JPH09265306 A JP H09265306A
Authority
JP
Japan
Prior art keywords
control
control circuit
input data
data
control program
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
JP7645996A
Other languages
Japanese (ja)
Inventor
Hisanori Abe
寿典 安部
Tetsuo Sato
哲夫 佐藤
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.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP7645996A priority Critical patent/JPH09265306A/en
Publication of JPH09265306A publication Critical patent/JPH09265306A/en
Pending legal-status Critical Current

Links

Landscapes

  • Testing And Monitoring For Control Systems (AREA)
  • Programmable Controllers (AREA)

Abstract

PROBLEM TO BE SOLVED: To secure the safety of a plant operation by providing the information of a control circuit not performing an operation even once. SOLUTION: This process controller is provided with a PI/O 4 for inputting and outputting data between a plant 5, a programmable controller(PC) 1 for outputting the arithmetic result of a control program corresponding to input data as output data and a display means 2 for displaying the input data and the arithmetic result on a screen. A compiler 11 mounts the control program for which a storage processing 100 is added to the respective control circuits sectioned by braching points/merging points on a ladder diagram to a process control part 12. Every time of the execution of the respective control circuits in the control program, the storage processing 100 compares the value of this time of the arithmetic result with the value of a previous time, and in the case that it is changed, accumulates the number of times of change and stores it in a table 101. A retrieval processing 102 retrieves the table 101, detects the inoperative control circuit whose number of times of the change is 0 or equal to or less than a threshold value and displays it at the display means 2.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明はプロセス制御装置に
関し、特に不動作制御回路の検出方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a process control device, and more particularly to a detection system for a non-operation control circuit.

【0002】[0002]

【従来の技術】プロセス制御装置は、化学、FA、電
力、原子力、鉄道、上下水等、広範なプラントの制御・
監視に適用されている。一般に、プロセス制御プログラ
ムは、プラントの制御回路の組合せを表したラダー図や
論理回路図を画面上で作成し、コンパイラで変換して実
装している。これにより、プログラムの作成を容易にす
るとともに、プログラムの実行結果を画面上のラダー図
や論理回路図に反映して、プラントの運転・監視を支援
している。
2. Description of the Related Art Process control equipment is used to control a wide range of plants such as chemical, FA, electric power, nuclear power, railway, water and sewage.
It has been applied to surveillance. In general, the process control program is implemented by creating a ladder diagram or a logic circuit diagram representing a combination of plant control circuits on a screen, converting it with a compiler, and implementing it. This facilitates the creation of the program and reflects the execution result of the program in the ladder diagram and the logic circuit diagram on the screen to support the operation and monitoring of the plant.

【0003】図10に、従来のプロセス制御装置の構成
図を示す。表示装置2を備えたプログラマブルコントロ
ーラ(以下、PCと略称)1は、プロセス信号入出力手
段(以下、PI/Oと略称)4とLANなどの通信手段
3を介して、プラント5からプロセス信号をサンプリン
グ周期で取り込み、制御演算の結果による制御信号を出
力してプラント5を制御する。また、プロセスデータや
制御演算結果を、画面のラダー図の制御点などに反映
し、監視可能に表示する。プロセス制御部12が持つプ
ロセス制御プログラムは、画面表示のラダー図からコン
パイラ11を介して変換され、図示していない主メモリ
に格納される。
FIG. 10 shows a block diagram of a conventional process control device. A programmable controller (hereinafter abbreviated as PC) 1 including a display device 2 receives a process signal from a plant 5 via a process signal input / output unit (hereinafter abbreviated as PI / O) 4 and a communication unit 3 such as a LAN. The plant 5 is controlled by taking in at the sampling cycle and outputting a control signal according to the result of the control calculation. In addition, the process data and the control calculation result are reflected on the control points of the ladder diagram on the screen and displayed so that they can be monitored. The process control program held by the process control unit 12 is converted from the ladder diagram displayed on the screen through the compiler 11 and stored in the main memory (not shown).

【0004】さらに、プロセス制御装置では、プロセス
信号の変化を前回値と比較したり、時系列に解析したり
して、プロセスの異常を常時監視している。そして、異
常時にはアラームを発生し、安全確保のためフェールセ
ーフやフェールソフト回路、あるいは緊急停止回路など
を起動して、事故の発生や拡大を防止している。
Further, the process control device constantly monitors the process abnormality by comparing the change of the process signal with the previous value or analyzing it in time series. When an abnormality occurs, an alarm is generated, and a failsafe or failsoft circuit or an emergency stop circuit is activated to ensure safety to prevent the occurrence or spread of an accident.

【0005】[0005]

【発明が解決しようとする課題】プラントの制御回路
は、頻繁に動作する正常処理の制御回路と、殆ど動作し
ない異常処理の制御回路からなる。異常処理の制御回路
は、プラントが正常動作している期間は不動作となるの
で、いざ異常状態で動作させようとすると正常に動作せ
ず、重大事故につながることがある。そこで、プラント
の定検時には、保守機器の動作テストを含む丹念な点検
が実施されている。
The control circuit of the plant comprises a control circuit for normal processing, which operates frequently, and a control circuit for abnormal processing, which rarely operates. Since the control circuit for the abnormality processing does not operate during the period when the plant is operating normally, if it is attempted to operate it in an abnormal state, it may not operate normally and may cause a serious accident. Therefore, at the time of regular inspection of the plant, careful inspection including operation test of maintenance equipment is performed.

【0006】このような状況から、プラントの保守点検
には熟練作業員が必須で、且つ、作業時間はますます増
大する傾向に有る。しかし、大規模プラントの場合、全
ての機器を解体したりして、細大漏らさず点検すること
は事実上不可能である。また、リレー接点等の接触不良
や部品の錆び付きなどは、徐々に進行しある日突然に不
動作を引き起こすことが多く、定検時のテストで正常で
も間もなく不動作に陥ることがあり、保守点検上の隘路
の一つとなっている。
Under such circumstances, skilled workers are indispensable for maintenance and inspection of the plant, and the working time tends to increase more and more. However, in the case of a large-scale plant, it is practically impossible to disassemble all the equipment and inspect it without leaking it. In addition, contact failure such as relay contacts and rusting of parts often cause gradual progress and suddenly cause a malfunction for one day. It is one of the bottleneck for inspection.

【0007】本発明の目的は、従来技術の問題点に鑑
み、プラントの制御回路の動作状況をオンライン監視
し、不動作ないし極端に動作回数の少ない制御回路の情
報を提供する不動作回路検出方法及びプロセス制御装置
を提供することにある。この不動作回路情報により、対
象制御回路または要素の保守点検や部品交換周期を短縮
するなどして、プラントの安全操業を確保することがで
きる。
In view of the problems of the prior art, it is an object of the present invention to detect the operating state of a control circuit of a plant online and provide a dead circuit detecting method for providing information of a dead or extremely small number of times of operation of the control circuit. And to provide a process control device. With this inoperative circuit information, it is possible to ensure the safe operation of the plant by, for example, maintaining and inspecting the target control circuit or element and shortening the parts replacement cycle.

【0008】[0008]

【課題を解決するための手段】上記目的は、プラントの
間で入出力するPI/Oと、入力データに従った制御プ
ログラムの演算結果を出力データとして出力するPC
と、画面上に入力データや演算結果を表示する表示手段
を備えるプロセス制御装置において、前記制御プログラ
ム上で所定区分される各制御回路の実行の度に、演算結
果の今回値が前回値から変化している場合は変化回数を
累積し、前記変化回数が0ないし閾値以下となる不動作
の制御回路を検出することにより達成される。
The above-mentioned object is to provide a PI / O that is input / output between plants and a PC that outputs the operation result of a control program according to the input data as output data.
In the process control device having display means for displaying the input data and the calculation result on the screen, the current value of the calculation result changes from the previous value each time each control circuit which is predeterminedly divided on the control program is executed. If this is the case, it is achieved by accumulating the number of changes and detecting a dead control circuit in which the number of changes is 0 or less than a threshold value.

【0009】あるいは、前記制御プログラム上で所定区
分される各制御回路と前記入力データの各々及び前記出
力データの各々との対応関係を初期設定しておき、前記
制御プログラムの実行の度に、前記入力データまたは前
記出力データの今回値が前回値から変化している場合は
変化回数を累積し、前記変化回数が0ないし閾値以下と
なる入力データまたは出力データと対応する不動作の制
御回路を検出することにより達成される。ここで、前記
PI/Oを介して入出力する全入力データ及び全出力デ
ータの内、予め指定した複数の入力データ/出力データ
についてのみ、前記変化回数を累積するようにしてもよ
い。
Alternatively, a correspondence relationship between each control circuit divided into predetermined sections on the control program and each of the input data and each of the output data is initialized, and each time the control program is executed, the correspondence relationship is set. If the current value of the input data or the output data has changed from the previous value, the number of changes is accumulated, and a dead control circuit corresponding to the input data or output data in which the number of changes is 0 or less than a threshold value is detected. It is achieved by Here, the number of changes may be accumulated only for a plurality of previously designated input data / output data out of all input data and all output data input / output via the PI / O.

【0010】なお、前記今回値の変化は、前回値と今回
値の差分の絶対値が所定値以上のときに変化有りと判定
し、前記入力データまたは前記出力データがデジタル信
号のみならずアナログ信号の場合にも判定可能としてい
る。
The change of the present value is judged to be changed when the absolute value of the difference between the previous value and the present value is a predetermined value or more, and the input data or the output data is not only a digital signal but also an analog signal. In the case of, it can be determined.

【0011】また、前記制御プログラムは、ラダー図か
らのコンパイルにより実装され、前記制御回路の所定区
分は、ラダー図上の分岐点または合流点を境にして区切
ることを特徴とする。
Further, the control program is implemented by compiling from a ladder diagram, and a predetermined section of the control circuit is divided at a branch point or a junction point on the ladder diagram as a boundary.

【0012】本発明の方法を適用可能にするプロセス制
御装置は、前記制御プログラムのコンパイル時に、該プ
ログラム上で区分した各制御回路の直後に、その制御回
路における演算結果の今回値と前回値を比較し、変化し
ている場合に変化回数を累積する記憶処理を追加するコ
ンパイラと、前記制御プログラム実行の度に、各制御回
路の変化回数を累積して記憶するデータテーブルと、前
記制御プログラムの実行後に、前記データテーブルを検
索して、前記変化回数が0ないし閾値以下となる不動作
の制御回路を検出して表示する表示制御手段を設けたこ
とを特徴とする。
The process control apparatus to which the method of the present invention can be applied, when compiling the control program, immediately after each control circuit sectioned on the program, displays the present value and the previous value of the operation result in the control circuit. A compiler for comparing and adding a storage process for accumulating the number of changes when there is a change, a data table for accumulating and storing the number of changes of each control circuit each time the control program is executed, and a control program of the control program. After the execution, the display control means is provided for searching the data table and detecting and displaying the inoperative control circuit in which the number of changes is 0 or less than a threshold value.

【0013】あるいは、前記制御プログラムのコンパイ
ル時に、該プログラム上で区分した制御回路の各々と前
記入力データまたは前記出力データの対応付けを行なう
レファレンス処理を追加するコンパイラと、前記制御プ
ログラムを有し、該プログラムの初期処理で前記レファ
レンス処理を実行し、その後の該プログラムによる制御
演算の実行の度に、前記入力データまたは前記出力デー
タの今回値と前回値を比較し、変化している場合に変化
回数を累積する記憶処理を併せ実行するプロセス制御手
段と、前記入力データまたは前記出力データ毎に、前記
記憶処理による変化回数と前記レファレンス処理による
対応制御回路を記憶するデータテーブルと、 前記制御
プログラムの実行後に、前記データテーブルを検索し
て、前記変化回数が0ないし閾値以下となる不動作の制
御回路を検出して表示する表示制御手段を設けたことを
特徴とする。
Alternatively, it has a compiler for adding a reference process for associating each of the control circuits divided on the program with the input data or the output data when compiling the control program, and the control program, The reference process is executed in the initial process of the program, and the current value and the previous value of the input data or the output data are compared each time the control operation is executed by the program thereafter, and the value changes if it changes. A process control unit that also executes a storage process for accumulating the number of times; a data table that stores, for each of the input data or the output data, the number of changes by the storage process and a corresponding control circuit by the reference process; After execution, the data table is searched and the number of changes is 0. Or display control means for detecting and displaying an inactive control circuit having a threshold value or less.

【0014】[0014]

【発明の実施の形態】以下、本発明の実施の形態を詳細
に説明する。
Embodiments of the present invention will be described below in detail.

【0015】〔実施の形態1〕図1は、本実施形態によ
るプロセス制御装置の構成図である。表示装置2を備え
たPC1は、LANなどの通信手段3やPI/O4を介
して、プラント5の監視と制御を行なう。プラント5は
図示していない複数の計測手段や制御手段を備え、PC
1との間で、プロセス信号や制御信号をやりとりする。
これらのプロセス信号や制御信号には、温度、圧力など
の計測値あるいはモータ回転数やバルブ開度制御などの
アナログ信号6と、ポンプの運転/停止、故障接点等の
ON/OFFなどのディジタル信号7がある。
[First Embodiment] FIG. 1 is a block diagram of a process control apparatus according to the present embodiment. The PC 1 provided with the display device 2 monitors and controls the plant 5 via the communication means 3 such as a LAN and the PI / O 4. The plant 5 includes a plurality of measuring means and control means (not shown), and a PC
Process signals and control signals are exchanged with 1.
These process signals and control signals include measured values such as temperature and pressure, analog signals 6 such as motor rotation speed and valve opening control, and digital signals such as ON / OFF of pump operation / stop and fault contacts. There is 7.

【0016】PC1のプロセス信号入出力制御部15
は、入出力プログラムを有し、PI/O4を介して、プ
ロセス信号を入力データテーブル13にサンプリング周
期で取り込む。また、出力データテーブル14の制御信
号をサンプリング周期で出力し、プラント5を制御す
る。プロセス制御手段12は、プロセス制御プログラム
を有し、入力データテーブル13のプロセス信号を読み
出しながら制御演算を実行し、演算結果による制御信号
を出力データテーブル14に書き込む。また、プロセス
信号や演算結果を表示制御手段10を介して表示装置2
の画面上に直接、あるいはラダー図上に反映して、監視
可能に表示する。なお、プロセス制御プログラムは、画
面表示のラダー図からコンパイラ11を介して変換さ
れ、図示していない主メモリに格納される。
Process signal input / output control unit 15 of PC1
Has an input / output program and captures a process signal into the input data table 13 at a sampling cycle via the PI / O 4. Further, the control signal of the output data table 14 is output at the sampling cycle to control the plant 5. The process control means 12 has a process control program, executes control calculation while reading the process signal of the input data table 13, and writes the control signal according to the calculation result to the output data table 14. Further, the display device 2 displays the process signal and the calculation result via the display control means 10.
Directly on the screen of or reflected on the ladder diagram and displayed so that it can be monitored. The process control program is converted from the ladder diagram displayed on the screen through the compiler 11 and stored in the main memory (not shown).

【0017】図2に、プロセス制御プログラムに対応し
たラダー図の一例を示す。ラダー図は論理積(AN
D)、論理和(OR)、否定(NOT)などの組み合わ
せを、マトリックス状の接点入力と接点出力により視覚
的に表現できる。同図(a)の例は、接点入力DI00
0がONで接点入力DI001がOFFならば、また
は、接点入力DI002がONで接点入力DI003が
ONならば、接点出力DO000がONとなるプログラ
ムを示している。
FIG. 2 shows an example of a ladder diagram corresponding to the process control program. The ladder diagram is the logical product (AN
Combinations such as D), logical sum (OR), and negation (NOT) can be visually expressed by contact inputs and outputs in a matrix. In the example of FIG. 7A, contact input DI00
If 0 is ON and the contact input DI001 is OFF, or if the contact input DI002 is ON and the contact input DI003 is ON, the contact output DO000 is ON.

【0018】例えば、入力接点20と入力接点21の論
理積がプラントの正常処理の制御回路の一つで、入力接
点22が異常処理の制御回路の一つに対応される。ま
た、出力接点24がバルブ等の機器の制御点に対応され
る。このように、ラダー図上の制御回路は、実プラント
の制御回路ないし回路要素(以下では、単に制御回路と
呼ぶ)と対応関係がある。しかし、ラダー図上の制御回
路にはソフトウエアの内部処理も含まれており、以下で
は混同を避けるために、ラダー図上のものは単に、回路
または単位回路と呼ぶことにする。
For example, the logical product of the input contact 20 and the input contact 21 corresponds to one of the normal processing control circuits of the plant, and the input contact 22 corresponds to one of the abnormal processing control circuits. Further, the output contact 24 corresponds to a control point of equipment such as a valve. In this way, the control circuit on the ladder diagram has a correspondence relationship with the control circuit or circuit elements of the actual plant (hereinafter simply referred to as control circuit). However, the control circuit on the ladder diagram also includes internal processing of software, and in order to avoid confusion, the control circuit on the ladder diagram will be simply referred to as a circuit or a unit circuit below.

【0019】コンパイラ11は、このラダー図からプロ
セス制御プログラムを生成する。具体的には、ラダー回
路中の分岐点または合流点と、最終出力点の前(出力接
点24の直前)で回路を区切り、回路1〜回路3に区分
する。次に、各回路の入力条件のANDを演算し、一
旦、ワークテーブルWK1〜WK3に記憶する。この結
果、ワークテーブルWK1には、入力接点20の入力と
入力接点21の否定入力の論理積の状態が保存され、ワ
ークテーブルWK2には入力接点22の入力状態が保存
され、ワークテーブルWK3には入力接点23の入力状
態が保存される。
The compiler 11 generates a process control program from this ladder diagram. Specifically, the circuit is divided into a circuit 1 to a circuit 3 at a branch point or a junction point in the ladder circuit and before the final output point (immediately before the output contact 24). Next, the AND of the input conditions of each circuit is calculated and temporarily stored in the work tables WK1 to WK3. As a result, the work table WK1 stores the state of the logical product of the input of the input contact 20 and the negative input of the input contact 21, the work table WK2 stores the input state of the input contact 22, and the work table WK3. The input state of the input contact 23 is saved.

【0020】同図(b)に、(a)のラダー図を回路単
位に表現した等価回路を示す。すなわち、同図(a)の
接点出力DO000は、ワークテーブルWK1とワーク
テーブルWK2の論理和ORしたものと、ワークテーブ
ルWK3の論理積ANDしたものとなる。なお、この等
価回路はラダー図のマクロ化による論理回路図とも言え
る。
FIG. 2B shows an equivalent circuit in which the ladder diagram shown in FIG. That is, the contact output DO000 in FIG. 9A is the logical product OR of the work table WK1 and the work table WK2 and the logical product AND of the work table WK3. It should be noted that this equivalent circuit can also be said to be a logic circuit diagram obtained by making a ladder diagram macro.

【0021】本実施形態で、従来(図10)と異なる特
徴は、(1)コンパイラ11による変換の際に、プロセ
ス制御プログラムに記憶処理100を追加し、(2)こ
の記憶処理100の実行により各回路の動作回数を検索
データテーブル101にセットし、(3)表示制御部1
0に追加した検索処理102により、各回路の動作回数
を画面表示する点にある。
This embodiment is different from the conventional one (FIG. 10) in that (1) the storage processing 100 is added to the process control program at the time of conversion by the compiler 11, and (2) the storage processing 100 is executed. The number of operations of each circuit is set in the search data table 101, and (3) the display controller 1
The number of operations of each circuit is displayed on the screen by the search process 102 added to 0.

【0022】図3に、プロセス制御プログラムを示す。
本プログラムは、図2のラダー図から区分して回路1、
2、3に変換する際に、コンパイラ11が記憶処理10
0を含めて自動生成する。ここで、記憶処理される単位
回路は、ラダー図で合流点または分岐点を境にして、1
ブロックとして切り分ける。
FIG. 3 shows a process control program.
This program is divided into the circuit 1 and the ladder diagram of FIG.
When converting to 2 or 3, the compiler 11 performs the storage processing 10
Automatically generated including 0. Here, the unit circuit to be stored and processed is 1 in the ladder diagram at the confluence or branch point.
Divide into blocks.

【0023】すなわち、図2のプログラムの場合、ワー
クテーブルWK1に接点入力DI000と接点入力DI
001の否定(NOT)との論理積ANDの状態を保存
し、続いてWK1の記憶処理100を行う。次に、ワー
クテーブルWK2に接点入力DI002の状態を保存
し、WK2の記憶処理100を行う。さらに、ワークテ
ーブルWK3に接点入力DI003の状態を保存し、W
K3の記憶処理100を行う。
That is, in the case of the program of FIG. 2, contact input DI000 and contact input DI are added to the work table WK1.
The state of the logical product AND with the negation (NOT) of 001 is saved, and then the storing process 100 of WK1 is performed. Next, the state of the contact input DI002 is stored in the work table WK2, and the storage processing 100 of WK2 is performed. Further, the state of the contact input DI003 is saved in the work table WK3, and W
The storage process 100 of K3 is performed.

【0024】記憶処理100を含むこのプロセス制御プ
ログラムが実行されると、回路状態が変更される度に、
記憶処理100によって回路毎の動作変化回数を累積
し、検索テーブル101にセットする。表示制御部10
の検索処理102は、検索データテーブル101を検索
し、動作変化回数が0ないし所定値以下の回路を選択し
て、回路番号と回数を表示する。
When this process control program including the memory process 100 is executed, every time the circuit state is changed,
The memory processing 100 accumulates the number of operation changes for each circuit and sets it in the search table 101. Display control unit 10
In the search process 102, the search data table 101 is searched, a circuit whose number of operation changes is 0 to a predetermined value or less is selected, and the circuit number and the number of times are displayed.

【0025】図4に、記憶処理のフローチャートを示
す。記憶処理100はプロセス制御プログラムのサブル
ーチンで、プロセス制御プログラムの実行による回路動
作の結果(今回値)と回路番号を引数として取り込む
(S10)。一方、前回値は、前回の実行時に検索デー
タテーブル101に保存している。
FIG. 4 shows a flow chart of the storage process. The storage process 100 is a subroutine of the process control program, and takes in the result (current value) of the circuit operation by execution of the process control program and the circuit number as arguments (S10). On the other hand, the previous value is stored in the search data table 101 at the time of the previous execution.

【0026】次に、回路毎に、今回値が前回値から変化
したかを判定する(ステップS11)。変化の判定は、
ディジタル信号とアナログ信号の双方に対応しており、
ディジタル信号の場合は、|前回値−今回値|=0で変
化無し、アナログ信号の場合は、|前回値−今回値|>
χ(回路毎の所定値)で計算し、所定値χより小さかっ
たら変化無しとする。
Next, it is determined for each circuit whether the current value has changed from the previous value (step S11). The judgment of the change is
It supports both digital and analog signals,
For digital signals, there is no change at | previous value-current value | = 0, and for analog signals | previous value-current value |>
χ (predetermined value for each circuit) is calculated, and if smaller than the predetermined value χ, no change is determined.

【0027】ステップS11で変化有りならば、どの回
路番号の回路が実行されたかの記憶を行い(S12)、
そのカウンタを「+1」し(S13)、検索データテー
ブル101のカウンタエリアに記憶する(S14)。そ
して、今回値を検索データテーブル101の前回値エリ
アに記憶する(S15)。一方、ステップS11で変化
無しならば、今回値を記憶して(S15)終了する。
If there is a change in step S11, the circuit of which circuit number is executed is stored (S12),
The counter is incremented by "+1" (S13) and stored in the counter area of the search data table 101 (S14). Then, the current value is stored in the previous value area of the search data table 101 (S15). On the other hand, if there is no change in step S11, the current value is stored (S15) and the process ends.

【0028】図5に、検索処理のフローチャートを示
す。検索処理102はプロセス制御プログラムの処理後
に実行され、少ない変化回数の回路を検索するために、
変化回数しきい値nを任意に指定される(S20)。し
きい値nは予め設定するようにしてもよい。あるいは、
時間の経過とともにしきい値nを変更したり、回路によ
って重み付けすることもできる。
FIG. 5 shows a flowchart of the search process. The search process 102 is executed after the process control program is processed, and in order to search for a circuit with a small number of changes,
The change count threshold value n is arbitrarily designated (S20). The threshold value n may be set in advance. Or,
The threshold value n can be changed or weighted by a circuit as time passes.

【0029】次いで、検索データテーブル101の回路
番号順に、変化回数しきい値nとカウント数を比較する
て(S21)。カウント数がしきい値nより少ない場合
は、該当する回路の回路番号と回数を表示する(S2
2)。このとき、ラダー図上に対応付け、デフォルト表
示などを行なうようにしてもよい。一方、カウント数が
しきい値nより多い場合は、そのまま終了する。
Next, the change number threshold value n and the count number are compared in the order of the circuit numbers in the search data table 101 (S21). If the count number is less than the threshold value n, the circuit number and the number of times of the corresponding circuit are displayed (S2).
2). At this time, the default display or the like may be performed by associating with the ladder diagram. On the other hand, if the number of counts is greater than the threshold value n, the process ends.

【0030】図6は、別のラダー図による制御プログラ
ムを示す。図示例は、図2に比べより複雑な制御となる
が、ラダー図の分岐点/合流点で回路を区切り、回路1
〜9に区分している。そして、各単位回路の入力条件と
論理演算を回路毎のワークテーブルに記憶すると、同図
(b)の回路単位に表現した等価回路となる。従って、
コンパイラ11で回路順に変換し、各回路の後に記憶処
理100を追加することで、図2の場合と同様に各回路
の動作変化回数がカウントできる。
FIG. 6 shows a control program according to another ladder diagram. In the illustrated example, the control is more complicated than that in FIG. 2, but the circuit is divided at the branch point / confluence point of the ladder diagram, and the circuit 1
It is classified into ~ 9. Then, by storing the input condition and the logical operation of each unit circuit in the work table for each circuit, an equivalent circuit expressed in the circuit unit of FIG. Therefore,
By converting the circuit order by the compiler 11 and adding the storage processing 100 after each circuit, the number of operation changes of each circuit can be counted as in the case of FIG.

【0031】このように、制御回路が複雑で大規模な場
合にも、本実施形態ではラダー図の入出力点の1個1個
ではなく、単位回路毎に記憶処理を行なうので、その処
理負荷を低減でき、親であるプロセス制御プログラムの
処理速度に悪影響を与えることはない。ちなみに、図6
の場合では、13個の入出力点に対してWKの個数は9
個となるので、入出力点毎に記憶処理する場合に比べ
1.4倍程度のスピードアップとなる。より複雑な回
路、例えば多数の接点が論理積(AND)を構成する場
合などには、さらにスピードアップできる。また、プロ
グラム容量やデータ容量の面でも有利である。
As described above, even when the control circuit is complicated and large-scale, the storage load is performed not for each input / output point of the ladder diagram but for each unit circuit in the present embodiment, so that the processing load is increased. And the processing speed of the parent process control program is not adversely affected. By the way, Figure 6
In the case of, the number of WK is 9 for 13 input / output points.
Therefore, the speed is increased by about 1.4 times as compared with the case where the storage processing is performed for each input / output point. The speed can be further increased in a more complicated circuit, for example, when a large number of contacts form a logical product (AND). It is also advantageous in terms of program capacity and data capacity.

【0032】以上、本実施形態によれば、ラダー図によ
るプロセス制御において、ラダー図の分岐点または合流
点で区分したブロックを単位回路として、制御プログラ
ムの実行の度に各単位回路の動作変更回数を求めるの
で、プラントの各制御回路を網羅してその動作状態をオ
ンライン監視でき、不動作ないし極端に動作回数の少な
い制御回路の情報提供が可能になる。この結果は、プラ
ントの制御回路毎の保守仕様に反映でき、プラントの安
全操業に貢献できる。
As described above, according to the present embodiment, in the process control by the ladder diagram, the block divided at the branch point or the junction point of the ladder diagram is used as a unit circuit, and the number of operation change times of each unit circuit is executed every time the control program is executed. Therefore, it is possible to monitor the operating states of all the control circuits of the plant online, and it is possible to provide information on the control circuits that do not operate or have extremely few operations. This result can be reflected in the maintenance specifications for each control circuit of the plant, and can contribute to the safe operation of the plant.

【0033】さらに、本実施形態ではラダーシーケンス
プログラム上で制御回路を区分しているので、いわゆる
内部処理を行なう制御回路の動作状況も監視できる。こ
の結果、動作回数0となる単位回路のプログラム部分を
抽出できるので、これを再チエックすることにより、定
型パターンによるシーケンステストでは検出できなかっ
たプログラムミスを発見できることもある。
Further, in this embodiment, since the control circuits are divided on the ladder sequence program, it is possible to monitor the operation status of the control circuit which performs so-called internal processing. As a result, it is possible to extract the program portion of the unit circuit in which the number of operations is 0. Therefore, by rechecking the program portion, a program error that cannot be detected by the sequence test with the fixed pattern may be found.

【0034】なお、本実施形態ではラダー図を用いる制
御プログラムを対象としたが、論理回路図などでもよ
い。さらには、図からの変換プログラムではなく、通常
のアプリケーションプログラム上で回路区分し、上記の
記憶処理を付加するものでもよい。
In the present embodiment, the control program using the ladder diagram is targeted, but a logic circuit diagram or the like may be used. Further, instead of the conversion program shown in the figure, the circuit may be divided on a normal application program and the above storage processing may be added.

【0035】〔実施の形態2〕図7は、本実施形態によ
るプロセス制御装置の構成図である。同図で、図1と同
等の要素には同じ符号を付して説明を省略する。本実施
形態の特徴は、プロセス制御部12の持つプロセス制御
プログラムに、レファレンス処理103がコンパイラ1
1により追加されること、及び、入/出力データテーブ
ル13、14のデータの変化回数をカウントして記憶す
る記憶処理104が追加されている点にある。なお、検
索データテーブル105は、入/出力データを基準にし
て、変化回数のカウント、前回値及びレファレンス処理
103による対応回路番号が管理される。
[Second Embodiment] FIG. 7 is a block diagram of a process control apparatus according to the present embodiment. In the figure, the same elements as those in FIG. The feature of this embodiment is that the reference processing 103 is added to the process control program of the process control unit 12 by the compiler 1
1 is added, and a storage process 104 for counting and storing the number of times the data of the input / output data tables 13 and 14 is changed is added. In the search data table 105, the count of the number of changes, the previous value, and the corresponding circuit number by the reference process 103 are managed based on the input / output data.

【0036】図8に、プロセス制御プログラムを示す。
本プログラムは、図2のラダー図から上記のように回路
1、2、3、4に変換する際に、コンパイラ11がレフ
ァレンス処理103を含めて自動生成する。レファレン
ス処理103では、入/出力データテーブル13、14
の各データが使用される回路番号を、初期処理で検索デ
ータテーブル105の対応回路エリアに記憶する。プロ
セス制御プログラムが所定の制御演算を実行後、記憶処
理プログラム104が起動され、入/出力データテーブ
ル13、14における入出力データの変化回数を求め、
検索データテーブル105に記憶する。その後、表示制
御部10の検索処理102により、動作回数がしきい値
以下となる回路が、実施形態1の場合と同様に画面表示
される。
FIG. 8 shows a process control program.
This program is automatically generated by the compiler 11 including the reference processing 103 when converting from the ladder diagram of FIG. 2 into the circuits 1, 2, 3, and 4 as described above. In the reference processing 103, the input / output data tables 13 and 14
The circuit number in which each data item is used is stored in the corresponding circuit area of the search data table 105 in the initial processing. After the process control program executes a predetermined control calculation, the storage processing program 104 is started, and the number of changes of the input / output data in the input / output data tables 13 and 14 is calculated.
It is stored in the search data table 105. After that, by the search processing 102 of the display control unit 10, the circuits whose number of operations is equal to or less than the threshold value are displayed on the screen as in the case of the first embodiment.

【0037】図9に、本実施形態による記憶処理のフロ
ーチャートを示す。記憶処理14はまず、入/出力デー
タテーブル13、14から、入力データと出力データの
今回値を取り込む(S30)。次に、前回値と今回値が
一定値xより変化したかどうかを判定する(S31)。
前回値は検索データテーブル101に保存されている。
ステップS31で変化有りならば、どの入出力信号が変
化したかの記憶を行い(S32)、そのカウンタを「+
1」し(S33)、検索データテーブル105のカウン
タエリアに記憶する(S34)。以上の処理を、全入出
力点数に対してループ処理し(S35)、その後、各入
出力信号の今回値を、検索データテーブル105の前回
値エリアに記憶する(S36)。
FIG. 9 shows a flowchart of the storage processing according to this embodiment. The storage process 14 first fetches the current values of the input data and the output data from the input / output data tables 13 and 14 (S30). Next, it is determined whether the previous value and the current value have changed from the constant value x (S31).
The previous value is stored in the search data table 101.
If there is a change in step S31, which input / output signal has changed is stored (S32), and the counter is set to "+".
1 ”(S33) and stores it in the counter area of the search data table 105 (S34). The above processing is looped for all input / output points (S35), and then the current value of each input / output signal is stored in the previous value area of the search data table 105 (S36).

【0038】なお、ステップS35では全入出力点数と
しているが、対象入出力点を指定するようにして、処理
を簡略化することもできる。この場合、プロセス入出力
信号の内、重大故障につながる信号を指定することは言
うまでもない。また、適用システムで、プロセス入出力
信号の前回値と今回値の比較による監視処理が行なわれ
ている場合は、その比較結果を流用することも可能であ
る。
Although the total number of input / output points is set in step S35, the process can be simplified by designating the target input / output points. In this case, it goes without saying that, of the process input / output signals, a signal leading to a serious failure is designated. Further, when the applied system is performing monitoring processing by comparing the previous value and the current value of the process input / output signal, the comparison result can be used.

【0039】本実施形態によれば、システムが管理して
いるプロセス入出力信号を基準にして、対応するラダー
図上の制御回路の変化回数を監視するので、いわゆる内
部処理部分の動作監視が行なわれず、また、入出力デー
タの変化に監視処理のデータを使用することもできるの
で、処理をより簡略化しながら不動作0ないし極端に動
作の少ない制御回路の情報を提供できる。
According to this embodiment, the number of changes of the control circuit on the corresponding ladder diagram is monitored based on the process input / output signal managed by the system, so that the operation of the so-called internal processing part is monitored. In addition, since the data of the monitoring process can be used for the change of the input / output data, it is possible to provide the information of the control circuit having no malfunction or extremely few motions while simplifying the process.

【0040】[0040]

【発明の効果】本発明によれば、プラントの制御回路の
動作状況をプロセス制御プログラムの実行を通してオン
ライン監視し、動作0ないし極端に動作回数の少ない不
動作制御回路の情報を提供できるので、該当制御回路ま
たは要素の保守点検や部品交換周期を短縮するなどし
て、プラントの安全操業を確保するのに効果がある。
According to the present invention, the operating status of the control circuit of the plant can be monitored online through the execution of the process control program, and the information of the non-operation control circuit having 0 operations or extremely few operations can be provided. This is effective for ensuring the safe operation of the plant by shortening the maintenance cycle of control circuits or elements and the parts replacement cycle.

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

【図1】本発明の第1の実施形態によるプロセス制御装
置の構成図。
FIG. 1 is a configuration diagram of a process control device according to a first embodiment of the present invention.

【図2】制御プログラムの一例を表現したラダー図。FIG. 2 is a ladder diagram representing an example of a control program.

【図3】図2のラダー図から回路毎に記憶処理を追加し
てコンパイルした制御プログラムの説明図。
FIG. 3 is an explanatory diagram of a control program compiled by adding a storage process for each circuit from the ladder diagram of FIG. 2.

【図4】記憶処理の一例を示すフローチャート。FIG. 4 is a flowchart showing an example of storage processing.

【図5】検索処理の一例を示すフローチャート。FIG. 5 is a flowchart showing an example of search processing.

【図6】制御プログラムの他の例を表現したラダー図。FIG. 6 is a ladder diagram showing another example of the control program.

【図7】本発明の第2の実施形態によるプロセス制御装
置の構成図。
FIG. 7 is a configuration diagram of a process control device according to a second embodiment of the present invention.

【図8】第2の実施形態で、図2のラダー図から回路毎
にレファレンス処理を追加してコンパイルした制御プロ
グラムの説明図。
8 is an explanatory diagram of a control program compiled by adding reference processing for each circuit from the ladder diagram of FIG. 2 in the second embodiment.

【図9】第2の実施形態における記憶処理の一例を示す
フローチャート。
FIG. 9 is a flowchart showing an example of storage processing according to the second embodiment.

【図10】従来技術によるプロセス制御装置の構成図。FIG. 10 is a block diagram of a process control device according to a conventional technique.

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

1…PC(プログラマブルコントローラ)、2…表示手
段、3…通信手段(LAN)、4…PI/O(プロセス
信号入出力手段)、5…プラント、10…表示制御部、
11…コンパイラ、12…プロセス制御部、13…入力
データテーブル、14…出力データテーブル、15…プ
ロセス信号入出力制御部、100…記憶処理、101…
検索データテーブル、102…検索処理、103…レフ
ァレンス処理、104…記憶処理、105…検索データ
テーブル。
1 ... PC (programmable controller), 2 ... display means, 3 ... communication means (LAN), 4 ... PI / O (process signal input / output means), 5 ... plant, 10 ... display control section,
11 ... Compiler, 12 ... Process control section, 13 ... Input data table, 14 ... Output data table, 15 ... Process signal input / output control section, 100 ... Storage processing, 101 ...
Search data table, 102 ... Search processing, 103 ... Reference processing, 104 ... Storage processing, 105 ... Search data table.

Claims (8)

【特許請求の範囲】[Claims] 【請求項1】 プラントの間で入出力するプロセス信号
入出力手段(以下、PI/O)と、入力データに従った
制御プログラムの演算結果を出力データとして出力する
プログラマブルコントローラ(以下、PC)と、画面上
に入力データや演算結果を表示する表示手段を備えるプ
ロセス制御装置において、 前記制御プログラム上で所定区分される各制御回路の実
行の度に、演算結果の今回値が前回値から変化している
場合は変化回数を累積し、前記変化回数が0ないし閾値
以下となる不動作の制御回路を検出することを特徴とす
る不動作制御回路の検出方法。
1. A process signal input / output unit (hereinafter referred to as PI / O) for inputting / outputting between plants, and a programmable controller (hereinafter referred to as PC) for outputting a calculation result of a control program according to input data as output data. In a process control device having a display means for displaying input data and a calculation result on the screen, the current value of the calculation result changes from the previous value each time each control circuit divided into a predetermined section on the control program is executed. If so, the number of changes is accumulated, and the inactive control circuit in which the number of changes is 0 or a threshold value or less is detected.
【請求項2】 プラントの間で入出力するプロセス信号
入出力手段(以下、PI/O)と、入力データに従った
制御プログラムの演算結果を出力データとして出力する
プログラマブルコントローラ(以下、PC)と、画面上
に入力データや演算結果を表示する表示手段を備えるプ
ロセス制御装置において、 前記制御プログラム上で所定区分される各制御回路と前
記入力データの各々及び前記出力データの各々との対応
関係を初期設定しておき、 前記制御プログラムの実行の度に、前記入力データまた
は前記出力データの今回値が前回値から変化している場
合は変化回数を累積し、前記変化回数が0ないし閾値以
下となる入力データまたは出力データと対応する不動作
の制御回路を検出することを特徴とする不動作制御回路
の検出方法。
2. A process signal input / output unit (hereinafter referred to as PI / O) for inputting / outputting between plants, and a programmable controller (hereinafter referred to as PC) for outputting a calculation result of a control program according to input data as output data. In a process control device comprising display means for displaying input data and calculation results on a screen, a correspondence relationship between each control circuit and each of the input data and each of the output data, which are predeterminedly divided on the control program, Initialization is performed, and each time the control program is executed, if the current value of the input data or the output data has changed from the previous value, the number of changes is accumulated, and the number of changes is 0 to a threshold value or less. Detecting a non-operation control circuit corresponding to the input data or output data.
【請求項3】 請求項2において、 前記PI/Oを介して入出力する全入力データ及び全出
力データの内、予め指定した複数の入力データ及び/ま
たは出力データについて前記変化回数を累積することを
特徴とする不動作制御回路の検出方法。
3. The method according to claim 2, wherein the number of changes is accumulated for a plurality of input data and / or output data designated in advance among all input data and all output data input / output via the PI / O. And a method for detecting a non-operation control circuit.
【請求項4】 請求項1乃至3において、 前記今回値の変化は、前回値と今回値の差分の絶対値が
所定値以上のときに変化有りと判定し、前記入力データ
または前記出力データがデジタル信号のみならずアナロ
グ信号の場合にも判定可能とすることを特徴とする不動
作制御回路の検出方法。
4. The change of the current value according to claim 1, wherein it is determined that there is a change when the absolute value of the difference between the previous value and the current value is a predetermined value or more, and the input data or the output data is changed. A detection method for a non-operation control circuit, which enables determination not only for digital signals but also for analog signals.
【請求項5】 請求項1乃至4において、 前記制御プログラムは、ラダー図からのコンパイルによ
り実装され、 前記制御回路の所定区分は、ラダー図上の分岐点または
合流点を境にして区切ることを特徴とする不動作制御回
路の検出方法。
5. The control program according to claim 1, wherein the control program is implemented by compiling from a ladder diagram, and the predetermined section of the control circuit is divided at a branch point or a junction point on the ladder diagram as a boundary. A method for detecting a non-operation control circuit characterized.
【請求項6】 プラントの間で入出力するプロセス信号
入出力手段(以下、PI/O)と、入力データに従った
制御プログラムの演算結果を出力データとして出力する
プログラマブルコントローラ(以下、PC)と、画面上
に入力データや演算結果を表示する表示手段を備えるプ
ロセス制御装置において、 前記制御プログラムのコンパイル時に、該プログラム上
で区分した各制御回路の直後に、その制御回路における
演算結果の今回値と前回値を比較し、変化している場合
に変化回数を累積する記憶処理を追加するコンパイラ
と、 前記制御プログラム実行の度に、各制御回路の変化回数
を累積して記憶するデータテーブルと、 前記制御プログラムの実行後に、前記データテーブルを
検索して、前記変化回数が0ないし閾値以下となる不動
作の制御回路を検出して表示する表示制御手段を、設け
たことを特徴とするプロセス制御装置。
6. A process signal input / output unit (hereinafter referred to as PI / O) for inputting / outputting between plants, and a programmable controller (hereinafter referred to as PC) for outputting, as output data, a calculation result of a control program according to input data. In a process control device having a display means for displaying input data and a calculation result on a screen, at the time of compiling the control program, immediately after each control circuit divided on the program, the present value of the calculation result in the control circuit. And a compiler that adds a storage process for accumulating the number of changes when the values have changed, and a data table that accumulates and stores the number of changes of each control circuit each time the control program is executed, After the execution of the control program, the data table is searched to determine whether the number of changes is 0 to a threshold value or less. A process control device comprising display control means for detecting and displaying a control circuit.
【請求項7】 プラントの間で入出力するプロセス信号
入出力手段(以下、PI/O)と、入力データに従った
制御プログラムの演算結果を出力データとして出力する
プログラマブルコントローラ(以下、PC)と、画面上
に入力データや演算結果を表示する表示手段を備えるプ
ロセス制御装置において、 前記制御プログラムのコンパイル時に、該プログラム上
で区分した制御回路の各々と前記入力データまたは前記
出力データの対応付けを行なうレファレンス処理を追加
するコンパイラと、 前記制御プログラムを有し、該プログラムの初期処理で
前記レファレンス処理を実行し、その後の該プログラム
による制御演算の実行の度に、前記入力データまたは前
記出力データの今回値と前回値を比較し、変化している
場合に変化回数を累積する記憶処理を併せ実行するプロ
セス制御手段と、 前記入力データまたは前記出力データ毎に、前記記憶処
理による変化回数と前記レファレンス処理による対応制
御回路を記憶するデータテーブルと、 前記制御プログラムの実行後に、前記データテーブルを
検索して、前記変化回数が0ないし閾値以下となる不動
作の制御回路を検出して表示する表示制御手段を、設け
たことを特徴とするプロセス制御装置。
7. A process signal input / output unit (hereinafter referred to as PI / O) for inputting / outputting between plants, and a programmable controller (hereinafter referred to as PC) for outputting, as output data, a calculation result of a control program according to input data. In a process control device having display means for displaying input data and calculation results on a screen, at the time of compiling the control program, each of the control circuits divided on the program is associated with the input data or the output data. A compiler for adding a reference process to be performed, and the control program, the reference process is executed in the initial process of the program, and the input data or the output data of the input data is output each time the control operation is executed by the program thereafter. Compare the current value with the previous value, and if there is a change, accumulate the number of changes A process control unit that also executes a storage process; a data table that stores, for each of the input data or the output data, the number of changes in the storage process and a corresponding control circuit in the reference process; A process control device comprising display control means for searching a data table and detecting and displaying an inactive control circuit whose number of changes is 0 or less than a threshold value.
【請求項8】 請求項6または7において、 前記コンパイラは、前記表示装置の画面上に表示された
ラダー図上の分岐点または合流点を境にして前記制御回
路を区分し、所定の追加処理を付加しながら前記制御プ
ログラムに変換することを特徴とするプロセス制御装
置。
8. The compiler according to claim 6 or 7, wherein the compiler divides the control circuit at a branch point or a junction point on a ladder diagram displayed on the screen of the display device, and performs a predetermined additional process. A process control device, wherein the process control device converts the control program while adding the above.
JP7645996A 1996-03-29 1996-03-29 Process controller and detection method for inoperative control circuit Pending JPH09265306A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7645996A JPH09265306A (en) 1996-03-29 1996-03-29 Process controller and detection method for inoperative control circuit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7645996A JPH09265306A (en) 1996-03-29 1996-03-29 Process controller and detection method for inoperative control circuit

Publications (1)

Publication Number Publication Date
JPH09265306A true JPH09265306A (en) 1997-10-07

Family

ID=13605751

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7645996A Pending JPH09265306A (en) 1996-03-29 1996-03-29 Process controller and detection method for inoperative control circuit

Country Status (1)

Country Link
JP (1) JPH09265306A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2022529260A (en) * 2019-04-15 2022-06-20 エルエス、エレクトリック、カンパニー、リミテッド PLC system and its input / output refresh cycle control method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2022529260A (en) * 2019-04-15 2022-06-20 エルエス、エレクトリック、カンパニー、リミテッド PLC system and its input / output refresh cycle control method
US12001185B2 (en) 2019-04-15 2024-06-04 Ls Electric Co., Ltd. PLC system, and method for controlling input/output refresh period thereof

Similar Documents

Publication Publication Date Title
EP3299918B1 (en) Abnormality diagnosis system and abnormality diagnosis method
EP3312844B1 (en) Abnormality indication monitoring system
JPH09265306A (en) Process controller and detection method for inoperative control circuit
JP2008140109A (en) Process operation support apparatus, and process operation support method
JPH08147030A (en) Plant monitor device
JP2007286707A (en) Equipment diagnostic system
CN112268637A (en) Temperature fault early warning device for frequency conversion equipment
JP7309548B2 (en) Abnormal sign detection device, method and program
JP2001022441A (en) Plant monitoring device
JP2002091562A (en) Supervisory control system
JPH03215114A (en) Protective relay device with inspection function
JP7325219B2 (en) Plant monitoring diagnostic device and plant monitoring diagnostic method
JPS62175060A (en) Automatic trouble diagnosing system of electronic exchange
KR101161769B1 (en) Method and apparatus and computer readable storage medium storing program for supervising integrated trip margin of facilities in industrial plant
JP7034975B2 (en) Monitoring control system and monitoring control device
JPS61259302A (en) Abnormal time disposing deciding device for plant
Bye et al. Operator support systems for status identification and alarm processing at the OECD Halden Reactor Project-experiences and perspective for future development
JP2006072677A (en) Alarm display apparatus
JPS61813A (en) Deciding system for faulty area of sequence controller
US20050102668A1 (en) Method and device for representing the dependencies of components of a technical installation
JP2000132220A (en) Plant diagnosis system
KR20240075468A (en) Method for detecting anomoly sign of nuclear power plant, apparatus to perform the method, computer readable storage medium executing the method, and computer program inlcuding executions causing processor to perform the method
KR20240105154A (en) Predictive maintenance method of facilities using spatial sound waves
JPH01245196A (en) Plant interlock monitor device
JPH1124742A (en) Alarm output device of plant monitoring device