JP2722851B2 - Process control equipment - Google Patents

Process control equipment

Info

Publication number
JP2722851B2
JP2722851B2 JP3101451A JP10145191A JP2722851B2 JP 2722851 B2 JP2722851 B2 JP 2722851B2 JP 3101451 A JP3101451 A JP 3101451A JP 10145191 A JP10145191 A JP 10145191A JP 2722851 B2 JP2722851 B2 JP 2722851B2
Authority
JP
Japan
Prior art keywords
control
execution
function
area
block
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP3101451A
Other languages
Japanese (ja)
Other versions
JPH04332001A (en
Inventor
俊明 白井
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Yokogawa Electric Corp
Original Assignee
Yokogawa 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 Yokogawa Electric Corp filed Critical Yokogawa Electric Corp
Priority to JP3101451A priority Critical patent/JP2722851B2/en
Publication of JPH04332001A publication Critical patent/JPH04332001A/en
Application granted granted Critical
Publication of JP2722851B2 publication Critical patent/JP2722851B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

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 apparatus using a computer to construct a control system by combining a plurality of functional blocks for executing a predetermined control function by software. The present invention relates to a process control device capable of partially changing the execution order of functional blocks without affecting desired control characteristics as a whole.

【0002】[0002]

【従来の技術】計算機を用い、所定の制御機能をソフト
ウェアで実行する複数の機能ブロックを組み合わせて制
御系を構築するようにしたプロセス制御装置が、従来よ
り分散形制御システムとして実用化されている。複数の
機能ブロックとしては、例えばフィードバック制御を実
行する制御計器として機能するブロック、シーケンス制
御を実行するシーケンス制御計器として機能する機能ブ
ロック、各種の演算を実行する演算機能ブロックなどが
あり、これらを適用するプロセスに応じて適宜組合わ
せ、大きな制御系(ループ)を構築するようになってい
る。この様な各種の機能ブロックを実行する計算機は、
理想的には並列実行できるものが望ましいが、現在のデ
ィジタルコンピュータ上で実現する限りでは、何等かの
順序で逐次実行することになる。このとき、実行順序の
選び方によって制御系の動特性が異なることが一般的
で、最悪の場合は、望む制御特性が得られない場合もあ
る。したがって、計算機によって実現するプロセス制御
装置においては、ユーザが望む制御特性を得るために、
任意の順序で機能ブロックを実行できるようにすること
が必要になる。図5及び図6は、この種のプロセス制御
装置において、従来の機能ブロックの実行順序の制御手
法を示す概念図である。図5は、定義順実行方式を示す
もので、図示するように、機能ブロックBK1,BK2
…のように並び順(番号が付されていれば番号順)に実
行する方式である。 図6は、実行順序定義テーブル方
式を示すもので、各機能ブロックには、図示するように
その機能ブロックを代表する番号が付されていて、実行
順序を定義した定義テーブルTLを用意し、その定義順
に実行する方式である。
2. Description of the Related Art A process control apparatus using a computer and constructing a control system by combining a plurality of functional blocks for executing a predetermined control function by software has been practically used as a distributed control system. . The plurality of functional blocks include, for example, a block that functions as a control instrument that performs feedback control, a functional block that functions as a sequence control instrument that performs sequence control, and an arithmetic function block that performs various calculations. The large control system (loop) is constructed by appropriately combining according to the process to be performed. The computer that executes these various functional blocks is
Ideally, those that can be executed in parallel are desirable, but as long as they are implemented on a current digital computer, they are executed sequentially in any order. At this time, the dynamic characteristics of the control system generally differ depending on how the execution order is selected. In the worst case, the desired control characteristics may not be obtained. Therefore, in a process control device realized by a computer, in order to obtain a control characteristic desired by a user,
It is necessary to be able to execute the functional blocks in any order. FIG. 5 and FIG. 6 are conceptual diagrams showing a conventional method of controlling the execution order of functional blocks in this type of process control device. FIG. 5 shows a definition order execution method. As shown in FIG. 5, the function blocks BK1, BK2
.. Are executed in the order of arrangement (if numbers are assigned, in numerical order). FIG. 6 shows an execution order definition table method. Each function block is assigned a number representative of the function block as shown in the figure, and a definition table TL defining the execution order is prepared. This method is executed in the order of definition.

【0003】[0003]

【発明が解決しようとする課題】しかしながら、図5に
示す定義順実行方式は、単純であるという利点があるが
初期の制御系を構築した後、稼動状況に応じて機能ブロ
ックを追加しようとすると、次のような問題点が生ず
る。 (a) 新しく追加する機能ブロックは、既に存在する機能
ブロックの一番最後になってしまう。この為に、ユーザ
が希望する実行順序はほとんど得られない。 (b) どうしても、実行順序を変更したい場合、各機能ブ
ロックに付したブロック番号を順次変更して、追加する
機能ブロックを挿入するという複雑な手間が必要にな
る。この場合、ブロック番号を順次変更したことによ
り、それらの機能ブロックを利用している他の制御ルー
プでの定義情報も変更する必要が生じ、部分的な修正が
他へ影響することとなる。 (c) この様な影響を回避するために、当初機能ブロック
を割り付けるときに、増設用に適宜空きブロック番号を
挾み込んでおけばよいが、この場合、不要な機能ブロッ
クを予め用意することとなり、ソフトウェア資源の無駄
使いになる。 図6に示した実行順序定義テーブル方式は、任意の順序
で機能ブロックを実行できるために、後から追加した機
能ブロックでも既設の機能ブロックの間に自由に挟み込
むことができ、図5の方式の問題点を解決することがで
きる。ところが、制御系の規模が大きくなる場合、次の
ような問題を生ずる。 (a) 極めて局所的に実行順序を変更したいときでも、全
機能ブロックの実行順序定義テーブルを入れ替えること
になる。実行順序テーブルの修正は、機能ブロックの実
行処理プログラムに影響を与えるので、少なくともテー
ブルのローディング直前には、実行を停止する必要があ
る。この為に局所的な変更でも、制御系全体の制御動作
に影響を与えてしまう。 (b) 制御系が大規模化すると、ユーザは制御系全体を均
一に認識しなくなる。その理由は、対象プロセスの区切
りに合わせてグルーピングを行い、一つのプロセス領域
に対する局所的な保守と、制御系全体を見る大局的な保
守とを区別して認識するようになるからである。全体を
一括して取り仕切る実行順序定義テーブルは、制御系全
体の構成を変更するものである。この為に一つの領域に
対する局所的な保守操作が、他の領域に対する保守に干
渉する恐れが生じてくる。 本発明は、これらの点に鑑みてなされたもので、機能ブ
ロックを組み合わせて大規模な制御系を構築する場合、
局所的な変更が制御系全体の動作に影響を与えず、ま
た、大局的保守や局所的な保守からなる階層的な保守の
アプローチをとるユーザに対しても、局所的な保守によ
る操作が制御系内の他の領域の保守に与える干渉を最小
限にできるプロセス制御装置を提供することを目的とす
る。
However, the definition order execution method shown in FIG. 5 has the advantage of simplicity. However, after constructing an initial control system, if an attempt is made to add a functional block according to the operating situation. The following problems arise. (a) The newly added functional block is the last of the existing functional blocks. Therefore, the execution order desired by the user is hardly obtained. (b) If it is absolutely necessary to change the execution order, it is necessary to change the block numbers assigned to the respective functional blocks sequentially and insert a functional block to be added, which is complicated. In this case, since the block numbers are sequentially changed, it is necessary to change definition information in other control loops using those function blocks, and the partial correction affects others. (c) In order to avoid such an effect, when assigning function blocks initially, it is sufficient to insert an empty block number appropriately for expansion, but in this case, prepare unnecessary function blocks in advance. This is a waste of software resources. In the execution order definition table method shown in FIG. 6, since the function blocks can be executed in an arbitrary order, the function blocks added later can be freely inserted between the existing function blocks. The problem can be solved. However, when the scale of the control system is increased, the following problem occurs. (a) Even when it is desired to change the execution order extremely locally, the execution order definition tables of all functional blocks are replaced. Since the modification of the execution order table affects the execution processing program of the functional block, it is necessary to stop the execution at least immediately before loading the table. For this reason, even a local change affects the control operation of the entire control system. (b) If the control system becomes large-scale, the user will not recognize the entire control system uniformly. The reason is that grouping is performed in accordance with the division of the target process, and local maintenance for one process area and global maintenance for viewing the entire control system are distinguished and recognized. The execution order definition table that collectively manages the whole changes the configuration of the entire control system. For this reason, a local maintenance operation for one area may interfere with maintenance for another area. The present invention has been made in view of these points, and when a large-scale control system is constructed by combining functional blocks,
Local change does not affect the operation of the entire control system, and local maintenance operation is controlled even for users who take a hierarchical maintenance approach consisting of global maintenance and local maintenance. An object of the present invention is to provide a process control device capable of minimizing interference with maintenance of other areas in a system.

【0004】[0004]

【課題を解決するための手段】この様な目的を達成する
本発明は、所定の制御機能をソフトウェアで実行する複
数の機能ブロックを組み合わせて制御系を構築するプロ
セス制御装置において、前記機能ブロックを複数個組み
合わせてひとまとまりの制御系を実現する制御ドローイ
ングと、前記制御ドローイングを複数個集合して一つの
制御系統を実現する複数の制御エリアと、前記制御エリ
ア毎に用意され、前記制御ドローイングの実行順序を規
定するドローイング実行制御テーブルと、このドローイ
ング実行制御テーブルにリンクしていて、当該ドローイ
ング内の機能ブロックの実行順序を規定する機能ブロッ
ク実行制御テーブルとを備え、各制御エリアの中での制
御ドローイング,機能ブロックは各実行制御テーブルの
定義に従って逐次実行されるようにしたことを特徴とす
るプロセス制御装置である。
SUMMARY OF THE INVENTION In order to achieve the above object, the present invention provides a process control apparatus for constructing a control system by combining a plurality of function blocks for executing a predetermined control function by software. A control drawing that realizes a single control system by combining a plurality of the control drawings; a plurality of control areas that realize a single control system by collecting a plurality of the control drawings; and A drawing execution control table that defines an execution order; and a function block execution control table that is linked to the drawing execution control table and that defines an execution order of the function blocks in the drawing. Control drawings and function blocks are executed sequentially according to the definition of each execution control table. A process control device being characterized in that so as to be line.

【0005】[0005]

【作用】制御装置内には、複数の制御エリアが用意され
ている。これらの各制御エリア内には、制御ドローイン
グを単位にして制御系が組まれている。さらに、各制御
ドローイングは、複数の機能ブロックを組み合わせて形
成されている。各制御エリア内での、制御ドローイン
グ,機能ブロックは、ドローイング実行テーブルとこの
テーブルにリンクしている機能ブロック実行制御テーブ
ルの定義にしたがって逐次実行される。ここで、機能ブ
ロック,制御ドローイング,制御エリアの技術的意味
は、それぞれ以下の通りである。 機能ブロック; 機能ブロックは、制御機能の最小単位となる基本要素
で、入力端子から読み込んだデ一夕を基に出力信号をソ
フトウェアにより演算し、演算結果を出力端子から出力
するように構成されている。演算として、フィードバッ
ク制御演算,シーケンス制御演算,数値・論理演算等が
行われる。各機能ブロックには、それを特定するための
タグ名のような識別情報が割り付けられる。なお、この
ような機能ブロックを組み合わせて制御回路を構成する
技術は、例えば「特開昭55−127607号公報」に
見られるように公知の事項である。 制御ドローイング; 制御ドローイングは、ユーザがひとまとまりの制御単位
としてみなすことができる機能ブロックの最小の集まり
により構成され、各制御ドローイングには、それを特定
するためのドローイング番号のような識別情報が割り付
けられる。制御ドローイングに含まれる機能ブロックの
数に制約はなく、その規模はユーザの要求に応じて自由
に決められる。プロセス制御プロダクションモデルで定
義される「イクイップメントモジュール(Equipm
ent Module)」程度に相当した範囲を一つの
制御ドローイングに対応させるのが都合がよい。一つの
制御ドローイングに含まれる各機能ブロックは、他の制
御ドローイングに含まれる機能ブロックに途中で割り込
まれることなく連続して処理される。このような制御ド
ローイングの概念を導入することで、制御ドローイング
を一つの塊(単位)としでエンジアリングできるので、
ユーザが制御系を効率的に整理したり管理したりするこ
とが可能となる。 制御エリア; 制御エリアは、独立な制御系としてみなすことができる
制御ドローイングの集合により構成される。制御エリア
の規模は、ユーザの要求に応じて自由に決めることがで
きるが、数個の「装置(Unit)」を包含する「系統
(Train)/(Line)」あるいは「エリア(A
rea)」と呼ばれる範囲の制御系程度を表現すること
を想定している。このような制御エリアの概念を導入す
ることにより、理論的に独立した制御系をそれぞれ一つ
の制御エリアに割り振ることができ、各制御エリアは、
互いに影響を与えずに独立して機能するもので、制御エ
リア毎に分散してエンジニアリング作業(制御系の構築
・生成/テスト/実行/保守等)を容易に行うことがで
きるようにしている。なお、括弧内に示す英文のプロセ
ス制御用語は、「バッチシステム規格(ISA/SP8
8)」より引用している。
The control device has a plurality of control areas. In each of these control areas, a control system is set up in units of control drawings. Furthermore, each control drawing is formed by combining a plurality of functional blocks. The control drawing and the function block in each control area are sequentially executed according to the definition of the drawing execution table and the function block execution control table linked to this table. Here, the technical meanings of the functional block, the control drawing, and the control area are as follows. Function block: The function block is a basic element that is a minimum unit of the control function, and is configured to calculate an output signal by software based on data read from an input terminal and output a calculation result from an output terminal. I have. As the operation, a feedback control operation, a sequence control operation, a numerical / logical operation, and the like are performed. Each function block is assigned identification information such as a tag name for specifying the function block. The technique of forming a control circuit by combining such functional blocks is a known matter, for example, as disclosed in Japanese Patent Application Laid-Open No. 55-127607. Control drawing: Control drawing is composed of a minimum collection of functional blocks that can be regarded as a unit of control by a user, and each control drawing is assigned identification information such as a drawing number for identifying the control drawing. Can be There is no restriction on the number of functional blocks included in the control drawing, and the size is freely determined according to the user's requirements. "Equipment module (Equipm) defined in the process control production model
It is convenient to make a range corresponding to "ent Module)" correspond to one control drawing. Each function block included in one control drawing is continuously processed without being interrupted by a function block included in another control drawing. By introducing such a concept of control drawing, it is possible to engineer the control drawing as one block (unit),
The user can efficiently organize and manage the control system. Control area: The control area is constituted by a set of control drawings that can be regarded as an independent control system. The size of the control area can be freely determined according to a user's request. However, the "train (Line)" including several "devices" or "area (A)"
rea) ”is assumed to be expressed in a control system degree in a range called“ rea ”. By introducing such a concept of the control area, a theoretically independent control system can be allocated to each control area, and each control area is
They function independently without affecting each other, so that engineering work (construction / generation / test / execution / maintenance of control systems, etc.) can be easily performed in a distributed manner for each control area. The English process control term shown in parentheses is "Batch System Standard (ISA / SP8
8) ”.

