JP2010146050A - Distributed system and program - Google Patents

Distributed system and program Download PDF

Info

Publication number
JP2010146050A
JP2010146050A JP2008319276A JP2008319276A JP2010146050A JP 2010146050 A JP2010146050 A JP 2010146050A JP 2008319276 A JP2008319276 A JP 2008319276A JP 2008319276 A JP2008319276 A JP 2008319276A JP 2010146050 A JP2010146050 A JP 2010146050A
Authority
JP
Japan
Prior art keywords
composite
function block
list
program part
program
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2008319276A
Other languages
Japanese (ja)
Inventor
Shogo Kataoka
省吾 片岡
Akira Kataoka
章 片岡
Hiroshi Iriguchi
洋 入口
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 JP2008319276A priority Critical patent/JP2010146050A/en
Publication of JP2010146050A publication Critical patent/JP2010146050A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To surely notify a function block in the periphery of a composite function block of the generation of abnormality while maintaining the secrecy of the internal structure of the composite function block. <P>SOLUTION: The distributed system includes: a composite function block management part 25 for managing the state of a function block 31; a configuring function block list 61 in which the configuring block of the composite function block is shown; and a disclosed cooperative interface list 71 in which the disclosed cooperative interface of the composite function block is shown. The composite function block management part 25 specifies, when the abnormality of the function block 31 is detected in equipment 10m in which the composite function block management part 25 itself is arranged, a composite program component whose abnormality has been generated on the basis of the configuring function block list 61, and makes an operation request for abnormality generation to the disclosed interface of the composite function block whose abnormality has been generated on the basis of the disclosed cooperative interface list 71. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

この発明は、プログラム部品を複数の機器に配置してなる分散環境とこの分散環境の構築支援を行う構築支援装置とを含んだ分散システム、ならびに、この分散システムに拡張機能を付加するためのプログラムに関する。   The present invention relates to a distributed system including a distributed environment in which program parts are arranged in a plurality of devices, and a construction support apparatus for supporting the construction of the distributed environment, and a program for adding an extended function to the distributed system About.

複数のプログラム部品を、ネットワーク接続された複数の機器のコントローラなどに配置して、各プログラム部品同士を連携させて動作させることで、複数の機器を統括的に稼動させる分散システムがある。このようなシステムは、例えば、工場生産設備において各種の駆動装置(例えばヒータの駆動スイッチ、流量を調整するバルブ駆動装置、ロボットアームの駆動装置など)を稼動制御したり、各種の測定器(例えば温度計、湿度計、圧力計など)から稼動情報を取得したりするのに利用される。   There is a distributed system in which a plurality of program parts are centrally operated by arranging a plurality of program parts in a controller or the like of a plurality of apparatuses connected via a network and operating the program parts in cooperation with each other. Such a system, for example, controls the operation of various drive devices (for example, a heater drive switch, a valve drive device for adjusting a flow rate, a robot arm drive device, etc.) in a factory production facility, and various measuring devices (for example, It is used to obtain operation information from a thermometer, hygrometer, pressure gauge, etc.).

このような分散システムの構築過程では、例えば、ソフトウェア開発者が再利用性の高いプログラム部品を機能ブロックとして作成・提供し、システム構築者が、提供された複数の機能ブロックをシステムに合わせて組み合わせたり、各機能ブロックの動作パラメータの設定等を行ったりすることで、分散システムの全体設計がなされる。   In the process of building such a distributed system, for example, a software developer creates and provides highly reusable program parts as function blocks, and the system builder combines the provided function blocks according to the system. In addition, the overall design of the distributed system is made by setting the operation parameters of each functional block.

また、他のソフトウェア開発者が、既存の機能ブロックを組み合わせて複雑な機能を実現させるコンポジット機能ブロック(コンポジットプログラム部品)を作成・提供する一方、システム構築者が、このコンポジット機能ブロックを併用して分散システムの全体設計を行うこともある(例えば特許文献1)。   Other software developers create and provide composite function blocks (composite program parts) that combine existing function blocks to realize complex functions, while system builders use these composite function blocks together. The entire design of the distributed system may be performed (for example, Patent Document 1).

コンポジット機能ブロックは、ソフトウェア開発者が作成してシステム構築者に提供されるという取引形態が想定される。この場合、ソフトウェア開発者のノウハウを保護するために、コンポジット機能ブロックの内部構造はシステム構築者に対して隠蔽された状態にされ、システム構築者に開示されるのは、コンポジット機能ブロックを外部の機能ブロックと連携させるためのインターフェースのみとされる。
特開2006−350580号公報
It is assumed that the composite functional block is created by a software developer and provided to a system builder. In this case, in order to protect the know-how of the software developer, the internal structure of the composite function block is concealed from the system builder. It is only an interface for linking with a functional block.
JP 2006-350580 A

次に、分散システムの一部の具体的な構成例を参照しながら課題について説明する。図2には、分散システムの一部を構成するアプリケーション構成例を示す。このアプリケーション構成は、計測器から現場データを取得してデータベースへ保存するもので、現場データ取得機能ブロック31Gと、現場データを演算加工により適切なデータ形式に変換して出力するコンポジット機能ブロック301Aと、渡されたデータをデータベースに書き込む機能ブロック31A,31Bとからなるものである。   Next, the problem will be described with reference to some specific configuration examples of the distributed system. FIG. 2 shows an example of an application configuration that constitutes a part of the distributed system. This application configuration is to acquire field data from a measuring instrument and store it in a database. The field data acquisition function block 31G and a composite function block 301A for converting the field data into an appropriate data format by arithmetic processing and outputting them. And functional blocks 31A and 31B for writing the transferred data to the database.

上記のコンポジット機能ブロック301Aは、現場データを演算加工する演算機能ブロック31Fと、演算加工されたデータをバッファするバッファ機能ブロック31Eと、バッファされたデータを周期的に取り出して所定形式に変換し出力するデータ変換機能ブロック31Cと、バッファされた値が更新されたときにバッファ値をデータ更新イベント情報に変換して出力するイベント型データ変換機能ブロック31Dとから構成される。そして、演算機能ブロック31Fのデータ受信インターフェース32fと、データ変換機能ブロック31C,31Dのデータ送信インターフェース33c,33dのみが、外部の機能ブロック31A,31B,31Gと連携するためにシステム構築者に開示されている。   The composite function block 301A includes an arithmetic function block 31F for arithmetically processing field data, a buffer function block 31E for buffering the arithmetically processed data, and periodically taking out the buffered data, converting it into a predetermined format, and outputting it. A data conversion function block 31C for converting the buffer value into data update event information and outputting it when the buffered value is updated. Only the data reception interface 32f of the calculation function block 31F and the data transmission interfaces 33c and 33d of the data conversion function blocks 31C and 31D are disclosed to the system builder in order to cooperate with the external function blocks 31A, 31B and 31G. ing.

コンポジット機能ブロックは、上述したように内部構造を隠蔽する必要があるため、次のような課題が生じる。   Since the composite function block needs to hide the internal structure as described above, the following problems occur.

例えば、コンポジット機能ブロックを構成する内部の機能ブロックに予期せぬ異常が発生したとき、コンポジット機能ブロックといえども実際には内部にある個々の機能ブロックが各々の仕様に依存した振る舞いを行うだけなので、機能ブロックの組み合わせによっては、異常となった機能ブロックの周囲に異常動作が伝わらず、周囲の機能ブロックで通常通りの動作が継続されてしまう場合がある。この場合、このコンポジット機能ブロックと連携動作する外部の機能ブロックにも異常発生の情報が伝わらないため、分散システムの全体で異常な動作が正常動作と区別されずに継続されてしまうという課題が生じる。   For example, when an unexpected abnormality occurs in the internal functional blocks that make up a composite functional block, even though it is a composite functional block, the individual internal functional blocks actually only behave according to their specifications. Depending on the combination of functional blocks, abnormal operation may not be transmitted around the abnormal functional block, and normal operation may continue in the surrounding functional blocks. In this case, since the information on the occurrence of the abnormality is not transmitted to the external function block that operates in cooperation with the composite function block, the problem arises that the abnormal operation continues throughout the distributed system without being distinguished from the normal operation. .

例えば、図2のアプリケーション構成において演算機能ブロック31Fが異常停止した場合、バッファ機能ブロック31Eの値は更新されなくなるが、2つのデータ変換機能ブロック31C,31Dは異常発生の影響を受けることがなく、一方の機能ブロック31Cは未更新の同じデータを送信続け、もう一方の機能ブロック31Dはデータ更新イベントを送信しなくなる。そして、このような動作が正常動作と区別されないまま継続されてしまう。   For example, when the arithmetic function block 31F abnormally stops in the application configuration of FIG. 2, the value of the buffer function block 31E is not updated, but the two data conversion function blocks 31C and 31D are not affected by the occurrence of the abnormality. One functional block 31C continues to transmit the same unupdated data, and the other functional block 31D does not transmit a data update event. Such an operation is continued without being distinguished from a normal operation.

また、上記のような課題を解決するため、コンポジット機能ブロックを構成する内部の機能ブロックで異常が発生した場合に、そのエラー内容を内部の各機能ブロックを伝播させて外部の機能ブロックまで伝えるといった機能を追加することも考えられる。例えば、図2の演算機能ブロック31Fで発生したエラー内容を機能ブロック31E〜31Dと伝播させて、外部の機能ブロック31A,31Bにそれぞれ認識させる。   In addition, in order to solve the above problems, when an abnormality occurs in the internal function blocks that make up the composite function block, the error contents are propagated through the internal function blocks and transmitted to the external function block. It is possible to add functions. For example, the error contents generated in the arithmetic function block 31F in FIG. 2 are propagated to the function blocks 31E to 31D and recognized by the external function blocks 31A and 31B.

しかしながら、このような手法では、エラー内容がその機能ブロック固有のものであった場合に、外部の機能ブロックに伝播されてきたエラー内容によってコンポジット機能ブロックの内部構成がシステム構築者などに推定されてしまうという課題が生じる。このような事態は、ソフトウェア開発者のノウハウを保護するためにコンポジット機能ブロックの内部構成を隠蔽していることと矛盾する。   However, in such a method, when the error content is specific to the functional block, the internal configuration of the composite functional block is estimated by the system builder or the like based on the error content propagated to the external functional block. The problem of end up arises. Such a situation contradicts the fact that the internal structure of the composite functional block is concealed in order to protect the know-how of the software developer.

また、上記のような課題を解決するために、コンポジット機能ブロックを構成する内部の機能ブロックで異常が発生した場合に、コンポジット機能ブロックを構成する各機能ブロックに対してライフサイクル制御を行って、各機能ブロックを停止させるといった機能を追加することも考えられる。具体的には、図2の演算機能ブロック31Fに異常が発生したことが検知された場合に、その他の機能ブロック31E〜31Cを停止させる。   In addition, in order to solve the problems as described above, when an abnormality occurs in the internal functional blocks constituting the composite functional block, life cycle control is performed on each functional block constituting the composite functional block, It is also possible to add a function such as stopping each function block. Specifically, when it is detected that an abnormality has occurred in the arithmetic function block 31F in FIG. 2, the other function blocks 31E to 31C are stopped.

しかしながら、このような手法では、例えば、コンポジット機能ブロックの周囲の機能ブロックに異常発生時用の処理機能が備わる場合に、この処理機能が発揮されないという課題が生じる。例えば、図2のデータ書込機能ブロック31Aが、データ受信エラーが発生した場合に一連の受信データをデータベースから削除するロールバック機能を備えている場合、ライフサイクル制御ではコンポジット機能ブロック301Aの機能ブロック31Eは正常停止されるため、外部のデータ書込機能ブロック31Aはデータ受信エラーを検出することができず、ロールバック処理に移行することができない。   However, with such a method, for example, when a function block around the composite function block has a processing function for occurrence of an abnormality, there is a problem that this processing function is not exhibited. For example, when the data writing function block 31A in FIG. 2 has a rollback function for deleting a series of received data from the database when a data reception error occurs, the function block of the composite function block 301A is used in the life cycle control. Since 31E is normally stopped, the external data writing function block 31A cannot detect a data reception error and cannot shift to the rollback process.

また、上記の段落で、コンポジット機能ブロックに対して二種類の拡張機能(異常発生を伝播させる機能や、異常発生時にライフサイクル制御を行う機能)を付加する手法を提示したが、従来の分散システムにおいては、このような拡張機能を付加すること自体難しいという課題がある。   Also, in the above paragraph, we presented a method to add two types of extended functions (function to propagate the occurrence of abnormality and function to perform life cycle control when an abnormality occurs) to the composite function block. However, there is a problem that it is difficult to add such an extended function.

