JPS63216102A - Plant control system - Google Patents

Plant control system

Info

Publication number
JPS63216102A
JPS63216102A JP62048949A JP4894987A JPS63216102A JP S63216102 A JPS63216102 A JP S63216102A JP 62048949 A JP62048949 A JP 62048949A JP 4894987 A JP4894987 A JP 4894987A JP S63216102 A JPS63216102 A JP S63216102A
Authority
JP
Japan
Prior art keywords
communication
rule
control
plant
rules
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
JP62048949A
Other languages
Japanese (ja)
Inventor
Tadashi Oi
忠 大井
Morikazu Takegaki
盛一 竹垣
Takuya Ishioka
卓也 石岡
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 JP62048949A priority Critical patent/JPS63216102A/en
Publication of JPS63216102A publication Critical patent/JPS63216102A/en
Pending legal-status Critical Current

Links

Landscapes

  • Devices For Executing Special Programs (AREA)
  • Feedback Control In General (AREA)

Abstract

PURPOSE:To facilitate the coordination and assistance among plural control systems by adding a function for the communication in a control system and controlling the execution by the IF-THEN type rules. CONSTITUTION:A memory 7 for the communication between the control systems 2 is provided and the communication between the control systems 2 is described by the communication rule of a form referencing the memory 7 for the communication, the conventional control rule and the deduction by the communication rule are processed in pseudo-parallel way and the execution interruption/restart of the control rule is controlled by the communication rule. The memory 7 for the communication stores a message from other control system and the communication rule of a form referencing said memory controls the information exchange between the control systems 2 and the synchronization of the control operation. Thus, the coordination and assistance device between the control systems 2 are easily realized.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 この発明は、プラントの信頼性向上と運転員の負担軽減
に寄与するため、運転員による手動操作領域の自動化や
プラント診断機能を実現するプラント制御システムに関
するものである。
[Detailed Description of the Invention] [Field of Industrial Application] The present invention is directed to a plant that realizes automation of manual operation areas and plant diagnostic functions in order to improve plant reliability and reduce the burden on operators. It concerns control systems.

〔従来の技術〕[Conventional technology]

第3図は例えば特開昭59−163605号公報に示さ
れた従来のプラント制御システムを示すブロック図であ
る1図において、1は制御の対象となるプラント、2は
制御システムである。また。
FIG. 3 is a block diagram showing a conventional plant control system disclosed in, for example, Japanese Unexamined Patent Publication No. 59-163605. In FIG. 1, 1 is a plant to be controlled, and 2 is a control system. Also.

3はプラント1より制御システム2へ送られるプラント
1の状態量を示すプロセス量信号、4は入出力信号処理
装置、5は前記入出力信号処理装置4で二値化された二
値論理信号、6はこの二値論理信号5を推論処理する推
論処理部、7は推論処理部6の推論処理のための作業領
域となるワーキングメモリ、8は推論処理部6の推論処
理で用いられるイフ・ゼン(I F−THE N)型ル
ールが格納されたルールベース、9は入出力信号処理装
装F14へ送られる推論処理部6の推論結果を示す二値
論理信号、10は前記入出力信号処理装置4よりプラン
ト1へ送られる操作指令信号であり、前記制御システム
2はこれらによって構成されている。
3 is a process quantity signal indicating the state quantity of the plant 1 sent from the plant 1 to the control system 2; 4 is an input/output signal processing device; 5 is a binary logic signal binarized by the input/output signal processing device 4; 6 is an inference processing unit that performs inference processing on this binary logic signal 5; 7 is a working memory that serves as a work area for the inference processing of the inference processing unit 6; and 8 is an if-then used in the inference processing of the inference processing unit 6. (IF-THE N) type rule is stored in a rule base, 9 is a binary logic signal indicating the inference result of the inference processing unit 6, which is sent to the input/output signal processing device F14, and 10 is the input/output signal processing device. 4 is an operation command signal sent to the plant 1, and the control system 2 is constituted by these.