【0006】[0006]

【実施例】以下図面を用いて、本発明の実施例を詳細に
説明する。図1は、本発明の装置の一実施例を示す構成
概念図である。図においてCSはプロセス制御装置で、
フィールドに設置した各センサからのプロセス信号PV
を入力し、これらのプロセス信号に対して制御装置内に
複数の機能ブロックを組合わせて構築された制御系を経
て制御出力MVを求め、それをバルブ等に出力するもの
である。この中には、フィードバック制御演算機能を持
つ機能ブロックやシーケンス制御を行う機能ブロック、
数値・論理演算などを行う機能ブロック等の各機能ブロ
ック1が複数個用意されている。プロセス制御装置CS
において、2a,2b,2c…は機能ブロック1を複数
個組み合わせてひとまとまりの制御系を実現する制御ド
ローイングである。この制御ドローイングは、ひとまと
まりの制御単位とみなすことができる機能ブロックの最
小の集合で、プロセス制御で定義されている「機器(Eq
uipment Module)」程度の規模の制御系を想定してい
る。3a,3b…は制御ドローイング2を複数個集合し
て一つの独立な制御系を実現する制御エリアである。こ
の制御エリアは、数個の「装置(Unit)を包含する系統(T
rain) あるいはエリア(Area)」程度の範囲の制御系を実
現する規模を想定している。4は制御エリア3a,3b
毎に用意され、制御ドローイング2の実行順序を規定す
るドローイング実行制御テーブル、5はドローイング実
行制御テーブル4にリンクしていて、ドローイング2内
の機能ブロック1の実行順序を規定する機能ブロック実
行制御テーブルである。各制御エリア3の中での制御ド
ローイング2,機能ブロック1は各実行制御テーブル
4,5の定義に従って逐次実行されるように構成されて
いる。
Embodiments of the present invention will be described below in detail with reference to the drawings. FIG. 1 is a conceptual view showing the configuration of an embodiment of the apparatus of the present invention. In the figure, CS is a process control device,
Process signal PV from each sensor installed in the field
The control output MV is obtained through a control system constructed by combining a plurality of functional blocks in the control device with respect to these process signals, and the control output MV is output to a valve or the like. Among them are a function block having a feedback control calculation function, a function block performing sequence control,
A plurality of functional blocks 1 such as functional blocks for performing numerical and logical operations are prepared. Process control device CS
, 2a, 2b, 2c... Are control drawings for realizing a group of control systems by combining a plurality of functional blocks 1. This control drawing is the smallest set of functional blocks that can be considered as a set of control units.
uipment Module). Reference numerals 3a, 3b,... Are control areas in which a plurality of control drawings 2 are assembled to realize one independent control system. This control area is composed of a system (T
The scale is assumed to realize a control system in the range of about “rain) or“ Area ”. 4 is a control area 3a, 3b
A drawing execution control table, which is prepared for each execution and defines the execution order of the control drawing 2, is linked to the drawing execution control table 4, and a function block execution control table that defines the execution order of the function blocks 1 in the drawing 2. It is. The control drawing 2 and the function block 1 in each control area 3 are configured to be sequentially executed according to the definitions of the execution control tables 4 and 5.