なぜなら、機能ブロックが配置される機器のコントローラ内では、何れの機能ブロックがコンポジット機能ブロックを構成するもので、何れの機能ブロックがそれ以外の個々の機能ブロックなのか、通常では区別できる状態にない。従って、上記のような拡張機能を追加するには、コンポジット機能ブロックの作成者がコンポジット機能ブロック内に拡張機能を実現するようなプログラム構成を付加するしかなく、そのような考慮がなされていないコンポジット機能ブロックに対して、外部からこのような拡張機能を付加することは難しい。   This is because, in the controller of the device where the functional block is arranged, which functional block constitutes the composite functional block, and which functional block is the other individual functional block is not normally distinguishable. . Therefore, in order to add the extended function as described above, the creator of the composite function block has only to add a program configuration that realizes the extended function in the composite function block, and such a composite is not considered. It is difficult to add such an extended function to the function block from the outside.

また、各機能ブロックのプロセス管理やメモリ管理などを行っている基本ソフトウェア(フレームワークとも呼ばれる)に、上記のような拡張機能を設けた場合、基本ソフトウェア上では、コンポジット機能ブロックを構成する機能ブロックと、その他の個々の機能ブロックとを区別できないため、これら両方の機能ブロックに対して、一律に拡張機能が付加されることになる。そのため、コンポジット機能ブロックのみに特定の機能を付加することは難しい。   In addition, when the above-mentioned extended functions are provided in the basic software (also called framework) that performs process management and memory management for each functional block, the functional blocks that make up the composite functional block on the basic software And other individual functional blocks cannot be distinguished from each other, so that an extended function is uniformly added to both of these functional blocks. Therefore, it is difficult to add a specific function only to the composite function block.

この発明は、コンポジット機能ブロックや個々の機能ブロックが分散配置されて実行される分散システムにおいて、コンポジット機能ブロックを構成する何れかの機能ブロックで予期せぬ異常が発生した場合に、コンポジット機能ブロックの内部構造の秘匿性を維持したまま、コンポジット機能ブロックの周囲の機能ブロックに異常の発生を確実に伝えることができるようにすることである。   In a distributed system in which composite function blocks and individual function blocks are distributed and executed, when an unexpected abnormality occurs in any of the function blocks constituting the composite function block, the present invention This is to ensure that the occurrence of an abnormality can be reliably transmitted to the functional blocks around the composite functional block while maintaining the confidentiality of the internal structure.

上記目的を達成するため、請求項1記載の発明は、コンポジットプログラム部品を構成する各プログラム部品と、個々のプログラム部品とを複数の機器に分散配置してなる分散環境、ならびに、該分散環境の構築支援を行う構築支援装置を含んだ分散システムにおいて、前記機器に配置され前記コンポジットプログラム部品の状態管理と動作制御とを行うコンポジット部品管理部と、前記機器に配置されるとともに前記コンポジットプログラム部品を構成しているプログラム部品の情報が示された構成情報リストと、前記構築支援装置に設けられコンポジットプログラム定義情報から前記構成情報リストを作成するリスト作成手段とを備え、前記コンポジット部品管理部は、自己が配置されている機器内でプログラム部品に異常が検知された場合に、前記構成情報リストに基づき、異常の検知されたプログラム部品が何れかのコンポジットプログラム部品に含まれているか判別し、含まれている場合に、当該コンポジットプログラム部品に属されかつ当該コンポジットプログラム部品以外のプログラム部品とデータをやり取りしている開放インターフェースを指定して異常発生用の動作を行わせることを特徴としている。   In order to achieve the above object, the invention according to claim 1 is a distributed environment in which each program component constituting a composite program component and each program component are distributed and arranged in a plurality of devices, and the distributed environment In a distributed system including a construction support apparatus that performs construction support, a composite part management unit that performs state management and operation control of the composite program part disposed in the device, and the composite program part disposed in the device A configuration information list indicating information of the configured program parts, and a list creation means for creating the configuration information list from composite program definition information provided in the construction support device, the composite part management unit, An error was detected in the program component in the device where the device is located If any of the composite program parts is included in the composite program part based on the configuration information list, the composite program part belongs to the composite program part and is included in the composite program part. It is characterized in that an operation for generating an abnormality is performed by specifying an open interface that exchanges data with program parts other than the parts.

請求項2記載の発明は、請求項1記載の分散システムにおいて、前記構成情報リストは、前記コンポジットプログラム部品を構成する各プログラム部品をそれぞれ識別可能とする情報が登録されたコンポジット部品リストと、前記コンポジットプログラム部品に属される前記開放インターフェースをそれぞれ識別可能とする情報が登録された開放インターフェースリストとを含み、前記リスト作成手段は、個々のコンポジットプログラム部品ごとに、前記コンポジット部品リストと前記開放インターフェースリストとを作成する構成であることを特徴としている。   According to a second aspect of the present invention, in the distributed system according to the first aspect, the configuration information list includes a composite component list in which information for identifying each program component constituting the composite program component is registered, And an open interface list in which information for identifying each open interface belonging to a composite program part is registered, and the list creation means includes the composite part list and the open interface list for each composite program part. It is the structure which makes and.

請求項3記載の発明は、請求項2記載の分散システムにおいて、前記コンポジット部品管理部は、前記コンポジット部品リストに基づき、異常と検知されたプログラム部品を含んだコンポジットプログラム部品を検索し、当該コンポジットプログラム部品を特定する特定機能と、前記開放インターフェースリストに基づき、前記特定機能により特定されたコンポジットプログラム部品に属される前記開放インターフェースを指定して異常発生用の動作を行わせる動作要求機能とを備えていることを特徴としている。   According to a third aspect of the present invention, in the distributed system according to the second aspect, the composite part management unit searches for a composite program part including a program part detected as abnormal based on the composite part list, and the composite part A specific function for specifying a program part; and an operation request function for performing an operation for generating an abnormality by designating the open interface belonging to the composite program part specified by the specific function based on the open interface list It is characterized by having.

請求項4記載の発明は、請求項1記載の分散システムにおいて、前記構成情報リストは、前記コンポジットプログラム部品に属される前記開放インターフェースの各々がどの機器に配置されているかを示す配置情報を含み、前記コンポジット部品管理部は、他の機器に配置された別のコンポジット部品管理部と通信ネットワークを介して通信する通信機能と、前記配置情報に基づき異常と判別されたコンポジットプログラム部品に属される開放インターフェースの何れかが他の機器に配置されているか否かを判別する判別機能と、該判別機能により他の機器に配置されていると判別された場合に、前記配置情報に基づき前記通信機能を用いて当該他の機器のコンポジット部品管理部に操作要求を送信する操作要求送信機能と、他の機器のコンポジット部品管理部から前記操作要求を受信した場合に、当該操作要求に応じたコンポジットプログラム部品の開放インターフェースに異常発生用の動作を行わせる動作要求代行機能とを備えていることを特徴としている。   According to a fourth aspect of the present invention, in the distributed system according to the first aspect, the configuration information list includes arrangement information indicating in which device each of the open interfaces belonging to the composite program part is arranged, The composite component management unit communicates with another composite component management unit arranged in another device via a communication network, and an open interface belonging to a composite program component determined to be abnormal based on the arrangement information Using the communication function based on the arrangement information when it is determined by the determination function that it is arranged in another device. Operation request transmission function for transmitting an operation request to the composite component management unit of the other device, and When receiving the operation request from the JIT component management unit, it is characterized by comprising an operation request proxy function of the open interface of the composite program part in accordance with the operation request to perform the operation of the abnormality occurrence.

請求項5記載の発明は、分散環境の構築支援を行うコンピュータに、コンポジットプログラム部品の構成情報が表わされたコンポジットプログラム定義情報を読み込ませる機能と、前記コンポジットプログラム定義情報から、当該コンポジットプログラム部品を構成する各プログラム部品の識別情報、および、当該コンポジットプログラム部品に属されかつ他のプログラム部品とデータをやり取りする各開放インターフェースの識別情報を含んだ構成情報リストを作成する機能とを実現させるプログラムである。   According to a fifth aspect of the present invention, there is provided a function for causing a computer that supports construction of a distributed environment to read composite program definition information in which composite program component configuration information is represented, and the composite program component from the composite program definition information. And a function for creating a configuration information list that includes identification information of each program part that constitutes the system, and identification information of each open interface that belongs to the composite program part and exchanges data with other program parts It is.

請求項6記載の発明は、プログラム部品が配置されて分散環境を実現する複数の機器の制御用コンピュータによって実行されるプログラムであって、前記機器の制御用コンピュータに、機器内のプログラム部品に異常が検知された場合に、前記制御用コンピュータの記憶部に格納されたコンポジットプログラム部品の構成情報リストから、異常が発生したプログラム部品を含んだコンポジットプログラム部品を検索して、当該コンポジットプログラム部品を特定する特定機能と、前記制御用コンピュータの記憶部に格納されたコンポジットプログラム部品の構成情報リストから、前記特定機能により特定されたコンポジットプログラム部品に属されかつ当該コンポジットプログラム部品以外のプログラム部品とデータのやり取りを行っている開放インターフェースを指定し、当該開放インターフェースに異常発生用の動作を行わせる動作要求機能とを実現させるプログラムである。   The invention according to claim 6 is a program executed by a computer for controlling a plurality of devices that realizes a distributed environment by arranging program components, and the program computer in the device has an abnormality in the program components in the device. Is detected, the composite program part including the program part in which the abnormality has occurred is searched from the composite program part configuration information list stored in the storage unit of the control computer, and the composite program part is identified. A specific function to be performed, and a composite program part configuration information list stored in the storage unit of the control computer, the program parts and data belonging to the composite program part specified by the specific function and other than the composite program part Interacting It specifies the release interface, a program for realizing the operation request function to perform the operation for abnormal to the open interface.

本発明に従うと、リスト作成手段がコンポジット機能ブロックの内部構造の隠蔽を維持したままコンポジット機能ブロックの構成情報リストを作成し、コンポジット機能ブロックに内部異常が発生した場合に、コンポジット部品管理部が上記構成情報リストを用いて異常が生じたコンポジット機能ブロックを特定し、その公開インターフェースに異常発生用の動作を行わせる。従って、コンポジット機能ブロックの内部構造の隠蔽を維持したまま、コンポジット機能ブロックの周囲の機能ブロックに異常の発生を確実に伝わらせることができる。   According to the present invention, the list creation means creates the composite function block configuration information list while maintaining the concealment of the internal structure of the composite function block. The composite function block in which an abnormality has occurred is identified using the configuration information list, and an operation for generating an abnormality is performed on the public interface. Therefore, the occurrence of an abnormality can be reliably transmitted to the function blocks around the composite function block while the concealment of the internal structure of the composite function block is maintained.

以下、本発明の実施の形態を図面に基づいて説明する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings.

[第1実施形態]
図3は、本発明の実施形態の分散システムの全体を示す構成図である。
[First Embodiment]
FIG. 3 is a configuration diagram illustrating the entire distributed system according to the embodiment of this invention.

この実施形態の分散システムは、複数の機器10a〜10z(例えば生産設備機器)が通信ネットワーク90に接続され、さらに、これら複数の機器10a〜10zに機能ブロック31やコンポジット機能ブロック301が配置されてなるものである。図1では一部省略しているが、機器10a,10bに示すように、全ての機器10a〜10zにおいて、複数種類の機能ブロック31や複数種類のコンポジット機能ブロック301の中から任意のものが配置されているものである。そして、これら複数の機能ブロック31やコンポジット機能ブロック301が互いに連携しながら動作することで、複数の機器10a〜10zが統括的に稼動制御されたり、複数の機器10a〜10zから統括的に情報取得ができるようになっている。   In the distributed system of this embodiment, a plurality of devices 10a to 10z (for example, production facility devices) are connected to the communication network 90, and further, the function block 31 and the composite function block 301 are arranged in the plurality of devices 10a to 10z. It will be. Although omitted in FIG. 1, as shown in the devices 10 a and 10 b, any one of a plurality of types of functional blocks 31 and a plurality of types of composite functional blocks 301 is arranged in all the devices 10 a to 10 z. It is what has been. The plurality of functional blocks 31 and the composite functional block 301 operate in cooperation with each other, whereby the operation of the plurality of devices 10a to 10z is comprehensively controlled or the information is collectively acquired from the plurality of devices 10a to 10z. Can be done.

さらに、本発明の実施形態では、分散システムの構築時に通信サーバ80や通信ネットワーク90を介して各機器10a〜10zへコンポジット機能ブロック301の構成情報リストを供給するシステム構築用コンピュータ100が備わっている。   Furthermore, in the embodiment of the present invention, the system construction computer 100 is provided that supplies the configuration information list of the composite function block 301 to the devices 10a to 10z via the communication server 80 and the communication network 90 when the distributed system is constructed. .

機能ブロック31やコンポジット機能ブロック301は、機器のCPU(中央演算処理装置)により実行されるソフトウェアであり、特定の機能が実現されるようにユニット化されたものである。各機能ブロック31や各コンポジット機能ブロック301は、他の機能ブロック31やコンポジット機能ブロック301と互いにデータをやり取りしながら連携して動作する。データのやり取りは、各機能ブロック31が有する連携インターフェース32,33を介して行われる。   The functional block 31 and the composite functional block 301 are software executed by the CPU (central processing unit) of the device, and are unitized so that specific functions are realized. Each functional block 31 or each composite functional block 301 operates in cooperation with another functional block 31 or composite functional block 301 while exchanging data with each other. Data exchange is performed via the cooperative interfaces 32 and 33 included in each functional block 31.

連携インターフェース32,33とはソフトウェア上のインターフェースであり、同一機器内においては、連携インターフェース32,33はメモリを介してデータの送受信を行い、また、複数の機器10a〜10z間においては、連携インターフェース32,33は通信ネットワーク90を介してデータの送受信を行う。   The cooperation interfaces 32 and 33 are software interfaces. In the same device, the cooperation interfaces 32 and 33 transmit and receive data via a memory, and the plurality of devices 10a to 10z have a cooperation interface. 32 and 33 transmit and receive data via the communication network 90.

連携インターフェース32,33はあらかじめ、たとえば接続拒否、サービス提供拒否、サービス提供可能などの状態を保持しており、通常の動作時にはサービス提供可能状態である。ここで、接続拒否とは、コネクションも成立しない状態、サービス提供拒否とは、コネクションは成立するが、アプリケーションレベルでのデータのやり取りを拒否する状態、サービス提供可能とは、コネクションが成立し、データのやり取りを行うことができる状態である。   The cooperation interfaces 32 and 33 hold, for example, a connection refusal, a service provision refusal, and a service provable state in advance, and are in a service provable state during normal operation. Here, connection rejection refers to a state in which no connection is established, and service provision rejection refers to a state in which a connection is established, but denies data exchange at the application level, and service provision is possible. It is in a state where it is possible to exchange.

コンポジット機能ブロック301は、有用な機能を実現させるためにソフトウェアベンダーなどが既存の機能ブロック31を組み合わせて作成し、分散システムのシステム構築者へ提供されるものである。コンポジット機能ブロック301を構成する内部の各機能ブロック31は、各機能ブロック31の既存の仕様に従った振る舞いを行うものであり、コンポジット機能ブロック301特有の動作を行うことはない。コンポジット機能ブロック301の内部構造は、ソフトウェアベンダーのノウハウを保護するためにシステム構築者に対して隠蔽され、システム構築者には、コンポジット機能ブロック301の全体的な機能、システム構築者によって設定可能にされた動作パラメータ、外部の機能ブロックとデータのやり取りを行うため開放されている公開連携インターフェース(開放インターフェース)32,33の仕様等のみが開示される。   The composite function block 301 is created by a software vendor or the like by combining the existing function blocks 31 in order to realize useful functions, and is provided to the system builder of the distributed system. Each internal functional block 31 constituting the composite functional block 301 performs a behavior in accordance with the existing specifications of each functional block 31, and does not perform an operation specific to the composite functional block 301. The internal structure of the composite function block 301 is hidden from the system builder in order to protect the know-how of the software vendor. The system builder can be set by the system builder with the overall functions of the composite function block 301. Only the specifications and the like of the public operation interfaces (open interfaces) 32 and 33 that are opened for exchanging data with the external operation block and the external function block are disclosed.

各機器10a〜10zには、図示は省略するが、プログラムを実行するCPU(中央演算処理装置)、プログラムモジュールや制御データが格納される記憶装置、CPUにメモリ空間を提供するメモリなどを有したコントローラ(制御用コンピュータ)20が備わっている。そして、CPUが所定のプログラムモジュールを実行することで、複数の機能ブロック31がメモリ空間上にインスタンスとして生成され、これらの機能ブロック31がソフトウェア動作するようになっている。   Although not shown, each device 10a to 10z has a CPU (Central Processing Unit) that executes a program, a storage device that stores program modules and control data, a memory that provides a memory space for the CPU, and the like. A controller (control computer) 20 is provided. Then, when the CPU executes a predetermined program module, a plurality of functional blocks 31 are generated as instances in the memory space, and these functional blocks 31 operate by software.

システム構築用コンピュータ100は、プログラムを実行するCPU、アプリケーションプログラムや制御データが格納される記憶装置、CPUに作業用のメモリ空間を提供するメモリ、オペレータに情報の表示出力を行う表示装置、オペレータの操作指令を入力する入力装置などを備え、上記のアプリケーションプログラムによって、分散システムの構築支援を行うソフトウェア機能を実現するものである。   The system construction computer 100 includes a CPU that executes a program, a storage device that stores application programs and control data, a memory that provides a working memory space for the CPU, a display device that displays and outputs information to an operator, An input device for inputting an operation command is provided, and a software function for supporting the construction of a distributed system is realized by the above application program.

分散システムの構築支援機能110は、主に、分散システムの全体設計を行う分散システム設計機能111と、各機器10a〜10zに所定の機能ブロック31やコンポジット機能ブロック301を実現するためのプログラムモジュールや設定データを転送するモジュール転送機能112と、各コンポジット機能ブロック301の構成情報リストを作成して機器10a〜10zへ転送するコンポジット機能ブロック情報作成機能113とを含んでいる。   The distributed system construction support function 110 mainly includes a distributed system design function 111 that performs overall design of the distributed system, and program modules for realizing predetermined function blocks 31 and composite function blocks 301 in the respective devices 10a to 10z. A module transfer function 112 for transferring setting data and a composite function block information creation function 113 for creating a configuration information list of each composite function block 301 and transferring it to the devices 10a to 10z are included.

システム構築用コンピュータ100には、各機能ブロック31の動作内容や仕様情報が示された定義情報、ならびに、コンポジット機能ブロック301の内部構造や内部の機能ブロック31の動作パラメータなどが示されたコンポジット機能ブロック定義情報121(図4)が、予め読み込まれ、これらの定義情報が利用されて分散システムの構築支援が行われるようになっている。   The system construction computer 100 includes definition information indicating the operation content and specification information of each function block 31, composite function indicating the internal structure of the composite function block 301, operation parameters of the internal function block 31, and the like. Block definition information 121 (FIG. 4) is read in advance, and the definition information is used to support the construction of a distributed system.

分散システム設計機能111は、オペレータが、分散システムを構成する複数の機器10a〜10zのハードウェア構成やネットワーク構成を決定したり、各機器10a〜10zに配置する機能ブロック31やコンポジット機能ブロック301を選択したり、各機能ブロック31や各コンポジット機能ブロック301の連結態様を決定したり、各機能ブロック31や各コンポジット機能ブロック301の動作パラメータの設定を行ったりして、コンピュータ上で分散システム全体の設計支援を行うものである。   In the distributed system design function 111, the operator determines the hardware configuration and network configuration of the plurality of devices 10a to 10z constituting the distributed system, and the function block 31 and the composite function block 301 arranged in each device 10a to 10z. By selecting, determining the connection mode of each functional block 31 or each composite functional block 301, or setting the operation parameters of each functional block 31 or each composite functional block 301, the entire distributed system is configured on the computer. Design support.

この分散システム設計機能111において、オペレータは、コンポジット機能ブロック301を1個の機能ブロック31と同様に扱って、他の機能ブロック31と連結させたりその配置を決定したりできるようになっている。システム構築用コンピュータ100の内部では、予め読み込まれているコンポジット機能ブロック定義情報121(図4)によって、1個のコンポジット機能ブロック301を、これを構成している複数の機能ブロック31として認識して処理を行っている。   In this distributed system design function 111, the operator can handle the composite function block 301 in the same manner as one function block 31, connect it to other function blocks 31, and determine the arrangement thereof. In the system construction computer 100, one composite function block 301 is recognized as a plurality of function blocks 31 constituting the composite function block 301 based on pre-read composite function block definition information 121 (FIG. 4). Processing is in progress.

モジュール転送機能112は、分散システムの設計が完了した後に、各機器10a〜10zに対して、配置設計された機能ブロック31やコンポジット機能ブロック301を実現するためのプログラムモジュールや設定データを転送するものである。各機器10a〜10zは、転送されたプログラムモジュールを実行することで、配置設計された機能ブロック31やコンポジット機能ブロック301が機器のコントローラ20上で動作することになる。   The module transfer function 112 transfers program modules and setting data for realizing the function blocks 31 and composite function blocks 301 that are arranged and designed to the devices 10a to 10z after the design of the distributed system is completed. It is. Each of the devices 10a to 10z executes the transferred program module, so that the functional block 31 and the composite functional block 301 that are arranged and operated operate on the controller 20 of the device.

図4には、システム構築用コンピュータにおいてコンポジット機能ブロック情報作成機能に関わる構成を表わした機能ブロック図を示す。図5には、コンポジット機能ブロック定義情報の一例を表わした図表を示す。   FIG. 4 is a functional block diagram showing a configuration related to the composite functional block information creation function in the system construction computer. FIG. 5 is a chart showing an example of composite function block definition information.

コンポジット機能ブロック情報作成機能113は、コンポジット機能ブロック301の内部構造が示されるコンポジット機能ブロック定義情報121を読み込み、このコンポジット機能ブロック301の構成情報リストを作成するものである。構成情報リストは、コンポジット機能ブロック301を構成する各機能ブロック31を識別可能とする構成機能ブロックIDが登録された構成機能ブロックリスト61と、コンポジット機能ブロック301に属されかつ外部に開放されている連携インターフェース32,33を指定可能とする公開連携インターフェースIDが登録された公開連携インターフェースリスト71とからなるものである。これら各リスト61,71の具体的な内容については後段の表1と表2に示している。   The composite function block information creation function 113 reads the composite function block definition information 121 indicating the internal structure of the composite function block 301 and creates a configuration information list of the composite function block 301. The configuration information list includes a configuration function block list 61 in which configuration function block IDs for identifying each function block 31 constituting the composite function block 301 are registered, and belongs to the composite function block 301 and is open to the outside. It is composed of a public cooperation interface list 71 in which public cooperation interface IDs that enable designation of the cooperation interfaces 32 and 33 are registered. The specific contents of each of the lists 61 and 71 are shown in Tables 1 and 2 below.

コンポジット機能ブロック定義情報121は、コンポジット機能ブロック301を作成したソフトウェア開発者が、システム構築用コンピュータ100の分散システム構築支援機能110に対して、コンポジット機能ブロック301の内部構造を明らかにするためのものであり、例えば、オペレータにより内容が読み出されない形式で提供され、システム構築用コンピュータ100に読み込まれるものである。   The composite function block definition information 121 is for the software developer who created the composite function block 301 to clarify the internal structure of the composite function block 301 to the distributed system construction support function 110 of the system construction computer 100. For example, it is provided in a format in which the contents are not read out by an operator, and is read into the computer 100 for system construction.

図5に示すように、このコンポジット機能ブロック定義情報121には、コンポジット機能ブロック301を構成する各機能ブロック31を示す構成機能ブロック31の情報、各機能ブロック31に備わる連携インターフェース32,33を示す情報、連携インターフェース32,33が外部に開放されているか否かを示す公開設定情報、内部の機能ブロック同士の連携先を示す内部連携先情報などが記述されている。   As shown in FIG. 5, the composite function block definition information 121 indicates information on the constituent function blocks 31 indicating the function blocks 31 configuring the composite function block 301 and the cooperation interfaces 32 and 33 provided in the function blocks 31. Information, public setting information indicating whether the linkage interfaces 32 and 33 are open to the outside, internal linkage destination information indicating a linkage destination between internal function blocks, and the like are described.

そして、上記のコンポジット機能ブロック情報作成機能113によって作成された構成機能ブロックリスト61と公開連携インターフェースリスト71とが、対応するコンポジット機能ブロック301が配置される機器10a〜10zへ転送されて機器10a〜10zの記憶装置やメモリに格納されるようになっている。例えば、上述のモジュール転送機能112によってプログラムモジュールや設定データと一緒に転送されるようになっている。   Then, the constituent function block list 61 and the public cooperation interface list 71 created by the composite function block information creation function 113 are transferred to the devices 10a to 10z where the corresponding composite function block 301 is arranged, and the devices 10a to 10a are arranged. It is stored in a 10z storage device or memory. For example, the module transfer function 112 described above transfers the program module and setting data together.