次に動作について説明する。制御システム2はプラント
1のプロセス量信号3を取り込み、入出力信号処理装置
4で二値論理信号5に変換して推論処理部6へ送る。こ
の二値論理信号5に基づいてワーキングメモリ7の内容
が更新され、ワーキングメモリ7の内容はプラント1の
現在の状態を示している。推論処理部6では、ワーキン
グメモリ7の内容とルールベース8に格納されているI
F−THEN型ルールの条件部を比較し、適合したルー
ルの結論部の内容がワーキングメモリ7に書き込まれる
。さらに、その結果が二値論理信号9として出力され、
入出力信号処理装置にてプラントへの操作指令信号10
に変換されてプラント1の操作端に入力される。これに
より、IF−THEN型ルールで記述された制御論理に
基づいた制御動作が実現できる。
Next, the operation will be explained. The control system 2 takes in the process quantity signal 3 of the plant 1, converts it into a binary logic signal 5 using the input/output signal processing device 4, and sends it to the inference processing section 6. The contents of the working memory 7 are updated based on this binary logic signal 5, and the contents of the working memory 7 indicate the current state of the plant 1. The inference processing unit 6 uses the contents of the working memory 7 and the I stored in the rule base 8.
The condition parts of the F-THEN type rules are compared, and the contents of the conclusion part of the matching rule are written into the working memory 7. Furthermore, the result is output as a binary logic signal 9,
Operation command signal 10 to the plant by input/output signal processing device
and is input to the operating end of the plant 1. This makes it possible to implement control operations based on control logic written in IF-THEN rules.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

従来のプラント制御システムは以上のように構成されて
いるので、制御システム間における情報交換機能を備え
ておらず、また、備えていても弱いものであるため、制
御システム間の協調や協力が簡単に実現できず、今後の
大規模プラントにおいて不可欠な高度な自律分散制御シ
ステムを構築することが回連であるという問題点があっ
た。
Conventional plant control systems are configured as described above, so they do not have information exchange functions between control systems, and even if they do, they are weak, making coordination and cooperation between control systems easy. However, there was a problem in that it was difficult to realize the advanced autonomous distributed control system that would be essential for future large-scale plants.

この発明は上記のような問題点を解消するためになされ
たもので、制御システム間で高度な情報を交換できると
ともに制御システム間での協調と協力の機能を実現でき
るプラント制御システムを得ることを目的とする。
This invention was made to solve the above-mentioned problems, and aims to provide a plant control system that can exchange advanced information between control systems and realize coordination and cooperation functions between control systems. purpose.

〔問題点を解決するための手段〕[Means for solving problems]

この発明に係るプラント制御システムは、制御システム
間の通信のためのメモリを備えるとともに、制御システ
ム間の通信を前記通信のためのメモリを参照する形式の
通信用ルールで記述して、通常の制御用ルールとこの通
信用ルールによる推論を擬似並列的に処理し、さらに、
当該通信用ルールから制御用ルールの実行中断・再開を
制御できるようにしたものである。
The plant control system according to the present invention includes a memory for communication between the control systems, and describes the communication between the control systems using a communication rule that refers to the memory for communication, thereby allowing normal control. The communication rules and the inferences based on the communication rules are processed in pseudo-parallel manner, and further,
It is possible to control the suspension and resumption of execution of control rules from the communication rules.

〔作用〕[Effect]

この発明における通信のためのメモリは、他の制御シス
テムからのメツセージを格納し、このメモリを参照する
形式の通信用ルールによって制御システム間の情報交換
や制御動作の同期を制御することにより、制御システム
間での協調や協力の機構を容易に実現する。
The memory for communication in this invention stores messages from other control systems, and controls information exchange between control systems and synchronization of control operations using communication rules that refer to this memory. Easily implement mechanisms for coordination and cooperation between systems.

〔実施例〕〔Example〕

以下、この発明の一実施例を図について説明する。 An embodiment of the present invention will be described below with reference to the drawings.

