JPH0713811A - Decentralized control system - Google Patents
Decentralized control systemInfo
- Publication number
- JPH0713811A JPH0713811A JP5178629A JP17862993A JPH0713811A JP H0713811 A JPH0713811 A JP H0713811A JP 5178629 A JP5178629 A JP 5178629A JP 17862993 A JP17862993 A JP 17862993A JP H0713811 A JPH0713811 A JP H0713811A
- Authority
- JP
- Japan
- Prior art keywords
- control device
- program
- source program
- individual
- data
- 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
Links
Landscapes
- Debugging And Monitoring (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は、ネットワークによって
制御装置と保守装置等が接続される分散制御システムに
関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a distributed control system in which a control device and a maintenance device are connected by a network.
【0002】[0002]
【従来の技術】近年、分散制御システムでは、制御装置
のソフトウェアをネットワークを通じて集中管理したい
との要求が強くなってきた。また、ソフトウェアの編集
についても、実行プログラムを直接編集するのではな
く、制御ブロック図を大型計算機で図面上で図面編集し
たものから実行プログラムを翻訳して作成したいという
要求が出てきた。2. Description of the Related Art In recent years, in distributed control systems, there has been an increasing demand for centralized management of software for control devices through a network. Further, regarding software editing as well, there has been a demand for creating a control block diagram by translating the execution program from a control block diagram which is edited on a drawing by a large-scale computer, instead of directly editing the execution program.
【0003】この種の従来例(1)として、ネットワー
クで結合された制御装置と保守装置とからなる分散制御
システムの構成図を図11に示す。As a conventional example (1) of this type, FIG. 11 shows a configuration diagram of a distributed control system including a control device and a maintenance device connected by a network.
【0004】図11において、1は上位制御装置、2は
複数の下位制御装置、3はこれらを結合するネットワー
ク、4は集中保守ツール、5は個別保守ツールである。
集中保守ツール4はネットワーク3に直接接続され、個
別保守ツール5はそれぞれ下位制御装置2に個別に接続
されている。In FIG. 11, 1 is a higher-level control device, 2 is a plurality of lower-level control devices, 3 is a network connecting these, 4 is a centralized maintenance tool, and 5 is an individual maintenance tool.
The centralized maintenance tool 4 is directly connected to the network 3, and the individual maintenance tools 5 are individually connected to the lower-level control device 2.
【0005】集中保守ツール4は、外部に記憶装置を有
した大型計算機または中型計算機からなり、図12に示
すように、4aは制御プログラム、4bは編集プログラ
ム、4cは翻訳プログラム、4dは原始プログラム、4
eは実行プログラム、である。The centralized maintenance tool 4 is composed of a large-sized computer or a medium-sized computer having an external storage device. As shown in FIG. 12, 4a is a control program, 4b is an editing program, 4c is a translation program, and 4d is a source program. Four
e is an execution program.
【0006】個別保守ツール5は、外部に記憶装置を有
したマイクロプロセッサなどを用いた小型の可搬装置
で、図13に示すように、5aは制御プログラム、5b
は編集プログラム、5eは実行プログラムである。The individual maintenance tool 5 is a small portable device using a microprocessor having an external storage device, and as shown in FIG. 13, 5a is a control program and 5b.
Is an editing program, and 5e is an execution program.
【0007】以上の構成で、まず、集中保守ツール4で
は、編集プログラム4bを用いて、イメージ画面上で、
制御装置の制御ブロックが図面編集され、原始プログラ
ム4dが作成される。そして、翻訳プログラム4cによ
って、原始プログラム4dから実行プログラム4eが作
成される。作成された実行プログラム4eは、ネットワ
ーク3を経由して、対象の下位の制御装置2に実装さ
れ、下位の制御装置2が実行プログラムによってプラン
トの制御が実行される。With the above configuration, first, the centralized maintenance tool 4 uses the editing program 4b to
The control block of the control device is edited in the drawing to create the source program 4d. Then, the translation program 4c creates the execution program 4e from the source program 4d. The created execution program 4e is installed in the target lower-level control device 2 via the network 3, and the lower-level control device 2 controls the plant by the execution program.
【0008】一方、個別保守ツール5では、編集プログ
ラム5bを用いて、実行プログラム5eが直接編集さ
れ、必要により制御装置2に実装して、制御装置2が実
行プログラムによってプラントの制御が実行される。On the other hand, in the individual maintenance tool 5, the execution program 5e is directly edited using the editing program 5b, mounted on the control device 2 as required, and the control device 2 executes the control of the plant by the execution program. .
【0009】ところで、制御装置2の内部に実装された
実行プログラムが、保守ツールに持っている実行プログ
ラムと一致しているかどうかを確認する場合には、個別
保守ツール5では、両者の実行プログラムをそのまま比
較する。また、集中保守ツール4では、集中保守ツール
4に持っているイメージ図面の画面データを一緒に保存
した原始プログラムを実行プログラムに翻訳してから制
御装置2の実行プログラムと比較を行う。By the way, in the case of checking whether the execution program installed in the control device 2 matches the execution program held in the maintenance tool, the individual maintenance tool 5 executes both execution programs. Compare as is. Further, the centralized maintenance tool 4 translates a source program, which stores the screen data of the image drawing held in the centralized maintenance tool 4, into an execution program, and then compares it with the execution program of the control device 2.
【0010】次に、従来例(2)として、分散制御シス
テムの構成を図14に示す。Next, as a conventional example (2), the configuration of a distributed control system is shown in FIG.
【0011】図において、集中保守ツール4には、共通
データベース6と個別データベース7とからなる記憶装
置4Aが接続されており、制御装置2には、個別保守ツ
ール5が接続され、さらに、共通データベース6と個別
データベース7とからなる記憶装置5Aが接続されてい
る。そして、集中保守ツール4と制御装置2と監視操作
装置10とは、ネットワーク3に接続されデータ伝送を
行うようになっている。In the figure, the central maintenance tool 4 is connected to a storage device 4A consisting of a common database 6 and an individual database 7, the control device 2 is connected to an individual maintenance tool 5, and a common database is further provided. A storage device 5A composed of 6 and an individual database 7 is connected. The centralized maintenance tool 4, the control device 2, and the monitoring operation device 10 are connected to the network 3 to perform data transmission.
【0012】制御装置2は、実行プログラム11を有
し、この実行プログラム11によってプラントを制御す
る。実行プログラム11は、図15に示すように原始プ
ログラム21と個別データベース22と共通データベー
ス6とを処理23することによって作成される。The control device 2 has an execution program 11, and the execution program 11 controls the plant. The execution program 11 is created by processing 23 the source program 21, the individual database 22, and the common database 6, as shown in FIG.
【0013】まず、制御装置2の実行プログラム11を
変更するとき、原始プログラム21を変更し、これを処
理して実行プログラム11を得る。個別データベース2
2と共通データベース6は、共に原始プログラム21を
実行プログラム11へ変換するときの補助的なデータベ
ースである。First, when changing the execution program 11 of the control device 2, the source program 21 is changed and processed to obtain the execution program 11. Individual database 2
2 and the common database 6 are both auxiliary databases when the source program 21 is converted into the execution program 11.
【0014】集中保守ツール4を使って制御装置2の実
行プログラム11を変更する際、まず、集中保守ツール
4は記憶装置4Aから共通データベース6と個別データ
ベース7を読み込み、集中保守ツール4にて個別データ
ベース7を変更した後、この共通データベース6と個別
データ9から実行プログラム11を作成し、この実行プ
ログラム11がネットワーク3を通して制御装置2へ送
られ実行プログラム11が変更される。When changing the execution program 11 of the control device 2 using the centralized maintenance tool 4, first, the centralized maintenance tool 4 reads the common database 6 and the individual database 7 from the storage device 4A, and the centralized maintenance tool 4 individually After changing the database 7, an execution program 11 is created from the common database 6 and the individual data 9, and the execution program 11 is sent to the control device 2 through the network 3 to change the execution program 11.
【0015】一方、個別保守ツール5を使って、制御装
置2の実行プログラム11を変更する際、まず、個別保
守ツール5は、記憶装置5Aから共通データベース6と
個別データ9を読み込み、個別保守ツール5にて個別デ
ータ9を変更した後、この共通データベース6と個別デ
ータ9から実行プログラム11を作成し、制御装置2へ
送られて実行プログラム11が変更される。On the other hand, when changing the execution program 11 of the control device 2 using the individual maintenance tool 5, first, the individual maintenance tool 5 reads the common database 6 and the individual data 9 from the storage device 5A, After changing the individual data 9 in 5, an execution program 11 is created from the common database 6 and the individual data 9 and sent to the control device 2 to change the execution program 11.
【0016】[0016]
【発明が解決しようとする課題】しかしながら、上記し
た従来の分散制御システムでは、次のような種々の問題
があった。However, the above-mentioned conventional distributed control system has the following various problems.
【0017】まず、従来例(1)として説明した図11
に示す分散制御システムでは、本来集中保守ツール4に
よってイメージ図面の画面データを一緒に保存した原始
プログラムから実行プログラムに翻訳してから制御装置
2の実行プログラムを変更する。ところが、集中保守ツ
ール4を使用すると時間がかる等の理由から必要により
個別保守ツール5を使用して実行プログラムの変更をす
ることがある。個別保守ツール5を使用してプログラム
の変更をした場合には、個別保守ツール5には原始プロ
グラムがないから集中保守ツール4を使用して変更後の
原始プログラムと実行プログラムを作成しておかなけれ
ばならない。この場合、イメージ図面の書き方によって
機能は同じでも異なった実行プログラムが作成されるこ
とがあり、この場合には、イメージ図面の書き方を変更
して翻訳をやり直すなど個別保守ツール5を使用して変
更した実行プログラムに対応する原始プログラムを集中
保守ツール4によって作成することは大変煩雑な手間を
必要とした。First, referring to FIG. 11 described as the conventional example (1).
In the distributed control system shown in FIG. 1, originally, the centralized maintenance tool 4 translates the screen data of the image drawing from the original program stored together into the execution program, and then changes the execution program of the control device 2. However, if the centralized maintenance tool 4 is used, it may take time to change the execution program using the individual maintenance tool 5 as necessary. If the program is changed using the individual maintenance tool 5, the individual maintenance tool 5 does not have a source program, so use the centralized maintenance tool 4 to create the changed source program and execution program. I have to. In this case, an execution program having the same function but different function may be created depending on how to write the image drawing. In this case, change using the individual maintenance tool 5 such as changing the way to write the image drawing and re-translating. Creating a source program corresponding to the executed program by the centralized maintenance tool 4 requires a great deal of trouble.
【0018】また、従来例(2)として説明した、図1
4に対応する分散制御システムでは、個別保守ツール5
によって実行プログラム11を変更した後に、集中保守
ツール4によって実行プログラム11を変更する必要が
あり、この場合に、最新の個別データ9を記憶装置5A
から記憶装置4Aへ人間系によって移動しなければなら
ないという問題があった。また、共通データベース6も
記憶装置4A,5Aの複数の場所に格納されているた
め、例えば、集中保守ツール4で共通データベース6を
変更した後に、個別保守ツール5で実行プログラム11
を変更する際は最新の共通データベース6を記憶装置4
Aから記憶装置5Aへ人間系によって移動しなければな
らないという問題があった。Further, FIG. 1 explained as the conventional example (2).
In the distributed control system corresponding to 4, individual maintenance tools 5
After changing the execution program 11 by the centralized maintenance tool 4, it is necessary to change the execution program 11 by the centralized maintenance tool 4. In this case, the latest individual data 9 is stored in the storage device 5A.
There was a problem in that it had to be moved from the storage device to the storage device 4A by a human system. Further, since the common database 6 is also stored in a plurality of locations in the storage devices 4A and 5A, for example, after changing the common database 6 with the centralized maintenance tool 4, the execution program 11 is executed with the individual maintenance tool 5.
To change the latest common database 6 to the storage device 4
There was a problem that the human system had to move from A to the storage device 5A.
【0019】そこで、本発明は集中保守ツールと個別保
守ツールとで作成したプログラムを効率的に管理する分
散制御システムを提供することを目的とする。Therefore, an object of the present invention is to provide a distributed control system for efficiently managing a program created by a centralized maintenance tool and an individual maintenance tool.
【0020】[0020]
【課題を解決するための手段】請求項1の発明は、個別
保守装置を有するそれぞれの制御装置と、これら制御装
置のプログラムを集中して保守管理する集中保守装置と
がネットワークによって接続され、制御装置によってプ
ラントを制御する分散制御システムにおいて、前記個別
保守装置は、原始プログラムを作成し、この原始プログ
ラムを翻訳して実行プログラムを作成し格納すると共
に、必要によりこの実行プログラムを制御装置へ格納す
る手段と、この手段により作成された実行プログラムと
対応する制御装置の実行プログラムとが一致するか否か
確認して両者が一致するとき、一致確認データを前記制
御装置へ設定する手段と、原始プログラムを制御装置を
介して集中保守装置へ送信し、また、制御装置を介して
集中保守装置から受信する手段とを設ける一方、制御装
置は、一致確認データに基づいて、個別保守装置の原始
プログラムを集中保守装置へ転送し、また、集中保守装
置からの原始プログラムを個別保守装置へ転送する手段
とを設け、集中保守装置は、制御装置から転送される原
始プログラムを受信して格納する手段と、制御装置から
の転送要求によって集中保守装置の原始プログラムを制
御装置へ転送する手段とを設けるようにしたものであるAccording to a first aspect of the present invention, each control device having an individual maintenance device and a centralized maintenance device for centrally maintaining and managing the programs of these control devices are connected by a network and controlled. In a distributed control system in which a plant is controlled by a device, the individual maintenance device creates a source program, translates the source program to create and stores an execution program, and stores the execution program in the control device as necessary. Means and means for checking whether or not the execution program created by this means and the execution program of the corresponding control device match, and setting the match confirmation data to the control device when the two match, the source program Is sent to the central maintenance device via the control unit, and received from the central maintenance unit via the control unit. The control device transfers the source program of the individual maintenance device to the centralized maintenance device and the source program from the centralized maintenance device to the individual maintenance device based on the coincidence confirmation data. The centralized maintenance device is provided with means for receiving and storing the source program transferred from the control device, and means for transferring the source program of the centralized maintenance device to the control device in response to a transfer request from the control device. Is what
【0021】請求項2の発明は、個別保守装置を有する
それぞれの制御装置と、これら制御装置のプログラムを
集中して保守管理する集中保守装置とがネットワークに
よって接続され、制御装置によってプラントを制御する
分散制御システムにおいて、個別保守装置は、識別デー
タを付加した原始プログラムを作成し、この原始プログ
ラムを翻訳して識別データを付加した実行プログラムを
作成し格納すると共に、必要によりこの識別データを付
加した実行プログラムを制御装置へ格納する手段と、原
始プログラムの識別データと制御装置の実行プログラム
の識別データが一致するか否か確認して両者が一致する
とき、一致確認データを前記制御装置へ設定する手段
と、原始プログラムを制御装置を介して集中保守装置へ
送信し、また、制御装置を介して集中保守装置から受信
する手段とを設ける一方、制御装置は、一致確認データ
に基づいて、個別保守装置の原始プログラムを集中保守
装置へ転送し、また、集中保守装置からの原始プログラ
ムを個別保守装置へ転送する手段とを設け、集中保守装
置は、制御装置から転送される原始プログラムを受信し
て格納する手段と、制御装置からの転送要求によって集
中保守装置の原始プログラムを制御装置へ転送する手段
とを設けるようにしたものである。According to a second aspect of the present invention, each control device having an individual maintenance device and a centralized maintenance device for centrally maintaining and managing the programs of these control devices are connected by a network, and the control device controls the plant. In the distributed control system, the individual maintenance device creates a source program to which the identification data is added, translates this source program to create and stores an execution program to which the identification data is added, and adds the identification data as necessary. When the means for storing the execution program in the control device and the identification data of the source program and the identification data of the execution program of the control device are matched and the two match, the matching confirmation data is set in the control device. And the source program via the control device to the central maintenance device, and control The control device transfers the source program of the individual maintenance device to the central maintenance device based on the coincidence confirmation data, and the source program from the central maintenance device. Is provided to the individual maintenance device, and the centralized maintenance device receives and stores the source program transferred from the control device, and the centralized maintenance device transmits the source program of the centralized maintenance device according to a transfer request from the control device. And means for transferring to.
【0022】請求項3の発明は、個別保守装置を有する
それぞれの制御装置と、これら制御装置のプログラムを
集中して保守管理する集中保守装置とがネットワークに
よって接続され、制御装置によってプラントを制御する
分散制御システムにおいて、個別保守装置は、識別デー
タを付加した原始プログラムを作成し、この原始プログ
ラムを翻訳して識別データを付加した実行プログラムを
作成し格納すると共に、必要によりこの識別データを付
加した実行プログラムを制御装置へ格納する手段と、原
始プログラムの識別データと制御装置の実行プログラム
の識別データが一致するか否か確認して両者が一致する
とき、第1の一致確認データを制御装置へ設定する手段
と、原始プログラムを制御装置を介して集中保守装置へ
送信し、また、制御装置を介して原始プログラム集中保
守装置から受信する手段とを設ける一方、集中保守装置
は、識別データを付加した原始プログラムを作成し、こ
の原始プログラムを翻訳して識別データを付加した実行
プログラムを作成し格納すると共に、原始プログラムの
識別データと制御装置の実行プログラムの識別データが
一致するか否か確認して両者が一致するとき、第2の一
致確認データを制御装置へ設定する手段と、原始プログ
ラムを制御装置を介して個別保守装置へ送信し、また
は、制御装置を介して原始プログラム個別保守装置から
受信する手段とを設け、制御装置は、第1の一致確認デ
ータと第2の一致確認データの状態に応じて差分データ
に相当する原始プログラムを集中保守装置または個別保
守装置へ転送する手段を設けるようにしたものである。According to a third aspect of the invention, each control device having an individual maintenance device and a centralized maintenance device for centrally maintaining and managing the programs of these control devices are connected by a network, and the control device controls the plant. In the distributed control system, the individual maintenance device creates a source program to which the identification data is added, translates this source program to create and stores an execution program to which the identification data is added, and adds the identification data as necessary. When the means for storing the execution program in the control device and the identification data of the source program and the identification data of the execution program of the control device match and the two match, the first matching confirmation data is sent to the control device. The means for setting and sending the source program to the central maintenance device via the control device, The central maintenance device creates a source program to which identification data is added and translates the source program to create an execution program to which the identification data is added. And storing the same, and confirming whether the identification data of the source program and the identification data of the execution program of the control device match, and when they match, means for setting second matching confirmation data in the control device; The control device is provided with means for transmitting the program to the individual maintenance device via the control device or for receiving the program from the original program individual maintenance device via the control device. Provide a means to transfer the source program corresponding to the difference data to the centralized maintenance device or individual maintenance device according to the state of the data. Those were.
【0023】請求項4の発明は、個別保守装置を有する
それぞれの制御装置と、これら制御装置のプログラムを
集中して保守管理する集中保守装置とがネットワークに
よって接続され、制御装置によってプラントを制御する
分散制御システムにおいて、制御装置は、実行プログラ
ムとこの実行プログラムを作成するための個別データと
を格納する手段を設けると共に、集中保守装置は、共通
データベースを格納する手段と、共通データベースと制
御装置の個別データとを読み込み制御装置の実行プログ
ラムを変更する手段とを設け、個別保守装置は、共通デ
ータベースと個別データとを読み込み制御装置の実行プ
ログラムを変更する手段とを設けるようにしたものであ
る。According to a fourth aspect of the invention, each control device having an individual maintenance device and a centralized maintenance device for centrally maintaining and managing the programs of these control devices are connected by a network, and the control device controls the plant. In the distributed control system, the control device is provided with means for storing an execution program and individual data for creating the execution program, and the centralized maintenance device is provided with a means for storing a common database, a common database and a control device. The individual data and the means for changing the execution program of the control device are provided, and the individual maintenance device is provided with the means for changing the execution program of the control device by reading the common database and the individual data.
【0024】[0024]
【作用】請求項1の発明は、個別保守装置によってイメ
ージ図面上でプログラム作成を行った原始プログラムが
制御装置の実行プログラムと一致している場合にのみ集
中保守ツールに送信するようにしたので、短時間に複数
の制御装置に対応するそれぞれの個別保守装置でプログ
ラム作成、変更、確認を行っても、制御装置に実装され
た原始プログラムを誤り無く個別保守ツールから集中保
守装置に送ることが可能となる。According to the first aspect of the present invention, since the original program created by the individual maintenance device on the image drawing matches the execution program of the control device, the original program is transmitted to the centralized maintenance tool. Even if a program is created, changed, or checked in each individual maintenance device that supports multiple control devices in a short time, the source program installed in the control device can be sent from the individual maintenance tool to the centralized maintenance device without error. Becomes
【0025】請求項2の発明は、個別保守装置でイメー
ジ図面上でプログラム作成を行った原始プログラムが制
御装置の実行プログラムと一致している場合にのみ集中
保守装置に送信するようにしたので、短時間に複数の制
御装置で個別保守装置によりプログラム作成、変更、確
認を行っても、制御装置に実装された原始プログラムを
誤り無く個別保守ツールから集中保守装置に送ることが
可能となる。また、原始プログラムが制御装置に実装さ
れているものと同一内容であるかどうかを確認するため
の原始プログラムの翻訳と実行プログラムそのものの比
較が不要になり、原始プログラムを送信する場合に比較
のための待ち時間を大幅に減少することができるAccording to the second aspect of the invention, since the original program created on the image drawing by the individual maintenance device is transmitted to the centralized maintenance device only when it matches the execution program of the control device, Even if programs are created, changed, and confirmed by the individual maintenance devices in a plurality of control devices in a short time, the source program installed in the control device can be sent from the individual maintenance tool to the centralized maintenance device without error. In addition, it is not necessary to compare the source program with the translation of the source program to check whether the source program has the same content as that installed in the control device. Waiting time can be significantly reduced
【0026】請求項3の発明は、個別保守装置または集
中保守装置で原始プログラムを編集する場合に、両者の
保守ツールの原始プログラムを常に一致させておくこと
ができるので、片方の保守ツールで原始プログラムを編
集したときに、他方の保守ツールに後で原始プログラム
を送信する必要がなくなり、編集者が原始プログラムを
送信することを意識する必要がなくなる。また、常に、
原始プログラムが一致しているので、原始プログラム変
更時に差分データのみの送信すればよく、データ伝送量
が少なくできるので、編集時の画面応答が遅くなること
がない。According to the third aspect of the present invention, when the source program is edited by the individual maintenance device or the centralized maintenance device, the source programs of both maintenance tools can always be made to coincide with each other. When the program is edited, it is not necessary to send the source program to the other maintenance tool later, and the editor need not be aware of sending the source program. Also, always
Since the source programs are the same, only the difference data needs to be transmitted when the source program is changed, and the data transmission amount can be reduced, so that the screen response at the time of editing is not delayed.
【0027】請求項4の発明は、集中保守装置と個別保
守装置のそれぞれで制御装置の実行プログラムを変更し
ても、制御装置に現在格納している実行プログラムに相
当する最新の共通データベースと最新個別データを集中
保守装置または個別保守装置へ自動的に読み込むことが
できる。According to a fourth aspect of the present invention, even if the execution program of the control device is changed in each of the centralized maintenance device and the individual maintenance device, the latest common database corresponding to the execution program currently stored in the control device and the latest Individual data can be automatically read into the central maintenance device or the individual maintenance device.
【0028】[0028]
【実施例】以下、本発明の実施例について図面を参照し
て説明する。Embodiments of the present invention will be described below with reference to the drawings.
【0029】図1は、本発明の第1実施例を示す分散制
御システムの構成図である。従来例を示す図11、図1
2、図13と同一符号は、同一部分または相当部分を示
している。図中、下位の制御装置2には、通信制御部2
A1と一致確認データ2A2を有し、個別保守ツール5
には制御プログラム5aと編集プログラム5bと翻訳プ
ログラム5cと原始プログラム5dと実行プログラム5
eとを有し、これらで仮想下位制御装置2Vを形成して
いる。FIG. 1 is a block diagram of a distributed control system showing a first embodiment of the present invention. 11 and 1 showing a conventional example
2, the same reference numerals as those in FIG. 13 indicate the same or corresponding portions. In the figure, the lower-level control device 2 includes a communication control unit 2
Individual maintenance tool 5 with A1 and match confirmation data 2A2
Includes a control program 5a, an editing program 5b, a translation program 5c, a source program 5d, and an execution program 5.
e, and these form a virtual lower controller 2V.
【0030】制御プログラム5aは、保守ツールとして
下位の制御装置2と通信を行い、実行プログラム5eを
下位の制御装置2に実装し、保守ツール内部の実行プロ
グラム5eと下位制御装置2内部の実行プログラムとを
比較確認したり、原始プログラム5dを編集するための
編集プログラム5bを起動し、実行プログラムを作成す
るための翻訳プログラム5cを起動に用いられる。The control program 5a communicates with the subordinate control unit 2 as a maintenance tool, mounts the execution program 5e on the subordinate control unit 2, and executes the execution program 5e inside the maintenance tool and the execution program inside the subordinate control unit 2. Is used for activating and starting the editing program 5b for editing the source program 5d, and for activating the translation program 5c for creating the execution program.
【0031】編集プログラム5bは、イメージ図面編集
を行い原始プログラム5dの作成や変更に用いられる。
翻訳プログラム5cは、原始プログラム5dを実行プロ
グラム5eに翻訳するために用いられる。The editing program 5b is used for editing the image drawing and creating or changing the source program 5d.
The translation program 5c is used to translate the source program 5d into the execution program 5e.
【0032】通信制御部2A1は、個別保守ツール5ま
たは集中保守ツール4で作成した実行プログラムを制御
装置内部の記憶装置に実装するとき通信制御や、比較確
認をするときの通信制御や、個別保守ツール5から集中
保守ツール4へ原始プログラムを送信するときに通信制
御するものである。The communication control unit 2A1 controls the communication when mounting the execution program created by the individual maintenance tool 5 or the centralized maintenance tool 4 in the storage device inside the control device, the communication control when performing the comparison confirmation, and the individual maintenance. The communication control is performed when the source program is transmitted from the tool 5 to the centralized maintenance tool 4.
【0033】一致確認データ2A2は、個別保守ツール
5で編集した原始プログラムを集中保守ツール4に送信
する場合に、個別保守ツール5で原始プログラムを翻訳
して作成した実行プログラムを制御装置内部の実行プロ
グラムと比較確認して一致している場合に設定するもの
である。また、一致確認データ2A2は集中保守ツール
4で編集した原始プログラムを個別保守ツール5に送信
する場合に、集中保守ツール4で原始プログラムを翻訳
して作成した実行プログラムを制御装置内部の実行プロ
グラムと比較確認して一致している場合に設定するもの
である。When the source program edited by the individual maintenance tool 5 is transmitted to the centralized maintenance tool 4, the matching confirmation data 2A2 is executed by the individual maintenance tool 5 by executing the execution program created by translating the source program inside the control device. It is set when the program is compared and checked and it matches. Further, when the original program edited by the centralized maintenance tool 4 is transmitted to the individual maintenance tool 5, the matching confirmation data 2A2 is an execution program created by translating the original program by the centralized maintenance tool 4 as an execution program inside the control device. It is set when the result of comparison and confirmation is coincident.
【0034】次に、個別保守ツール5の原始プログラム
5dを集中保守ツール4へ送る場合の作用を図2を参照
して説明する。まず、個別保守ツール5の制御プログラ
ム5aによって原始プログラム5dを送る処理がされ、
送信要求が下位制御装置2で受け付けられると、原始プ
ログラム5dを翻訳プログラム5cにより翻訳を行う
(101,102,103)。翻訳が完了すると、今翻
訳した実行プログラム5eと制御装置2内部の実行プロ
グラムとを比較する(104)。Next, the operation of sending the source program 5d of the individual maintenance tool 5 to the centralized maintenance tool 4 will be described with reference to FIG. First, the control program 5a of the individual maintenance tool 5 performs a process of sending the source program 5d,
When the transmission request is accepted by the lower-level control device 2, the source program 5d is translated by the translation program 5c (101, 102, 103). When the translation is completed, the translated execution program 5e is compared with the execution program in the control device 2 (104).
【0035】比較の結果が一致している場合には、個別
保守ツール5から制御装置2に対して比較結果の一致を
送信する(105,106)。制御装置2側では比較結
果一致を受信すると、転送の準備をした後、原始プログ
ラムの送信要求を行う。個別保守ツール5では、制御装
置からの送信要求が来ていると、原始プログラムの送信
を行う(107,108)。原始プログラムは、小さい
ブロックに分けて送信され、その都度制御装置2からの
送信要求を確認して、次のデータの送信を行う。原始プ
ログラムの送信が終了すると、原始プログラムの送信が
終了を制御装置2に対して送信する(109,11
0)。If the comparison results are in agreement, the individual maintenance tool 5 sends the comparison results in agreement to the control device 2 (105, 106). When the control device 2 receives the comparison result agreement, it prepares for the transfer and then requests the transmission of the source program. When the transmission request is received from the control device, the individual maintenance tool 5 transmits the source program (107, 108). The source program is transmitted in small blocks, each time the transmission request from the control device 2 is confirmed and the next data is transmitted. When the transmission of the source program is completed, the end of transmission of the source program is transmitted to the control device 2 (109, 11).
0).
【0036】これに対して、下位の制御装置2では、図
3に示すように、個別保守ツール5から下位の制御装置
2に対して送信要求がくると、個別保守ツール5に対し
て送信要求を受け付けたことを返信する(201,20
2)。個別保守ツール5から実行プログラムの比較要求
がくると、比較データとして制御装置2自身の実行プロ
グラムを個別保守ツール5に送信する(203,20
4)。On the other hand, in the subordinate control device 2, as shown in FIG. 3, when the individual maintenance tool 5 makes a transmission request to the subordinate control device 2, the individual maintenance tool 5 makes a transmission request. Is accepted (201, 20
2). When an execution program comparison request is received from the individual maintenance tool 5, the execution program of the control device 2 itself is transmitted to the individual maintenance tool 5 as comparison data (203, 20).
4).
【0037】続いて、個別保守ツール5から比較結果の
一致を受信すると、一致確認データ2A2をセットする
(205,206,207)。そして、集中保守ツール
4に対して転送要求を行い受付の返信を受けると、個別
保守ツール5に対して原始プログラムの送信要求を行う
(209)。Then, when the coincidence of the comparison result is received from the individual maintenance tool 5, the coincidence confirmation data 2A2 is set (205, 206, 207). Then, when a transfer request is made to the centralized maintenance tool 4 and a reply of acceptance is received, a transmission request of the original program is made to the individual maintenance tool 5 (209).
【0038】個別保守ツール5からのデータ受信がある
と、原始プログラムを受信し、集中保守ツール4に対し
て受信したデータを転送する(210〜212)。個別
保守ツール5からのデータ送信終了を受信すると、集中
保守ツール4に対してデータの送信終了を送信し一致確
認データ2A2をクリアしてから、図示省略する各種フ
ラグのクリアなどデータ転送の終了処理を行う(213
〜216)。データ送信終了を受信しない場合には、こ
のプログラムが再度起動されデータの転送を繰り返して
行う。When data is received from the individual maintenance tool 5, the source program is received and the received data is transferred to the centralized maintenance tool 4 (210 to 212). When the end of data transmission from the individual maintenance tool 5 is received, the end of data transmission is transmitted to the centralized maintenance tool 4 to clear the coincidence confirmation data 2A2, and then end processing of data transfer such as clearing various flags not shown. Do (213
~ 216). If the data transmission end is not received, this program is restarted and the data transfer is repeated.
【0039】これに対応して、集中保守ツール4では、
図4に示すように、下位の制御装置2からの転送要求を
受信すると、下位の制御装置2に対してその受付を返信
する(301,302)。これにより、下位の制御装置
2からの原始プログラムデータがあると、原始プログラ
ムデータを受信する(303,304)。下位の制御装
置2からのデータ転送終了を受信すると、受付を下位の
制御装置2に対して返信し、終了処理を行う(305,
306)。In response to this, the centralized maintenance tool 4
As shown in FIG. 4, when a transfer request is received from the subordinate control device 2, the acceptance is returned to the subordinate control device 2 (301, 302). As a result, if there is the source program data from the lower control device 2, the source program data is received (303, 304). When the end of data transfer from the lower-level control device 2 is received, an acceptance is returned to the lower-level control device 2 and the end process is performed (305,
306).
【0040】なお、ステップ305で終了を受信しない
場合には、このプログラムが再度起動されデータの転送
を繰り返して行う。If the end is not received in step 305, this program is restarted and the data transfer is repeated.
【0041】図5は、図2乃至図4で説明した個別保守
ツール5から下位の制御装置2を経由して集中保守ツー
ル4へ原始プログラムを送信する手順をタイムチャート
で示したものである。FIG. 5 is a time chart showing a procedure of transmitting the original program from the individual maintenance tool 5 described with reference to FIGS. 2 to 4 to the centralized maintenance tool 4 via the lower control device 2.
【0042】図において、まず、T1のタイミングで個
別保守ツール5から集中保守ツール4への原始プログラ
ムの送信要求が下位の制御装置2に対して送られると、
下位の制御装置2がそれを受け付ける。In the figure, first, at the timing of T1, when a request for transmitting the original program from the individual maintenance tool 5 to the centralized maintenance tool 4 is sent to the lower control device 2,
The lower control device 2 receives it.
【0043】次に、個別保守ツール5では、T2のタイ
ミングで原始プログラムを翻訳し、翻訳が終了するとT
3のタイミングで個別保守ツール5内部の実行プログラ
ムと制御装置2内部の実行プログラムとを比較する。こ
の比較が終了すると、T4のタイミングで個別保守ツー
ル5から一致を下位の制御装置2に対して送る。この結
果、下位の制御装置2は、一致確認データ2A2を設定
し、一致を認識して、T5のタイミングで下位の制御装
置2から集中保守ツール4へ原始プログラムの転送要求
を送る。集中保守ツール4では、下位の制御装置2から
転送要求がくると、それを受け付け、原始プログラムの
受信待ちになる。Next, in the individual maintenance tool 5, the source program is translated at the timing of T2, and when the translation is completed, the T
At timing 3, the execution program inside the individual maintenance tool 5 and the execution program inside the control device 2 are compared. When this comparison is completed, a match is sent from the individual maintenance tool 5 to the lower control device 2 at the timing of T4. As a result, the subordinate control device 2 sets the coincidence confirmation data 2A2, recognizes the coincidence, and sends a transfer request of the original program from the subordinate control device 2 to the centralized maintenance tool 4 at the timing of T5. When the transfer request comes from the lower-level control device 2, the centralized maintenance tool 4 accepts the transfer request and waits to receive the source program.
【0044】T6のタイミングでは、個別保守ツール5
から原始プログラムが下位制御装置2に送信され、T7
のタイミングでは、下位の制御装置2内のバッファに入
ったデータが、集中保守ツール4に対して転送される。
T6n〜T7nのタイミングは、T6とT7との繰り返
しがされる。At the timing of T6, the individual maintenance tool 5
The source program is sent from the lower controller 2 to T7.
At the timing of, the data stored in the buffer in the lower control device 2 is transferred to the centralized maintenance tool 4.
At timings T6n to T7n, T6 and T7 are repeated.
【0045】T8では、個別保守ツール5から原始プロ
グラム送信終了が下位の制御装置2Aに送られ、続い
て、T9で、下位の制御装置2から集中保守ツール4へ
送信終了が送られる。この後、下位の制御装置2内部の
一致確認データ2A2がクリアされ、原始プログラムの
伝送が終了する。At T8, the end of transmission of the original program is sent from the individual maintenance tool 5 to the subordinate control unit 2A, and at T9, the end of transmission is sent from the subordinate control unit 2 to the centralized maintenance tool 4. After that, the coincidence confirmation data 2A2 in the lower control device 2 is cleared, and the transmission of the source program is completed.
【0046】以上の処理では、集中保守ツール4から見
ると、下位の制御装置2から原始プログラムの伝送要求
を受けてから、下位の制御装置2から原始プログラムの
伝送を受けるので、あたかも下位制御装置2内部に原始
プログラムが実装されているように見える。すなわち、
集中保守ツール4から見ると、仮想下位制御装置2Vか
ら原始プログラムの転送を受けているように見える。In the above processing, from the viewpoint of the centralized maintenance tool 4, since the source control program 2 receives the source program transmission request from the lower level control device 2, it is as if the lower level control device 2 receives the source program transmission. 2 It seems that the source program is installed inside. That is,
From the viewpoint of the centralized maintenance tool 4, it seems that the original program is transferred from the virtual lower controller 2V.
【0047】このように個別保守ツール5によってイメ
ージ図面上でプログラム作成を行った原始プログラムが
制御装置2の実行プログラムと一致している場合にのみ
集中保守ツール4に送信するようにしたので、短時間に
複数の制御装置に対応するそれぞれの個別保守ツール5
によりプログラム作成、変更、確認を行っても、制御装
置2に実装された原始プログラムを誤り無く個別保守ツ
ール5から集中保守ツール4に送ることが可能となる。Since the original program created by the individual maintenance tool 5 on the image drawing as described above is transmitted to the centralized maintenance tool 4 only when the original program matches the execution program of the control unit 2, it is short. Individual maintenance tools for multiple control units 5 per hour
Thus, even if a program is created, changed, or confirmed, the original program installed in the control device 2 can be sent from the individual maintenance tool 5 to the centralized maintenance tool 4 without error.
【0048】図6は、本発明の第2実施例を示す分散制
御システムの構成図である。FIG. 6 is a block diagram of a distributed control system showing a second embodiment of the present invention.
【0049】第1実施例を示す図1と同一符号は、同一
部分または相当部分を示し、4aは制御プログラム、4
bは編集プログラム、4cは翻訳プログラム、4dは原
始プログラム、4eは実行プログラム、3A,3Bは通
信制御装置、2A3,4d1,4e1,5d1,5e1
は、それぞれツールID時刻を示している。The same reference numerals as those in FIG. 1 showing the first embodiment indicate the same or corresponding portions, and 4a is a control program, 4
b is an editing program, 4c is a translation program, 4d is a source program, 4e is an execution program, 3A and 3B are communication control devices, 2A3, 4d1, 4e1, 5d1 and 5e1.
Indicates the tool ID time.
【0050】本実施例では、個別保守ツール5でイメー
ジ図面の編集を行った場合には、個別保守ツール5のツ
ールID番号と編集を行ったときのツールID時刻5d
1を原始プログラム5dに保存すると共に、原始プログ
ラム5dを翻訳して実行プログラム5eを作成するとき
に原始プログラム編集を行ったツールID番号と原始プ
ログラムを編集したときのツールID時刻5d1の内容
をツールID時刻5e1として実行プログラム5e内に
保存するようにしている。In this embodiment, when the image drawing is edited by the individual maintenance tool 5, the tool ID number of the individual maintenance tool 5 and the tool ID time 5d when the editing is performed are performed.
1 is saved in the source program 5d, and the source program is edited to translate the source program 5d to create the execution program 5e. The tool ID number of the source program edited and the contents of the tool ID time 5d1 when the source program is edited are used as the tool. The ID time 5e1 is stored in the execution program 5e.
【0051】同様に、集中保守ツール4で原始プログラ
ム4dを編集した場合には、集中保守ツール4のツール
ID番号と原始プログラム編集時刻をツールID時刻4
d1に保存すると共に、原始プログラム4dを翻訳して
実行プログラム4eを作成するときに、ツールID時刻
4d1の内容をツールID時刻4e1に保存するように
している。Similarly, when the source program 4d is edited by the centralized maintenance tool 4, the tool ID number of the centralized maintenance tool 4 and the source program editing time are set to the tool ID time 4
The contents of the tool ID time 4d1 are saved at the tool ID time 4e1 when the source program 4d is translated to create the execution program 4e.
【0052】また、制御装置2Aと個別保守ツール5と
は、プラントの制御室に配置され、集中保守ツール4は
通信制御装置3Aと通信制御装置3Bを介して制御装置
2Aを制作した者の居る工場に配置されている。Further, the control device 2A and the individual maintenance tool 5 are arranged in the control room of the plant, and the centralized maintenance tool 4 is a person who produces the control device 2A via the communication control device 3A and the communication control device 3B. It is located in the factory.
【0053】以上の構成で、個別保守ツール5は原始プ
ログラムの編集を行ったとき、ツールID番号と編集時
刻とが原始プログラム5d内部のツールID時刻5d1
に保存され、翻訳した後はツールID時刻5d1の内容
がツールID時刻5e1に保存され、実行プログラムを
制御装置に実装したときにツールID時刻5e1の内容
がツールID時刻2A3に保存される。With the above configuration, when the individual maintenance tool 5 edits the source program, the tool ID number and the editing time are the tool ID time 5d1 inside the source program 5d.
After the translation, the contents of the tool ID time 5d1 are saved in the tool ID time 5e1, and when the execution program is installed in the control device, the contents of the tool ID time 5e1 are saved in the tool ID time 2A3.
【0054】これにより下位の制御装置2Aの内部にイ
メージ図面情報を含んでいる原始プログラムの編集を行
ったツールIDと編集時刻が保存されるため、保守ツー
ルの原始プログラムを集中保守ツール4に送るときに、
その原始プログラムが実際に制御装置2Aに実装されて
いるかどうかは、第1実施例のように原始プログラムを
翻訳して実行プログラムを作成して比較しなくても、ツ
ールIDと時刻データとを比較することで判明される。As a result, the tool ID and the editing time of editing the original program including the image drawing information are saved in the lower control device 2A, and the original program of the maintenance tool is sent to the centralized maintenance tool 4. sometimes,
Whether or not the source program is actually installed in the control device 2A is compared with the tool ID and the time data without having to translate the source program and create an execution program for comparison as in the first embodiment. It will be revealed by doing.
【0055】図7は、図6に示した保守ツール行う制御
装置による通信方法を示したものである。FIG. 7 shows a communication method by the control device for performing the maintenance tool shown in FIG.
【0056】図において、T1のタイミングで個別保守
ツール5から集中保守ツール4への原始プログラムの送
信要求を下位の制御装置2Aに対して送ると、下位の制
御装置2Aがそれを受け取る。T3のタイミングでは個
別保守ツール5内部の原始プログラムのツールID時刻
5d1と下位の制御装置2A内部の実行プログラムのツ
ールID時刻2A3とが比較される。In the figure, when a transmission request for the source program from the individual maintenance tool 5 to the centralized maintenance tool 4 is sent to the lower-level control unit 2A at the timing of T1, the lower-level control unit 2A receives it. At the timing of T3, the tool ID time 5d1 of the original program inside the individual maintenance tool 5 and the tool ID time 2A3 of the execution program inside the lower control device 2A are compared.
【0057】この比較が終了すると、T4のタイミング
で個別保守ツール5から一致を記憶装置に対して送る。
これにより下位の制御装置2Aは一致確認データ2A2
を設定し、一致を認識する。T5のタイミングで下位制
御装置2Aから集中保守ツール4へ原始プログラムの転
送要求を送る。Upon completion of this comparison, the individual maintenance tool 5 sends a match to the storage device at the timing of T4.
As a result, the lower control device 2A causes the match confirmation data 2A2
Set and recognize the match. At the timing of T5, a transfer request for the source program is sent from the lower-level controller 2A to the centralized maintenance tool 4.
【0058】集中保守ツール4では、下位の制御装置2
Aから転送要求がくると、それを受け付け、原始プログ
ラムの受信待ちになる。T6のタイミングでは、個別保
守ツール5から原始プログラムが下位の制御装置2Aに
送信される。T7のタイミングでは、下位の制御装置2
内のバッファに入ったデータが、集中保守ツール4に対
して転送される。In the centralized maintenance tool 4, the lower control device 2
When a transfer request comes from A, the request is accepted and the source program waits for reception. At the timing of T6, the original program is transmitted from the individual maintenance tool 5 to the lower control device 2A. At the timing of T7, the lower control device 2
The data stored in the internal buffer is transferred to the centralized maintenance tool 4.
【0059】T6n〜T7nのタイミングはT6,T7
の繰り返しである。T8では個別保守ツール5から原始
プログラムの送信終了が下位の制御装置2Aに送られ、
続いて、T9で下位の制御装置2Aから集中保守ツール
4に送信終了が送られる。この後、下位の制御装置2内
部の一致確認データ2A2がクリアされ原始プログラム
の伝送が終了する。The timings of T6n to T7n are T6 and T7.
Is repeated. At T8, the end of transmission of the source program is sent from the individual maintenance tool 5 to the subordinate control device 2A,
Then, at T9, the end of transmission is sent from the lower control device 2A to the centralized maintenance tool 4. After that, the coincidence confirmation data 2A2 in the lower control device 2 is cleared and the transmission of the original program is completed.
【0060】このように個別保守ツール5でイメージ図
面上でプログラム作成を行った原始プログラムが制御装
置2Aの実行プログラムと一致している場合にのみ集中
保守ツール4に送信するようにしたので、短時間に複数
の制御装置2Aで個別保守ツール5によりプログラム作
成、変更、確認を行っても、制御装置2Aに実装された
原始プログラムを誤り無く個別保守ツール5から集中保
守ツール4に送ることが可能となる。Since the original program created on the image drawing by the individual maintenance tool 5 is transmitted to the centralized maintenance tool 4 only when the original program matches the execution program of the control unit 2A, it is short. Even if programs are created, changed, and checked by the individual maintenance tools 5 in multiple control devices 2A at the same time, the source program installed in the control device 2A can be sent from the individual maintenance tools 5 to the centralized maintenance tool 4 without error. Becomes
【0061】また、原始プログラム4が制御装置2Aに
実装されているものと同一内容であるかどうかを確認す
るための原始プログラムの翻訳と実行プログラムそのも
のの比較が不要になり、原始プログラムを送信する場合
に比較のための待ち時間を大幅に減少することができ
る。Further, it is not necessary to compare the source program and the execution program itself in order to confirm whether or not the source program 4 has the same content as that installed in the control device 2A, and the source program is transmitted. In that case, the waiting time for comparison can be significantly reduced.
【0062】集中保守ツール4を生産工場などに配置す
ることができるので制御装置の設計者や試験者が常時滞
在する場所から保守できる。従って、制御装置置2Aの
トラブル時やプログラムの問題発生時に、制御装置2A
の設計者や試験者がプラントまで出向く必要がなくな
り、トラブル解決が迅速に行える。Since the centralized maintenance tool 4 can be arranged in a production plant or the like, maintenance can be performed from a place where the designer or tester of the control device always stays. Therefore, when a trouble occurs in the control device 2A or a program problem occurs, the control device 2A
It eliminates the need for designers and testers to visit the plant, and troubles can be resolved quickly.
【0063】図8は、本発明の第3実施例を示す分散制
御システムの構成図である。FIG. 8 is a block diagram of a distributed control system showing a third embodiment of the present invention.
【0064】図において、4Vと5Vは仮想共有記憶領
域を示し、集中保守ツール4と個別保守ツール5の間
で、原始プログラムと実行プログラムの共有を要求した
ときに領域が確保されるようになっている。集中保守ツ
ール4の原始プログラム4dと実行プログラム4eは集
中保守ツール4側の仮想共有記憶領域4Vに置かれる。
個別保守ツール5の原始プログラム5dと実行プログラ
ム5eは個別保守ツール5側の仮想共有記憶領域5Vに
置かれている。In the figure, 4V and 5V indicate virtual shared storage areas, and the areas are secured between the centralized maintenance tool 4 and the individual maintenance tool 5 when sharing of the source program and the execution program is requested. ing. The source program 4d and the execution program 4e of the centralized maintenance tool 4 are placed in the virtual shared storage area 4V on the centralized maintenance tool 4 side.
The source program 5d and the execution program 5e of the individual maintenance tool 5 are placed in the virtual shared storage area 5V on the individual maintenance tool 5 side.
【0065】図9は、図8による保守ツールと制御装置
によるプログラムの編集方法をタイミングで示したもの
である。FIG. 9 is a timing chart showing a method of editing a program by the maintenance tool and the control device shown in FIG.
【0066】まず、T1およびT2では、個別保守ツー
ル5がイメージ図面の編集を行う場合、個別保守ツール
5から下位の制御装置2Aと集中保守ツール4に編集要
求を行う。次に、T3,T4に下位の制御装置2Aと集
中保守ツール4が編集要求を受け付けると、個別保守ツ
ール5と下位の制御装置2Aの間のツールIDと時刻デ
ータとの比較が行われ、続いて下位の制御装置2と集中
保守ツール4の間でツールIDと時刻データとの比較を
行う。First, in T1 and T2, when the individual maintenance tool 5 edits an image drawing, the individual maintenance tool 5 requests the lower control device 2A and the centralized maintenance tool 4 for editing. Next, when the subordinate control device 2A and the centralized maintenance tool 4 receive an edit request at T3 and T4, the tool ID and time data between the individual maintenance tool 5 and the subordinate control device 2A are compared, Then, the tool ID and the time data are compared between the lower-level control device 2 and the centralized maintenance tool 4.
【0067】この比較により、どちらかの保守ツールの
データが制御装置2Aのデータと一致していない場合に
は、一致している方の原始プログラムを他方の保守ツー
ルへ送信し原始プログラムが一致するようにする。According to this comparison, if the data of either maintenance tool does not match the data of the control device 2A, the matching source program is transmitted to the other maintenance tool and the source programs match. To do so.
【0068】次に、T5で個別保守ツール5と集中保守
ツール4の原始プログラムが一致すると、原始プログラ
ムを仮想共有記憶領域4V,5Vに格納される。Next, when the source programs of the individual maintenance tool 5 and the centralized maintenance tool 4 match at T5, the source programs are stored in the virtual shared storage areas 4V, 5V.
【0069】T6では、個別保守ツール5側で編集がさ
れると、仮想共有記憶領域4V,5Vのデータを一致さ
せるために、T7で編集の結果前と変化した場所のデー
タのみを差分データとして随時集中保守ツール4に送信
する。これにより、集中保守ツール4側の仮想共有記憶
領域4Vの原始プログラムが個別保守ツール5側の原始
プログラムと一致される。At T6, when the data is edited on the side of the individual maintenance tool 5, in order to match the data in the virtual shared storage areas 4V and 5V, only the data at the location changed from that before the editing at T7 is used as difference data. Send to centralized maintenance tool 4 as needed. As a result, the source program in the virtual shared storage area 4V on the centralized maintenance tool 4 side matches the source program on the individual maintenance tool 5 side.
【0070】T8では、翻訳を行うと、それぞれの翻訳
プログラムが動作して仮想共有記憶領域4V,5Vにそ
れぞれ実行プログラムを作成する。そして、T9で制御
装置2Aに格納され、T10では、仮想共有記憶領域4
V,5Vの開放がされる。At T8, when translation is performed, each translation program operates and creates an execution program in each of the virtual shared storage areas 4V and 5V. Then, at T9, it is stored in the control device 2A, and at T10, the virtual shared storage area 4
V and 5V are opened.
【0071】従って、仮想共有記憶領域4V,5Vを個
別保守ツール5と集中保守ツール4に設けるため、仮想
共有記憶領域4V,5Vに置かれた原始プログラムが常
に保守ツール同志で一致する。Therefore, since the virtual shared storage areas 4V and 5V are provided in the individual maintenance tool 5 and the centralized maintenance tool 4, the source programs placed in the virtual shared storage areas 4V and 5V always match with each other.
【0072】このように、個別保守ツール5または集中
保守ツール4で原始プログラムを編集する場合に、両者
の保守ツールの原始プログラムを常に一致させておくこ
とができるので、片方の保守ツールで原始プログラムを
編集したときに、他方の保守ツールに後で原始プログラ
ムを送信する必要がなくなり、編集者が原始プログラム
を送信することを意識する必要がなくなる。In this way, when editing a source program with the individual maintenance tool 5 or the centralized maintenance tool 4, the source programs of both maintenance tools can always be made to match, so that the source program of one maintenance tool can be used. When editing the, it is not necessary to send the source program to the other maintenance tool later, and the editor does not need to be aware of sending the source program.
【0073】常に、原始プログラムが一致しているの
で、原始プログラム変更時に差分データのみの送信すれ
ばよく、データ伝送量が少なくできるので、編集時の画
面応答が遅くなることがない。Since the source programs always match, only the difference data needs to be transmitted when the source program is changed, and the data transmission amount can be reduced, so that the screen response during editing is not delayed.
【0074】なお、第3実施例では、一致確認データ2
A2を制御装置2A内部に持つものとして説明したが、
制御装置2A内部ではなく、集中保守ツール4内部また
は個別保守ツール5内部に持つようにしても同様の効果
が得られることはいうまでもない。また、原始プログラ
ムの伝送を制御装置2Aから保守ツールに対して行うよ
うにしているが、個別保守ツール5を制御装置に直接接
続するのではなく、ネットワークに接続しても同様の効
果が得られる。In the third embodiment, the matching confirmation data 2
Although it has been described that the A2 is provided inside the control device 2A,
Needless to say, the same effect can be obtained by having the control device 2A inside the centralized maintenance tool 4 or inside the individual maintenance tool 5. Further, although the source program is transmitted from the control device 2A to the maintenance tool, the same effect can be obtained by connecting the individual maintenance tool 5 to the network instead of directly connecting to the control device. .
【0075】以上述べた第1実施例〜第3実施例では、
個別保守ツール5から集中保守ツール4に原始プログラ
ムを送信するように説明しているが、集中保守ツール4
から個別保守ツール5に原始プログラムを送信する場合
についても同様である。In the first to third embodiments described above,
Although it is explained that the original program is sent from the individual maintenance tool 5 to the centralized maintenance tool 4, the centralized maintenance tool 4
The same applies to the case where the original program is transmitted from the individual maintenance tool 5 to the individual maintenance tool 5.
【0076】また、原始プログラムをそのまま送るもの
としていたが、原始プログラムを一定のルールで圧縮し
て送り、受信した後それを復元するようにしても良いこ
とは無論である。このような圧縮と復元の方法は通信の
手段であり、原始プログラムが送られていることにはか
わりがない。Although the source program is sent as it is, it goes without saying that the source program may be compressed according to a certain rule, sent, and then restored after being received. Such a compression and decompression method is a means of communication, and the original program is still sent.
【0077】図10は、本発明の第4実施例を示す分散
制御システムの構成図である。FIG. 10 is a block diagram of a distributed control system showing a fourth embodiment of the present invention.
【0078】従来例を示す図14と同一符号は、同一部
分または相当部分を示し、第4実施例では、共通データ
ベース6は、記憶装置4Aにのみ格納しており、個別デ
ータ7は、制御装置2に実行プログラム11と共に格納
している。The same reference numerals as those in FIG. 14 showing the conventional example indicate the same or corresponding portions. In the fourth embodiment, the common database 6 is stored only in the storage device 4A, and the individual data 7 is stored in the control device. 2 and the execution program 11 are stored.
【0079】以上の構成で、まず、集中保守ツール4か
ら制御装置2の実行プログラム11を変更するとき、集
中保守ツール4では記憶装置4Aから共通データベース
6を読み込み、制御装置2からネットワーク3を通して
個別データ7を読み込み、個別データ7を変更する。こ
の個別データ7と共通データベース6とから実行プログ
ラム11を作成し、この実行プログラム11と変更後の
個別データ7をネットワーク3を通して制御装置2へ転
送して変更する。With the above configuration, first, when changing the execution program 11 of the control device 2 from the centralized maintenance tool 4, the centralized maintenance tool 4 reads the common database 6 from the storage device 4A, and individually from the control device 2 through the network 3. The data 7 is read and the individual data 7 is changed. An execution program 11 is created from the individual data 7 and the common database 6, and the execution program 11 and the changed individual data 7 are transferred to the control device 2 through the network 3 and changed.
【0080】一方、個別保守ツール5が制御装置2の実
行プログラム11を変更するとき、個別保守ツール5
は、記憶装置4Aから集中保守ツール4、ネットワーク
3、制御装置2を介して共通データベース6を読み込
み、さらに、制御装置2から個別データ7を読み込み、
個別データ7を変更する。そして、個別保守ツール5は
個別データ7と共通データベース6とから実行プログラ
ム11を作成し、この実行プログラム11と変更後の個
別データ7とを制御装置2へ格納する。On the other hand, when the individual maintenance tool 5 changes the execution program 11 of the control device 2, the individual maintenance tool 5
Reads the common database 6 from the storage device 4A via the centralized maintenance tool 4, the network 3 and the control device 2, and further reads the individual data 7 from the control device 2,
Change the individual data 7. Then, the individual maintenance tool 5 creates an execution program 11 from the individual data 7 and the common database 6, and stores the execution program 11 and the changed individual data 7 in the control device 2.
【0081】このように、集中保守ツール4と個別保守
ツール5のそれぞれで制御装置2の実行プログラム11
を変更しても、制御装置2に現在格納している実行プロ
グラム11に相当する最新の共通データベース6と最新
個別データ7を集中保守ツール4または個別保守ツール
5へ自動的に読み込むことができる。As described above, the centralized maintenance tool 4 and the individual maintenance tool 5 each execute the execution program 11 of the control device 2.
Even if is changed, the latest common database 6 and the latest individual data 7 corresponding to the execution program 11 currently stored in the control device 2 can be automatically read into the centralized maintenance tool 4 or the individual maintenance tool 5.
【0082】また、制御装置2がネットワーク3に接続
されていない場合でも、実行プログラム11を変更する
場合、共通データベース6の中で制御装置2に必要な部
分を個別データ7に含めれば、制御装置2に現在格納さ
れている実行プログラム11に相当する最新の個別デー
タ7を個別保守ツール5へ自動的に読み込むことができ
る。Even when the control device 2 is not connected to the network 3, when the execution program 11 is changed, if the part required for the control device 2 in the common database 6 is included in the individual data 7, the control device 2 The latest individual data 7 corresponding to the execution program 11 currently stored in 2 can be automatically read into the individual maintenance tool 5.
【0083】[0083]
【発明の効果】以上説明したように請求項1の発明は、
個別保守装置によってイメージ図面上でプログラム作成
を行った原始プログラムが制御装置の実行プログラムと
一致している場合にのみ集中保守装置に送信するように
したので、短時間に複数の制御装置に対応するそれぞれ
の個別保守装置でプログラム作成、変更、確認を行って
も、制御装置に実装された原始プログラムを誤り無く個
別保守ツールから集中保守装置に送ることが可能とな
る。As described above, the invention of claim 1 is
The original program created on the image drawing by the individual maintenance device is sent to the centralized maintenance device only when it matches the execution program of the control device, so it is possible to support multiple control devices in a short time. Even if a program is created, changed, and confirmed by each individual maintenance device, the source program installed in the control device can be sent from the individual maintenance tool to the centralized maintenance device without error.
【0084】請求項2の発明は、原始プログラムが制御
装置に実装されているものと同一内容であるかどうかを
確認するための原始プログラムの翻訳と実行プログラム
そのものの比較が不要になり、原始プログラムを送信す
る場合に比較のための待ち時間を大幅に減少することが
できる。According to the second aspect of the present invention, it is not necessary to compare the source program with the translation of the source program to check whether the source program has the same contents as that installed in the control device. The waiting time for comparison can be significantly reduced when sending the.
【0085】請求項3の発明は、常に、原始プログラム
が一致しているので、原始プログラム変更時に差分デー
タのみの送信すればよく、データ伝送量が少なくできる
ので、編集時の画面応答が遅くなることがない。According to the third aspect of the invention, since the source programs always match, only the difference data needs to be transmitted when the source program is changed, and the data transmission amount can be reduced, so that the screen response at the time of editing becomes slow. Never.
【0086】請求項4の発明は、実行プログラムが変更
されても制御装置に現在格納している実行プログラムに
相当する最新の共通データベースと最新個別データを集
中保守装置または個別保守装置へ自動的に読み込むこと
ができる。According to the invention of claim 4, even if the execution program is changed, the latest common database and the latest individual data corresponding to the execution program currently stored in the control device are automatically transmitted to the central maintenance device or the individual maintenance device. Can be read.
【図1】本発明の第1実施例を示す分散制御システムの
構成図である。FIG. 1 is a configuration diagram of a distributed control system showing a first embodiment of the present invention.
【図2】図1の個別保守ツールの処理手順を示すフロー
チャートである。FIG. 2 is a flowchart showing a processing procedure of the individual maintenance tool in FIG.
【図3】図1の制御装置の処理手順を示すフローチャー
トである。FIG. 3 is a flowchart showing a processing procedure of the control device of FIG.
【図4】図1の集中保守ツールの処理手順を示すフロー
チャートである。FIG. 4 is a flowchart showing a processing procedure of the centralized maintenance tool of FIG.
【図5】図1の分散制御システムの通信処理を示すタイ
ムチャートである。5 is a time chart showing communication processing of the distributed control system of FIG.
【図6】本発明の第2実施例を示す分散制御システムの
構成図である。FIG. 6 is a configuration diagram of a distributed control system showing a second embodiment of the present invention.
【図7】図6の分散制御システムの通信処理を示すタイ
ムチャートである。7 is a time chart showing a communication process of the distributed control system of FIG.
【図8】本発明の第3実施例を示す分散制御システムの
構成図である。FIG. 8 is a configuration diagram of a distributed control system showing a third embodiment of the present invention.
【図9】図8の分散制御システムの通信処理を示すタイ
ムチャートである。9 is a time chart showing communication processing of the distributed control system of FIG.
【図10】本発明の第4実施例を示す分散制御システム
の構成図である。FIG. 10 is a configuration diagram of a distributed control system showing a fourth embodiment of the present invention.
【図11】従来例(1)を示す分散制御システムの構成
図である。FIG. 11 is a configuration diagram of a distributed control system showing a conventional example (1).
【図12】図11の集中保守ツール4を示す構成図であ
る。12 is a configuration diagram showing a centralized maintenance tool 4 of FIG.
【図13】図11の個別保守ツールを示す構成図であ
る。13 is a configuration diagram showing the individual maintenance tool of FIG. 11. FIG.
【図14】従来例(2)を示す分散制御システムの構成
図である。FIG. 14 is a configuration diagram of a distributed control system showing a conventional example (2).
【図15】図14の制御装置の実行プログラムの作成手
順を示す説明図である。15 is an explanatory diagram showing a procedure for creating an execution program of the control device in FIG.
1 制御装置 2 制御装置 2A1 通信制御部 2A2 一致確認データ 2V 仮想下位制御装置 3 ネットワーク 3A,3B 通信制御装置 4 集中保守ツール 4A 記憶装置 4V 仮想共有記憶領域 5 個別保守ツール 5A 記憶装置 5V 仮想共有記憶領域 6 共通データベース 7 個別データ 10 監視操作装置 11 実行プログラム 1 control device 2 control device 2A1 communication control unit 2A2 coincidence confirmation data 2V virtual lower control device 3 network 3A, 3B communication control device 4 centralized maintenance tool 4A storage device 4V virtual shared storage area 5 individual maintenance tool 5A storage device 5V virtual shared storage Area 6 Common database 7 Individual data 10 Monitoring operation device 11 Execution program
Claims (4)
置と、これら制御装置のプログラムを集中して保守管理
する集中保守装置とがネットワークによって接続され、
前記制御装置によってプラントを制御する分散制御シス
テムにおいて、 前記個別保守装置は、原始プログラムを作成し、この原
始プログラムを翻訳して実行プログラムを作成し格納す
ると共に、この実行プログラムを前記制御装置へ格納す
る手段と、この手段により作成された実行プログラムと
前記対応する制御装置の実行プログラムとが一致するか
否か確認して、一致確認データを前記制御装置へ設定す
る手段と、前記原始プログラムを前記制御装置を介して
前記集中保守装置へ送信し、また、前記制御装置を介し
て原始プログラムを前記集中保守装置から受信する手段
とを設ける一方、前記制御装置は、前記一致確認データ
に基づいて、前記個別保守装置の原始プログラムを前記
集中保守装置へ転送し、また、前記集中保守装置からの
原始プログラムを前記個別保守装置へ転送する手段とを
設け、前記集中保守装置は、前記制御装置から転送され
る原始プログラムを受信して格納する手段と、前記制御
装置からの転送要求によって前記集中保守装置の原始プ
ログラムを前記制御装置へ転送する手段とを設けたこと
を特徴とする分散制御システム。1. A control device having individual maintenance devices and a centralized maintenance device for centrally maintaining and managing programs of these control devices are connected by a network,
In the distributed control system for controlling a plant by the control device, the individual maintenance device creates a source program, translates the source program to create and store an execution program, and stores the execution program in the control device. Means for confirming whether or not the execution program created by this means and the execution program of the corresponding control device match, and setting matching confirmation data in the control device; A means for transmitting to the centralized maintenance device via the control device, and means for receiving a source program from the centralized maintenance device via the control device, while the control device is based on the coincidence confirmation data, The source program of the individual maintenance device is transferred to the central maintenance device, and the source program from the central maintenance device is transferred. Means for transferring a start program to the individual maintenance device, the centralized maintenance device receiving and storing the source program transferred from the control device, and the centralized maintenance by a transfer request from the control device. And a means for transferring a source program of the device to the control device.
置と、これら制御装置のプログラムを集中して保守管理
する集中保守装置とがネットワークによって接続され、
前記制御装置によってプラントを制御する分散制御シス
テムにおいて、 前記個別保守装置は、識別データを付加した原始プログ
ラムを作成し、この原始プログラムを翻訳して識別デー
タを付加した実行プログラムを作成し格納すると共に、
識別データを付加した実行プログラムを前記制御装置へ
格納する手段と、前記原始プログラムの識別データと前
記制御装置の実行プログラムの識別データが一致するか
否か確認して、一致確認データを前記制御装置へ設定す
る手段と、前記原始プログラムを前記制御装置を介して
前記集中保守装置へ送信し、また、前記制御装置を介し
て前記集中保守装置から受信する手段とを設ける一方、
前記制御装置は、前記一致確認データに基づいて、前記
個別保守装置の原始プログラムを前記集中保守装置へ転
送し、また、前記集中保守装置からの原始プログラムを
前記個別保守装置へ転送する手段とを設け、前記集中保
守装置は、前記制御装置から転送される原始プログラム
を受信して格納する手段と、前記制御装置からの転送要
求によって前記集中保守装置の原始プログラムを前記制
御装置へ転送する手段とを設けたことを特徴とする分散
制御システム。2. A control device having individual maintenance devices and a centralized maintenance device for centrally maintaining and managing programs of these control devices are connected by a network,
In a distributed control system for controlling a plant by the control device, the individual maintenance device creates a source program to which identification data is added, translates the source program, creates and stores an execution program to which the identification data is added, and stores the program. ,
Means for storing an execution program to which identification data is added in the control device, and whether or not the identification data of the source program and the identification data of the execution program of the control device match, and the matching confirmation data is sent to the control device. And means for transmitting the source program to the central maintenance device via the control device and receiving from the central maintenance device via the control device.
The control device transfers a source program of the individual maintenance device to the centralized maintenance device based on the matching confirmation data, and a unit of transferring the source program from the centralized maintenance device to the individual maintenance device. And a means for receiving and storing a source program transferred from the control device, and a means for transferring the source program of the central maintenance device to the control device in response to a transfer request from the control device. A distributed control system characterized by being provided with.
置と、これら制御装置のプログラムを集中して保守管理
する集中保守装置とがネットワークによって接続され、
前記制御装置によってプラントを制御する分散制御シス
テムにおいて、 前記個別保守装置は、識別データを付加した原始プログ
ラムを作成し、この原始プログラムを翻訳して識別デー
タを付加した実行プログラムを作成し格納すると共に、
識別データを付加した実行プログラムを前記制御装置へ
格納する手段と、前記原始プログラムの識別データと前
記制御装置の実行プログラムの識別データが一致するか
否か確認して、第1の一致確認データを前記制御装置へ
設定する手段と、前記原始プログラムを前記制御装置を
介して前記集中保守装置へ送信し、また、前記制御装置
を介して原始プログラム前記集中保守装置から受信する
手段とを設ける一方、前記集中保守装置は、識別データ
を付加した原始プログラムを作成し、この原始プログラ
ムを翻訳して識別データを付加した実行プログラムを作
成し格納すると共に、前記原始プログラムの識別データ
と前記制御装置の実行プログラムの識別データが一致す
るか否か確認して、第2の一致確認データを前記制御装
置へ設定する手段と、前記原始プログラムを前記制御装
置を介して前記個別保守装置へ送信し、または、前記制
御装置を介して原始プログラム前記個別保守装置から受
信する手段とを設け、前記制御装置は、前記第1の一致
確認データと前記第2の一致確認データの状態に応じて
差分データに相当する原始プログラムを前記集中保守装
置または前記個別保守装置へ転送する手段を設けたこと
を特徴とする分散制御システム。3. A control device having individual maintenance devices and a central maintenance device for centrally maintaining and managing programs of these control devices are connected by a network,
In a distributed control system for controlling a plant by the control device, the individual maintenance device creates a source program to which identification data is added, translates the source program, creates and stores an execution program to which the identification data is added, and stores the program. ,
Means for storing the execution program to which the identification data is added in the control device, and whether or not the identification data of the source program and the identification data of the execution program of the control device are matched, and the first matching confirmation data is obtained. While providing means for setting to the control device, means for transmitting the source program to the centralized maintenance device via the control device, and means for receiving the source program from the centralized maintenance device via the control device, The centralized maintenance device creates a source program to which identification data is added, translates the source program to create and stores an execution program to which the identification data is added, and stores the identification data of the source program and execution of the control device. Means for confirming whether the identification data of the programs match and setting the second matching confirmation data in the control device Means for transmitting the source program to the individual maintenance device via the control device or receiving the source program from the individual maintenance device via the control device, wherein the control device is configured to A distributed control system comprising means for transferring a source program corresponding to difference data to the centralized maintenance device or the individual maintenance device according to the states of the match confirmation data and the second match confirmation data.
置と、これら制御装置のプログラムを集中して保守管理
する集中保守装置とがネットワークによって接続され、
前記制御装置によってプラントを制御する分散制御シス
テムにおいて、 前記制御装置は、実行プログラムとこの実行プログラム
を作成するための個別データとを格納する手段を設ける
と共に、前記集中保守装置は、共通データベースを格納
する手段と、前記共通データベースと前記制御装置の個
別データとを読み込み前記制御装置の前記実行プログラ
ムを変更する手段とを設け、前記個別保守装置は、前記
共通データベースと前記個別データとを読み込み前記制
御装置の実行プログラムを変更する手段とを設けたこと
を特徴とする分散制御システム。4. Each control device having an individual maintenance device and a centralized maintenance device for centrally maintaining and managing programs of these control devices are connected by a network,
In the distributed control system for controlling a plant by the control device, the control device is provided with means for storing an execution program and individual data for creating the execution program, and the central maintenance device stores a common database. Means for changing the execution program of the control device by reading the common database and individual data of the control device, and the individual maintenance device reads the common database and the individual data And a means for changing the execution program of the apparatus.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP5178629A JPH0713811A (en) | 1993-06-28 | 1993-06-28 | Decentralized control system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP5178629A JPH0713811A (en) | 1993-06-28 | 1993-06-28 | Decentralized control system |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH0713811A true JPH0713811A (en) | 1995-01-17 |
Family
ID=16051805
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP5178629A Pending JPH0713811A (en) | 1993-06-28 | 1993-06-28 | Decentralized control system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH0713811A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2015158821A (en) * | 2014-02-25 | 2015-09-03 | 三菱電機株式会社 | plant monitoring system |
-
1993
- 1993-06-28 JP JP5178629A patent/JPH0713811A/en active Pending
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2015158821A (en) * | 2014-02-25 | 2015-09-03 | 三菱電機株式会社 | plant monitoring system |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20050251636A1 (en) | Method for controlling storage device controller, storage device controller, and program | |
EP0462014B1 (en) | Method of controlling a duplex data storage system and data processing system using the same | |
JPH0713811A (en) | Decentralized control system | |
JPH01211147A (en) | File transmitting system | |
JP2857381B2 (en) | Dynamic simulator | |
JPS63126032A (en) | Program updating control system | |
JP2890962B2 (en) | Loosely coupled multi-hot standby computer system | |
JP2000155685A (en) | Control system and method for producing control program | |
JPS61143807A (en) | Programming device with editing function | |
JP3407019B2 (en) | Data transmission method and data transmission system | |
JPH11120009A (en) | Inter-process communication controller | |
JPH10320218A (en) | Automatic starting method for cooperative job in data transfer processing | |
JPH0713943A (en) | Parallel computer | |
JPH08328607A (en) | Method for updating process computer | |
JPH11288307A (en) | Fa system | |
JPH04160546A (en) | Address dynamic change system for line concentrator | |
JPH04123203A (en) | Automatic working system | |
JPH05134906A (en) | Memory information collecting system | |
JPH0192810A (en) | Nc data storing system | |
JPH098908A (en) | Exchange and restart processing method for exchange | |
JPH06138917A (en) | Programmable controller | |
JPH01239622A (en) | File processor | |
JPH01120621A (en) | Retrieving/updating system for data base | |
KR19980027945A (en) | Battery fixing structure of car | |
JPH06119226A (en) | Distributed data base management system |