なお、上記の構成情報リスト(61,71)に登録される構成機能ブロックIDや公開連携インターフェースIDは、機能ブロック31の配置設計を完了した段階で、システム構築用コンピュータ100上で各機能ブロック31や各連携インターフェース32,33に対して付与されている識別情報である。そして、これら機能ブロック31が実際に各機器10a〜10zのコントローラ20上でインスタンス生成される際にも、上記の識別情報が各機能ブロック31や各連携インターフェース32,33のインスタンスに対応づけられ、これら識別情報によって機器10a〜10zのコントローラ20上で各機能ブロック31や各連携インターフェース32,33のインスタンスを識別することが可能になっている。   Note that the configuration function block ID and the public cooperation interface ID registered in the configuration information list (61, 71) are the function blocks 31 on the system construction computer 100 when the layout design of the function block 31 is completed. Or identification information given to each of the linkage interfaces 32 and 33. When the function blocks 31 are actually instantiated on the controllers 20 of the devices 10a to 10z, the identification information is associated with the instances of the function blocks 31 and the cooperation interfaces 32 and 33. With these identification information, it is possible to identify each functional block 31 and each instance of each linkage interface 32, 33 on the controller 20 of the devices 10a to 10z.

また、上記の構成機能ブロックリスト61と公開連携インターフェースリスト71とは、システム構築用コンピュータ100の内部で生成されて各機器10a〜10zへ転送されるものなので、システム構築用コンピュータ100のオペレータにより読み出されたりせず、これらのリスト61,71によってコンポジット機能ブロック301の内部構造の秘匿性が反故されないようになっている。   In addition, since the above-described component function block list 61 and the public cooperation interface list 71 are generated inside the system construction computer 100 and transferred to the devices 10a to 10z, they are read by the operator of the system construction computer 100. These lists 61 and 71 do not cause the confidentiality of the internal structure of the composite function block 301 to be countered.

上述した分散システム設計機能111、モジュール転送機能112、コンポジット機能ブロック情報作成機能113を実現するアプリケーションプログラムは、上記のシステム構築用コンピュータ100によって読み取り可能な、例えば、光ディスク等の可搬型記憶媒体、フラッシュメモリ等の不揮発性メモリ、ROM(Read Only Memory)等に格納しておくことが可能である。また、このようなプログラムをキャリアウェーブ(搬送波)を媒体として通信回線を介してシステム構築用コンピュータ100にダウンロードされる形態を適用することもできる。   An application program that realizes the distributed system design function 111, the module transfer function 112, and the composite function block information creation function 113 described above can be read by the system construction computer 100, for example, a portable storage medium such as an optical disk, a flash It can be stored in a non-volatile memory such as a memory, a ROM (Read Only Memory), or the like. In addition, a form in which such a program is downloaded to the system construction computer 100 via a communication line using a carrier wave as a medium may be applied.

図1には、第1実施形態の分散システムを構成する1個の機器のコントローラ上に生成される機能構成を表わした機能ブロック図を示す。次に、1個の機器10mについて機能構成の説明をするが、各機器10a〜10zにも同様の機能構成が備わるものである。   FIG. 1 is a functional block diagram showing a functional configuration generated on the controller of one device constituting the distributed system of the first embodiment. Next, the functional configuration of one device 10m will be described, but each of the devices 10a to 10z has the same functional configuration.

図1に示すように、機器10mのコントローラ20上には、当該機器10m上に配置される個々の機能ブロック31(コンポジット機能ブロック301の構成要素となる機能ブロックを含む)や、各機能ブロック31の状態パラメータを取得する機能ブロック状態取得部26、ならびに、各機能ブロック31の連携インターフェース32,33を機能ブロック31の外部から操作可能な連携インターフェース操作部27が、CPUにより実行されるソフトウェアとして構築されている。   As shown in FIG. 1, on the controller 20 of the device 10 m, individual functional blocks 31 (including functional blocks that are components of the composite functional block 301) arranged on the device 10 m, and each functional block 31. The function block state acquisition unit 26 that acquires the state parameter of the function block and the cooperation interface operation unit 27 that can operate the cooperation interfaces 32 and 33 of each function block 31 from the outside of the function block 31 are constructed as software executed by the CPU. Has been.

また、コンポジット機能ブロック301が配置された機器10mのコントローラ20上には、図1に示すように、コンポジット機能ブロック301を構成する各機能ブロック31に対して、状態監視や異常発生時の動作制御を行うコンポジット機能ブロック管理部25が、CPUにより実行されるソフトウェアとして構築されている。また、上記のシステム構築用コンピュータ100から転送された構成機能ブロックリスト61と公開連携インターフェースリスト71とが、上記コンポジット機能ブロック管理部25によって読み込み可能な状態にされている。   Further, on the controller 20 of the device 10m in which the composite function block 301 is arranged, as shown in FIG. 1, for each function block 31 constituting the composite function block 301, state monitoring and operation control at the time of occurrence of an abnormality are performed. A composite function block management unit 25 is constructed as software executed by the CPU. In addition, the component function block list 61 and the public cooperation interface list 71 transferred from the system construction computer 100 are made readable by the composite function block management unit 25.

なお、図示は省略するが、機器のコントローラ20上には、各機能ブロック31のプロセス管理やメモリ管理を行う基本ソフトウェア(フレームワークとも呼ぶ)が動作しており、この基本ソフトウェアの制御によって1つのCPUで複数の機能ブロックを並列的に動作させることが可能になっている。基本ソフトウェアは、各機能ブロック31のプロセス管理を行っているため、この基本ソフトウェアを介して各機能ブロック31の動作状態を取得することが可能であり、また、各機能ブロック31の連携インターフェース32,33は基本ソフトウェアが提供しているインターフェース機能を介してデータをやり取りする構成なので、各機能ブロック31の連携インターフェース32,33を基本ソフトウェア側から直接的に操作することも可能になっている。   Although illustration is omitted, basic software (also referred to as a framework) for performing process management and memory management of each functional block 31 is operating on the controller 20 of the device. A plurality of functional blocks can be operated in parallel by the CPU. Since the basic software performs process management of each functional block 31, it is possible to acquire the operating state of each functional block 31 via this basic software, and the cooperation interface 32, Since 33 is a configuration for exchanging data via an interface function provided by the basic software, it is also possible to directly operate the cooperation interfaces 32 and 33 of each functional block 31 from the basic software side.

機能ブロック状態取得部26は、上記の基本ソフトウェアを介して各機能ブロック31の状態パラメータを取得するものである。そして、機能ブロック31の状態パラメータの値に変化があった場合に、後述する機能ブロック状態変化通知コードを作成し、状態変化イベントとしてこの通知コードをコンポジット機能ブロック管理部25へ送るようになっている。機能ブロック状態取得部26が取得できる状態パラメータの値には、機能ブロック31の通常動作、状態遷移中、異常停止、異常終了、異常負荷などを示す値が含まれる。   The functional block status acquisition unit 26 acquires status parameters of each functional block 31 via the basic software. When there is a change in the value of the state parameter of the function block 31, a function block state change notification code to be described later is created, and this notification code is sent to the composite function block management unit 25 as a state change event. Yes. The value of the state parameter that can be acquired by the functional block state acquisition unit 26 includes values indicating the normal operation, state transition, abnormal stop, abnormal end, abnormal load, etc. of the functional block 31.

この機能ブロック状態取得部26は、例えば、分散システムの稼動を開始する際などに、分散システムの管理コンピュータなどから通信ネットワーク90を介して状態管理開始要求を受けることにより作動したり、或いは、機器10mの基本ソフトウェアが起動したときにこれと同時に作動するように構成される。   The functional block state acquisition unit 26 operates by receiving a state management start request from the management computer of the distributed system via the communication network 90 when starting the operation of the distributed system, or It is configured to operate simultaneously with the start of the 10 m basic software.

連携インターフェース操作部27は、上記の基本ソフトウェアを介して、機能ブロック31の外部から指定された連携インターフェース32,33に特定の動作を行わせるものである。具体的には、コンポジット機能ブロック管理部25から後述する連携操作要求を受けて、指定された公開連携インターフェース32,33に異常発生時の動作内容を実行させる。   The cooperation interface operation unit 27 causes the cooperation interfaces 32 and 33 designated from the outside of the function block 31 to perform a specific operation via the basic software. Specifically, in response to a cooperation operation request to be described later from the composite function block management unit 25, the designated public cooperation interfaces 32 and 33 are caused to execute the operation contents when an abnormality occurs.

コンポジット機能ブロック管理部25は、上記の基本ソフトウェアのサービスアプリケーションとして、コンポジット機能ブロック301が配置される機器10mのコントローラ20に1つずつ設けられるものである。コンポジット機能ブロック管理部25の動作については後に詳述する。   One composite function block management unit 25 is provided as one of the basic software service applications in the controller 20 of the device 10m in which the composite function block 301 is arranged. The operation of the composite function block management unit 25 will be described in detail later.

コンポジット機能ブロック管理部25を実現するサービスアプリケーションプログラムは、例えば、機器10mのコントローラ20により読み取り可能な記憶媒体に格納されて、機器10mのCPUにより実行可能なように組み込まれるものである。上記の記憶媒体は、例えば、光ディスク等の可搬型記憶媒体、フラッシュメモリ等の不揮発性メモリ、ROM(Read Only Memory)等を適用することが可能である。また、キャリアウェーブ(搬送波)を媒体として通信回線を介してこのアプリケーションプログラムを転送して機器10mに組み込むようにしても良い。   The service application program that realizes the composite function block management unit 25 is stored in a storage medium readable by the controller 20 of the device 10m, for example, and is incorporated so as to be executable by the CPU of the device 10m. As the storage medium, for example, a portable storage medium such as an optical disk, a nonvolatile memory such as a flash memory, a ROM (Read Only Memory), or the like can be applied. Alternatively, the application program may be transferred via a communication line using a carrier wave as a medium and incorporated in the device 10m.

構成機能ブロックリスト61と公開連携インターフェースリスト71とは、上述したようにシステム構築用コンピュータ100のコンポジット機能ブロック情報作成機能113によって作成され、コンポジット機能ブロック301が配置される機器10mに転送されるものである。これら構成機能ブロックリスト61と公開連携インターフェースリスト71は、1個のコンポジット機能ブロック301に対して1個ずつ生成されており、1つの機器10mに、複数のコンポジット機能ブロック301が配置される場合には、これら複数のコンポジット機能ブロック301に対応して、複数の構成機能ブロックリスト61と複数の公開連携インターフェースリスト71とが格納されることとなる。   The component function block list 61 and the public cooperation interface list 71 are created by the composite function block information creation function 113 of the system construction computer 100 as described above, and transferred to the device 10m where the composite function block 301 is arranged. It is. The component function block list 61 and the public cooperation interface list 71 are generated one by one for one composite function block 301, and a plurality of composite function blocks 301 are arranged in one device 10m. Corresponding to the plurality of composite function blocks 301, a plurality of component function block lists 61 and a plurality of public cooperation interface lists 71 are stored.

構成機能ブロックリスト61は、表1に示すように、1個のコンポジット機能ブロック301を構成する全ての機能ブロック31をそれぞれ識別可能とする複数の構成機能ブロックID(識別情報)が登録されたものである。   As shown in Table 1, the configuration function block list 61 includes a plurality of configuration function block IDs (identification information) that can identify all the function blocks 31 constituting one composite function block 301. It is.

Figure 2010146050
Figure 2010146050

例えば、図2の機能ブロック構成が1つの機器10mに配置される場合、表1に示すように、コンポジット機能ブロック301Aに対応させて1個の構成機能ブロックリスト61が生成され、このリスト61内には、コンポジット機能ブロック301Aを構成する演算機能ブロック31F、データバッファ機能ブロック31E、および、2つのデータ変換機能ブロック31C,31Dの識別情報“fb001”〜“fb004”がそれぞれ登録される。これらの識別情報“fb001”〜“fb004”は、機器10mのコントローラ20上でインスタンス生成される実際の機能ブロックを識別可能な情報である。   For example, when the functional block configuration shown in FIG. 2 is arranged in one device 10m, as shown in Table 1, one constituent functional block list 61 is generated in correspondence with the composite functional block 301A. Registered are the calculation function block 31F, the data buffer function block 31E, and the identification information “fb001” to “fb004” of the two data conversion function blocks 31C and 31D constituting the composite function block 301A. These pieces of identification information “fb001” to “fb004” are information that can identify actual functional blocks that are instantiated on the controller 20 of the device 10m.

公開連携インターフェースリスト71は、表2に示すように、1個のコンポジット機能ブロック301に属される複数の連携インターフェース32,33のうち、外部の機能ブロックに対して開放されている全ての連携インターフェース32,33を指定可能とする公開連携インターフェースID(識別情報)が登録されたものである。   As shown in Table 2, the public cooperation interface list 71 includes all of the cooperation interfaces 32 open to an external function block among the plurality of cooperation interfaces 32 and 33 belonging to one composite function block 301. , 33 can be specified, and a public cooperation interface ID (identification information) is registered.