第1図において、1はプラント、2は制御システム、3
はプロセス量信号、4は入出力信号処理装置、5は二値
論理信号、6は推論処理部、7はワーキングメモリ、8
はルールベース、9は推論結果を示す二値論理信号、1
0は操作指令信号であり、第3図に同一符号を付した従
来のそれらと同一、あるいは相当部分であるため、詳細
な説明は省略する。また、11は前記ワーキングメモリ
7内に設けられ、プラント1の状態や推論における中間
的な仮説を格納するためのプラントデータベースであり
、12は他の制御システム2との間で通信されるメツセ
ージを格納するために同じくワーキングメモリ7内に設
けられた通信メツセージ格納領域であり、13は複数の
制御システム2間の通信を行うためのネットワーク、1
4はこのネットワーク13を介してメツセージの授受を
行うために、制御システム2内に設けられたネットワ、
−クインタフェイスである。また、前記ルールベース8
には、ワーキングメモリ7のプラントデータベース11
を参照するIF−THEN型の制御用ルールで構成され
る通常の制御用ルール群と、ワーキングメモリ7の通信
メツセージ格納領域12を参照するIF−THEN型の
通信用ルールによる通信用ルール群とが格納されている
In Fig. 1, 1 is a plant, 2 is a control system, and 3 is a plant.
is a process amount signal, 4 is an input/output signal processing device, 5 is a binary logic signal, 6 is an inference processing unit, 7 is a working memory, 8
is a rule base, 9 is a binary logic signal indicating the inference result, 1
0 is an operation command signal, which is the same as, or corresponds to, those in the prior art denoted by the same reference numerals in FIG. 3, so a detailed explanation will be omitted. Further, 11 is a plant database provided in the working memory 7 for storing the state of the plant 1 and intermediate hypotheses in reasoning, and 12 is a plant database for storing messages communicated with other control systems 2. A communication message storage area is also provided in the working memory 7 for storing communication messages, and 13 is a network for communicating between a plurality of control systems 2;
4 is a network provided within the control system 2 for sending and receiving messages via this network 13;
- Quintaface. In addition, the rule base 8
The plant database 11 of the working memory 7
A normal control rule group consisting of IF-THEN type control rules that refer to , and a communication rule group consisting of IF-THEN type communication rules that refer to the communication message storage area 12 of the working memory 7. Stored.

次に上記実施例の動作を図により説明する。Next, the operation of the above embodiment will be explained with reference to the drawings.

第2図はシステム全体の処理の流れを示すジェネラルフ
ローチャートである。システムは先ず。
FIG. 2 is a general flowchart showing the processing flow of the entire system. The system comes first.

ステップSTIとして第1図の入出力信号処理装置4を
介してプラント1のプロセス量信号3をとり込み、その
状態によりワーキングメモリ7のプラントデータベース
11を書き換える。次に、ステップST2ではルールベ
ース8に格納されたルールとワーキングメモリ7のプラ
ントデータベース11の内容を照合し、ステップST3
で成立しているルールの中から実行すべきルールを選択
し、ステップST4でそのルールの結論部を実行する。
As step STI, the process amount signal 3 of the plant 1 is taken in via the input/output signal processing device 4 shown in FIG. 1, and the plant database 11 in the working memory 7 is rewritten according to its state. Next, in step ST2, the rules stored in the rule base 8 are compared with the contents of the plant database 11 in the working memory 7, and in step ST3
A rule to be executed is selected from among the rules established in step ST4, and the conclusion part of the rule is executed in step ST4.

結論部の実行ではワーキングメモリ7の書き換え、制御
指令の出力、他のルール群の起動(着目しているルール
群の切り換え)などを行う。次に、ステップST5では
ルール群適用の終了条件を判定し分岐する。もし終了で
なければ通信用ルール群の実行に移る。ステップST6
では通信用ルールの条件部照合を行ない、ステップST
7で実行すべきルールの選択、ステップST8でその結
論部を実行する0通信用ルールはワーキングメモリ7内
に設けられた通信メツセージ格納領域12に格納された
受信メツセージ(他の制御システム2から送られたメツ
セージ)と送信メツセージ(これから他の制御システム
2に送るべきメツセージ)の処理を行なう。すなわち通
常の制御用ルールからではワーキングメモリ7内の通信
メツセージ格納領域12はアクセスできないようになっ
ており、通信用ルールが、受信したメツセージを振り分
けて通常の制御用ルールからアクセスできるプラントデ
ータベータ11に書き込む。ここまでのステップでこの
システムの1サイクルの実行となり。
In the execution of the conclusion part, the working memory 7 is rewritten, control commands are output, and other rule groups are started (switching the rule group of interest), etc. Next, in step ST5, the termination condition for applying the rule group is determined and the process branches. If the process does not end, the process moves to execution of the communication rule group. Step ST6
Then, the condition part of the communication rule is verified, and step ST
The 0 communication rule, which selects a rule to be executed in step ST8 and executes its conclusion part in step ST8, selects the received message (sent from another control system 2) stored in the communication message storage area 12 provided in the working memory 7. The control system 2 processes the received message) and the transmitted message (message to be sent to another control system 2). That is, the communication message storage area 12 in the working memory 7 cannot be accessed from the normal control rules, and the communication rules distribute the received messages to the plant data beta 11 that can be accessed from the normal control rules. write to. The steps up to this point constitute one cycle of execution of this system.