【0007】図2は、制御ドローイング2と機能ブロッ
クとの関係を示す概念図である。ここでは、(a)に示
すような重合釜の温度を外釜に供給する加熱流体の流量
を調節することで制御を行う制御系の例を示している。
この様なひとまとまりの制御系を構築するために、複数
の機能ブロック1を(b)に示すように組合わせて、一
つの制御ドローイング2が構成される。この制御ドロー
イング2において、11(タグ名TIC102)は、釜
内の温度信号(T1IN)を入力とする温度調節計とし
て機能する機能ブロックであり、12(タグ名X10
3)は温度調節計としての機能ブロック11からの信号
と、釜に導入される原材料の流量信号(F1IN)とを
入力する演算器として機能する機能ブロックであり、1
3は加熱流体の流量信号(F2IN)、圧力信号(PI
N)、温度信号(T2IN)を入力する演算器として機
能する機能ブロックである。また、14(タグ名FIC
101)は演算器として機能する機能ブロック12から
の信号が設定値SVとして印加され、演算器として機能
する機能ブロック13からの信号がプロセス信号PVと
して印加される流量調節計として機能する機能ブロック
で、ここからの出力MV(VOUT)は、バルブなどの
操作端に出力されるようになっている。この様な制御系
で形成される制御ドローイング2は、例えば釜内に投入
した原材料の加熱制御を行うための制御単位となってい
る。
FIG. 2 is a conceptual diagram showing the relationship between the control drawing 2 and the functional blocks. Here, an example of a control system for controlling the temperature of the polymerization vessel as shown in (a) by adjusting the flow rate of the heating fluid supplied to the outer vessel is shown.
In order to construct such a group of control systems, one control drawing 2 is configured by combining a plurality of functional blocks 1 as shown in FIG. In the control drawing 2, reference numeral 11 (tag name TIC102) is a functional block functioning as a temperature controller to which a temperature signal (T1IN) in the kettle is input, and 12 (tag name X10).
3) is a functional block that functions as a computing unit that inputs a signal from the functional block 11 as a temperature controller and a flow rate signal (F1IN) of raw materials introduced into the kettle.
3 is a flow signal (F2IN) of the heating fluid and a pressure signal (PI
N), which is a functional block functioning as an arithmetic unit for inputting a temperature signal (T2IN). In addition, 14 (tag name FIC
101) is a functional block functioning as a flow controller in which a signal from a functional block 12 functioning as a computing unit is applied as a set value SV and a signal from a functional block 13 functioning as a computing unit is applied as a process signal PV. The output MV (VOUT) from here is output to an operation terminal such as a valve. The control drawing 2 formed by such a control system is, for example, a control unit for controlling the heating of the raw material put into the kettle.