Figure 2010146050
Figure 2010146050

例えば、図2の機能ブロック構成が機器に配置される場合には、表2に示すように、コンポジット機能ブロック301Aに対応して1個の公開連携インターフェースリスト71が生成され、このリスト71内には、コンポジット機能ブロック301Aに属され外部に開放されている複数の公開連携インターフェース33c,33d,32fをそれぞれ指定可能とする3つの識別情報“ch001”〜“ch003”が登録されている。この識別情報“ch001”〜“ch003”は、機器10m上でインスタンス生成される実際の連携インターフェース32,33を指定可能な情報である。   For example, when the functional block configuration of FIG. 2 is arranged in a device, as shown in Table 2, one public cooperative interface list 71 corresponding to the composite functional block 301A is generated, and this list 71 includes Are registered three pieces of identification information “ch001” to “ch003” that can respectively designate a plurality of public cooperation interfaces 33c, 33d, and 32f that belong to the composite function block 301A and are open to the outside. The identification information “ch001” to “ch003” is information that can specify the actual linkage interfaces 32 and 33 that are instantiated on the device 10m.

次に、分散システムの稼動時の動作について説明する。   Next, the operation at the time of operation of the distributed system will be described.

分散システムにおいて全ての機能ブロック31が起動されると、各機能ブロック31は個々の仕様および動作設定に従って動作するとともに、互いに連結された複数の機能ブロック31の間では連携インターフェース32,33を介して互いにデータのやり取りが行われる。それにより複数の機能ブロック31が連携しあって分散システムが統括的に稼動する。   When all the functional blocks 31 are activated in the distributed system, each functional block 31 operates according to individual specifications and operational settings, and a plurality of functional blocks 31 connected to each other via the linkage interfaces 32 and 33. Data is exchanged with each other. As a result, the plurality of functional blocks 31 cooperate to operate the distributed system in an integrated manner.

また、個々の機器10a〜10z上では、機能ブロック31の動作と並列的に、コンポジット機能ブロック管理部25、機能ブロック状態取得部26、連携インターフェース操作部27も動作する。機能ブロック状態取得部26は、上述の状態管理開始指示を受けたり、あるいは、機器10a〜10zの起動時に自動的に動作開始されたりすることによって、機器10a〜10zに配置された各機能ブロック31の状態の監視を開始する。   In addition, on each of the devices 10a to 10z, in parallel with the operation of the function block 31, the composite function block management unit 25, the function block state acquisition unit 26, and the cooperation interface operation unit 27 also operate. The functional block state acquisition unit 26 receives the above-described state management start instruction, or automatically starts operation when the devices 10a to 10z are activated, whereby each functional block 31 arranged in the devices 10a to 10z. Start monitoring the status of

図6は、機能ブロック状態取得部26とコンポジット機能ブロック管理部25により実行されるコンポジット機能ブロック301の状態管理処理の処理手順を示したフローチャートである。次に、1個の機器10mについての動作例を説明するが他の機器10a〜10zについても同様の動作が行われる。   FIG. 6 is a flowchart showing the procedure of the state management process of the composite function block 301 executed by the function block state acquisition unit 26 and the composite function block management unit 25. Next, an operation example for one device 10m will be described, but the same operation is performed for the other devices 10a to 10z.

機能ブロック状態取得部26は、動作を開始すると、所定の周期で、機器10mに配置された各機能ブロック31から状態パラメータを取得し(ステップS1)、状態パラメータの取得ごとにその状態値に変化がないか判別を行う(ステップS2)。そして、変化が無ければ、そのまま次の周期まで待機して、周期的な状態パラメータの取得を繰り返す。   When the operation starts, the functional block state acquisition unit 26 acquires a state parameter from each functional block 31 arranged in the device 10m at a predetermined cycle (step S1), and changes to the state value every time the state parameter is acquired. It is determined whether or not there is any (step S2). If there is no change, the process waits until the next cycle as it is, and repeats acquisition of periodic state parameters.

一方、ステップS2の判別処理で、状態パラメータの値に変化があったと判別されたら、機能ブロック状態取得部26は、例えば、表3に示すような機能ブロック状態変化通知のコードを作成して、この通知をコンポジット機能ブロック管理部25へ送る(ステップS3)。この機能ブロック状態変化通知は、例えば、変化のあった機能ブロック31に対応する機能ブロックIDと、変化後の状態パラメータの値とが付加されたデータである。   On the other hand, if it is determined in step S2 that the state parameter value has changed, the functional block state acquisition unit 26 creates, for example, a function block state change notification code as shown in Table 3, This notification is sent to the composite function block management unit 25 (step S3). This function block state change notification is, for example, data to which the function block ID corresponding to the changed function block 31 and the state parameter value after the change are added.

Figure 2010146050
Figure 2010146050

コンポジット機能ブロック管理部25は、常時、機能ブロック状態取得部26からの状態変化通知を待機しており、状態変化通知を受け取ったら、先ず、その状態変化通知に含まれる機能ブロックIDを取り出し、この機能ブロックIDが1個または複数の構成機能ブロックリスト61に含まれているか検索する(特定機能:ステップS4)。ここで、この機能ブロックIDがリスト内に見つからなければ、コンポジット機能ブロック301以外の機能ブロック31で状態変化が生じたこととなるため、コンポジット機能ブロック管理部25は、この状態変化通知に関する処理を終了して、次の状態変化通知があるまで待機する。   The composite function block management unit 25 always waits for a state change notification from the function block state acquisition unit 26. When receiving the state change notification, first, the composite function block management unit 25 extracts the function block ID included in the state change notification. It is searched whether the function block ID is included in one or a plurality of component function block lists 61 (specific function: step S4). Here, if this function block ID is not found in the list, a state change has occurred in the function blocks 31 other than the composite function block 301. Therefore, the composite function block management unit 25 performs processing related to this state change notification. End and wait until the next state change notification.

一方、上記の機能ブロックIDが構成機能ブロックリスト61内に見つかった場合には、機器10mに配置されているコンポジット機能ブロック301の内部で状態変化が生じたことを特定できるので、コンポジット機能ブロック管理部25は、次のステップS5に移行して、この状態変化通知に含まれる状態パラメータの値から機能ブロック31の状態を確認する。すなわち、異常が発生しているか否かを判別する(ステップS5)。例えば、状態パラメータの値が、正常稼動中や状態遷移中を示す値であれば正常であると判別する一方、機能ブロック31の異常停止や異常終了を示す値であったり、機能ブロック31の処理負荷が異常値を示す値であったりすれば、異常が発生していると判別する。   On the other hand, when the above function block ID is found in the constituent function block list 61, it can be specified that a state change has occurred inside the composite function block 301 arranged in the device 10m, so that composite function block management is possible. The unit 25 proceeds to the next step S5, and confirms the state of the functional block 31 from the value of the state parameter included in this state change notification. That is, it is determined whether or not an abnormality has occurred (step S5). For example, if the value of the state parameter indicates a value indicating normal operation or state transition, it is determined that the value is normal, while the value indicating the abnormal stop or abnormal end of the function block 31 or the processing of the function block 31 If the load is a value indicating an abnormal value, it is determined that an abnormality has occurred.

コンポジット機能ブロック301の内部で、このような異常が発生する要因としては、例えば、コンポジット機能ブロック301を構成する機能ブロック31自体に異常が起きた場合、コンポジット機能ブロック301を構成する機能ブロック31間の連携動作に異常が起きた場合、機器10mでハードウェア上の不具合が生じたことでコンポジット機能ブロック301を構成する各機能ブロック31もしくはこれらの機能ブロック31間の連携動作が正常に動作できなくなった場合などが挙げられる。   The cause of the occurrence of such an abnormality within the composite function block 301 is, for example, when an abnormality occurs in the function block 31 that constitutes the composite function block 301, between the function blocks 31 that constitute the composite function block 301. When an abnormality occurs in the coordinated operation, the functional block 31 constituting the composite function block 301 or the coordinated operation between these functional blocks 31 cannot operate normally due to a hardware failure in the device 10m. And so on.

異常発生と判別したら、次に、コンポジット機能ブロック管理部25は、ステップS4で探し出した構成機能ブロックリスト61に対応づけられている公開連携インターフェースリスト71を読み込んで、そこに記されている全ての公開連携インターフェースIDを操作対象の識別情報として指定する(ステップS6)。すなわち、これにより、内部で異常が発生しているコンポジット機能ブロック301に属され外部に開放されている全ての連携インターフェース32,33が操作対象として指定される。   If it is determined that an abnormality has occurred, the composite function block management unit 25 next reads the public cooperation interface list 71 associated with the component function block list 61 found in step S4, and all the functions described therein are read. The public cooperation interface ID is designated as the identification information of the operation target (step S6). That is, as a result, all the linked interfaces 32 and 33 that belong to the composite function block 301 in which an abnormality has occurred and are open to the outside are designated as operation targets.

続いて、コンポジット機能ブロック管理部25は、例えば、表4に示すような連携操作要求のコードを作成し、このコードを連携インターフェース操作部27へ送る(ステップS7)。上記のステップS6,S7の処理により動作要求機能が構成される。この連携操作要求は、例えば、ステップS6で特定した連携インターフェースIDと、操作内容を示す操作パラメータとが付加されたコードである。この実施形態では、連携操作要求の操作内容は、異常発生用の動作として連携遮断を適用している。   Subsequently, for example, the composite function block management unit 25 creates a code for a cooperation operation request as shown in Table 4 and sends this code to the cooperation interface operation unit 27 (step S7). The operation request function is configured by the processing in steps S6 and S7. This cooperation operation request is, for example, a code to which the cooperation interface ID specified in step S6 and an operation parameter indicating the operation content are added. In this embodiment, the operation content of the cooperation operation request applies cooperation interruption as an operation for generating an abnormality.

Figure 2010146050
Figure 2010146050

上記の連携操作要求が連携インターフェース操作部27に送られると、連携インターフェース操作部27は、連携操作要求のコードから操作対象の連携インターフェースIDを取り出し、この識別情報により指定される連携インターフェース32,33に対して連携遮断の操作要求を行う。   When the above-described cooperation operation request is sent to the cooperation interface operation unit 27, the cooperation interface operation unit 27 extracts the operation target cooperation interface ID from the code of the cooperation operation request, and the cooperation interfaces 32 and 33 specified by the identification information. A request for an operation for shutting off the link is made to.

公開連携インターフェース32,33に連携遮断の操作要求がなされると、当該公開連携インターフェース32,33は連携遮断操作を行って上述したサービス提供拒否状態となる。これにより、コンポジット機能ブロック301に連結されている外部の機能ブロック31に対して、異常発生の情報が伝わることとなる。例えば、コンポジット機能ブロック301と外部の機能ブロック31との連携中に連携遮断の操作がなされると、連携インターフェースから外部の機能ブロック31にディスコネクトを示すエラーメッセージが送られることとなる。また、コンポジット機能ブロック301に対して外部の機能ブロック31から新たな連携要求が発生した場合には、アプリケーションレベルで連携が拒否されて、連携インターフェースから連携拒否を示すエラーメッセージが外部の機能ブロック31に送られることとなる。   When an operation request for cooperative blocking is made to the public cooperative interfaces 32 and 33, the public cooperative interfaces 32 and 33 perform the cooperative blocking operation and enter the service provision refusal state described above. As a result, information on the occurrence of abnormality is transmitted to the external function block 31 connected to the composite function block 301. For example, if a cooperation blocking operation is performed during cooperation between the composite function block 301 and the external function block 31, an error message indicating disconnection is sent from the cooperation interface to the external function block 31. Further, when a new cooperation request is generated from the external function block 31 to the composite function block 301, the cooperation is rejected at the application level, and an error message indicating the cooperation rejection from the cooperation interface is displayed in the external function block 31. Will be sent to.

外部の機能ブロック31は、このようなエラーメッセージに基づきコンポジット機能ブロック301で異常が発生したことを認識できるので、このエラーメッセージに対して所定のエラー処理を行うように設定しておくことで、異常発生を認識できずに無駄な動作や間違った動作がいつまでも継続されてしまうといった不具合を回避することができる。   Since the external function block 31 can recognize that an abnormality has occurred in the composite function block 301 based on such an error message, by setting the error message to be subjected to predetermined error processing, It is possible to avoid a problem that a useless operation or an incorrect operation is continued indefinitely because the occurrence of an abnormality cannot be recognized.