以下終了条件が満たされるまでこれらのステップを繰り
返す。なお、ステップST8の通信用ルールの結論部の
実行では、必要に応じてさらに他のルールを起動するこ
とが出来、また、このレベルで制御用ルール側の実行の
中止、再開の制御が可能となっており、柔軟な協調制御
が行なわれる。
These steps are repeated until the termination condition is satisfied. In addition, in the execution of the conclusion part of the communication rule in step ST8, other rules can be started as necessary, and at this level, it is possible to control the suspension and restart of the execution of the control rule side. This allows for flexible cooperative control.

上記実施例では制御システムu■を結ぶネットワーク1
3のハードウェア、方法については特に述べなかったが
、ネットワークインタフェイス14を具体的な規格にあ
わせて作成すれば良く、この発明の本質とはかかわりな
い。また上記実施例では制御システムを実現するハード
ウェアとしてマイクロプロセッサベースのコントローラ
を想定しているが、ミニコンピユータ程度のプロセス制
御用コンピュータであってもよく、上記実施例と同様の
効果を奏する。
In the above embodiment, the network 1 connecting the control system u■
Although the hardware and method of No. 3 were not specifically described, it is sufficient to create the network interface 14 in accordance with a specific standard, and this has nothing to do with the essence of the present invention. Further, in the above embodiment, a microprocessor-based controller is assumed as the hardware for realizing the control system, but a process control computer such as a minicomputer may also be used, and the same effects as in the above embodiment can be obtained.

〔発明の効果〕〔Effect of the invention〕

以上のように、この発明によれば制御シス参ム内に通信
のための機能を付加し、その実行をIF−THEN型の
ルールで制御できるように構成したので、複数の制御シ
ステム間における協調や協力が容易に実現でき、大規模
プラントにおいて不可欠な高度な自律分散制御システム
の構築が可能となる効果がある。
As described above, according to the present invention, a communication function is added within the control system, and its execution is configured to be controlled by IF-THEN type rules, so that coordination between multiple control systems is possible. This has the effect of making it possible to easily realize cooperation and cooperation, making it possible to construct advanced autonomous distributed control systems that are indispensable in large-scale plants.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図はこの発明の一実施例によるプラント制御システ
ムを示すシステム構成図、第2図はその処理の流れを示
すゼネラルフローチャート、第3図は従来のプラント制
御システムを示すシステム構成図である。 1はプラント、2は制御システム、6は推論処理部、8
はルールベース、11はプラントデータベース、12は
通信のためのメモリ(通信メツセージ格納領域)。 なお、図中、同一符号は同一、又は相当部分を示す。
FIG. 1 is a system configuration diagram showing a plant control system according to an embodiment of the present invention, FIG. 2 is a general flowchart showing the process flow thereof, and FIG. 3 is a system configuration diagram showing a conventional plant control system. 1 is a plant, 2 is a control system, 6 is an inference processing unit, 8
1 is a rule base, 11 is a plant database, and 12 is a memory for communication (communication message storage area). In addition, in the figures, the same reference numerals indicate the same or equivalent parts.

Claims (1)