【0008】図1において、制御エリア3aに含まれて
いる各制御ドローイングは、この様なひとまとまりの制
御を実行するものであり、例えば制御ドローイング2a
が加熱制御を実行し、制御ドローイング2bは、例えば
釜内の材料の攪拌制御を実行するものであり、制御ドロ
ーイング2cは、例えば攪拌済みの材料を釜から払出す
制御を実行するものとなっていて、これら制御エリア内
の各制御ドローイングの実行により、ひとつの系統のプ
ロセス制御が実現される。図3は、各エリア3a,3b
…と、これらの各エリアが担当するプロセス制御系との
関係を示す図である。エリア3aは第1系統のプロセス
制御を担当し、エリア3bは第1系統と独立した第2系
統のプロセス制御を担当するもので、各制御エリアは、
それぞれ非同期で実行される。
In FIG. 1, each control drawing included in the control area 3a executes such a group of controls, for example, the control drawing 2a.
Performs heating control, the control drawing 2b performs, for example, stirring control of the material in the kettle, and the control drawing 2c performs, for example, control for discharging the stirred material from the kettle. By executing each control drawing in these control areas, one system of process control is realized. FIG. 3 shows each area 3a, 3b.
And a diagram showing a relationship between each area and a process control system in charge of each area. The area 3a is in charge of a first system process control, and the area 3b is in charge of a second system process control independent of the first system.
Each is executed asynchronously.