例えば、図2のアプリケーション構成例において演算機能ブロック31Fに異常が発生した場合、コンポジット機能ブロック管理部25が外部に開放されている連携インターフェース33c,33d,32fを連携遮断とする。それにより、外部の機能ブロック31A,31B,31Gにディスコネクトや連携拒否のエラーメッセージが送られることとなり、それにより、現場データ取得機能ブロック31Gはコンポジット機能ブロック301Aに向けたデータ送信を中止したり、データ書込み機能ブロック31Aはデータベースへのデータの書込みを中止したりすることができる。また、データ書込み機能ブロック31Bはイベントの待ち状態を解除することができるなど、不本意なデータ保存や無駄な動作を防ぐことができる。   For example, when an abnormality occurs in the arithmetic function block 31F in the application configuration example of FIG. 2, the composite function block management unit 25 sets the cooperation interfaces 33c, 33d, and 32f that are open to the outside as cooperation blocking. As a result, an error message indicating disconnection or cooperation refusal is sent to the external function blocks 31A, 31B, and 31G, so that the on-site data acquisition function block 31G stops data transmission to the composite function block 301A. The data writing function block 31A can stop writing data to the database. In addition, the data writing function block 31B can cancel an event waiting state and prevent unintentional data storage and useless operations.

以上のように、この実施の形態の分散システムによれば、複数の機器10a〜10zにコンポジット機能ブロック301や個々の機能ブロック31を分散配置して互いに連携させて動作させる分散システムにおいて、コンポジット機能ブロック301の内部で異常が生じた場合に、コンポジット機能ブロック301の内部構造の秘匿性を維持したまま、コンポジット機能ブロック301と連携動作を行っている他の機能ブロック31に異常の発生を伝えることができる。   As described above, according to the distributed system of this embodiment, in the distributed system in which the composite function block 301 and the individual function blocks 31 are distributed and operated in cooperation with each other in the plurality of devices 10a to 10z, When an abnormality occurs inside the block 301, the occurrence of the abnormality is communicated to the other function block 31 that performs the cooperative operation with the composite function block 301 while maintaining the confidentiality of the internal structure of the composite function block 301. Can do.

また、この実施の形態の分散システムによれば、機器のコントローラ20上にコンポジット機能ブロック管理部25を設け、コンポジット機能ブロック301の外部からコンポジット機能ブロック301の異常発生の監視と、異常発生時の動作制御とを行うようにしているので、コンポジット機能ブロック301自体に特別な機能を付加することなく、上記のような異常発生時の対処を行うことができる。   In addition, according to the distributed system of this embodiment, the composite function block management unit 25 is provided on the controller 20 of the device, so that the occurrence of abnormality of the composite function block 301 is monitored from the outside of the composite function block 301 and Since the operation control is performed, it is possible to cope with the occurrence of an abnormality as described above without adding a special function to the composite function block 301 itself.

また、コンポジット機能ブロック管理部25は、構成機能ブロックリスト61と公開連携インターフェースリスト71とに基づいて、異常が発生したコンポジット機能ブロック301の特定や、異常発生時の動作を行わせる公開連携インターフェース32,33の指定を行う構成なので、全ての機器10a〜10zにおいてコンポジット機能ブロック管理部25を共通のものとすることができる。そして、構成機能ブロックリスト61と公開連携インターフェースリスト71とを、コンポジット機能ブロック301の配置に合わせた内容とすることで、各機器10a〜10zに対応したコンポジット機能ブロック301の状態管理を行うことができる。   Also, the composite function block management unit 25 identifies the composite function block 301 in which an abnormality has occurred and performs the operation when the abnormality occurs based on the constituent function block list 61 and the public cooperation interface list 71. , 33, the composite function block management unit 25 can be made common to all the devices 10a to 10z. Then, by making the configuration function block list 61 and the public cooperation interface list 71 the contents in accordance with the arrangement of the composite function block 301, the state management of the composite function block 301 corresponding to each device 10a to 10z can be performed. it can.

なお、本発明は、上記の実施形態に限られるものではなく、種々の変形が可能である。例えば、コンポジット機能ブロック301の構成情報リストとして、1個のコンポジット機能ブロックごとに1個ずつ構成機能ブロックリスト61と公開連携インターフェースリスト71とを生成する例を示したが、1つの機能ブロックIDからその機能ブロック31を内蔵したコンポジット機能ブロック301の全ての公開連携インターフェースIDを特定できるのであれば、1個のコンポジット機能ブロック301ごとにリスト61,71を分けて生成する必要はないし、また、構成情報リスト(61,71)に他のデータ項目を含めるなど、適宜変更可能である。   In addition, this invention is not restricted to said embodiment, A various deformation | transformation is possible. For example, as the configuration information list of the composite function block 301, one example of generating the configuration function block list 61 and the public cooperation interface list 71 for each composite function block has been shown. If all the public cooperation interface IDs of the composite function block 301 including the function block 31 can be specified, it is not necessary to generate the lists 61 and 71 separately for each composite function block 301. The information list (61, 71) can be changed as appropriate, for example, by including other data items.

また、上記の実施形態では、各機能ブロック31の状態パラメータを取得したり、連携インターフェース32,33を外部から操作するのに、基本ソフトウェアを介してこのような機能を実現する例を示したが、特にこのような方式に制限されるものでなく、同様の機能が実現されれば種々の方式を適用可能である。   In the above embodiment, an example is shown in which such functions are realized via basic software in order to acquire the state parameters of each functional block 31 and to operate the linkage interfaces 32 and 33 from the outside. However, the present invention is not particularly limited to such a method, and various methods can be applied as long as similar functions are realized.

また、コンポジット機能ブロック301の構成情報リスト(61,71)を、システム構築用コンピュータ100で作成して、機器10a〜10zに転送する例を示したが、例えば、各機器10a〜10zの基本ソフトウェアにこのようなリスト作成機能を設けるようにしても良い。例えば、機器10a〜10zのコントローラ20上でコンポジット機能ブロック301のインスタンスが生成される際に、機器10a〜10zの基本ソフトウェアが構成機能ブロックリスト61や公開連携インターフェースリスト71を生成するように構成する。   In addition, the configuration information list (61, 71) of the composite function block 301 is generated by the system construction computer 100 and transferred to the devices 10a to 10z. For example, the basic software of each device 10a to 10z is shown. Such a list creation function may be provided. For example, when an instance of the composite function block 301 is generated on the controller 20 of the devices 10a to 10z, the basic software of the devices 10a to 10z is configured to generate the configuration function block list 61 and the public cooperation interface list 71. .

また、コンポジット機能ブロック301の異常発生時用の動作として公開連携インターフェース32,33の連携遮断を例示したが、外部に異常発生を伝達できる動作であれば、その他の動作を適用しても良い。   Moreover, although the cooperation interruption | blocking of the public cooperation interfaces 32 and 33 was illustrated as operation | movement at the time of abnormality generation of the composite function block 301, as long as it is operation | movement which can transmit abnormality generation to the exterior, you may apply another operation | movement.

その他、分散システム構築支援機能110の処理内容や、コンポジット機能ブロック管理部25による状態管理処理の制御手順など、実施形態で示した細部は、発明の趣旨を逸脱しない範囲で適宜変更可能である。   In addition, the details shown in the embodiment, such as the processing contents of the distributed system construction support function 110 and the control procedure of the state management processing by the composite function block management unit 25, can be changed as appropriate without departing from the spirit of the invention.

[第2実施形態]
図7には、第2実施形態の機器に構築される機能構成を表わしたブロック図を示す。
[Second Embodiment]
In FIG. 7, the block diagram showing the function structure constructed | assembled by the apparatus of 2nd Embodiment is shown.

第2実施形態の分散システムは、1つのコンポジット機能ブロック301が複数の機器10a〜10zにまたがって配置される場合に対処可能な構成を示したものである。第2実施形態の分散システムは、第1実施形態と同様の構成を含むものであり、第1実施形態と同様の構成については説明を省略する。   The distributed system of the second embodiment shows a configuration that can cope with a case where one composite functional block 301 is arranged across a plurality of devices 10a to 10z. The distributed system of the second embodiment includes the same configuration as that of the first embodiment, and the description of the same configuration as that of the first embodiment is omitted.

第2実施形態の分散システムにおいては、1つのコンポジット機能ブロック301が複数の機器10a〜10zにまたがって配置される場合があるため、コンポジット機能ブロック情報作成機能113によって作成される構成機能ブロックリスト61Bと、公開連携インターフェースリスト71Bとを拡張したものを適用している。   In the distributed system of the second embodiment, since one composite function block 301 may be arranged across a plurality of devices 10a to 10z, the component function block list 61B created by the composite function block information creation function 113 is sometimes obtained. And an extension of the public cooperation interface list 71B is applied.

構成機能ブロックリスト61Bは、表5に示すように、構成機能ブロックIDに加えて、各機能ブロック31が配置される機器のネットワークアドレス(例えばIPアドレス)がリスト項目に追加されている。これにより、各機能ブロック31が何れの機器10a〜10zに配置されているか特定することが可能となる。   In the configuration function block list 61B, as shown in Table 5, in addition to the configuration function block ID, the network address (for example, IP address) of the device in which each function block 31 is arranged is added to the list item. Thereby, it becomes possible to specify in which device 10a-10z each functional block 31 is arranged.

Figure 2010146050
Figure 2010146050

公開連携インターフェースリスト71Bは、表6に示すように、各公開連携インターフェースIDに加えて、各公開連携インターフェース32,33が属する機能ブロック31の識別情報(所属機能ブロックID)がリスト項目に追加されている。これにより、各公開連携インターフェース32,33が、何れの機能ブロック31に属されるものかが特定でき、さらに各機能ブロック31は構成機能ブロックリスト61Bのネットワークアドレスから何れの機器10a〜10zに配置されているかが特定できるので、これらの情報から各公開連携インターフェース32,33が何れの機器10a〜10zに配置されているのかを特定することが可能になっている。   As shown in Table 6, in the public cooperation interface list 71B, in addition to each public cooperation interface ID, identification information (affiliated function block ID) of the function block 31 to which each public cooperation interface 32, 33 belongs is added to the list item. ing. Thereby, it is possible to specify which function block 31 each public cooperation interface 32, 33 belongs to, and each function block 31 is arranged in any device 10a to 10z from the network address of the constituent function block list 61B. Therefore, it is possible to specify in which device 10a to 10z each public cooperation interface 32, 33 is arranged from these pieces of information.

Figure 2010146050
Figure 2010146050

これらの構成機能ブロックリスト61Bと、公開連携インターフェースリスト71Bとは、該当するコンポジット機能ブロック301が分散配置される機器の個数分だけ複製され、これら複数の機器(例えば2個の機器10x,10y)にそれぞれ転送されて格納される。   The constituent function block list 61B and the public cooperation interface list 71B are duplicated by the number of devices in which the corresponding composite function block 301 is distributed and these plural devices (for example, two devices 10x and 10y). Are respectively transferred and stored.

第2実施形態においても、図7に示すように、各機器10x,10yのコントローラ20には、コンポジット機能ブロック301を構成する機能ブロック31や個々の機能ブロック、ならびに、各機能ブロック31に属される連携インターフェース32,33がインスタンス生成されて動作するようになっている。さらに、コンポジット機能ブロック301が配置される機器10x,10yにおいては、当該コンポジット機能ブロック301に対応する構成機能ブロックリスト61Bと公開連携インターフェースリスト71Bとが格納され、さらに、コンポジット機能ブロック管理部25B、機能ブロック状態取得部26、連携インターフェース操作部27が動作するようになっている。   Also in the second embodiment, as shown in FIG. 7, the controller 20 of each device 10 x, 10 y belongs to the functional block 31 constituting the composite functional block 301, individual functional blocks, and each functional block 31. The linkage interfaces 32 and 33 are generated by being instantiated. Further, in the devices 10x and 10y in which the composite function block 301 is arranged, the configuration function block list 61B and the public cooperation interface list 71B corresponding to the composite function block 301 are stored, and further, the composite function block management unit 25B, The function block state acquisition unit 26 and the cooperation interface operation unit 27 are operated.

第2実施形態のコンポジット機能ブロック管理部25Bには、第1実施形態のコンポジット機能ブロック管理部25の構成に加えて、通信ネットワーク90を介して他の機器10a〜10zのコンポジット機能ブロック管理部25Bと連携操作要求の送受信を行う操作要求送受信機能(通信機能)を有している。   In the composite function block management unit 25B of the second embodiment, in addition to the configuration of the composite function block management unit 25 of the first embodiment, the composite function block management unit 25B of the other devices 10a to 10z via the communication network 90 is included. And an operation request transmission / reception function (communication function) for transmitting and receiving cooperative operation requests.

また、この第2実施形態の分散システムには、コンポジット機能ブロック301が分散配置される複数の機器10x,10yの間で、当該機器10x,10yのハードウェア構成やコントローラ20自体に異常が発生していないか確認し合う上位レベル異常確認機能が備わっている。   In the distributed system of the second embodiment, an abnormality occurs between the plurality of devices 10x and 10y in which the composite function block 301 is distributed and the hardware configuration of the devices 10x and 10y and the controller 20 itself. It is equipped with a high-level error check function that checks whether there is any problem.

この上位レベル異常確認機能の具体的としては、1個のコンポジット機能ブロック301が分散配置される複数の機器10x,10y間で、定期的に機器の稼動状態を確認する確認メッセージを交換する構成などを適用可能である。例えば、機器10xのコンポジット機能ブロック管理部25Bが、構成機能ブロックリスト61Bから同一のコンポジット機能ブロック301が分散配置されている他の機器10yのネットワークアドレスを取得し、当該機器10yとの間で定期的に稼動状況を確認する確認メッセージをやり取りする。機器10yのハードウェア上の異常やコントローラ20の異常などで、基本ソフトウェア自体が異常停止した場合には、確認メッセージの応答がなくなるため、それにより確認相手の機器10yに異常が発生したことを判別することができる。   As a specific example of the upper level abnormality confirmation function, a configuration in which confirmation messages for regularly confirming the operation state of the devices are exchanged between a plurality of devices 10x and 10y in which one composite function block 301 is distributed and arranged. Is applicable. For example, the composite function block management unit 25B of the device 10x acquires the network address of the other device 10y in which the same composite function block 301 is distributed from the component function block list 61B, and periodically receives the device 10y. Exchange confirmation messages to confirm the operational status. When the basic software itself stops abnormally due to an abnormality in the hardware of the device 10y or an abnormality in the controller 20, the confirmation message is not responded, thereby determining that an abnormality has occurred in the device 10y to be confirmed. can do.

次に、第2実施形態に係るコンポジット機能ブロック301の状態管理処理の動作について説明する。   Next, the operation of the state management process of the composite function block 301 according to the second embodiment will be described.

図8には、第2実施形態のコンポジット機能ブロック管理部25Bや機能ブロック状態取得部26により実行されるコンポジット機能ブロック301の状態管理処理のフローチャートを示す。   FIG. 8 shows a flowchart of the state management process of the composite function block 301 executed by the composite function block management unit 25B and the function block state acquisition unit 26 of the second embodiment.

第2実施形態の状態管理処理においては、図8に示すように、2系統の処理フローによりコンポジット機能ブロック301の異常発生の監視を行う。ステップS1〜S5の異常発生の監視処理は第1実施形態と同様に機能ブロック状態取得部26による監視である。第2実施形態では、さらに、上述した上位レベル異常確認機能による確認メッセージの交換により、コンポジット機能ブロック301の一部が配置されている他の機器10xで異常が発生していないか監視を行っている。   In the state management process of the second embodiment, as shown in FIG. 8, the occurrence of an abnormality in the composite function block 301 is monitored by two processing flows. The monitoring process of occurrence of abnormality in steps S1 to S5 is monitoring by the functional block state acquisition unit 26 as in the first embodiment. In the second embodiment, furthermore, by exchanging confirmation messages by the above-described upper level abnormality confirmation function, it is monitored whether an abnormality has occurred in another device 10x in which a part of the composite function block 301 is arranged. Yes.

確認メッセージの交換により他の機器10xの異常が検知されたら、コンポジット機能ブロック管理部25Bは、全ての構成機能ブロックリスト61Bの中から、異常と検知された機器10xのネットワークアドレスが含まれる構成機能ブロックリスト61Bを探し出し(ステップS11)、この構成機能ブロックリスト61Bに対応するコンポジット機能ブロック301が異常であると判断する(ステップS12)。   When the abnormality of the other device 10x is detected by exchanging the confirmation message, the composite function block management unit 25B includes the configuration function including the network address of the device 10x detected as abnormal from all the configuration function block lists 61B. The block list 61B is searched (step S11), and it is determined that the composite function block 301 corresponding to the component function block list 61B is abnormal (step S12).

また、第1実施形態と同様に、自己の機器に配置されたコンポジット機能ブロック301の内部に異常が発生して機能ブロック状態取得部26により異常検知が行われたら、構成機能ブロックリスト61Bの検索により(ステップS1〜S5)、異常の発生したコンポジット機能ブロック301が特定される。   Similarly to the first embodiment, when an abnormality occurs in the composite function block 301 arranged in its own device and the abnormality is detected by the function block state acquisition unit 26, the component function block list 61B is searched. (Steps S1 to S5), the composite function block 301 in which an abnormality has occurred is specified.

異常の発生したコンポジット機能ブロック301が特定されたら、次に、コンポジット機能ブロック管理部25Bは、このコンポジット機能ブロック301の構成機能ブロックリスト61Bに対応付けられている公開連携インターフェースリスト71Bを読み込んで、操作対象の連携インターフェース32,33を特定する(ステップS13)。   When the composite function block 301 in which an abnormality has occurred is identified, the composite function block management unit 25B then reads the public cooperation interface list 71B associated with the constituent function block list 61B of the composite function block 301, and The cooperation interfaces 32 and 33 to be operated are specified (step S13).

次に、コンポジット機能ブロック管理部25Bは、操作対象の連携インターフェース32,33に対する連携操作要求のコードを作成する(ステップS14)。第2実施形態では、操作対象の連携インターフェース32,33が他の機器10xに配置されていることがあるため、連携操作要求のコードは、表7に示すように、操作対象の連携インターフェースIDや操作内容のコードに加えて、該当の連携インターフェース32,33が配置された機器10x,10yのネットワークアドレスが追加されたコードとなっている。このような連携操作要求のコードを対象のコンポジット機能ブロック301に属する全ての公開連携インターフェース32,33について作成する。   Next, the composite function block management unit 25B creates a code for a cooperative operation request for the cooperative interfaces 32 and 33 to be operated (step S14). In the second embodiment, since the cooperation interfaces 32 and 33 to be operated may be arranged in other devices 10x, the code of the cooperation operation request is as shown in Table 7 as the operation target cooperation interface ID and In addition to the code of the operation content, the network address of the devices 10x and 10y where the corresponding link interfaces 32 and 33 are arranged is added. A code for such a cooperation operation request is created for all the public cooperation interfaces 32 and 33 belonging to the target composite function block 301.

Figure 2010146050
Figure 2010146050

このような連携操作要求のコードを作成したら、個々の連携操作要求ごとに、ネットワークアドレスがローカル(自己の機器)のものか、リモート(他の機器)のものか判別し(判別機能:ステップS15)、ローカルのものであれば自己の機器10yの連携インターフェース操作部27へこの連携操作要求を送る(ステップS16)。それにより、自己の機器の公開連携インターフェース32,33が連携遮断に操作される。   When such a code for a cooperative operation request is created, it is determined for each cooperative operation request whether the network address is local (own device) or remote (other device) (discriminating function: step S15). If it is local, this cooperation operation request is sent to the cooperation interface operation unit 27 of its own device 10y (step S16). Thereby, the public cooperation interfaces 32 and 33 of the own device are operated to cut off the cooperation.

一方、リモートのものであれば、コンポジット機能ブロック管理部25Bは、連携操作要求のネットワークアドレスに示された他の機器10xのコンポジット機能ブロック管理部25Bへ、通信ネットワーク90を介して連携操作要求を送信する(操作要求送信機能:ステップS17)。   On the other hand, if it is remote, the composite function block management unit 25B sends a cooperation operation request to the composite function block management unit 25B of the other device 10x indicated by the network address of the cooperation operation request via the communication network 90. Transmit (operation request transmission function: step S17).

各機器10x,10yのコンポジット機能ブロック管理部25Bは、割り込み処理などにより連携操作要求を常に受信待機した状態にあり、連携操作要求が送られてくると、これを受信する(ステップS21)。そして、他の機器10yから連携操作要求を受信したら、これを自己の機器10xの連携インターフェース操作部27へ送る(動作要求代行機能:ステップS22)。それにより、機器10xの公開連携インターフェース32,33が連携遮断される。   The composite function block management unit 25B of each device 10x, 10y is in a state of always waiting to receive a cooperative operation request by interrupt processing or the like, and receives a cooperative operation request when it is sent (step S21). Then, when a cooperative operation request is received from another device 10y, it is sent to the cooperative interface operation unit 27 of its own device 10x (operation request proxy function: step S22). As a result, the public collaboration interfaces 32 and 33 of the device 10x are blocked from cooperation.

以上のように、第2実施形態の分散システムによれば、1個のコンポジット機能ブロック301が複数の機器10x,10yに分散配置されている場合でも、このコンポジット機能ブロック301を構成する何れかの機能ブロック31で異常が発生した場合に、このコンポジット機能ブロック301に属される全ての公開連携インターフェース32,33が連携遮断となって、コンポジット機能ブロック301の周囲に異常発生を伝えることが可能となる。   As described above, according to the distributed system of the second embodiment, even when one composite functional block 301 is distributed and arranged in a plurality of devices 10x and 10y, any one of the composite functional blocks 301 is configured. When an abnormality occurs in the function block 31, all of the public cooperation interfaces 32 and 33 belonging to the composite function block 301 are blocked, and the occurrence of the abnormality can be transmitted around the composite function block 301. .

また、コンポジット機能ブロック301が分散配置されている他の機器10x,10yで、ハードウェア異常やコントローラ20の異常によって基本ソフトウェア自体が停止してしまうような上位レベルの異常が発生した場合でも、確認メッセージの確認によりこの異常を検知することができる。そして、当該機器10x,10yに部分的に配置されているコンポジット機能ブロック301が正常動作できないものと判断して、このコンポジット機能ブロック301に属される公開連携インターフェース32,33を連携遮断とすることで、コンポジット機能ブロック301の周囲に異常発生を伝えることが可能となる。それにより、無駄な動作や間違った動作が、正常な動作と区別されずに継続されてしまうといった不具合を回避することができる。   In addition, even if a higher level error that causes the basic software to stop due to a hardware error or a controller 20 error occurs in other devices 10x and 10y in which the composite function block 301 is distributed, the confirmation This abnormality can be detected by checking the message. Then, it is determined that the composite function block 301 partially arranged in the devices 10x and 10y cannot operate normally, and the public cooperation interfaces 32 and 33 belonging to the composite function block 301 are set to be blocked. Thus, it is possible to convey the occurrence of an abnormality around the composite function block 301. As a result, it is possible to avoid a problem that a useless operation or an incorrect operation is continued without being distinguished from a normal operation.

なお、第2実施形態では、構成機能ブロックリスト61Bにネットワークアドレスを追加し、公開連携インターフェースリスト71Bに構成機能ブロックIDを追加する例を示したが、公開連携インターフェースリスト71Bにネットワークアドレスを追加するようにしても良い。また、第2実施形態では、構成機能ブロックリスト61Bに、各機能ブロック31の配置先アドレスが分かる情報が追加されているため、特に、構成機能ブロックリスト61Bや公開連携インターフェースリスト71Bを、対応するコンポジット機能ブロック301が配置されている機器10x,10yのみに格納する必要はなく、例えば、全ての構成機能ブロックリスト61Bと公開連携インターフェースリスト71Bを全ての機器10a〜10zに格納するようにしても良い。   In the second embodiment, the network address is added to the configuration function block list 61B and the configuration function block ID is added to the public cooperation interface list 71B. However, the network address is added to the public cooperation interface list 71B. You may do it. In the second embodiment, since the information that identifies the location address of each functional block 31 is added to the configuration function block list 61B, the configuration function block list 61B and the public cooperation interface list 71B are particularly supported. It is not necessary to store only in the devices 10x and 10y in which the composite function block 301 is arranged. For example, all the component function block lists 61B and the public cooperation interface list 71B may be stored in all the devices 10a to 10z. good.

その他、連携操作要求の内容やコンポジット機能ブロックによる状態管理処理の処理手順など、実施形態で示した細部は発明の趣旨を逸脱しない範囲で適宜変更可能である。   In addition, the details shown in the embodiment, such as the contents of the cooperation operation request and the processing procedure of the state management process by the composite function block, can be appropriately changed without departing from the spirit of the invention.