【特許請求の範囲】[Claims] プラントの状態をオンラインで管理するプラントデータ
ベースと、このプラントデータベースを参照する形式の
制御用ルールで構成される制御用ルール群が格納された
ルールベースと、前記プラントデータベースの内容と前
記ルールベースのルール群で指定されたルール実行形式
に従ってルールに基づいた推論を行う推論処理部とを備
えたプラント制御システムにおいて、制御システム相互
間での通信のためのメモリを設けるとともに、この通信
のためのメモリを参照する形式の通信用ルールで構成さ
れる通信用ルール群を前記ルールベース内に格納し、前
記制御用ルール群と通信用ルール群による推論を擬似並
列的に処理し、かつ、前記通信用ルールから前記制御用
ルール群の実行の中断・再開の制御を行うことを特徴と
するプラント制御システム。
A plant database that manages the state of the plant online, a rule base that stores a group of control rules made up of control rules that refer to this plant database, and the contents of the plant database and the rules of the rule base. In a plant control system equipped with an inference processing unit that performs inference based on rules according to a rule execution format specified by a group, a memory for communication between the control systems is provided, and a memory for this communication is provided. A communication rule group composed of communication rules in a reference format is stored in the rule base, and inferences based on the control rule group and the communication rule group are processed in pseudo-parallel, and the communication rules are A plant control system characterized by controlling suspension and resumption of execution of the control rule group.
JP62048949A 1987-03-05 1987-03-05 Plant control system Pending JPS63216102A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62048949A JPS63216102A (en) 1987-03-05 1987-03-05 Plant control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62048949A JPS63216102A (en) 1987-03-05 1987-03-05 Plant control system

Publications (1)

Publication Number Publication Date
JPS63216102A true JPS63216102A (en) 1988-09-08

Family

ID=12817527

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62048949A Pending JPS63216102A (en) 1987-03-05 1987-03-05 Plant control system

Country Status (1)

Country Link
JP (1) JPS63216102A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02161529A (en) * 1988-09-22 1990-06-21 Omron Tateisi Electron Co Device for switching rule group
JPH04167725A (en) * 1990-10-30 1992-06-15 Matsushita Electric Ind Co Ltd Electronic device with branching condition type communication text processing function and its communication system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS59202504A (en) * 1983-05-02 1984-11-16 Hitachi Ltd Control system
JPS60178504A (en) * 1984-02-24 1985-09-12 Hitachi Ltd Control system for facility group

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS59202504A (en) * 1983-05-02 1984-11-16 Hitachi Ltd Control system
JPS60178504A (en) * 1984-02-24 1985-09-12 Hitachi Ltd Control system for facility group

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02161529A (en) * 1988-09-22 1990-06-21 Omron Tateisi Electron Co Device for switching rule group
JPH04167725A (en) * 1990-10-30 1992-06-15 Matsushita Electric Ind Co Ltd Electronic device with branching condition type communication text processing function and its communication system

Similar Documents

Publication Publication Date Title
US8942834B2 (en) Method and apparatus for communicating transactions between an industrial controller and a programming interface
US20080140230A1 (en) Autogeneration of code via human-machine interfaces (hmi) and self-building hmi
US5101362A (en) Modular blackboard based expert system
JPH04290102A (en) Device for information transmission to servomechanism
JPS63216102A (en) Plant control system
JPH02285403A (en) Production control computer system
EP0407612B1 (en) External extension type programmable controller
JPS6377685A (en) Industrial robot system
JPH02297633A (en) Task managing system
JPS63311504A (en) Plant control system
CN108646683B (en) Cooperative data transmission method of distributed intelligent control system
JP2907174B2 (en) User interface system for supervisory control system
JPS60204055A (en) Computer interface unit
JPS62121505A (en) Link system for programmable controller
JPS6190204A (en) Linking method of programmable controller
JPH11134010A (en) Program executing method of programmable controller
JPH11110006A (en) Control system device
JPH07219800A (en) Method for making data of control arithmetic unit equivalent and the control arithmetic unit
JPH04152404A (en) Control system for field equipment
JPS6210705A (en) Batch control device
JPH0483497A (en) Macro-command forming and executing system
CN117478450A (en) Simple method for online refreshing application data of single controller in same CAN network segment
JPH03244061A (en) Control system for station request command
JPH01234934A (en) Program developing system for distributed system
JPH07210214A (en) Control system and processing method for data