【0009】図4は、各制御エリアの中で、制御ドロー
イング,機能ブロックの実行順序を管理する各テーブル
の構成概念図である。制御ドローイング実行制御テーブ
ル4は、制御ドローイングの処理順序を指定するもの
で、その処理の順番は、先頭ドローイング番号(先頭D
RW#)ポインタが指す制御ドローイングから処理が開
始され、ひとつのドローイング内の処理が全て終わった
ら次に1次リンク方向に指定されているドローイングが
指定されるように構成してある。機能ブロック実行制御
テーブル5は、機能ブロックの実行順序を指定するもの
で、その処理の順番は、先頭ブロック番号ポインタが指
す機能ブロックから処理を始め、その機能ブロックでの
処理が終了すると、2次リンク(ブロックリンク)に従
って、次の機能ブロックが処理されるように構成されて
いる。ここで各機能ブロックが用いる各種のデータベー
スは、それぞれ制御エリアごとに構築されるようになっ
ている。
FIG. 4 is a conceptual diagram showing the structure of each table for managing the order of execution of control drawings and functional blocks in each control area. The control drawing execution control table 4 specifies the processing order of the control drawing, and the processing order is determined by the head drawing number (head D).
RW #) The processing is started from the control drawing indicated by the pointer, and when the processing in one drawing is completed, the drawing specified in the primary link direction is specified next. The function block execution control table 5 specifies the execution order of the function blocks. The order of the processing is such that the processing starts from the function block indicated by the first block number pointer, and when the processing in the function block ends, the secondary According to the link (block link), the next functional block is processed. Here, various databases used by each functional block are constructed for each control area.

【0010】このように構成した装置の動作を、次に制
御実行時の動作と、機能ブロック実行順序を変更する時
の動作とに分けて説明する。 (制御実行時の動作)各制御エリアの機能ブロック処理
を実行するプログラムは、それぞれ独立タスクとして動
作している。また、機能ブロック処理を実行するプログ
ラムは、定周期で、ドローイング実行制御テーブル4で
示される先頭ドローイング番号(先頭DRW#)ポイン
タが指す制御ドローイングから処理を開始する。各制御
ドローイングでの処理では、1次リンクノードの先頭ブ
ロック番号ポインタが指す機能ブロックから処理が開始
される。その機能ブロックの処理が完了すると、機能ブ
ロック実行テーブル5の2次リンク(ブロックリンク)
に従って順次、次の機能ブロックを処理する。ある制御
ドローイング内の全ての機能ブロックの処理が完了する
と、ドローイング実行制御テーブル4の1次リンク(ド
ローイングリンク)に従って、次の制御ドローイングが
指定される。1次リンクに繋がれた全ての制御ドローイ
ングの処理が完了すると、その周期の制御エリア処理を
終了する。
Next, the operation of the apparatus configured as described above will be described separately for the operation at the time of executing the control and the operation at the time of changing the execution order of the functional blocks. (Operation at the Time of Executing Control) The programs that execute the function block processing of each control area operate as independent tasks. Further, the program for executing the functional block process starts the process from the control drawing indicated by the head drawing number (head DRW #) pointer indicated in the drawing execution control table 4 at a fixed period. In the processing in each control drawing, the processing is started from the functional block indicated by the head block number pointer of the primary link node. When the processing of the functional block is completed, the secondary link (block link) of the functional block execution table 5
, The next function block is sequentially processed. When the processing of all the function blocks in a certain control drawing is completed, the next control drawing is designated according to the primary link (drawing link) of the drawing execution control table 4. When the processing of all the control drawings connected to the primary link is completed, the control area processing in that cycle ends.

【0011】(機能ブロック実行順序変更操作時の動
作)機能ブロックの実行順序を変更する場合、機能ブロ
ック実行制御テーブル5の内容を変更する。この様な変
更は、制御系を構築するビルダにおいて行えるもので、
ビルダから制御エリアを示す制御エリア番号、制御ドロ
ーイング番号を特定し、機能ブロック実行制御テーブル
5の修正データ(その制御ドローイング内の実行順序に
沿ってブロック番号が列挙されているリストデータ)を
制御装置CSに転送する。この様なリストデータを受け
た制御装置CSは、その修正データに従い、該当する制
御エリアの制御ドローイングの2次リンク(ブロックリ
ンク)を修正する。機能ブロックの追加や削除等を行う
場合(制御ドローイングの構成を変化させる場合)も、
ビルダから同様にして機能ブロック実行制御テーブル5
の修正データを制御装置に送ることにより実現できる。
(Operation at the Time of Changing Functional Block Execution Order) When the execution order of the functional blocks is changed, the contents of the function block execution control table 5 are changed. Such changes can be made in the builder that builds the control system.
A control area number and a control drawing number indicating a control area are specified from the builder, and the correction data of the functional block execution control table 5 (list data in which the block numbers are listed along the execution order in the control drawing) in the control device are transmitted to the control device. Transfer to CS. The control device CS receiving such list data corrects the secondary link (block link) of the control drawing of the corresponding control area according to the correction data. When adding or deleting functional blocks (when changing the configuration of control drawing),
Function block execution control table 5 in the same way from the builder
The correction data can be transmitted to the control device.

【0012】なお、この実施例では、制御エリア処理を
行うプログラムは、各制御エリアごとに別タスクである
ことを想定したが、例えば時分割スケジューリングする
ことにより同一タスクであっても同等に機能させること
が可能である。また、制御ドローイング実行制御テーブ
ル4および機能ブロック実行制御テーブル5について、
いずれも双方向にリンクするものを例示したが、双方向
リンクすることにより、リンク内の要素を特定しての追
加、削除,検索を高速に行えるメリットがある。しか
し、この様なメリットを希望しない場合は、例えば2次
リンク(ブロックリンク)について片方向リンクとして
もよい。
In this embodiment, the program for performing the control area processing is assumed to be a separate task for each control area. However, the same task can be made to function equally by, for example, time division scheduling. It is possible. Further, regarding the control drawing execution control table 4 and the function block execution control table 5,
In each case, the link is bidirectionally linked. However, the bidirectional link has an advantage that the addition, deletion, and search of an element in the link can be performed at high speed. However, if such a merit is not desired, a secondary link (block link) may be a one-way link, for example.

【0013】[0013]

【効果】以上詳細に説明したように、本発明は、機能ブ
ロックを複数個組み合わせてひとまとまりの制御系を実
現する制御ドローイングと、この制御ドローイングを複
数個集合して一つの制御系統を実現する複数の制御エリ
アという概念を導入し、制御ドローイングの実行順序を
指定するドローイング実行制御テーブルと、このドロー
イング実行制御テーブルにリンクしていて、当該ドロー
イング内の機能ブロックの実行順序を指定する機能ブロ
ック実行制御テーブルとを制御エリア毎に設け、各制御
エリアの中での制御ドローイング,各機能フロックは各
実行制御テーブルの定義に従って逐次実行されるように
構成したものである。このような構成により、本発明に
よれば以下の様な効果がある。 (a)ユーザが制御系を効率的に整理・管理することが
可能で、制御ドローイング内の機能ブロックの追加,削
除,実行順序の変更等の局所的な保守を、他の制御ドロ
ーイングの構成や実行に影響を一切与えないで行うこと
ができる。 (b)制御エリア毎に分散してエンジニアリング作業
(制御系の構築・生成/テスト/実行/保守等)を容易
に行うことができる。
As described above in detail, according to the present invention, a control drawing for realizing a group of control systems by combining a plurality of functional blocks and a control system for realizing a plurality of control drawings are realized. A drawing execution control table that introduces the concept of a plurality of control areas and specifies the execution order of control drawings, and a function block execution that is linked to the drawing execution control table and specifies the execution order of the functional blocks in the drawing A control table is provided for each control area, and control drawing and each function block in each control area are sequentially executed according to the definition of each execution control table. With such a configuration, the present invention has the following effects. (A) The user can efficiently organize and manage the control system. Local maintenance such as addition and deletion of function blocks in the control drawing and change of the execution order can be performed by other control drawing configurations and It can be done without affecting execution at all. (B) Engineering work (control system construction / generation / test / execution / maintenance, etc.) can be easily performed in a distributed manner for each control area.

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

【図1】本発明の装置の一実施例を示す構成概念図であ
る。
FIG. 1 is a conceptual view showing the configuration of an embodiment of the apparatus of the present invention.

【図2】制御ドローイングと機能ブロックとの関係を示
す概念図である。
FIG. 2 is a conceptual diagram showing a relationship between control drawings and functional blocks.

【図3】各制御エリアとこれらの各エリアが担当するプ
ロセス制御系との関係を示す図である。
FIG. 3 is a diagram showing a relationship between each control area and a process control system in charge of each area.

【図4】各制御エリアの中で、制御ドローイング,機能
ブロックの実行順序を管理する各テーブルの構成概念図
である。
FIG. 4 is a conceptual diagram of the configuration of each table for managing the order of execution of control drawings and functional blocks in each control area.

【図5】従来の機能ブロックの実行順序の制御手法を示
す概念図である。
FIG. 5 is a conceptual diagram showing a conventional method for controlling the execution order of functional blocks.

【図6】従来の機能ブロックの実行順序の制御手法を示
す概念図である。
FIG. 6 is a conceptual diagram showing a conventional technique for controlling the execution order of functional blocks.

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

CS プロセス制御装置 1 機能ブロック 2 制御ドローイング 3 制御エリア 4 ドローイング実行制御テーブル 5 機能ブロック実行制御テーブル CS process control device 1 function block 2 control drawing 3 control area 4 drawing execution control table 5 function block execution control table

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】読み込んだデータを基に所定の制御演算を
ソフトウェアで実行し当該演算結果を出力する機能を備
えた機能ブロックを複数個組み合わせて制御系を構築す
るプロセス制御装置において、 前記機能ブロックを複数個組み合わせてひとまとまりと
した制御系を制御ドローイングとすると共に各制御ドロ
ーイングに当該制御ドローイングを特定するための識別
情報を割り付け、 前記制御ドローイングを複数個集合して一つの制御系統
としたものを制御エリアとすると共に各制御エリアに当
該制御エリアを特定するための識別情報を割り付け、 前記制御エリア毎に対応して、前記制御ドローイングの
実行順序を識別情報により指定するドローイング実行制
御テーブルと、 このドローイング実行制御テーブルにリンクしていて、
制御ドローイング内の機能ブロックの実行順序を識別情
報により指定する機能ブロック実行制御テーブルとを設
け、 各制御エリアの中での制御ドローイング,各機能フロッ
クはドローイング実行制御テーブル,機能ブロック実行
制御テーブルの定義に従っで逐次実行されるように構成
した ことを特徴とするプロセス制御装置。
A predetermined control operation is performed based on read data.
It has a function to execute by software and output the calculation result.
A control system by combining multiple function blocks
In a process control device, a plurality of the functional blocks are combined to form a unit.
Control system as a control drawing and
Identification to identify the control drawing in the drawing
Allocate information and collect multiple control drawings to create one control system
Are used as control areas, and
Allocating identification information for specifying the control area, and corresponding to each control area,
Drawing execution system that specifies the execution order by identification information
And your table, if you are linked to this drawing execution control table,
Identifies the execution order of the function blocks in the control drawing
Function block execution control table specified by the
Only, drawing control of in each control area, each function floppy
Is a drawing execution control table and function block execution
Configured to be executed sequentially according to the control table definition
Process control device, characterized in that the.
JP3101451A 1991-05-07 1991-05-07 Process control equipment Expired - Fee Related JP2722851B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3101451A JP2722851B2 (en) 1991-05-07 1991-05-07 Process control equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3101451A JP2722851B2 (en) 1991-05-07 1991-05-07 Process control equipment

Publications (2)

Publication Number Publication Date
JPH04332001A JPH04332001A (en) 1992-11-19
JP2722851B2 true JP2722851B2 (en) 1998-03-09

Family

ID=14301062

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3101451A Expired - Fee Related JP2722851B2 (en) 1991-05-07 1991-05-07 Process control equipment

Country Status (1)

Country Link
JP (1) JP2722851B2 (en)

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4148842A (en) * 1978-06-15 1979-04-10 Stauffer Chemical Company Blends of a polycarbonate resin and interpolymer modifier
JPS55127607A (en) * 1979-03-26 1980-10-02 Shimadzu Corp Free-program type process controller
JPS55131803A (en) * 1979-03-30 1980-10-14 Mitsubishi Electric Corp Digital controller
JPS55150002A (en) * 1979-05-11 1980-11-21 Fuji Electric Co Ltd Digital control gauge for process control
JPS563964A (en) * 1979-06-22 1981-01-16 Mitsubishi Electric Corp High-pressure metal vapor discharge lamp
JPS59133613A (en) * 1983-01-19 1984-08-01 Fuji Facom Corp Software verifying method of process controller
JPS6117002A (en) * 1985-05-10 1986-01-25 Hitachi Ltd Device for magnetically detecting position
JPS6313201A (en) * 1986-07-03 1988-01-20 黒井興産株式会社 Connection holding construction

Also Published As

Publication number Publication date
JPH04332001A (en) 1992-11-19

Similar Documents

Publication Publication Date Title
Blazewicz et al. Scheduling multiprocessor tasks to minimize schedule length
CN105677812A (en) Method and device for querying data
JP2002517035A (en) Distributed computing environment using real-time scheduling logic and time-deterministic architecture
US4591971A (en) Method and apparatus for parallel processing of digital signals using multiple independent signal processors
JP2722851B2 (en) Process control equipment
JP2651473B2 (en) Message communication control method in multiprocessor system
CN101021781A (en) Stream processor expanding method for flexible distribution operating group resource
Durán-Peña A MIXED-INTEGER NONLINEAR PROGAMMING APPROACH FOR THE SYSTEMATIC SYNTHESIS OF ENGINEERING SYSTEMS (PROCESS SYNTHESIS, NONDIFFERENTIABLE OPTIMIZATION, HEAT INTEGRATION, OPERATIONS RESEARCH, COMPUTER-AIDED DESIGN)
Boratynska-Stadnicka et al. Converting an existing computer code to a hypercube computer
JPS63174159A (en) Control command processor
Samadzadeh et al. Near-optimal multiprocessor scheduling
JPS6057411A (en) Program test method of digital controller
JP2809001B2 (en) Control signal aggregation device
JP2004029897A (en) Management system
SU805322A1 (en) System for automatic design and control of technological processes in microelectronics
JP2954019B2 (en) Logic simulation method
Harp Esprit project P1085-reconfigurable transputer project
Tagawa et al. Suboptimal configuration design of multi-DSPs for multi-input single-output digital controllers
Bader et al. 3 Characterisation and Analysis of Invasive Algorithmic Patterns
Vernik et al. Aspects of the theory of relational languages for data processing
Sarda et al. Discussion and correspondence: Automatic analysis and design of information processing systems
Narayan et al. A method to evaluate the performance of a Multiprocessor machine based on Data flow principles
Gao Scheduling tasks in multiprocessors to enhance performance
JP2000215242A (en) Work process management device
Schäfer et al. A design concept for verified concurrent controllers

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20071128

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20081128

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20091128

Year of fee payment: 12

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

Free format text: PAYMENT UNTIL: 20101128

Year of fee payment: 13

LAPS Cancellation because of no payment of annual fees