機器のコントローラ上に実現される機能構成を示した機能ブロック図である。It is the functional block diagram which showed the function structure implement | achieved on the controller of an apparatus. 機器に配置されるアプリケーション構成の一部の一例を示す機能ブロック図である。It is a functional block diagram which shows an example of a part of application structure arrange | positioned at an apparatus. 本発明の実施形態の分散システムの全体を示す構成図である。It is a block diagram which shows the whole distributed system of embodiment of this invention. コンポジット機能ブロック情報作成機能に関する構成を表わした機能ブロック図である。It is a functional block diagram showing the structure regarding a composite functional block information creation function. コンポジット機能ブロック定義情報の一例を表わした図表である。It is a chart showing an example of composite functional block definition information. コンポジット機能ブロックの管理処理の処理手順を示したフローチャートである。It is the flowchart which showed the process sequence of the management process of a composite function block. 第2実施形態の機器のコントローラ上に実現される機能構成を示す機能ブロック図である。It is a functional block diagram which shows the function structure implement | achieved on the controller of the apparatus of 2nd Embodiment. 第2実施形態におけるコンポジット機能ブロックの管理処理の処理手順を示すフローチャートである。It is a flowchart which shows the process sequence of the management process of the composite function block in 2nd Embodiment.

符号の説明Explanation of symbols

10a〜10z 機器
25 コンポジット機能ブロック管理部(コンポジット部品管理部)
26 機能ブロック状態取得部
27 連携インターフェース操作部
31 機能ブロック(プログラム部品)
31A,31B データ書込機能ブロック
31C データ変換機能ブロック
31D イベント型データ変換機能ブロック
31E データバッファ機能ブロック
31F 演算機能ブロック
31G 現場データ取得機能ブロック
32,33 連携インターフェース
33c,33d,33f 公開連携インターフェース(開放インターフェース)
301,301A コンポジット機能ブロック(コンポジットプログラム部品)
61 構成機能ブロックリスト(コンポジット部品リスト、構成情報リスト)
71 公開連携インターフェースリスト(開放インターフェースリスト、構成情報リスト)
90 通信ネットワーク
100 システム構築用コンピュータ
110 分散システム構築支援機能
111 分散システム設計機能
112 モジュール転送機能
113 コンポジット機能ブロック情報作成機能
115 コンポジット機能ブロック情報作成部
121 コンポジット機能ブロック定義情報
25B コンポジット機能ブロック管理部
61B 構成機能ブロックリスト
71B 公開連携インターフェースリスト
10a-10z Equipment 25 Composite Function Block Management Unit (Composite Parts Management Unit)
26 Function Block Status Acquisition Unit 27 Cooperation Interface Operation Unit 31 Function Block (Program Parts)
31A, 31B Data writing function block 31C Data conversion function block 31D Event type data conversion function block 31E Data buffer function block 31F Arithmetic function block 31G Field data acquisition function block 32, 33 Cooperation interface 33c, 33d, 33f Public cooperation interface (open) interface)
301, 301A Composite function block (composite program part)
61 Configuration function block list (composite parts list, configuration information list)
71 Public linkage interface list (open interface list, configuration information list)
DESCRIPTION OF SYMBOLS 90 Communication network 100 System construction computer 110 Distributed system construction support function 111 Distributed system design function 112 Module transfer function 113 Composite function block information creation function 115 Composite function block information creation unit 121 Composite function block definition information 25B Composite function block management unit 61B Configuration function block list 71B Public linkage interface list

Claims (6)

コンポジットプログラム部品を構成する各プログラム部品と、個々のプログラム部品とを複数の機器に分散配置してなる分散環境、ならびに、該分散環境の構築支援を行う構築支援装置を含んだ分散システムにおいて、
前記機器に配置され前記コンポジットプログラム部品の状態管理と動作制御とを行うコンポジット部品管理部と、
前記機器に配置されるとともに前記コンポジットプログラム部品を構成しているプログラム部品の情報が示された構成情報リストと、
前記構築支援装置に設けられコンポジットプログラム定義情報から前記構成情報リストを作成するリスト作成手段と、
を備え、
前記コンポジット部品管理部は、
自己が配置されている機器内でプログラム部品に異常が検知された場合に、前記構成情報リストに基づき、異常の検知されたプログラム部品が何れかのコンポジットプログラム部品に含まれているか判別し、含まれている場合に、当該コンポジットプログラム部品に属されかつ当該コンポジットプログラム部品以外のプログラム部品とデータをやり取りしている開放インターフェースを指定して異常発生用の動作を行わせることを特徴とする分散システム。
In a distributed system including a distributed environment in which each program part constituting a composite program part and individual program parts are distributed and arranged in a plurality of devices, and a construction support device that supports construction of the distributed environment,
A composite part management unit that performs state management and operation control of the composite program part arranged in the device;
A configuration information list in which information of program parts that are arranged in the device and constitute the composite program part is shown;
List creation means for creating the configuration information list from composite program definition information provided in the construction support device;
With
The composite part management unit
When an abnormality is detected in a program part in the device in which it is located, it is determined based on the configuration information list whether the program part in which the abnormality is detected is included in any composite program part. A distributed system that specifies an open interface that belongs to the composite program part and exchanges data with a program part other than the composite program part, and performs an operation for generating an abnormality. .
前記構成情報リストは、
前記コンポジットプログラム部品を構成する各プログラム部品をそれぞれ識別可能とする情報が登録されたコンポジット部品リストと、
前記コンポジットプログラム部品に属される前記開放インターフェースをそれぞれ識別可能とする情報が登録された開放インターフェースリストと、
を含み、
前記リスト作成手段は、個々のコンポジットプログラム部品ごとに、前記コンポジット部品リストと前記開放インターフェースリストとを作成する構成であることを特徴とする請求項1記載の分散システム。
The configuration information list is
A composite part list in which information for identifying each program part constituting the composite program part is registered;
An open interface list in which information for identifying each open interface belonging to the composite program part is registered;
Including
2. The distributed system according to claim 1, wherein the list creation means is configured to create the composite part list and the open interface list for each composite program part.
前記コンポジット部品管理部は、
前記コンポジット部品リストに基づき、異常と検知されたプログラム部品を含んだコンポジットプログラム部品を検索し、当該コンポジットプログラム部品を特定する特定機能と、
前記開放インターフェースリストに基づき、前記特定機能により特定されたコンポジットプログラム部品に属される前記開放インターフェースを指定して異常発生用の動作を行わせる動作要求機能と、
を備えていることを特徴とする請求項2記載の分散システム。
The composite part management unit
Based on the composite part list, search for a composite program part including a program part detected as abnormal, and a specific function for specifying the composite program part,
Based on the open interface list, an operation request function for specifying the open interface belonging to the composite program part specified by the specific function and performing an operation for generating an abnormality,
The distributed system according to claim 2, further comprising:
前記構成情報リストは、
前記コンポジットプログラム部品に属される前記開放インターフェースの各々がどの機器に配置されているかを示す配置情報を含み、
前記コンポジット部品管理部は、
他の機器に配置された別のコンポジット部品管理部と通信ネットワークを介して通信する通信機能と、
前記配置情報に基づき異常と判別されたコンポジットプログラム部品に属される開放インターフェースの何れかが他の機器に配置されているか否かを判別する判別機能と、
該判別機能により他の機器に配置されていると判別された場合に、前記配置情報に基づき前記通信機能を用いて当該他の機器のコンポジット部品管理部に操作要求を送信する操作要求送信機能と、
他の機器のコンポジット部品管理部から前記操作要求を受信した場合に、当該操作要求に応じたコンポジットプログラム部品の開放インターフェースに異常発生用の動作を行わせる動作要求代行機能と、
を備えていることを特徴とする請求項1記載の分散システム。
The configuration information list is
Including arrangement information indicating in which device each of the open interfaces belonging to the composite program part is arranged;
The composite part management unit
A communication function for communicating with another composite component management unit arranged in another device via a communication network;
A determination function for determining whether any of the open interfaces belonging to the composite program part determined to be abnormal based on the arrangement information is arranged in another device,
An operation request transmission function for transmitting an operation request to the composite part management unit of the other device using the communication function based on the arrangement information when it is determined by the determination function that the device is disposed in another device; ,
When the operation request is received from the composite component management unit of another device, an operation request proxy function that causes the release interface of the composite program component corresponding to the operation request to perform an operation for occurrence of an abnormality,
The distributed system according to claim 1, further comprising:
分散環境の構築支援を行うコンピュータに、
コンポジットプログラム部品の構成情報が表わされたコンポジットプログラム定義情報を読み込ませる機能と、
前記コンポジットプログラム定義情報から、当該コンポジットプログラム部品を構成する各プログラム部品の識別情報、および、当該コンポジットプログラム部品に属されかつ他のプログラム部品とデータをやり取りする各開放インターフェースの識別情報を含んだ構成情報リストを作成する機能と、
を実現させるプログラム。
A computer that supports the construction of a distributed environment
A function for reading composite program definition information in which composite program part configuration information is represented;
Configuration including identification information of each program part constituting the composite program part and identification information of each open interface belonging to the composite program part and exchanging data with other program parts from the composite program definition information The ability to create information lists;
A program that realizes
プログラム部品が配置されて分散環境を実現する複数の機器の制御用コンピュータによって実行されるプログラムであって、
前記機器の制御用コンピュータに、
機器内のプログラム部品に異常が検知された場合に、前記制御用コンピュータの記憶部に格納されたコンポジットプログラム部品の構成情報リストから、異常が発生したプログラム部品を含んだコンポジットプログラム部品を検索して、当該コンポジットプログラム部品を特定する特定機能と、
前記制御用コンピュータの記憶部に格納されたコンポジットプログラム部品の構成情報リストから、前記特定機能により特定されたコンポジットプログラム部品に属されかつ当該コンポジットプログラム部品以外のプログラム部品とデータのやり取りを行っている開放インターフェースを指定し、当該開放インターフェースに異常発生用の動作を行わせる動作要求機能と、
を実現させるプログラム。
A program that is executed by a computer for controlling a plurality of devices that realize a distributed environment by arranging program parts,
In the computer for controlling the device,
When an abnormality is detected in the program part in the device, the composite program part including the program part in which the abnormality has occurred is retrieved from the composite program part configuration information list stored in the storage unit of the control computer. A specific function for identifying the composite program part,
From the composite program part configuration information list stored in the storage unit of the control computer, data is exchanged with a program part belonging to the composite program part specified by the specific function and other than the composite program part. An operation request function that designates an open interface and causes the open interface to perform an action for occurrence of an abnormality,
A program that realizes
JP2008319276A 2008-12-16 2008-12-16 Distributed system and program Pending JP2010146050A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008319276A JP2010146050A (en) 2008-12-16 2008-12-16 Distributed system and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008319276A JP2010146050A (en) 2008-12-16 2008-12-16 Distributed system and program

Publications (1)

Publication Number Publication Date
JP2010146050A true JP2010146050A (en) 2010-07-01

Family

ID=42566477

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008319276A Pending JP2010146050A (en) 2008-12-16 2008-12-16 Distributed system and program

Country Status (1)

Country Link
JP (1) JP2010146050A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20210325847A1 (en) * 2016-09-09 2021-10-21 Fanuc America Corporation Program and variable change analysis method and system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20210325847A1 (en) * 2016-09-09 2021-10-21 Fanuc America Corporation Program and variable change analysis method and system
US11906944B2 (en) * 2016-09-09 2024-02-20 Fanuc America Corporation Program and variable change analysis method and system

Similar Documents

Publication Publication Date Title
JP5525240B2 (en) Customized document creation method, apparatus, graphical user interface means, and machine accessible medium
WO2002042853A1 (en) Method and apparatus for programming
JP2014146077A (en) Control device and method for operating control device
JP2018112829A (en) Cloud service control device, cloud service control system, cloud service control method, cloud service control program and recording medium
JP2011193307A (en) Field communication system and field communication method
JPWO2015037603A1 (en) Remote monitoring system, remote monitoring method, and program
JP2010117753A (en) Field equipment and field equipment software updating system using the same
WO2022059588A1 (en) Plc device and industrial machine system
JP2012133610A (en) Dual process controller and control data coincidence method
US11303518B2 (en) System and method for checking system requirements of cyber-physical systems
JP2010146050A (en) Distributed system and program
JP2011186607A (en) Field device, setting method for the same, field device management method and program
JP7099352B2 (en) Control system
JP5207310B2 (en) Control device for plant monitoring and control system
JP3988605B2 (en) Setting tool device
JP2004227175A (en) Maintenance system
JP2018180722A (en) Data management system
JP6054008B1 (en) Data management apparatus, data management method, and data management program
JPWO2018174223A1 (en) Operation management server, development operation support system, their method and program
JP6755537B1 (en) Signal processing equipment, monitoring and control systems, monitoring and control methods, monitoring and control programs, and manufacturing methods for monitoring and control systems
JP2022152987A (en) Alarm management device, alarm management method and alarm management program
JP2007026122A (en) Plant monitoring control system
JP5944003B2 (en) Display management system, server device thereof, programmable display, operation control method
WO2019244327A1 (en) Management device, management method, and program
JP2008225680A (en) Monitoring control system and method