JP6620433B2 - Control monitoring system - Google Patents
Control monitoring system Download PDFInfo
- Publication number
- JP6620433B2 JP6620433B2 JP2015115869A JP2015115869A JP6620433B2 JP 6620433 B2 JP6620433 B2 JP 6620433B2 JP 2015115869 A JP2015115869 A JP 2015115869A JP 2015115869 A JP2015115869 A JP 2015115869A JP 6620433 B2 JP6620433 B2 JP 6620433B2
- Authority
- JP
- Japan
- Prior art keywords
- flow
- monitoring
- control
- type program
- block
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Images
Landscapes
- Programmable Controllers (AREA)
- Debugging And Monitoring (AREA)
Description
本発明は、制御モニタリングシステムに関する。 The present invention relates to a control monitoring system.
従来から、制御対象からデータを収集しながら制御対象を監視すると共に、収集したデータ等に基づいて制御対象を制御する制御装置を備える制御システムがプラント等で用いられていることが知られている。制御システムに含まれる制御装置は、予め作成された制御ロジックを用いて各種の制御を行う(例えば、特許文献1参照)。 Conventionally, it is known that a control system including a control device that monitors a control target while collecting data from the control target and controls the control target based on the collected data or the like is used in a plant or the like. . A control device included in the control system performs various controls using a control logic created in advance (see, for example, Patent Document 1).
ところで、制御装置における制御の状況をモニタリングしようとした場合、制御ロジックに含まれる特定の線番の値をモニタリングすることが一般的であった。しかしながら、制御ロジックの実行に係るフロー中に分岐が含まれる場合、特定の線番の値をモニタリングしたとしても、その値が制御ロジックの最新実行サイクルの値とは限らないことが考えらえる。このように、制御装置における制御状況のモニタリングには改良の余地があった。 By the way, when it is going to monitor the control condition in a control apparatus, it was common to monitor the value of the specific wire number contained in control logic. However, when a branch is included in the flow related to the execution of the control logic, even if the value of a specific wire number is monitored, the value may not be the value of the latest execution cycle of the control logic. Thus, there is room for improvement in the monitoring of the control status in the control device.
本発明は上記を鑑みてなされたものであり、制御装置による制御のモニタリングをより好適に行うことができる制御モニタリングシステムを提供することを目的とする。 The present invention has been made in view of the above, and an object of the present invention is to provide a control monitoring system that can more suitably perform control monitoring by a control device.
上記目的を達成するため、本発明の一形態に係る制御モニタリングシステムは、制御対象を制御する制御装置において実行されるフロー型プログラムの動作をモニタリング装置によりモニタリングする制御モニタリングシステムであって、前記モニタリング装置は、前記フロー型プログラムに対して実行サイクルのカウントを行うカウンタブロックを埋め込むカウンタ生成手段と、前記カウンタブロックが埋め込まれた前記フロー型プログラムを前記制御装置に対して送信して、当該フロー型プログラムのモニタリングを要求するモニタリング要求手段と、前記制御装置から送信される、前記フロー型プログラムのサイクル実行回数と、前記カウンタブロックにおける最新実行サイクル値と、を含むカウント情報を受信する結果受信手段と、前記結果受信手段により受信された情報に基づいてモニタリング結果を出力する出力手段と、を備え、前記制御装置は、前記モニタリング装置から送信された前記カウンタブロックが埋め込まれた前記フロー型プログラムを実行するフロー実行手段と、前記フロー実行手段による前記フロー型プログラムの実行結果に対応した前記カウント情報を取得する結果取得手段と、前記結果取得手段により取得された前記カウント情報を前記モニタリング装置に対して送信する結果送信手段と、を備えることを特徴とする。 In order to achieve the above object, a control monitoring system according to an aspect of the present invention is a control monitoring system in which an operation of a flow type program executed in a control device that controls a control target is monitored by the monitoring device. The apparatus transmits a counter generation unit that embeds a counter block that counts an execution cycle for the flow type program, and transmits the flow type program in which the counter block is embedded to the control unit, so that the flow type Monitoring request means for requesting monitoring of the program; and result receiving means for receiving count information including the number of cycle executions of the flow-type program transmitted from the control device and the latest execution cycle value in the counter block; , Output means for outputting a monitoring result based on the information received by the result receiving means, and the control device executes the flow type program in which the counter block transmitted from the monitoring device is embedded. A flow execution unit, a result acquisition unit that acquires the count information corresponding to an execution result of the flow type program by the flow execution unit, and the count information acquired by the result acquisition unit is transmitted to the monitoring device. And a result transmitting means.
上記の制御モニタリングシステムによれば、モニタリング装置のカウンタ生成手段においてフロー型プログラムに対してカウンタブロックを埋め込み、制御装置のフロー実行手段においてフロー型プログラムを実行する際に、結果取得手段において、処理全体の実行回数を示すサイクル実行回数と、各カウンタブロックを実行した最新サイクルを特定する値とを取得する。その後、これらの情報がカウント情報としてモニタリング装置に対して送信されて、出力手段において出力される。したがって、制御装置による制御に係るフロー型プログラムにおける処理の実行をより好適にモニタリングすることが可能となる。 According to the control monitoring system, when the counter generation unit of the monitoring device embeds a counter block in the flow type program and the flow execution program of the control device executes the flow type program, the result acquisition unit performs the entire process. The number of executions of the cycle indicating the number of executions and the value specifying the latest cycle in which each counter block has been executed are acquired. Thereafter, these pieces of information are transmitted as count information to the monitoring device and output by the output means. Therefore, it is possible to more suitably monitor execution of processing in the flow type program related to control by the control device.
また、本発明の他の一形態に係る制御モニタリングシステムは、制御対象を制御する制御装置において実行されるフロー型プログラムの動作をモニタリング装置によりモニタリングする制御モニタリングシステムであって、前記モニタリング装置は、前記フロー型プログラムを前記制御装置に対して、当該フロー型プログラムのモニタリングを要求するモニタリング要求手段と、前記制御装置から送信される、前記フロー型プログラムのサイクル実行回数と、前記フロー型プログラムに埋め込まれて実行サイクルのカウントを行うカウンタブロックにおける最新実行サイクル値と、を含むカウント情報を受信する結果受信手段と、前記結果受信手段により受信された情報に基づいてモニタリング結果を出力する出力手段と、を備え、前記制御装置は、前記モニタリング装置からモニタリングを要求された前記フロー型プログラムに対して前記カウンタブロックを埋め込むカウンタ生成手段と、前記カウンタブロックが埋め込まれた前記フロー型プログラムを実行するフロー実行手段と、前記フロー実行手段による前記フロー型プログラムの実行結果に対応した前記カウント情報を取得する結果取得手段と、前記結果取得手段により取得された前記カウント情報を前記モニタリング装置に対して送信する結果送信手段と、を備えることを特徴とする。 Further, a control monitoring system according to another aspect of the present invention is a control monitoring system that monitors the operation of a flow type program executed in a control device that controls a controlled object by the monitoring device, and the monitoring device includes: The flow type program is embedded in the flow type program, monitoring request means for requesting the control device to monitor the flow type program, the number of cycle executions of the flow type program transmitted from the control device, and The latest execution cycle value in the counter block that counts the execution cycles, and the result receiving means for receiving the count information including the output, the output means for outputting the monitoring result based on the information received by the result receiving means, Comprising the control A counter generating unit that embeds the counter block in the flow type program requested to be monitored by the monitoring device, a flow execution unit that executes the flow type program in which the counter block is embedded, and the flow Result acquisition means for acquiring the count information corresponding to the execution result of the flow type program by the execution means, and result transmission means for transmitting the count information acquired by the result acquisition means to the monitoring device. It is characterized by providing.
上記の制御モニタリングシステムによれば、制御装置のカウンタ生成手段においてフロー型プログラムに対してカウンタブロックを埋め込み、フロー型プログラムを実行する際に、結果取得手段において、処理全体の実行回数を示すサイクル実行回数と、各カウンタブロックを実行した最新サイクルを特定する値とを取得する。その後、これらの情報がカウント情報としてモニタリング装置に対して送信されて、出力手段において出力される。したがって、制御装置による制御に係るフロー型プログラムにおける処理の実行をより好適にモニタリングすることが可能となる。 According to the control monitoring system described above, when the counter generation unit of the control device embeds a counter block in the flow type program and executes the flow type program, the result acquisition unit executes the cycle execution indicating the number of executions of the entire process. The number of times and a value specifying the latest cycle in which each counter block has been executed are acquired. Thereafter, these pieces of information are transmitted as count information to the monitoring device and output by the output means. Therefore, it is possible to more suitably monitor execution of processing in the flow type program related to control by the control device.
また、上記の制御モニタリングシステムにおいて、前記カウンタ生成手段は、前記フロー型プログラムにおいて、分岐する経路がある場合に、分岐後の経路上に前記カウンタブロックを埋め込む態様とすることができる。 In the control monitoring system, the counter generation unit may embed the counter block on the branched path when there is a branched path in the flow type program.
上記のように、分岐後の経路上にそれぞれカウンタブロックを設けている場合、最新サイクルにおける分岐後の経路の確認ができるため、モニタリングを好適に行うことができる。 As described above, when each counter block is provided on the route after branching, since the route after branching in the latest cycle can be confirmed, monitoring can be suitably performed.
また、上記の制御モニタリングシステムにおいて、前記カウンタ生成手段は、前記フロー型プログラムにおいて、始点と終点との間に設けられたブロックの前後に前記カウンタブロックを埋め込む態様とすることができる。 In the control monitoring system, the counter generation unit may embed the counter block before and after a block provided between a start point and an end point in the flow type program.
上記のように、ブロックの前後にカウンタブロックを埋め込む構成とする場合、フロー型プログラムにおける処理の流れをより詳細まで確認することができる。 As described above, when the counter block is embedded before and after the block, the flow of processing in the flow type program can be confirmed in more detail.
本発明によれば、制御装置による制御のモニタリングをより好適に行うことができる制御モニタリングシステムが提供される。 ADVANTAGE OF THE INVENTION According to this invention, the control monitoring system which can perform the monitoring of control by a control apparatus more suitably is provided.
以下、添付図面を参照して、本発明を実施するための形態を詳細に説明する。なお、図面の説明においては同一要素には同一符号を付し、重複する説明を省略する。 DESCRIPTION OF EMBODIMENTS Hereinafter, embodiments for carrying out the present invention will be described in detail with reference to the accompanying drawings. In the description of the drawings, the same elements are denoted by the same reference numerals, and redundant description is omitted.
図1は、本発明の一実施形態に係る制御モニタリングシステムの概略構成図である。制御モニタリングシステム1は例えばプラント等において適用されるシステムであり、制御対象となる装置の状態を示すデータ等を収集し、当該データ及びその他の情報に基づいて制御対象となる装置の制御を行うシステムである。また、制御モニタリングシステム1では、制御装置における制御に関してモニタリング装置によりモニタリングを行う。
FIG. 1 is a schematic configuration diagram of a control monitoring system according to an embodiment of the present invention. The
制御モニタリングシステム1は、モニタリング装置10、制御装置20を含んで構成される。また、制御対象装置30は、制御モニタリングシステム1における制御対象となる装置である。
The
モニタリング装置10は、制御対象装置30の制御を制御装置20が行う際のモニタリングを行う装置である。モニタリング装置10では、制御装置20が実行するフローと同等のものを保持し、制御装置20からリアルタイムに送信される情報に基づいて制御装置20がどの演算を行っているかをモニタ結果として出力する機能を有する。モニタリング装置10は、例えば、ユーザが携帯可能な装置として実現することができる。
The
制御装置20は、制御対象装置30からのデータを取得すると共に、制御ロジックとフローシートとを用いてで制御対象装置30の制御に係る動作を行う。制御装置20は、制御ロジックとフローシートとを用いて制御対象装置30の制御を行う。制御ロジックとは、例えば、ファンクション・ブロック・ダイアグラム(FBD)言語で作成されたロジックプログラムであり、制御対象装置30に係る情報に基づいた演算を実行するための複数のロジックにより構成される。また、フローシートとは、制御の単位(サイクル)毎に準備されるシートであり、当該フローシートに示された処理を一定周期毎に実行することで、制御対象装置30の制御を行うものである。フローシートには、始点と終点とを指定したフロー型プログラムが含まれている。制御装置20では、基本的にフローシートに則って処理を行い、制御ロジックの実行を指定するブロックが含まれる場合には、対応する制御ロジックが実行される。
The
なお、本実施形態におけるフロー型プログラムとは、流れ図的に記載されたロジックプログラムのことをいう。また、本実施形態におけるフロー型プログラムは、分岐構造、すなわち、分岐を有するプログラムであることが好ましい。モニタリング装置10によるモニタリングは、分岐を有するプログラムを実行する場合に効果的である。
Note that the flow type program in the present embodiment refers to a logic program described in a flowchart. The flow type program in the present embodiment is preferably a program having a branch structure, that is, a branch. Monitoring by the
制御対象装置30は、制御モニタリングシステム1の制御装置20による制御対象となる装置であり、例えば、プラントにおける運転装置等が挙げられる。制御対象装置30は、制御装置20からの指示を受信すると、これに基づいて運転制御等を行う。また、制御対象装置30は、制御装置20からの指示に基づいて、自装置で取得された運転データ等を制御装置20に対して送信する。このように、制御対象装置30では、自装置の状態を示す情報を制御装置20に対して送信し、自装置の状態に対応した指示を制御装置20から受信することで、運転の制御が行われる。
The
なお、図1では制御モニタリングシステム1を構成する制御装置20と、制御対象装置30と、がそれぞれ1台である場合を示しているが、制御装置20及び制御対象装置30はそれぞれ複数含まれていてもよい。この場合、制御装置20が複数の制御対象装置30を制御する構成とすることもできる。また、モニタリング装置10も複数設けられていてもよい。
Although FIG. 1 shows a case where each of the
上記のモニタリング装置10及び制御装置20は、それぞれ、CPU(Central Processing Unit)、主記憶装置であるRAM(Random Access Memory)及びROM(Read Only Memory)、他の機器との間の通信を行う通信モジュール、並びにハードディスク等の補助記憶装置等のハードウェアを備えるコンピュータとして構成される。そして、これらの構成要素が動作することにより、後述のモニタリング装置10及び制御装置20としての機能が発揮される。
The
次に、モニタリング装置10及び制御装置20の各機能部について説明する。モニタリング装置10は、通信部11(モニタリング要求手段、結果受信手段)と、フローDB12と、カウンタ生成部13(カウンタ生成手段)と、モニタ結果出力部14(出力手段)と、を含んで構成される。
Next, each function part of the
通信部11は、制御装置20との間で通信を行う機能を有する。本実施形態におけるモニタリング装置10は、フローシート及び当該フローシートの特定のブロックに対応した制御ロジックを制御装置20に対して送信して制御装置20における当該フローシートに係るモニタリングを指示するモニタリング要求手段として機能する。また、モニタリング装置10から送信されたフローシートを制御装置20で実行している間は、制御装置20から送信されるカウント情報を受信する結果受信手段としても機能する。詳細は後述するが、カウント情報には、サイクル実行回数と、埋め込まれたカウンタブロックが実行した最新サイクルを特定する値とが含まれる。
The
フローDB12は、フローシート及びフローシートに関連付けられた制御ロジックを保持する機能を有する。フローDB12において保持されるフローシート及び制御ロジックは、例えばユーザによって作成されたものである。フローシート及び制御ロジックは、モニタリング装置10とは異なる装置で作成されたものをフローDB12にて保持する構成としてもよいし、モニタリング装置10が編集機能を有する場合には、モニタリング装置10において作成されたものをフローDB12にて保持する構成としてもよい。
The
また、カウンタ生成部13は、フローDB12において保持されるフローシートにおけるフロー型プログラムに対してカウンタブロックを埋め込むカウンタ生成手段として機能する。カウンタブロックとは、実行サイクルのカウントを行うロジックブロックであるが、詳細は後述する。
The
カウンタ生成部13の機能について、図2及び図3を参照しながら説明する。図2は、フローDB12にて保持されるフローシートの例を示す図であり、図3は、カウンタ生成部13によるカウンタ埋め込み後のフローシートの例を示す図である。
The function of the
図2に示すフローシート及びフローシートに含まれるフロー型プログラムは、ユーザにより作成されたものである。フローシートは、Flow_Startブロック0001とFlow_Endブロック0005との間に1か所の分岐であるFBRブロック0002と、分岐結果に応じた2つの互いに異なる処理を示すFSHブロック0003及びFSFブロック0006と、分岐結果に関係なく処理を行うFMRGブロック0004と、がこの順で配列されているフローチャートにより構成されている。各ブロックは、それぞれ何らかの処理の実行を指示するものである。なお、各ブロックに対して制御ロジックが関連付けられている場合もあり、その場合には、当該ブロックにおいては、制御ロジックに示された演算処理等を実行する。本実施形態では、制御ロジックの演算に係る説明は省略し、フローシートを用いた処理の実行について説明する。
The flow sheet shown in FIG. 2 and the flow type program included in the flow sheet are created by the user. The flow sheet includes an
制御装置20は、図2に示すフローシートのフローチャート(フロー型プログラム)に記載された一連の処理を1サイクルとし、これを周期的に繰り返すことで制御対象装置30を制御する。このとき、制御装置20で一連の処理を実行した回数をカウントすることは従来から可能であるが、最新のサイクルでどの処理を行ったかについて把握する構成とはされていなかった。
The
この点について具体的に説明する。制御装置20において、図2のフローシートのフローチャートとして示された1サイクルの処理を繰り返した場合、FBRブロック0002によって経路が分岐されるため、フローシートを1サイクル実行した場合には、FSHブロック0003及びFSFブロック0006のいずれかが実行される。各ブロックに対応する処理を実行した結果(例えば演算の結果の値)を外部装置に出力することは可能であるので、例えば、FSHブロック0003の実行結果をモニタリング装置に対して出力することは可能である。したがって、FSHブロック0003の実行結果が更新されると、FSHブロック0003を経由する処理が行われたことをモニタリング装置側で把握することは可能である。しかしながら、FSHブロック0003の実行結果の更新が最新のサイクルにおける結果であることを示す情報は、実行結果には対応付けられていないため、最新のサイクルにおいてFSHブロック0003を経由する処理を実行したかどうかをユーザ側で把握することはできていなかった。この点について、各ブロックにおける処理の実行結果を全サイクルについて全て取得すれば、最新のサイクルにおける処理の実行結果をモニタリング装置でも把握することは可能である。しかし、このようなモニタリングの方法は、通信量及び処理負荷の観点から現実的ではない。
This point will be specifically described. When the
これに対して、本実施形態に係る制御モニタリングシステム1では、モニタリング装置10のカウンタ生成部13では、最新サイクルを把握するためのカウンタブロックを図2のフローシートのフローチャートの経路上に埋め込むという処理を行う。埋め込んだ結果を図3に示す。
On the other hand, in the
図3に示すフローシートでは、隣接するブロックの間に、ID=1〜ID=6の6つのブロックが埋め込まれている。このブロックは、FPP(Flow Pass Point)ブロックといい、当該ブロックを実行すると、実行されたサイクルに対応したサイクル実行回数(フローシートに示す一連の処理を実行した回数)を各ブロックで取得するという処理を行う。この処理が、各ブロックの実行サイクルのカウントを行う機能を実現する。すなわち、FPPブロックは、本実施形態におけるカウンタブロックとして機能する。 In the flow sheet shown in FIG. 3, six blocks with ID = 1 to ID = 6 are embedded between adjacent blocks. This block is called an FPP (Flow Pass Point) block, and when this block is executed, the number of cycle executions corresponding to the executed cycle (the number of times a series of processing shown in the flow sheet has been executed) is acquired for each block. Process. This process realizes the function of counting the execution cycle of each block. That is, the FPP block functions as a counter block in the present embodiment.
カウンタ埋め込み後のフローシートには、6つのFPPブロックに対応したテーブルが作成される。図3のフローシートに対応したテーブルの例を図4に示す。図4に示すテーブルには、サイクル実行回数と、各FPPブロックが実行した最新サイクルを特定する値(最新実行サイクル値)とが示されている。 A table corresponding to six FPP blocks is created in the flow sheet after embedding the counter. An example of a table corresponding to the flow sheet of FIG. 3 is shown in FIG. The table shown in FIG. 4 shows the number of cycle executions and a value (latest execution cycle value) that identifies the latest cycle executed by each FPP block.
図4に示すテーブルの場合、サイクル実行回数が25なので、Flow_Startブロック0001からFlow_Endブロック0005までの一連の処理を25回実行したことを示している。このサイクル実行回数は、一連の処理を実行する度に1ずつ増加する。一方、ID=1,3,5,6のFPPブロックの最新サイクルを特定する値(最新実行サイクル値)は25である。すなわち、最新サイクルである25回目の処理の際には、ID=1,3,5,6のFPPブロックを経由する経路で処理が行われたことを示している。これに対して、ID=2,4のFPPブロックの最新サイクルを特定する値(最新実行サイクル値)は10である。すなわち、10回目の処理以降は、ID=2,4を経由する処理は行われていないことを示している。図3に示すフローシートを参照すると、ID=2,4のFPPブロックと、ID=3,5のFPPブロックとは、経路分岐されるFBRブロック0002の後段にあって、互いに異なる経路に設けられている。したがって、最新サイクルを実行する度にID=2,4のFPPブロックと、ID=3,5のFPPブロックとのいずれか一方のみが更新される。したがって、このカウンタブロック(FPPブロック)を設け、このカウンタブロックにおいて取得される数値をモニタリングすることにより、フローシートにおける最新サイクルでの経路を特定することができる。
In the case of the table shown in FIG. 4, since the number of cycle executions is 25, this indicates that a series of processing from the
モニタリング装置10におけるカウンタ生成部13は、上記のようにフローDB12において保持されるフローシートにおけるフロー型プログラムに対してカウンタブロックを埋め込む。なお、カウンタブロックの値を保持するテーブルは、カウンタ生成部13においてカウンタブロックの埋め込みと同時に生成してもよいし、後述の制御装置20にて生成してもよい。
The
カウンタ生成部13によりカウンタブロックが埋め込まれたフローシートは、通信部11から制御装置20に対して送信されて、制御装置20において実行される。また、モニタ結果出力部14にも送られて、モニタ結果の出力に利用される。
The flow sheet in which the counter block is embedded by the
モニタ結果出力部14は、制御装置20においてフローシートに示された処理を繰り返し実行する際に、フローシートに埋め込まれたカウンタブロックにおいて取得される数値を取得して、モニタ結果として出力する出力手段として機能する。
The monitor
モニタ結果の出力例を図5に示す。図5に示す出力例は、図4に示すテーブルに対応する情報をモニタリング装置10が受信した場合の出力例である。図4のテーブルに示す情報によれば、最新サイクルでは、ID=1,3,5,6のFPPブロックを経由する経路で処理が行われたので、図5の出力例では最新サイクルでの経路を強調して示している。なお、図5の出力例では、モニタリング装置10で埋め込んだFPPブロックは表示をせずに、予め作成されたフローシートの形式を用いて結果を出力している。このように、結果の出力形式は特に限定されず、適宜変更することができる。このように予め作成されたフローシートを利用した出力をすると、モニタリング装置10のユーザが視覚的に把握しやすいが、これに限定されるものではない。
An output example of the monitoring result is shown in FIG. The output example shown in FIG. 5 is an output example when the
図1に戻り、制御装置20について説明する。制御装置20は、入出力部(モニタリング装置)21(結果送信手段)と、フロー実行部22(フロー実行手段、結果取得手段)と、フローDB23と、入出力部(制御対象装置)24と、を含んで構成される。
Returning to FIG. 1, the
入出力部(モニタリング装置)21は、モニタリング装置10と通信を行う機能を有する。モニタリング装置10との間では、カウンタブロック(FPPブロック)が埋め込まれたフローシート、及び、フローシートに示された処理を繰り返し実行する際に、フローシートに埋め込まれたカウンタブロックにおいて取得される数値の送受信を行う。このうち、フローシートに示された処理を繰り返し実行する際に、フローシートに埋め込まれたカウンタブロックにおいて取得される数値は、フローシートに示された処理を1サイクル実行する度に入出力部(モニタリング装置)21からモニタリング装置10に対して送信する構成とすることができる。このように、入出力部(モニタリング装置)21は結果送信手段として機能する。
The input / output unit (monitoring device) 21 has a function of communicating with the
フロー実行部22は、モニタリング装置10から送信されたフローシートに示された処理を解釈して実行するフロー実行手段として機能する。併せて、フローシートに係るフロー型プログラムのサイクル実行回数と、カウンタブロックにおける最新実行サイクル値と、を取得する結果取得手段としても機能する。また、フローDB23は、モニタリング装置10から送信されたフローシートを保持すると共に、フローシートに示された処理を解釈して実行するための組み込みモジュール等を保持する機能を有する。フロー実行部22及びフローDB23が所謂実行エンジンとして機能する。実行エンジンは、モニタリング装置10から送信されたフローシートに示された処理を解釈して実行することで、制御対象装置30を制御する機能を有する。
The
入出力部(制御対象装置)24は、制御対象装置30と通信を行う機能を有する。制御対象装置30との間では、制御対象装置30で取得されるデータ、及び、制御対象装置30からのデータに基づいて制御装置20により作成された制御対象装置30に対する制御指示等の送受信を行う。これにより、制御対象装置30は、制御装置20からの指示に基づいて制御される。
The input / output unit (control target device) 24 has a function of communicating with the
上記の制御モニタリングシステム1におけるモニタリング方法について、図6に示すシーケンス図を参照しながら説明する。図6に示すように、まずモニタリング装置10において、モニタリングしたいフローシートを選択する(S01)。これは、ユーザがモニタリング装置10を操作することにより、フローDB12において保持されているフローシートの中から選択する構成としてもよいし、新たに作成した又は外部から送信したフローシートであってもよい。
A monitoring method in the
次に、モニタリング装置10のカウンタ生成部13では、選択されたフローシートに対してカウンタブロックを埋め込む(S02)。図3に示すように、フローシートに対してFPPブロックを埋め込む。
Next, the
次に、カウンタブロックが埋め込まれたフローシートを通信部11から制御装置20に対して送信することによって、制御装置20に対して当該フローシートの実行を要求すると共にモニタリングの要求が行われる(S03)。
Next, by transmitting the flow sheet in which the counter block is embedded from the
制御装置20では、入出力部(モニタリング装置)21においてフローシートを受信すると、フロー実行部22において、当該フローシートを解釈して、フローシートに示す処理を繰り返し実行する(S04)。このとき、サイクル実行回数と、各FPPブロックを実行した最新サイクルを特定する値とを示すテーブル(図4参照)で、それぞれの値を記録する。そして、サイクル終了毎にカウント情報、すなわちテーブルに記載された数値を入出力部(モニタリング装置)21からモニタリング装置10に対して送信する(S05)。制御装置20において、フロー実行とカウント情報の送信とは並行して行われる。
In the
モニタリング装置10では、制御装置20からのカウント情報を受信すると、モニタ結果出力部14において、モニタ結果として出力する(S06)。モニタ結果の出力は、モニタ結果の受信の度に行われるので、フロー実行の1サイクル毎にカウント情報が送信される構成である場合、モニタ結果の出力もフロー実行の1サイクル毎に行われる。すなわち、フロー実行(S04)〜モニタ結果出力(S06)までは、制御装置20におけるフローシートに係る処理の実行の1サイクル毎に繰り返される。これにより、モニタリング装置10では、1サイクル毎に最新サイクルの実行結果をモニタリングすることができる。
When the
このように、上記実施形態に係る制御モニタリングシステム1では、モニタリング装置10においてフローシートにおけるフロー型プログラムであるフローチャートの始点と終点とを繋ぐ経路に対してカウンタブロックを埋め込む。また、制御装置20では、フローシートに示された処理を実行する際に、処理全体の実行回数を示すサイクル実行回数と、各カウンタブロックを実行した最新サイクルを特定する値とを取得し、これらをモニタリング装置10において取得して出力する構成とする。このような構成とすることにより、制御モニタリングシステム1では、当該フローシートを構成するフロー型プログラムにおける処理の実行をモニタリングすることが可能となる。
As described above, in the
また、上記実施形態に係る制御モニタリングシステム1では、モニタリングを実施する間にモニタリング装置10と制御装置20との間で送受信する情報は、処理全体の実行回数を示すサイクル実行回数と、各カウンタブロックを実行した最新サイクルを特定する値と、である。したがって、各ブロックにおける処理の実行結果を全サイクルについて全て取得する方法と比較して、より少ない情報量で、制御装置20による制御のモニタリングをより好適に行うことができる。
In the
なお、図3に示すカウンタブロックの埋め込み例では、Flow_Startブロック0001とFlow_Endブロック0005との間に設けられたブロック同士を接続する経路の全てにカウンタブロック(FPPブロック)を配置しているが、経路の全て、すなわち、各ブロックの前後にカウンタブロックを埋め込まなくてもよい。
In the example of embedding the counter block shown in FIG. 3, the counter block (FPP block) is arranged in all the paths connecting the blocks provided between the
例えば、図3に示すフローシートでは、ID=1,6のFPPブロックが設けられている経路は、フローシートに示す処理を1サイクル実行した場合には、必ず通過する部分であるため、FPPブロックで取得される値は、サイクル実行回数と一致するはずである。また、ID=2のFPPブロックが設けられている経路を通る処理を実行する場合には、ID=4のFPPブロックが設けられている経路も必ず通るはずである。同様に、ID=3のFPPブロックが設けられている経路を通る処理を実行する場合には、ID=5のFPPブロックが設けられている経路も必ず通るはずである。 For example, in the flow sheet shown in FIG. 3, the path provided with the FPP blocks with ID = 1, 6 is a part that always passes when the process shown in the flow sheet is executed for one cycle. The value obtained in should match the number of cycle executions. In addition, when executing a process that passes through a route in which an ID = 2 FPP block is provided, the route in which an ID = 4 FPP block is provided must also pass. Similarly, when a process that passes through a route in which an ID = 3 FPP block is provided is executed, a route in which an ID = 5 FPP block is provided must also pass through.
図3に示すフローシートに係る処理をユーザがモニタリングする場合、ID=2,4のFPPブロックが設けられたFSHブロック0003を通る経路の処理を行ったか、ID=3,5のFPPブロックが設けられたFSFブロック0006を通る経路の処理を行ったか、を監視したいということが目的である場合が多いと考えらえる。したがって、経路上に設けるFPPブロックの数を減らそうとする場合には、少なくともID=2,4のFPPブロックのいずれか一方と、ID=3,5のFPPブロックのいずれか一方と、の2つのFPPブロックを設ければよい。すなわち、分岐する経路を備えているフローシートの場合、分岐後の経路上にそれぞれカウンタブロックを設けていれば、フローシートのモニタリングを好適に行うことができる。このようにカウンタブロックの数を少なくする場合、モニタリングを実施する間にモニタリング装置10と制御装置20との間で送受信する情報量をより少なくすることができる。したがって、例えば、分岐する経路が多いフローシート等の場合には、このようにカウンタブロックの数を減らす態様として通信量を減らすことで、例えば通信の遅れ等の発生を防止することが可能となる。
When the user monitors the process related to the flow sheet shown in FIG. 3, the route passing through the
一方、図3のフローシートのように、Flow_Startブロック0001とFlow_Endブロック0005との間を繋ぐ経路の全てにカウンタブロックを埋め込む構成とする場合、フロー型プログラムにおける処理の流れをより詳細まで確認することができる。また、カウンタブロックの埋め込みについて、どの経路に配置するか等の判定が不要となるため、カウンタブロックの埋め込みに係る処理を簡略化することができる。
On the other hand, when the configuration is such that the counter block is embedded in all the paths connecting the
図7に、分岐がある場合のカウンタブロックの埋め込みの一例を示す。図7に示すフロー型プログラムは、Flow_Startブロックが1つである一方、Flow_Endブロックが7つである。このフロー型プログラムは、状態分岐フローともいい、分岐に応じて異なる処理を行った後に終了するものである。経路分岐を発生させる分岐ブロックにおける判定結果に応じて、異なる終点(Flow_End)に導かれる。このようなフロー型プログラムの場合、カウンタブロックであるFPPブロックを分岐後(分岐先)の経路毎に設ける。図7に示すフロー型プログラムの場合、プログラムを実行すると6つの状態の何れかに分岐されるので、6つの分岐先それぞれにFPPブロックが設けられている。なお、図7では「S2_All?→NO」というフローはあるが、処理上NOとなることはないため、カウンタブロックの配置を省略している。このように実質的に不要となる分岐先にはカウンタブロックを設けない構成としてもよい。 FIG. 7 shows an example of embedding the counter block when there is a branch. The flow type program shown in FIG. 7 has one Flow_Start block and seven Flow_End blocks. This flow-type program is also called a state branch flow, and ends after performing different processing depending on the branch. Depending on the determination result in the branch block that causes the path branch, the flow is led to a different end point (Flow_End). In such a flow-type program, an FPP block that is a counter block is provided for each route after branching (branch destination). In the case of the flow type program shown in FIG. 7, when the program is executed, the program is branched into one of six states. Therefore, an FPP block is provided at each of the six branch destinations. In FIG. 7, there is a flow of “S2_All? → NO”, but since the processing is not NO, the arrangement of the counter blocks is omitted. In this manner, a counter block may not be provided at a branch destination that is substantially unnecessary.
図7に示すフロー型プログラムのように、分岐後の経路毎にカウンタブロックを設ける構成とすれば、最新のサイクルにおいてどのような処理を行っているか(どの分岐先に進んだか)をモニタリングすることが可能となる。 If the configuration is such that a counter block is provided for each route after branching as in the flow type program shown in FIG. 7, it is possible to monitor what processing is being performed in the latest cycle (which branch destination has been advanced). Is possible.
なお、上記実施形態では、モニタリング装置10において、モニタリング対象のフローシートを選択した後に(S01)、カウンタ生成部13おいてFPPブロックを埋め込む(S02)場合について説明したが、フローシートを選択する前に、フロー型プログラムに対してカウンタブロック(FPPブロック)を埋め込んでおく構成としてもよい。この場合、モニタリング装置10では、ユーザにより作成されたフロー型プログラムに対して、モニタリング対象となり得る箇所(始点と終点との間のブロックの前後)に対して全てFPPブロックを埋め込んだ後に、フローDB12に格納する。その後、モニタリング対象とするフローシートが選択された後(S01)に、カウンタの生成(S02)に代えて、当該フローシートに埋め込まれたFPPブロックのうち、実際にモニタリングを行うFPPブロックを抽出する。また、当該フローシートの実行を要求すると共にモニタリングの要求が行われる(S03)際には、モニタリングを行うFPPブロックを特定した情報も送信されて、フロー実行(S04)〜モニタ結果出力(S06)に係る処理を行うことで、モニタリングを行いたいFPPブロックに係るモニタリングの結果のみを出力することができる。
In the above embodiment, the
上記のように、モニタリング対象となり得る箇所(隣接するブロックの間)に予めカウンタブロックを埋め込む構成とした場合には、カウンタブロックの埋め込みに関して予め細かいルールを設定する必要がないので、モニタリング装置10において、カウンタブロックの埋め込みを自動的に行うことができる。一方、埋め込んだカウンタブロックに対して、実際にモニタリングを行うカウンタブロックを抽出してカウント情報の送受信を行う構成とすることで、実際にカウント情報をモニタリング装置10に送信するための、モニタリング装置10と制御装置20との間で送受信する情報量をより少なくすることができる。したがって、カウンタブロックの埋め込み箇所を少なくする場合と同様に、モニタリング対象とするカウンタブロックの数を減らす態様として通信量を減らすことができる。
As described above, in the configuration in which the counter block is embedded in advance in a portion that can be monitored (between adjacent blocks), there is no need to set a detailed rule in advance regarding the embedding of the counter block. The embedding of the counter block can be performed automatically. On the other hand, for the embedded counter block, the
次に、本実施形態に係る制御モニタリングシステムの変形例について説明する。上記の制御モニタリングシステム1では、カウンタブロック(FPPブロック)の埋め込みをモニタリング装置10側で行う構成について説明した。しかしながら、カウンタブロックの埋め込み自体は制御装置20側で行う構成としてもよい。以下、変形例として、制御装置20側でカウンタブロックを埋め込む場合の構成について説明する。
Next, a modified example of the control monitoring system according to the present embodiment will be described. In the
変形例に係る制御モニタリングシステムの概略構成を図8に示す。図8に示す制御モニタリングシステム2では、モニタリング装置10は、通信部11と、フローDB12と、カウンタ生成部13と、モニタ結果出力部14と、を含んで構成される。この点は、制御モニタリングシステム1と同様である。ただし、制御モニタリングシステム2のモニタリング装置10におけるカウンタ生成部13は、制御装置20で使用するフローシートに対してカウンタブロックを埋め込むのではなく、自装置でモニタリング結果を出力するためにカウンタブロックの位置を認識するために用いられる。
FIG. 8 shows a schematic configuration of a control monitoring system according to a modification. In the
また、制御装置20は、入出力部(モニタリング装置)21と、フロー実行部22と、フローDB23と、入出力部(制御対象装置)24と、カウンタ生成部25と、を含んで構成される。制御装置20は、制御モニタリングシステム1の制御装置と比較して、入出力部(モニタリング装置)21においてモニタリング装置10から送信されるフローシートにはカウンタブロックが埋め込まれていない点、及び、カウンタ生成部25が実行エンジンに含まれる点が相違する。
The
制御モニタリングシステム2では、制御装置20において処理を実行するフローシートのフロー型プログラムにカウンタブロックを埋め込むのは制御装置20のカウンタ生成部25であり、カウンタ生成部25がカウンタ生成手段として機能する。カウンタ生成部25におけるカウンタブロックの埋め込み方法については、制御モニタリングシステム1と同様である。
In the
制御モニタリングシステム2のモニタリング装置10では、制御装置20においてカウンタブロックが埋め込まれたフローシートに係るカウント情報(サイクル実行回数及び各カウンタブロックを実行した最新サイクルを特定する値)を受信してモニタ結果として表示する必要がある。したがって、モニタ結果を出力する際には、フローシートにおいてカウンタブロックを埋め込んだ位置を特定する必要がある。したがって、モニタリング装置10においてもカウンタブロックを埋め込んだフローシートを準備する必要がある。そのため、カウンタ生成部13がカウンタブロックの埋め込みに係る処理を実行する。この際、カウンタブロックの埋め込みに係るルール(例えば、どういう経路の上にカウンタブロックを配置するか、及び、IDをどの順に割り振るか)はモニタリング装置10と制御装置20との間で共通しておく必要がある。
The
上記の制御モニタリングシステム2におけるモニタリング方法について、図9に示すシーケンス図を参照しながら説明する。図9に示すように、まず、モニタリング装置10から制御装置20に対してフローを指定した状態でフローシートの実行を要求すると共にモニタリングの要求が行われる(S21)。このときに、ユーザがモニタリング装置10を操作することにより、フローDB12において保持されているフローシートの中から選択する構成としてもよいし、新たに作成した又は外部から送信したフローシートであってもよい。また、フローシートを特定する情報を制御装置20に対して送信する構成としてもよい。
A monitoring method in the
制御装置20では、入出力部(モニタリング装置)21においてモニタ要求を受信すると、モニタリング対象のフローシートを選択する(S22)。なお、モニタリング装置10からフローシートが送信された場合には、それをモニタリング対象のフローシートとして選択する。また、フローシートを特定する情報を受信した場合には、フローDB23において保持されているフローシートの中から対応するフローシートを選択する構成としてもよい。
In the
次に、制御装置20のカウンタ生成部25では、選択されたフローシートに対してカウンタブロックを埋め込む(S23)。このとき、図3に示すように、フローシートに対してFPPブロックを埋め込む。
Next, the
次に、カウンタブロックが埋め込まれたフローシートを用いて、フロー実行部22において、当該フローシートを解釈して、フローシートに示す処理を繰り返し実行する(S24)。このとき、サイクル実行回数と、各FPPブロックを実行した最新サイクルを特定する値とを示すテーブル(図4参照)で、それぞれの値を記録する。そして、サイクル終了毎にカウント情報、すなわちテーブルに記載された数値を入出力部(モニタリング装置)21からモニタリング装置10に対して送信する(S25)。制御装置20において、フロー実行とカウント情報の送信とは並行して行われる。
Next, using the flow sheet in which the counter block is embedded, the
一方、モニタリング装置10では、制御装置20からのカウント情報を受信する前に、カウンタ生成部13において、指定したフローシートに対してカウンタブロックの埋め込みを行う(S26)。その後、制御装置20からのカウント情報を受信すると、モニタ結果出力部14において、モニタ結果として出力する(S27)。モニタ結果の出力は、モニタ結果の受信の度に行われるので、フロー実行の1サイクル毎にカウント情報が送信される構成である場合、モニタ結果の出力もフロー実行の1サイクル毎に行われる。すなわち、フロー実行(S24)、カウント情報の送信(S25)及びモニタ結果出力(S27)は、制御装置20におけるフローシートに係る処理の実行の1サイクル毎に繰り返される。これにより、モニタリング装置10では、1サイクル毎に最新サイクルの実行結果をモニタリングすることができる。
On the other hand, in the
以上のように、カウンタブロックの埋め込みを行うカウンタ生成部25が制御装置20側に設けられている制御モニタリングシステム2においても、フローシートを構成するフロー型プログラムにおける処理の実行をモニタリングすることが可能となる。
As described above, even in the
なお、制御モニタリングシステム2において、カウンタブロックを埋め込んだフローシートが制御装置20から送信される構成としてもよい。例えば、制御装置20がカウンタ生成部25においてカウンタブロックの埋め込みを行った後にフローシートを実行する際に、制御装置20は、カウンタブロック埋め込み後のフローシートをモニタリング装置10に対して送信する構成とする。この場合、モニタリング装置10は、制御装置20からカウンタブロック埋め込み後のフローシートを受信してモニタ結果の出力に利用するような構成としてもよい。このような場合には、モニタリング装置10がカウンタ生成部13を備えている必要はない。このように、制御装置20側でカウンタブロックの埋め込みを行う場合、カウント情報(サイクル実行回数及び各カウンタブロックを実行した最新サイクルを特定する値)をモニタリング装置10が受信することにより、モニタ結果を出力可能な構成であれば、その構成は適宜変更することができる。
In the
以上、本発明の実施形態に係る制御モニタリングシステムについて説明したが、上述した実施形態は本発明の一例を示すものである。本発明に係る制御モニタリングシステムは、上記実施形態に限られるものではなく、各請求項に記載した要旨を変更しない範囲で変形し、又は他のものに適用したものであってもよい。 The control monitoring system according to the embodiment of the present invention has been described above. However, the above-described embodiment shows an example of the present invention. The control monitoring system according to the present invention is not limited to the above-described embodiment, and may be modified within a range not changing the gist described in each claim or applied to other ones.
例えば、モニタリング装置10及び制御装置20は、上記実施形態で説明したようにそれぞれ1台の装置によって実現されていてもよいし、複数台の装置の組み合わせによって実現されていてもよい。
For example, each of the
また、上記実施形態では、制御装置20において実行される制御に係る一連のサイクルをフローシートにまとめた構成としているが、サイクル毎の処理をフローシートに個別にまとめる構成には限定されない。
Moreover, in the said embodiment, it is set as the structure which put together the series of cycles which concern on the control performed in the
1、2 制御モニタリングシステム
10 モニタリング装置
11 通信部
12 フローDB
13 カウンタ生成部
14 モニタ結果出力部
20 制御装置
21 入出力部(モニタリング装置)
22 フロー実行部
23 フローDB
24 入出力部(制御対象装置)
25 カウンタ生成部
30 制御対象装置
1, 2
13
22
24 I / O unit (device to be controlled)
25
Claims (4)
前記モニタリング装置は、
前記フロー型プログラムに対して実行サイクルのカウントを行うカウンタブロックを埋め込むカウンタ生成手段と、
前記カウンタブロックが埋め込まれた前記フロー型プログラムを前記制御装置に対して送信して、当該フロー型プログラムのモニタリングを要求するモニタリング要求手段と、
前記制御装置から送信される、前記フロー型プログラムのサイクル実行回数と、前記カウンタブロックにおける最新実行サイクル値と、を含むカウント情報を受信する結果受信手段と、
前記結果受信手段により受信された情報に基づいてモニタリング結果を出力する出力手段と、
を備え、
前記制御装置は、
前記モニタリング装置から送信された前記カウンタブロックが埋め込まれた前記フロー型プログラムを実行するフロー実行手段と、
前記フロー実行手段による前記フロー型プログラムを実行する度に、実行結果に対応した前記フロー型プログラムのサイクル実行回数と、前記フロー型プログラムに埋め込まれた前記カウンタブロックにおける最新実行サイクル値と、を含むカウント情報を取得する結果取得手段と、
前記結果取得手段により取得された前記カウント情報を前記モニタリング装置に対して送信する結果送信手段と、
を備える制御モニタリングシステム。 A control monitoring system that monitors the operation of a flow type program executed in a control device that controls a controlled object, using a monitoring device,
The monitoring device includes:
Counter generating means for embedding a counter block for counting execution cycles for the flow type program;
Monitoring request means for transmitting the flow type program in which the counter block is embedded to the control device and requesting monitoring of the flow type program;
Result receiving means for receiving count information including the number of cycle executions of the flow-type program transmitted from the control device and the latest execution cycle value in the counter block;
Output means for outputting a monitoring result based on the information received by the result receiving means;
With
The controller is
Flow execution means for executing the flow type program in which the counter block transmitted from the monitoring device is embedded;
Each time the flow type program is executed by the flow execution means, the flow execution program includes the number of cycle executions corresponding to the execution result and the latest execution cycle value in the counter block embedded in the flow type program. A result acquisition means for acquiring count information;
A result transmitting means for transmitting the count information acquired by the result acquiring means to the monitoring device;
Control monitoring system with
前記モニタリング装置は、
前記フロー型プログラムを前記制御装置に対して、当該フロー型プログラムのモニタリングを要求するモニタリング要求手段と、
前記制御装置から送信される、前記フロー型プログラムのサイクル実行回数と、前記フロー型プログラムに埋め込まれて実行サイクルのカウントを行うカウンタブロックにおける最新実行サイクル値と、を含むカウント情報を受信する結果受信手段と、
前記結果受信手段により受信された情報に基づいてモニタリング結果を出力する出力手段と、
を備え、
前記制御装置は、
前記モニタリング装置からモニタリングを要求された前記フロー型プログラムに対して前記カウンタブロックを埋め込むカウンタ生成手段と、
前記カウンタブロックが埋め込まれた前記フロー型プログラムを実行するフロー実行手段と、
前記フロー実行手段による前記フロー型プログラムを実行する度に、実行結果に対応した前記フロー型プログラムのサイクル実行回数と、前記フロー型プログラムに埋め込まれた前記カウンタブロックにおける最新実行サイクル値と、を含むカウント情報を取得する結果取得手段と、
前記結果取得手段により取得された前記カウント情報を前記モニタリング装置に対して送信する結果送信手段と、
を備える制御モニタリングシステム。 A control monitoring system that monitors the operation of a flow type program executed in a control device that controls a controlled object, using a monitoring device,
The monitoring device includes:
Monitoring request means for requesting the flow type program to monitor the flow type program;
Received as a result of receiving count information transmitted from the control device and including the number of cycle executions of the flow type program and the latest execution cycle value in a counter block embedded in the flow type program and counting execution cycles Means,
Output means for outputting a monitoring result based on the information received by the result receiving means;
With
The controller is
Counter generation means for embedding the counter block in the flow type program requested to be monitored by the monitoring device;
Flow execution means for executing the flow type program in which the counter block is embedded;
Each time the flow type program is executed by the flow execution means, the flow execution program includes the number of cycle executions corresponding to the execution result and the latest execution cycle value in the counter block embedded in the flow type program. A result acquisition means for acquiring count information;
A result transmitting means for transmitting the count information acquired by the result acquiring means to the monitoring device;
Control monitoring system with
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2015115869A JP6620433B2 (en) | 2015-06-08 | 2015-06-08 | Control monitoring system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2015115869A JP6620433B2 (en) | 2015-06-08 | 2015-06-08 | Control monitoring system |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2017004164A JP2017004164A (en) | 2017-01-05 |
JP6620433B2 true JP6620433B2 (en) | 2019-12-18 |
Family
ID=57752079
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2015115869A Active JP6620433B2 (en) | 2015-06-08 | 2015-06-08 | Control monitoring system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP6620433B2 (en) |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP3015793B1 (en) * | 1999-01-11 | 2000-03-06 | 株式会社東芝 | Programmable controller |
JP2007183888A (en) * | 2006-01-10 | 2007-07-19 | Mitsubishi Heavy Ind Ltd | Program coverage measuring method |
-
2015
- 2015-06-08 JP JP2015115869A patent/JP6620433B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
JP2017004164A (en) | 2017-01-05 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10520935B2 (en) | Distributed control system, control device, control method, and computer program product | |
JP5137434B2 (en) | Data processing apparatus, distributed processing system, data processing method, and data processing program | |
US20180178379A1 (en) | Task planning device | |
TWI534569B (en) | Control device, development device, and development program | |
JP6608572B1 (en) | Data processing apparatus, data processing system, data processing method and program | |
JPWO2021075055A5 (en) | ||
JP6620433B2 (en) | Control monitoring system | |
JP5864032B1 (en) | Programmable logic controller | |
JP6457417B2 (en) | Serial communication branch device and serial communication system | |
JP2014225169A5 (en) | ||
JP5331549B2 (en) | Distributed processing system and distributed processing method | |
JP6196505B2 (en) | Cloud control system and method for executing the control program | |
JP2016031658A (en) | Plant control device and plant control method | |
KR101447845B1 (en) | Communication device | |
JP2008128785A (en) | Parallel signal processing apparatus | |
JPWO2018235124A1 (en) | Distributed arrangement apparatus, distributed arrangement system, and distributed arrangement method | |
JP6861895B1 (en) | Data processing equipment, data processing systems, data processing methods and programs | |
JP2010244469A (en) | Distributed processing system and distributed processing method | |
CN110908805A (en) | Information distribution method, robot and storage medium | |
JP5217971B2 (en) | Data communication system | |
JP2008108123A (en) | Module execution device, and modularization program | |
JP6289197B2 (en) | Plant control equipment engineering tool | |
TWI673610B (en) | Remote working system and working method thereof | |
JP3813756B2 (en) | Programmable controller | |
JP2009271687A (en) | Plant monitoring control system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20180424 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20190315 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20190326 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20190522 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20191023 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20191105 |
|
R151 | Written notification of patent or utility model registration |
Ref document number: 6620433 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |