JP2007249471A - Shared data management system, management server, and shared data management method - Google Patents

Shared data management system, management server, and shared data management method Download PDF

Info

Publication number
JP2007249471A
JP2007249471A JP2006070430A JP2006070430A JP2007249471A JP 2007249471 A JP2007249471 A JP 2007249471A JP 2006070430 A JP2006070430 A JP 2006070430A JP 2006070430 A JP2006070430 A JP 2006070430A JP 2007249471 A JP2007249471 A JP 2007249471A
Authority
JP
Japan
Prior art keywords
data
notification
setting software
management server
connection
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
JP2006070430A
Other languages
Japanese (ja)
Inventor
Yumitsuka Shigemori
弓束 重森
Kotaro Okamura
弘太郎 岡村
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.)
Omron Corp
Original Assignee
Omron Corp
Omron Tateisi Electronics Co
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 Omron Corp, Omron Tateisi Electronics Co filed Critical Omron Corp
Priority to JP2006070430A priority Critical patent/JP2007249471A/en
Publication of JP2007249471A publication Critical patent/JP2007249471A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Programmable Controllers (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a shared data management system, capable of easily performing notification of change in shared data of control equipment shared by a plurality of setting softwares. <P>SOLUTION: This system comprises a plurality of setting softwares A and B for setting control equipment 31; and a management server 20 for performing transmitting and receiving of data with the setting software. The setting software is connected with the management server using a connection ID (CID) managing a communication unit. The management server includes a notification management table 21 for mutually associating a data ID uniquely specifying variable data for access of setting software to control equipment, address information of control equipment storing the data ID, and a connection ID of the setting software using the variable data; a change means (control part 22) for changing address information stored in the notification management table, based on notification from the setting software; and a notification means (control part 22) for notifying information for variable data stored in the notification management table to the setting software having the connection ID associated with the variable data concerned. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

この発明は、共有データ管理システムおよび管理サーバ並びに共有データ管理方法に関するものである。   The present invention relates to a shared data management system, a management server, and a shared data management method.

FA(Factory Automation)におけるネットワークシステムは、生産設備の制御を司るPLC(Programmable Logic Controller)と、そのPLCにより動作が制御される機器とが、制御系のネットワークに接続される。それらPLCと機器は、その制御系のネットワークを介してサイクリックに通信を行なうことで、IOデータの送受を行ない、生産設備を制御する。   In a network system in FA (Factory Automation), a PLC (Programmable Logic Controller) that controls production equipment and a device whose operation is controlled by the PLC are connected to a control system network. These PLCs and devices communicate with each other cyclically via the network of the control system, thereby transmitting / receiving IO data and controlling production facilities.

係るシステムを構成するPLCや表示器(PT)などの各機器を動作させるために必要なプログラムを作成したり、作成したプログラムをPLCや機器にダウンロードしたり、PLCや機器にパラメータを設定したりする場合、ユーザは、それぞれ専用のツール(設定ソフトウェア)により行なう。すなわち、ユーザは、PLC用のツールや、各機器用のツールを用いて処理をする。   Create a program necessary for operating each device such as a PLC or a display (PT) constituting the system, download the created program to the PLC or device, or set parameters in the PLC or device. In this case, the user performs each using a dedicated tool (setting software). In other words, the user performs processing using a tool for PLC and a tool for each device.

係るPLCは、制御処理に使用する変数データをメモリに記憶する。メモリには記憶領域があって、記憶するデータを物理アドレスに割り当てて、ある物理アドレスには定まったデータ対象が記憶されるようになっている。ツールやPLC間で、変数データを記憶する物理アドレスを共有する仕組みとして、「タグ共有」の機能がある。このタグ共有は、複数の変数データまたはメモリ上のアドレスのそれぞれに、別々の「タグ」を1つずつ対応させて、タグを複数のツールやPLCで共有するものである。なお、タグは、人間が認識できる文字列であり、シンボルとか論理名とか変数名と呼ばれることがある。複数のツールは、タグと物理アドレスとの対応付け情報を都度に更新し、その情報を共有すれば、データを格納するPLCの物理エリアのアドレスを変更しても、タグを介して、タグ共有の情報からデータが記憶されているメモリの物理アドレスを把握できる。しかし、タグと物理アドレスとの対応付け情報が変化したときに更新するのを忘れたり、更新しなかったりすると、間違った対応付け情報に基づいてデータを扱うこととなり、意図しないデータをツールに取り込んでしまう事象が起こる可能性があり、安全性に問題がある。そこで、特許文献1に開示された発明のように、変更を通知する機能を備えたシステムが提案されている。
WO2002/042853
The PLC stores variable data used for control processing in a memory. The memory has a storage area, and data to be stored is assigned to a physical address, and a fixed data object is stored at a certain physical address. As a mechanism for sharing a physical address for storing variable data between tools and PLCs, there is a “tag sharing” function. In this tag sharing, a tag is shared by a plurality of tools and PLCs by associating a different “tag” with each of a plurality of variable data or addresses on a memory. A tag is a character string that can be recognized by humans, and is sometimes called a symbol, a logical name, or a variable name. Multiple tools update the tag-to-physical address correspondence information each time and share that information. Even if the address of the physical area of the PLC that stores the data is changed, the tag is shared via the tag. From this information, the physical address of the memory where the data is stored can be grasped. However, if you forget to update or not update when the association information between the tag and the physical address changes, the data will be handled based on the wrong association information, and unintended data will be imported into the tool. There is a possibility that an event will occur, and there is a problem with safety. Therefore, as in the invention disclosed in Patent Document 1, a system having a function of notifying a change has been proposed.
WO2002 / 042853

この特許文献1に開示された発明では、変更の通知はツール単位で設定している。そのため、その発明では、通知の単位が大きく、各ツールに変更の通知をする際のデータ量が大きく、実用的でない。   In the invention disclosed in Patent Document 1, the change notification is set for each tool. Therefore, in the invention, the unit of notification is large and the amount of data when notifying each tool of the change is large, which is not practical.

この発明の目的は、複数の設定ソフトウェア(ツール)で共有する制御機器の共有データの変更の通知を簡便に行なえる共有データ管理システムおよび管理サーバ並びに共有データ管理方法を提供することにある。   An object of the present invention is to provide a shared data management system, a management server, and a shared data management method that can easily notify a change in shared data of a control device shared by a plurality of setting software (tools).

この発明による共有データ管理システムは、制御機器を設定する複数の設定ソフトウェアと、その設定ソフトウェアとデータの送受をする管理サーバとを備え、前記設定ソフトウェアと前記管理サーバとは、通信単位を管理する接続IDを用いて接続する共有データ管理システムである。管理サーバは、設定ソフトウェアが制御機器にアクセスする変数データを共有データ管理システム上で一意に特定するデータIDと、そのデータIDを格納する前記制御機器のアドレス情報と、その変数データを利用する設定ソフトウェアの接続IDと、を関連付けた通知管理テーブルを持つ。さらに、管理サーバは、前記設定ソフトウェアからの通知に基づき、前記通知管理テーブルに格納されたアドレス情報を変更する変更手段と、前記通知管理テーブルに格納された変数データに関する情報を、その変数データに関連付けられた接続IDを持つ設定ソフトウェアに通知する通知手段と、を備える。   A shared data management system according to the present invention includes a plurality of setting software for setting a control device, and a management server for transmitting and receiving the setting software and data. The setting software and the management server manage communication units. This is a shared data management system connected using a connection ID. The management server has a data ID for uniquely specifying the variable data to be accessed by the setting software on the control device on the shared data management system, the address information of the control device that stores the data ID, and a setting that uses the variable data. It has a notification management table associating software connection IDs. Further, the management server, based on the notification from the setting software, changes the address information stored in the notification management table, and information related to the variable data stored in the notification management table in the variable data. Notification means for notifying the setting software having the associated connection ID.

接続IDは、実施形態ではコネクションIDに対応する。また、実施形態では、複数の設定ソフトウェアと、管理サーバとは、それぞれ別々の装置(コンピュータ)により構成されているが、複数の設定ソフトウェア同士を同一のコンピュータに実装しても良いし、設定ソフトウェアと管理サーバとを同一のコンピュータに実装しても良い。変更手段並びに通知手段は、実施形態では制御部22により実現される。   The connection ID corresponds to the connection ID in the embodiment. In the embodiment, the plurality of setting software and the management server are configured by separate devices (computers), respectively. However, the plurality of setting software may be mounted on the same computer. And the management server may be mounted on the same computer. The change unit and the notification unit are realized by the control unit 22 in the embodiment.

通知手段は、通知管理テーブルに格納された情報が変更された際に、その変更された変数データに関連付けられた接続IDを持つ設定ソフトウェアに通知する機能を備える。また、通知手段は、設定ソフトウェアからの要求に基づき、要求のあった変数データについての情報を通知する機能を備えることもできる。   The notification means has a function of notifying the setting software having a connection ID associated with the changed variable data when the information stored in the notification management table is changed. Further, the notifying means can have a function of notifying information on the requested variable data based on a request from the setting software.

管理サーバは、複数の変数データを階層化した階層化情報を保持するとともに、その階層化されたグループに設定されたデータID(最上位の変数データのデータIDを用いても良いし、グループに新たに設定したIDでもよい)を通信管理テーブルに格納し、その通信管理テーブルに格納されたデータIDを用いて階層化されたグループの変更通知をすることもできる。   The management server holds hierarchical information obtained by hierarchizing a plurality of variable data, and may use a data ID set for the hierarchized group (the data ID of the highest level variable data may be used for the group. A newly set ID may be stored in the communication management table, and a hierarchical group change notification may be made using the data ID stored in the communication management table.

本発明の管理サーバは、制御機器を設定する複数の設定ソフトウェアと、通信単位を管理する接続IDを用いて接続する管理サーバであって、設定ソフトウェアが制御機器にアクセスする変数データを共有データ管理システム上で一意に特定するデータIDと、そのデータIDを格納する前記制御機器のアドレス情報と、その変数データを利用する設定ソフトウェアの接続IDと、を関連付けた“通知管理テーブル”と、設定ソフトウェアからの通知に基づき、通知管理テーブルに格納されたアドレス情報を変更する“変更手段”と、通知管理テーブルに格納された変数データに関する情報を、その変数データに関連付けられた接続IDを持つ設定ソフトウェアに通知する“通知手段”と、を備えて構成する。   The management server of the present invention is a management server that is connected using a plurality of setting software for setting a control device and a connection ID for managing a communication unit, and variable data for the setting software to access the control device is shared data management “Notification management table” in which a data ID uniquely specified on the system, address information of the control device storing the data ID, and connection ID of setting software using the variable data are associated with each other, and setting software "Change means" for changing the address information stored in the notification management table based on the notification from the server, and the setting software having the connection ID associated with the variable data, the information regarding the variable data stored in the notification management table And “notification means” for notifying.

そして、通知手段は、通知管理テーブルに格納された情報が変更された際に、その変更された変数データに関連付けられた接続IDを持つ設定ソフトウェアに通知する機能を備えると良い。   The notification means may have a function of notifying setting software having a connection ID associated with the changed variable data when the information stored in the notification management table is changed.

本発明に係る共有データ管理方法は、制御機器を設定する複数の設定ソフトウェアと、その設定ソフトウェアとデータの送受をする管理サーバとを備え、設定ソフトウェアと前記管理サーバとは、通信単位を管理する接続IDを用いて接続する共有データ管理システムにおける管理方法である。そして、管理サーバは、設定ソフトウェアが前記制御機器にアクセスする変数データを前記共有データ管理システム上で一意に特定するデータIDと、そのデータIDを格納する前記制御機器のアドレス情報と、その変数データを利用する設定ソフトウェアの接続IDと、を関連付けた通知管理テーブルを保持し、設定ソフトウェアは、管理サーバに対し、変更した変数データのアドレス情報をその変数データのデータIDとともに通知し、その通知を受けた管理サーバは、設定ソフトウェアからの通知に基づき、通知管理テーブルをアクセスし、受信したデータIDが前記通知管理テーブルに格納されているか否かを判断し、格納されている場合に該当するアドレス情報を変更する。さらに、管理サーバは、通知管理テーブルに格納された変数データに関する情報を、その変数データに関連付けられた接続IDを持つ設定ソフトウェアに通知する。   A shared data management method according to the present invention includes a plurality of setting software for setting a control device, and a management server for transmitting and receiving the setting software and data. The setting software and the management server manage communication units. This is a management method in a shared data management system connected using a connection ID. Then, the management server has a data ID for uniquely specifying on the shared data management system the variable data that the setting software accesses to the control device, the address information of the control device that stores the data ID, and the variable data A notification management table that associates the connection ID of the setting software that uses the information is stored, and the setting software notifies the management server of the address information of the changed variable data together with the data ID of the variable data. The received management server accesses the notification management table based on the notification from the setting software, determines whether or not the received data ID is stored in the notification management table, and an address corresponding to the stored data ID Change information. Further, the management server notifies the setting software having the connection ID associated with the variable data of the information related to the variable data stored in the notification management table.

管理サーバは、設定ソフトウェアからの通知に基づき前記通知管理テーブルに格納されたアドレス情報を変更した場合、その変更された変数データに関連付けられた接続IDを持つ他の設定ソフトウェアに変更したアドレス情報を通知する処理を実行するようにするとよい。   When the management server changes the address information stored in the notification management table based on the notification from the setting software, the management server changes the address information changed to another setting software having a connection ID associated with the changed variable data. It is advisable to execute the process of notification.

本発明では、管理サーバが設定アプリケーションに対してデータIDで特定される変数データ或いはグループ単位で変更の通知を行なう。よって、通知の際のデータ量が小さく、複数の設定ソフトウェアで共有する制御機器の共有データの変更の通知が、簡便に行なえる。   In the present invention, the management server notifies the setting application of the change in the variable data or group unit specified by the data ID. Therefore, the amount of data at the time of notification is small, and notification of a change in shared data of control devices shared by a plurality of setting software can be easily performed.

複数のツール10と、管理サーバ20とが、ネットワーク30を介して接続されている。さらに、このネットワーク30には、ツール10の設定/情報収集対象であるPLC等の制御機器31が接続される。   A plurality of tools 10 and the management server 20 are connected via a network 30. Further, the network 30 is connected to a control device 31 such as a PLC which is a setting / information collecting target of the tool 10.

ツール10は、PLC等の制御機器31や図示省略する表示器等のFAネットワークシステムを構成する機器に対して、プログラミングや、パラメータの設定等をするためのソフトウェア(アプリケーションプログラム)である。複数のツール10は、例えば、それぞれ異なる制御機器・機器に対して設定を行なうためのものである。また、複数のツール10は、同一の制御機器・機器に対して、異なるプログラムをダウンロードしたり、その異なるプログラム用のパラメータの設定をしたりするためのものもある。それら複数のツール10は、それぞれを別のコンピュータにインストールされても良いし、同一のコンピュータにインストールされても良い。前者の場合、複数のツール10は、同一の制御機器・機器のメモリに対して共通にアクセスする。   The tool 10 is software (application program) for programming, setting parameters, and the like for devices constituting the FA network system such as a control device 31 such as a PLC and a display (not shown). For example, the plurality of tools 10 are for setting different control devices / devices. The plurality of tools 10 may be used to download different programs or set parameters for the different programs for the same control device. The plurality of tools 10 may be installed on different computers or may be installed on the same computer. In the former case, the plurality of tools 10 commonly access the memory of the same control device / device.

本実施形態では、複数のツール10は、共通の制御機器31のメモリにアクセスし、データの書き込みおよびまたは読み出しをする機能を有するソフトウェア(設定ソフトウェアA,B)をそれぞれ備えている。   In the present embodiment, each of the plurality of tools 10 includes software (setting software A and B) having a function of accessing the memory of the common control device 31 and writing and / or reading data.

設定ソフトウェアA,Bは、制御機器31にアクセスするための制御機器変数データを作成し、記憶部10aに格納する。制御機器変数データは、図2に示すように、データを一意に表すことができるIDと、アクセスする制御機器31のメモリアドレスと、それを論理的に表す名前(変数名)と、コメントと、データサイズと、データの種別(ビット,ワード等)とからなる。設定ソフトウェアA,Bは、TCP/IPプロトコルに準拠した接続インタフェース10bを備え、ネットワーク30を介して管理サーバ20とデータの送受をする。各接続インタフェース10bごとに、コネクションID(CID)が設定される。   The setting software A and B create control device variable data for accessing the control device 31 and store it in the storage unit 10a. As shown in FIG. 2, the control device variable data includes an ID that can uniquely represent the data, a memory address of the control device 31 to be accessed, a name (variable name) that logically represents it, a comment, It consists of data size and data type (bit, word, etc.). The setting software A and B includes a connection interface 10b compliant with the TCP / IP protocol, and transmits / receives data to / from the management server 20 via the network 30. A connection ID (CID) is set for each connection interface 10b.

図3は、ツール10を構成する設定ソフトウェアをインストールするコンピュータのハードウェア構成を示している。演算部11は、OSを含めたそれぞれの設定ソフトウェアを実行制御する。ROMもしくはHDD等の記憶部12には、それぞれの設定ソフトウェアの実行モジュールが格納される。RAM13は、それぞれの設定ソフトウェアが実行される際に必要とするワークメモリとして使用される。通信制御部14は、インターネット等のネットワークを介した通信を制御するのに使用される。制御機器変数データを格納する記憶部10aは、記憶部12により実現できる。   FIG. 3 shows a hardware configuration of a computer on which setting software constituting the tool 10 is installed. The calculation unit 11 controls the execution of each setting software including the OS. An execution module of each setting software is stored in the storage unit 12 such as a ROM or an HDD. The RAM 13 is used as a work memory required when each setting software is executed. The communication control unit 14 is used to control communication via a network such as the Internet. The storage unit 10 a that stores the control device variable data can be realized by the storage unit 12.

管理サーバ20は、システム上で単一に存在する。この管理サーバ20は、各設定ソフトウェアが作成した制御機器31の物理アドレスに論理的名前を対応付けた情報を管理する。管理サーバ20は、係る情報を記憶する通知管理テーブル記憶部21を備える。通知管理テーブルは、属性と、アドレスと、コネクションIDとを関連付けたテーブルである。なお、属性には、図2に示す制御機器変数データのうち、少なくともIDを含む。さらに、管理サーバ20は、設定ソフトウェアと通信し、通知管理テーブル記憶部21に記憶するデータの更新をしたり、所定の設定ソフトウェアに対して他の設定ソフトウェアと共有するデータが更新されたことを通知したりする制御部22を備えている。   There is a single management server 20 on the system. The management server 20 manages information in which a logical name is associated with the physical address of the control device 31 created by each setting software. The management server 20 includes a notification management table storage unit 21 that stores such information. The notification management table is a table in which attributes, addresses, and connection IDs are associated with each other. The attribute includes at least ID among the control device variable data shown in FIG. Furthermore, the management server 20 communicates with the setting software, updates the data stored in the notification management table storage unit 21, and confirms that the data shared with other setting software is updated for the predetermined setting software. The control part 22 which notifies is provided.

図3では、設定ソフトウェアAは、制御機器変数データとして、制御機器31の共有メモリのD100のアドレスに格納されるデータ(データA)を記憶部10aに保持する。この設定ソフトウェアAは、“コネクションID=1”を用いて管理サーバ20と通信する。設定ソフトウェアBは、制御機器変数データとして、制御機器31の共有メモリのD100のアドレスに格納されるデータ(データA)と、共有メモリのD101のアドレスに格納されるデータ(データB)と、共有メモリのD200のアドレスに格納されるデータ(データC)と、を記憶部10aに保持する。この設定ソフトウェアBは、データAとデータBについては“コネクションID=2”を用いて管理サーバ20と通信し、データCについては“コネクションID=3”を用いて管理サーバ20と通信する。ここで、データA,B,C,……は、図2に示す制御機器変数データを代表して示しており、少なくとも、データを一意に特定するIDと、データを格納する制御機器31のメモリアドレスとを含む。   In FIG. 3, the setting software A holds data (data A) stored in the address D100 of the shared memory of the control device 31 as control device variable data in the storage unit 10a. The setting software A communicates with the management server 20 using “connection ID = 1”. The setting software B shares, as control device variable data, data (data A) stored at the address D100 of the shared memory of the control device 31, data (data B) stored at the address D101 of the shared memory, The data (data C) stored at the address D200 of the memory is held in the storage unit 10a. The setting software B communicates with the management server 20 using “connection ID = 2” for data A and data B, and communicates with the management server 20 using “connection ID = 3” for data C. Here, data A, B, C,... Represent the control device variable data shown in FIG. 2 as a representative, and at least an ID that uniquely identifies the data and a memory of the control device 31 that stores the data. Address.

管理サーバ20の通知管理テーブル記憶部21には、それらデータA〜Cについての情報が格納される。なお、図示省略するが、このデータA〜Cは、それらのデータが格納されるアドレス情報も関連づけて共有データテーブル記憶部23に格納されている。図示するように、通知管理テーブル記憶部21には、設定ソフトウェアAと設定ソフトウェアBとで共有するデータAについてのコネクションIDとして、各設定ソフトウェアの番号(1,2)が格納される。このように、通知管理テーブルのコネクションIDの欄に複数の番号が登録されている場合、管理サーバ20は、対応するデータが複数の設定ソフトウェアに共有されていることを認識する。よって、管理サーバ20は、1つの設定ソフトウェアがこの共有するデータについてのアドレスの変更の通知を受け取った場合、共有する他の設定ソフトウェアに当該変更を通知する。管理サーバ20から当該変更の通知を受信した設定ソフトウェアは、自己の制御機器変数データ記憶部10aに格納されたアドレスを更新する。これにより、データを共有する全ての設定ソフトウェアは、共有するデータのアドレスが、意図せずに各設定ソフトウェア間で異なることを防止できる。   Information about the data A to C is stored in the notification management table storage unit 21 of the management server 20. Although not shown, the data A to C are stored in the shared data table storage unit 23 in association with address information in which the data is stored. As shown in the figure, the notification management table storage unit 21 stores the number (1, 2) of each setting software as a connection ID for data A shared between the setting software A and the setting software B. Thus, when a plurality of numbers are registered in the connection ID column of the notification management table, the management server 20 recognizes that the corresponding data is shared by a plurality of setting software. Therefore, when one setting software receives a notification of an address change for the shared data, the management server 20 notifies the other setting software to be shared of the change. The setting software that has received the notification of the change from the management server 20 updates the address stored in its own control device variable data storage unit 10a. Accordingly, all setting software sharing data can prevent the address of the data to be shared from being unintentionally different among the setting software.

以下、管理サーバ20の制御部22と、ツール10を構成する設定ソフトウェアとの機能を、具体的なデータの送受を示しながら説明する。   Hereinafter, the functions of the control unit 22 of the management server 20 and the setting software constituting the tool 10 will be described with reference to specific data transmission / reception.

<データ共有処理>
図4,図5は、データ共有手順処理を示している。まず、ユーザは、初期設定として、設定ソフトウェアに管理サーバ20のIPアドレス等を設定しておく。図4(a)に示すように、設定ソフトウェアは、設定された管理サーバ20のIPアドレス宛に接続コマンドを送信する(S1)ことで、管理サーバ20に接続する。
<Data sharing process>
4 and 5 show the data sharing procedure process. First, the user sets the IP address of the management server 20 in the setting software as an initial setting. As shown in FIG. 4A, the setting software connects to the management server 20 by transmitting a connection command to the IP address of the set management server 20 (S1).

設定ソフトウェアからの接続コマンドを受信した管理サーバ20は、接続を管理するコネクションIDを保持する(S2)。図4(a)では、管理サーバ20は、設定ソフトウェアAのコネクションID(1)と、設定ソフトウェアBのコネクションID(2)とを保持する。   The management server 20 that has received the connection command from the setting software holds a connection ID for managing the connection (S2). In FIG. 4A, the management server 20 holds the connection ID (1) of the setting software A and the connection ID (2) of the setting software B.

設定ソフトウェアは、管理サーバ20のIPアドレス宛に、データ登録コマンドおよび制御機器変数データを送信する(S3)。図4(b)では、設定ソフトウェアAはデータA(ID,アドレス等)を送信し、設定ソフトウェアBはデータA(ID,アドレス等)とデータB(ID,アドレス等)とを送信している。   The setting software transmits a data registration command and control device variable data to the IP address of the management server 20 (S3). In FIG. 4B, the setting software A transmits data A (ID, address, etc.), and the setting software B transmits data A (ID, address, etc.) and data B (ID, address, etc.). .

管理サーバ20は、設定ソフトウェアから送られてきた制御機器変数データを共有データテーブル記憶部23に保持する。このデータは、データ読み込みコマンドや書き込みコマンドで複数の設定ソフトウェアから共有可能となる(S4)。図4(b)の場合、共有データテーブル記憶部23に保持されたデータA,Bのうち、データAは、設定ソフトウェアAと設定ソフトウェアBの双方から参照されているので、共有されている状態となる。   The management server 20 holds the control device variable data sent from the setting software in the shared data table storage unit 23. This data can be shared from a plurality of setting software by a data read command or a write command (S4). In the case of FIG. 4B, since the data A is referred to by both the setting software A and the setting software B among the data A and B held in the shared data table storage unit 23, the data A is shared. It becomes.

<通知登録処理>
図6,図7は、制御機器変数データを通知管理テーブルに登録する処理を示している。設定ソフトウェアは、管理サーバ20に対して制御機器変数データを共有するために、通知登録する。すなわち、設定ソフトウェアは、変更通知を行ないたい制御機器変数データを、通知登録コマンドにて管理サーバ20へ送信する(S11)。
<Notification registration process>
6 and 7 show processing for registering control device variable data in the notification management table. The setting software registers and registers with the management server 20 in order to share the control device variable data. That is, the setting software transmits control device variable data to be notified of change to the management server 20 using a notification registration command (S11).

係る通知登録コマンドを受信した管理サーバ20は、受信した制御機器変数データが共有データテーブル上に存在するか否かを判断する(S12)。そして、存在しない場合、管理サーバ20は、通知登録コマンドを発行した設定ソフトウェアに対してエラーを返し、終了する(S13)。一方、共有データテーブル上に存在する場合、管理サーバ20は、受信した制御機器変数データ(ID,アドレス等)と、その通知登録コマンドを発行した設定ソフトウェアの接続IFのコネクションIDとを関連づけて通知管理テーブルに格納する(S14)。これにより、管理サーバ20は、設定ソフトウェアを管理するのではなく、その論理接続であるコネクションIDを管理することで、後述する細かな通知制御を行なうことができる。   The management server 20 that has received the notification registration command determines whether or not the received control device variable data exists on the shared data table (S12). If not, the management server 20 returns an error to the setting software that has issued the notification registration command and ends (S13). On the other hand, if it exists on the shared data table, the management server 20 associates the received control device variable data (ID, address, etc.) with the connection ID of the connection IF of the setting software that issued the notification registration command, and notifies it. Store in the management table (S14). As a result, the management server 20 can perform detailed notification control to be described later by managing the connection ID which is the logical connection, instead of managing the setting software.

この通知登録処理を実行することで、図6の場合、設定ソフトウェアAと設定ソフトウェアBとから、それぞれの制御機器変数データについての通知登録の要求がなされる。この例では、要求されたデータ(データA,B)は共有データテーブルに保持されているため、通知管理テーブルに格納される。そして、データAは両方の設定ソフトウェアA,Bから通知登録の要求がされたため、それぞれのコネクションID(1,2)が登録される。   By executing this notification registration process, in the case of FIG. 6, the setting software A and the setting software B request notification registration for the respective control device variable data. In this example, since the requested data (data A and B) is held in the shared data table, it is stored in the notification management table. Since data A has been requested to be registered by both setting software A and B, the respective connection IDs (1, 2) are registered.

<変化の検知と通知の生成処理>
図8,図9は、設定ソフトウェアが制御機器変数データを変更した場合の処理を示している。設定ソフトウェアが制御機器変数データ(例えば、アドレス)を変更した場合、設定ソフトウェアは、その変更を管理サーバに通知する。この通知により、管理サーバ20の共有データテーブル記憶部23に格納されている共有データが変更される(S21)。これに伴い、対応する通知管理テーブル記憶部21の内容が更新される。
<Change detection and notification generation processing>
8 and 9 show processing when the setting software changes the control device variable data. When the setting software changes control device variable data (for example, address), the setting software notifies the management server of the change. By this notification, the shared data stored in the shared data table storage unit 23 of the management server 20 is changed (S21). Accordingly, the contents of the corresponding notification management table storage unit 21 are updated.

管理サーバ20は、変更通知を受けた共有データのIDをキーにして通知管理テーブル記憶部21をアクセスし(S22)、同一IDを持つデータが通知管理テーブル上に存在するか否かを判断する(S23)。そして、通知管理テーブルに存在しない場合、管理サーバ20は、何もせずに終了する(S24)。同一IDを持つデータが存在した場合、そのデータに対応するコネクションIDで示される設定ソフトウェアの接続に対して、変更された制御機器変数データを送信する(S25)。   The management server 20 accesses the notification management table storage unit 21 using the ID of the shared data that received the change notification as a key (S22), and determines whether data having the same ID exists on the notification management table. (S23). If it does not exist in the notification management table, the management server 20 ends without doing anything (S24). When data having the same ID exists, the changed control device variable data is transmitted to the connection of the setting software indicated by the connection ID corresponding to the data (S25).

図8の場合、設定ソフトウェアBが、データAのアドレスをD100からD101に変更したのを受けて、管理サーバ20は、そのデータAのIDから通知管理テーブル記憶部21をアクセスし、対応するコネクションIDとして“1”と“2”があることを認識する(図8(a)参照)。そして、コネクションID=2については変更通知を受けた設定ソフトウェアBのコネクションIDのものであるため、管理サーバ20は、残りのコネクションID=1の設定ソフトウェアAに対してデータAについての変更通知をする(図8(b)参照)。   In the case of FIG. 8, in response to the setting software B changing the address of the data A from D100 to D101, the management server 20 accesses the notification management table storage unit 21 from the ID of the data A, and the corresponding connection. It is recognized that there are “1” and “2” as IDs (see FIG. 8A). Since the connection ID = 2 has the connection ID of the setting software B that has received the change notification, the management server 20 sends a change notification for the data A to the remaining setting software A with the connection ID = 1. (See FIG. 8B).

なお、本実施形態では、この変更通知を受信した設定ソフトウェアは、後述するように直ちに自己の制御機器変数データテーブルを変更するのではなく、一旦変更通知を受けた内容を表示画面に表示し、確認の上、更新するようにしている。これにより、他の設定ソフトウェアの利用者が、不用意にアドレス等が変更されたり、すでに使用しているアドレスと重複してしまい誤動作することなどを防止できる。   In the present embodiment, the setting software that has received this change notification does not immediately change its own control device variable data table as will be described later, but displays the content of the change notification once received on the display screen, It is updated after confirmation. As a result, it is possible to prevent other users of the setting software from inadvertently changing an address or the like, or causing a malfunction due to duplication with an already used address.

図9に示すフローチャートは、ある設定ソフトウェアから変更通知を受けた管理サーバ20が、関連する他の設定ソフトウェアに当該変更を通知するようにしたが、本発明はこれに限ることはなく、各設定ソフトウェアが自発的に管理サーバ20に対して変更の有無を確認するようにしてもよい。具体的には、図10に示すフローチャートを実行するようにする。   In the flowchart shown in FIG. 9, the management server 20 that has received a change notification from a certain setting software notifies the relevant other setting software of the change, but the present invention is not limited to this, and each setting The software may voluntarily check the management server 20 for changes. Specifically, the flowchart shown in FIG. 10 is executed.

まず、設定ソフトウェアは、接続IF10bにて変更問い合わせタイマーをスタートさせる(S31)。タイマーの時間は、タイマーのスタート時に設定ソフトウェアが設定する。変更問い合わせタイマーがタイムアップするのを待ち(S32)、タイムアップしたならば、確認するデータのIDと共に変更問い合わせコマンドを送信する(S33)。   First, the setting software starts a change inquiry timer at the connection IF 10b (S31). The setting time is set by the setting software when the timer starts. The change inquiry timer waits for the time to expire (S32), and if the time has expired, a change inquiry command is transmitted together with the ID of the data to be confirmed (S33).

変更問い合わせコマンドを受信した管理サーバ20は、問い合わせを受けた共有データのIDをキーにして通知管理テーブル記憶部21をアクセスし(S34)、同一IDを持つデータが通知管理テーブル上に存在するか否かを判断する(S35)。そして、存在しない場合、管理サーバ20は、何もせずに終了する(S36)。同一IDを持つデータが存在した場合、問い合わせをした接続IF10bのコネクションIDに対して、変更された制御機器変数データを返送する(S37)。これにより、係る返送を受信した設定ソフトウェアは、返送されてきた制御機器変数データと自己が記憶するデータとを比較することで、変更の有無を知ることができる。   The management server 20 that has received the change inquiry command accesses the notification management table storage unit 21 using the ID of the shared data for which the inquiry has been made as a key (S34), and whether data having the same ID exists in the notification management table. It is determined whether or not (S35). Then, if it does not exist, the management server 20 ends without doing anything (S36). If there is data having the same ID, the changed control device variable data is returned to the connection ID of the inquired connection IF 10b (S37). As a result, the setting software that has received such a return can know whether there has been a change by comparing the returned control device variable data with the data stored by itself.

変更の通知を上述したいずれを採るかにより、機器のCPU負荷率を調整することが可能となる。   It is possible to adjust the CPU load factor of the device depending on which of the above notifications of change is taken.

<変化通知受信後の処理>
図11,図12は、設定ソフトウェアが変更通知を受信した後の処理を示している。変更通知を受信した設定ソフトウェアは、変更通知に基づき操作者に対して変更された変数の情報を画面表示などにより通知する。操作者は、その画面表示された情報を確認し、必要に応じて、その変更された内容を承諾したり(図11(b)参照)、その変更された変数を再度上書きしたり(図11(a)参照)、無視したりするなど、操作者の意図に応じた処理を行う。
<Process after change notification is received>
11 and 12 show processing after the setting software receives the change notification. The setting software that has received the change notification notifies the operator of the information of the variable that has been changed based on the change notification by a screen display or the like. The operator confirms the information displayed on the screen, and accepts the changed contents as necessary (see FIG. 11B) or overwrites the changed variables again (see FIG. 11). (Refer to (a)), or perform processing according to the intention of the operator, such as ignoring.

具体的には、図12に示すフローチャートを実行する。すなわち、設定ソフトウェアが制御機器変数データの変更通知を受信する(S41)と、その設定ソフトウェアは、「共有データに変更があり、取得するか、上書きするか、無視するか」を選択するための画面を表示装置に表示する(S42)。   Specifically, the flowchart shown in FIG. 12 is executed. That is, when the setting software receives the change notification of the control device variable data (S41), the setting software selects “whether the shared data has been changed and is acquired, overwritten, or ignored”. The screen is displayed on the display device (S42).

操作者が変更データを取得することを選択した場合(S43でYes)、設定ソフトウェアは、管理サーバ20に対して共有データ取得コマンドを発行し、変更データを取得する(S44:図11(b))。   When the operator selects to acquire change data (Yes in S43), the setting software issues a shared data acquisition command to the management server 20 to acquire the change data (S44: FIG. 11B). ).

また、操作者が変更データを上書きすることを選択した場合(S45でYes)、設定ソフトウェアは、管理サーバ20に対して共有データ書き込みコマンドを発行する(S46:図11(a))。つまり、設定ソフトウェアは、自己の制御機器変数データ記憶部に格納され保持しているデータ(変更前のデータ)を送信する。このコマンドを受信した管理サーバ20は、変更通知を受けた場合と同様に、該当する通知管理テーブルを更新し、関連する他の設定ソフトウェアに変更を通知する。   When the operator selects to overwrite the changed data (Yes in S45), the setting software issues a shared data write command to the management server 20 (S46: FIG. 11A). That is, the setting software transmits the data stored in its own control device variable data storage unit (data before change). The management server 20 that has received this command updates the corresponding notification management table and notifies other related setting software of the change, similarly to the case of receiving the change notification.

操作者が何もしないを選択した場合、処理ステップS43,S45の分岐判断がいずれもNoとなるので、そのまま処理を終了する(S47)。   If the operator selects not to do anything, the branch determinations in process steps S43 and S45 are both No, so the process is terminated as it is (S47).

<共有・通知解除処理>
設定ソフトウェアは、データを共有する必要がなくなった場合、共有データを管理サーバから削除する。そのとき、通知管理テーブル上のデータも削除される。また、データは共有するが、通知が必要でなくなった場合、設定ソフトウェアは管理サーバに対し、変更通知を停止するコマンドを送信する。管理サーバ20は、通知管理テーブル上のデータを削除する。設定ソフトウェアが管理サーバと切断する場合、管理サーバは、通知管理テーブルに保持されている接続を終了して利用されなくなったコネクションIDを持つデータを全て削除する。
<Sharing / notification processing>
The setting software deletes the shared data from the management server when it is no longer necessary to share the data. At that time, the data on the notification management table is also deleted. If the data is shared but notification is no longer necessary, the setting software sends a command to stop the change notification to the management server. The management server 20 deletes the data on the notification management table. When the setting software disconnects from the management server, the management server terminates the connection held in the notification management table and deletes all data having connection IDs that are no longer used.

この共有・通知解除処理は、図13に示すように、解除コマンドと共に解除するデータを指定することでデータ単位で解除する場合と、図14に示すように設定ソフトウェア単位で一括して解除する場合がある。そして、図13(a)は共有解除を示し、図13(b)は通知解除を示す。また、図13(a)に示すように、他の設定ソフトウェアが利用していないデータ(データB)について解除指示が発せられた場合、管理サーバ20は、通知管理テーブルから該当するデータ(データB)を削除する。また、図13(b)に示すように、他に共有する設定ソフトウェアが存在する場合、管理サーバ20は、通知管理テーブルから該当するコネクションID(1)を削除する。図14に示すように、一括して解除指示、つまり、切断コマンドが発せられた場合、各データごとに上記の処理(データ自体の削除/コネクションIDの削除)がなされる。   In this sharing / notification cancellation process, as shown in FIG. 13, the data to be released is specified together with the release command, and the release is performed in units of set software as shown in FIG. There is. FIG. 13A shows sharing cancellation, and FIG. 13B shows notification cancellation. Further, as shown in FIG. 13A, when a release instruction is issued for data (data B) that is not used by other setting software, the management server 20 reads the corresponding data (data B) from the notification management table. ) Is deleted. Also, as shown in FIG. 13B, when there is other shared setting software, the management server 20 deletes the corresponding connection ID (1) from the notification management table. As shown in FIG. 14, when a release instruction, that is, a disconnection command is issued collectively, the above processing (deletion of data itself / deletion of connection ID) is performed for each data.

係る処理は、設定ソフトウェア並びに管理サーバが、図15〜図17に示すフローチャートを実行する機能を備えることで実現される。まず、図15は、ある制御機器変数データについての共有解除処理を実行するためのフローチャートである。図示するように、設定ソフトウェアは、共有を止めたい制御機器変数データを削除コマンドにて管理サーバに送信する(S51)。係る削除コマンドを受信した管理サーバ20は、取得した制御機器変数データが共有データテーブル上に存在するか否かを判断する(S52)。そして、存在しない場合にはエラーを返して終了し(S53)、存在する場合には、共有データテーブルから制御機器変数データを削除し、制御機器変数データおよびコネクションIDを通知管理テーブルから削除する(S54)。なお、処理対象の制御機器変数データについて他のコネクションIDが存在する場合には、コネクションIDのみを削除する。   Such processing is realized by the setting software and the management server having a function of executing the flowcharts shown in FIGS. First, FIG. 15 is a flowchart for executing sharing cancellation processing for certain control device variable data. As shown in the figure, the setting software transmits control device variable data to be shared to the management server using a delete command (S51). The management server 20 that has received the delete command determines whether or not the acquired control device variable data exists on the shared data table (S52). If it does not exist, an error is returned and the process ends (S53). If it exists, the control device variable data is deleted from the shared data table, and the control device variable data and the connection ID are deleted from the notification management table ( S54). If another connection ID exists for the control device variable data to be processed, only the connection ID is deleted.

図16は、ある制御機器変数データについての通知解除処理を実行するためのフローチャートである。図示するように、設定ソフトウェアは、変更通知を止めたい制御機器変数データを通知解除コマンドにて管理サーバに発行する(S55)。係る通知解除コマンドを受信した管理サーバ20は、取得した制御機器変数データが共有データテーブル上に存在するか否かを判断する(S56)。そして、存在しない場合にはエラーを返して終了し(S57)、存在する場合には、制御機器変数データおよび、コネクションIDを通知管理テーブルから削除する(S58)。なお、処理対象の制御機器変数データについて他のコネクションIDが存在する場合には、コネクションIDのみを削除する。   FIG. 16 is a flowchart for executing notification cancellation processing for certain control device variable data. As shown in the figure, the setting software issues control device variable data for which change notification is to be stopped to the management server using a notification release command (S55). The management server 20 that has received the notification cancel command determines whether or not the acquired control device variable data exists on the shared data table (S56). If it does not exist, an error is returned and the process ends (S57). If it exists, the control device variable data and the connection ID are deleted from the notification management table (S58). If another connection ID exists for the control device variable data to be processed, only the connection ID is deleted.

図17は、ある設定ソフトウェアが、管理サーバ20との接続を解除、つまり、切断処理を実行するためのフローチャートである。管理サーバ20との接続を解除する設定ソフトウェアは、切断コマンドを発行する。そこで、管理サーバ20は、設定ソフトウェアが管理サーバとの接続を切断したことを認識すると(S61)、切断されたコネクションIDをもつデータが通知管理テーブルに存在するか否かを判断する(S62)。存在する場合、管理サーバ20は、制御機器変数データおよびコネクションIDを通知管理テーブルから削除する(S63)。   FIG. 17 is a flowchart for a certain setting software to release the connection with the management server 20, that is, to execute a disconnection process. The setting software that releases the connection with the management server 20 issues a disconnection command. Therefore, when the management server 20 recognizes that the setting software has disconnected from the management server (S61), it determines whether data having the disconnected connection ID exists in the notification management table (S62). . If it exists, the management server 20 deletes the control device variable data and the connection ID from the notification management table (S63).

<階層化されたデータの通知処理>
図18,図19に示すように、本実施形態では、通知データを階層化することができる。図18に示す例では、設定ソフトウェアAは、「データAがX,Y,Zの親データ属性を持つ」ものとして管理サーバにデータ共有並びにデータ通知登録をする。これにより、管理サーバ20の共有データテーブルには、データX,Y,ZがデータAの子として関連付けられて登録される。また、管理サーバ20の通知管理テーブルには、データAが登録される。
<Notification process of hierarchical data>
As shown in FIGS. 18 and 19, in this embodiment, the notification data can be hierarchized. In the example illustrated in FIG. 18, the setting software A registers data sharing and data notification with the management server as “data A has parent data attributes of X, Y, and Z”. Thereby, the data X, Y, and Z are associated and registered as children of the data A in the shared data table of the management server 20. Data A is registered in the notification management table of the management server 20.

この状態において、図19(a)に示すように、設定ソフトウェアBからデータXとデータZについての変更通知コマンドが発行されたとする。係る場合、管理サーバ20は、共有データテーブルをアクセスし、通知管理テーブルに登録されているデータAとデータX,Zの関係を検索する。データAがX,Zの親データ属性を持っていることが認識した管理サーバ20は、通知管理テーブル記憶部21に格納されたデータAのコネクションIDを取得し、係るデータAの変化通知をコネクションID=1に対して発行する。このように、データX,Zが通知登録されていない場合でも、親を登録しておくことで効率の良い変化通知を発生させることができる。つまり、通知データが階層化した場合、その一番上位の階層を登録しておくことで、複数のデータに変化があった場合でも通知を一つにすることが可能となる。   In this state, it is assumed that a change notification command for data X and data Z is issued from the setting software B as shown in FIG. In such a case, the management server 20 accesses the shared data table and searches for the relationship between the data A and the data X and Z registered in the notification management table. The management server 20 that has recognized that the data A has parent data attributes of X and Z acquires the connection ID of the data A stored in the notification management table storage unit 21, and connects the change notification of the data A to the connection. Issued for ID = 1. Thus, even when the data X and Z are not registered for notification, an efficient change notification can be generated by registering the parent. In other words, when the notification data is hierarchized, by registering the highest hierarchy, it is possible to make one notification even when there is a change in a plurality of data.

上述した処理は、図20に示すフローチャートを実行することで行なう。すなわち、管理サーバ20は、設定ソフトウェアから共有データの変更通知コマンドを受信する(S71)と、取得した共有データのIDに基づき通知管理テーブル上のデータを検索し(S72)、同一のIDを持つデータが通知管理テーブル上に存在するか否かを判断する(S73)。そして、存在する場合には、コネクションIDで示される設定ソフトウェアの接続に対し、変更された制御機器変数データを送信する(S74)。一方、存在しない場合には、IDを持つデータの親が通知管理テーブル上に存在するか否かを判断する(S75)。そして、存在する場合には、コネクションIDで示される設定ソフトウェアの接続IFに対して変更された制御機器変数データおよび、その親データを送信する(S76)。   The above-described processing is performed by executing the flowchart shown in FIG. That is, when receiving the shared data change notification command from the setting software (S71), the management server 20 searches the data on the notification management table based on the acquired shared data ID (S72) and has the same ID. It is determined whether the data exists on the notification management table (S73). If it exists, the changed control device variable data is transmitted to the connection of the setting software indicated by the connection ID (S74). On the other hand, if it does not exist, it is determined whether or not the parent of the data having the ID exists on the notification management table (S75). If it exists, the changed control device variable data and its parent data are transmitted to the connection IF of the setting software indicated by the connection ID (S76).

本実施形態では、制御機器をアクセスするための変数データを共有する際に、アプリケーション単位で通知データを登録するのではなく、通信接続単位に登録することにより、通知の頻度を下げ、効率よく通知を行なうことができる。また、通信接続単位に通知データを登録したため、管理サーバがどこで稼動してもよく、設定ソフトウェアからは常に同じI/Fを用いて通知データの登録、通知の受信を行なうことができる。さらに、通知データを階層化して管理することができるため、複数の通知をまとめ、上位階層の通知として処理できるので、通知の頻度を下げることができ、効率的となる。   In this embodiment, when sharing the variable data for accessing the control device, the notification data is not registered in units of applications but registered in units of communication connections, thereby reducing the frequency of notifications and efficiently informing. Can be performed. Further, since the notification data is registered for each communication connection unit, the management server may be operated anywhere, and the setting software can always register the notification data and receive the notification using the same I / F. Furthermore, since the notification data can be managed in a hierarchical manner, a plurality of notifications can be collected and processed as a higher-level notification, so that the frequency of notifications can be reduced and it becomes efficient.

本発明の好適な一実施形態を示す図である。It is a figure which shows suitable one Embodiment of this invention. 制御機器変数データのデータ構造の一例を示す図である。It is a figure which shows an example of the data structure of control apparatus variable data. 設定アプリケーションを実装する装置の内部構造を示す図である。It is a figure which shows the internal structure of the apparatus which mounts a setting application. 本実施形態の機能を説明する図である。It is a figure explaining the function of this embodiment. 本実施形態の機能を説明するフローチャートである。It is a flowchart explaining the function of this embodiment. 本実施形態の機能を説明する図である。It is a figure explaining the function of this embodiment. 本実施形態の機能を説明するフローチャートである。It is a flowchart explaining the function of this embodiment. 本実施形態の機能を説明する図である。It is a figure explaining the function of this embodiment. 本実施形態の機能を説明するフローチャートである。It is a flowchart explaining the function of this embodiment. 本実施形態の機能を説明するフローチャートである。It is a flowchart explaining the function of this embodiment. 本実施形態の機能を説明する図である。It is a figure explaining the function of this embodiment. 本実施形態の機能を説明するフローチャートである。It is a flowchart explaining the function of this embodiment. 本実施形態の機能を説明する図である。It is a figure explaining the function of this embodiment. 本実施形態の機能を説明する図である。It is a figure explaining the function of this embodiment. 本実施形態の機能を説明するフローチャートである。It is a flowchart explaining the function of this embodiment. 本実施形態の機能を説明するフローチャートである。It is a flowchart explaining the function of this embodiment. 本実施形態の機能を説明するフローチャートである。It is a flowchart explaining the function of this embodiment. 本実施形態の機能を説明する図である。It is a figure explaining the function of this embodiment. 本実施形態の機能を説明する図である。It is a figure explaining the function of this embodiment. 本実施形態の機能を説明するフローチャートである。It is a flowchart explaining the function of this embodiment.

符号の説明Explanation of symbols

10 設定ツール(設定ソフトウェア)
10a 制御機器変数データ記憶部
10b 接続I/F
11 演算部
12 記憶部
13 RAM
14 通信制御部
20 管理サーバ
21 通信管理テーブル記憶部
22 制御部(変更手段,通知手段)
23 共有データテーブル記憶部
30 ネットワーク
31 制御機器
10 Setting tool (setting software)
10a Control device variable data storage unit 10b Connection I / F
11 Calculation unit 12 Storage unit 13 RAM
14 communication control unit 20 management server 21 communication management table storage unit 22 control unit (change means, notification means)
23 shared data table storage unit 30 network 31 control device

Claims (8)

制御機器を設定する複数の設定ソフトウェアと、その設定ソフトウェアとデータの送受をする管理サーバとを備え、前記設定ソフトウェアと前記管理サーバとは、通信単位を管理する接続IDを用いて接続する共有データ管理システムであって、
前記管理サーバは、
前記設定ソフトウェアが前記制御機器にアクセスする変数データを前記共有データ管理システム上で一意に特定するデータIDと、そのデータIDを格納する前記制御機器のアドレス情報と、その変数データを利用する設定ソフトウェアの接続IDと、を関連付けた通知管理テーブルと、
前記設定ソフトウェアからの通知に基づき、前記通知管理テーブルに格納されたアドレス情報を変更する変更手段と、
前記通知管理テーブルに格納された変数データに関する情報を、その変数データに関連付けられた接続IDを持つ設定ソフトウェアに通知する通知手段と、
を備えたことを特徴とする共有データ管理システム。
Shared data comprising a plurality of setting software for setting a control device and a management server for transmitting and receiving the setting software and data, wherein the setting software and the management server are connected using a connection ID for managing a communication unit A management system,
The management server
A data ID for uniquely specifying on the shared data management system variable data for the setting software to access the control device, address information of the control device for storing the data ID, and setting software using the variable data A notification management table that associates the connection IDs of
Based on the notification from the setting software, changing means for changing the address information stored in the notification management table;
Notification means for notifying the setting software having the connection ID associated with the variable data, information regarding the variable data stored in the notification management table;
A shared data management system characterized by comprising:
前記通知手段は、前記通知管理テーブルに格納された情報が変更された際に、その変更された変数データに関連付けられた接続IDを持つ設定ソフトウェアに通知するものであることを特徴とする請求項1に記載の共有データ管理システム。   The notification means, when information stored in the notification management table is changed, notifies setting software having a connection ID associated with the changed variable data. 2. The shared data management system according to 1. 前記通知手段は、前記設定ソフトウェアからの要求に基づき、要求のあった変数データについての情報を通知するものであることを特徴とする請求項1に記載の共有データ管理システム。   2. The shared data management system according to claim 1, wherein the notifying unit notifies information on the requested variable data based on a request from the setting software. 前記管理サーバは、複数の変数データを階層化した階層化情報を保持するとともに、その階層化されたグループに設定されたデータIDを前記通信管理テーブルに格納し、
その通信管理テーブルに格納されたデータIDを用いて階層化されたグループの変更通知をすることを特徴とする請求項1から3のいずれか1項に記載の共有データ管理システム。
The management server stores hierarchical information obtained by hierarchizing a plurality of variable data, and stores the data ID set in the hierarchized group in the communication management table,
The shared data management system according to any one of claims 1 to 3, wherein a hierarchical group change notification is made using a data ID stored in the communication management table.
制御機器を設定する複数の設定ソフトウェアと、通信単位を管理する接続IDを用いて接続する管理サーバであって、
前記設定ソフトウェアが前記制御機器にアクセスする変数データを前記共有データ管理システム上で一意に特定するデータIDと、そのデータIDを格納する前記制御機器のアドレス情報と、その変数データを利用する設定ソフトウェアの接続IDと、を関連付けた通知管理テーブルと、
前記設定ソフトウェアからの通知に基づき、前記通知管理テーブルに格納されたアドレス情報を変更する変更手段と、
前記通知管理テーブルに格納された変数データに関する情報を、その変数データに関連付けられた接続IDを持つ設定ソフトウェアに通知する通知手段と、
を備えたことを特徴とする管理サーバ。
A management server for connecting a plurality of setting software for setting a control device and a connection ID for managing a communication unit;
A data ID for uniquely specifying on the shared data management system variable data for the setting software to access the control device, address information of the control device for storing the data ID, and setting software using the variable data A notification management table that associates the connection IDs of
Based on the notification from the setting software, changing means for changing the address information stored in the notification management table;
Notification means for notifying information regarding variable data stored in the notification management table to setting software having a connection ID associated with the variable data;
A management server comprising:
前記通知手段は、前記通知管理テーブルに格納された情報が変更された際に、その変更された変数データに関連付けられた接続IDを持つ設定ソフトウェアに通知するものであることを特徴とする請求項1に記載の共有データ管理システム。   The notification means, when information stored in the notification management table is changed, notifies setting software having a connection ID associated with the changed variable data. 2. The shared data management system according to 1. 制御機器を設定する複数の設定ソフトウェアと、その設定ソフトウェアとデータの送受をする管理サーバとを備え、前記設定ソフトウェアと前記管理サーバとは、通信単位を管理する接続IDを用いて接続する共有データ管理システムにおける共有データの管理方法であって、
前記管理サーバは、前記設定ソフトウェアが前記制御機器にアクセスする変数データを前記共有データ管理システム上で一意に特定するデータIDと、そのデータIDを格納する前記制御機器のアドレス情報と、その変数データを利用する設定ソフトウェアの接続IDと、を関連付けた通知管理テーブルを保持し、
前記設定ソフトウェアは、前記管理サーバに対し、変更した変数データのアドレス情報をその変数データのデータIDとともに通知し、
前記管理サーバは、前記設定ソフトウェアからの通知に基づき、前記通知管理テーブルをアクセスし、受信したデータIDが前記通知管理テーブルに格納されているか否かを判断し、格納されている場合に該当するアドレス情報を変更し、
前記管理サーバは、前記通知管理テーブルに格納された変数データに関する情報を、その変数データに関連付けられた接続IDを持つ設定ソフトウェアに通知することを特徴とする共有データ管理方法。
Shared data comprising a plurality of setting software for setting a control device and a management server for transmitting and receiving the setting software and data, wherein the setting software and the management server are connected using a connection ID for managing a communication unit A method for managing shared data in a management system,
The management server includes a data ID for uniquely specifying variable data for the setting software to access the control device on the shared data management system, address information of the control device for storing the data ID, and variable data thereof. A notification management table that associates the connection ID of the setting software that uses
The setting software notifies the management server of the address information of the changed variable data together with the data ID of the variable data,
The management server accesses the notification management table based on the notification from the setting software, determines whether or not the received data ID is stored in the notification management table, and corresponds to the case where it is stored. Change the address information,
The shared data management method, wherein the management server notifies the setting software having a connection ID associated with the variable data of information related to the variable data stored in the notification management table.
前記管理サーバは、前記設定ソフトウェアからの通知に基づき前記通知管理テーブルに格納されたアドレス情報を変更した場合、その変更された変数データに関連付けられた接続IDを持つ他の設定ソフトウェアに変更したアドレス情報を通知する処理を実行することを特徴とする請求項7に記載の共有データ管理方法。
When the management server changes the address information stored in the notification management table based on the notification from the setting software, the address is changed to another setting software having a connection ID associated with the changed variable data. 8. The shared data management method according to claim 7, wherein processing for notifying information is executed.
JP2006070430A 2006-03-15 2006-03-15 Shared data management system, management server, and shared data management method Pending JP2007249471A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006070430A JP2007249471A (en) 2006-03-15 2006-03-15 Shared data management system, management server, and shared data management method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006070430A JP2007249471A (en) 2006-03-15 2006-03-15 Shared data management system, management server, and shared data management method

Publications (1)

Publication Number Publication Date
JP2007249471A true JP2007249471A (en) 2007-09-27

Family

ID=38593714

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006070430A Pending JP2007249471A (en) 2006-03-15 2006-03-15 Shared data management system, management server, and shared data management method

Country Status (1)

Country Link
JP (1) JP2007249471A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010092090A (en) * 2008-10-03 2010-04-22 Yokogawa Electric Corp Equipment management program and equipment management system
JP2018063594A (en) * 2016-10-13 2018-04-19 株式会社東芝 Client device, management device, and control system
JP2018136715A (en) * 2017-02-21 2018-08-30 オムロン株式会社 Control system
CN110275493A (en) * 2018-03-15 2019-09-24 西门子股份公司 Method and device for controlling a technical system
JPWO2021111488A1 (en) * 2019-12-02 2021-06-10

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000250920A (en) * 1999-02-26 2000-09-14 Hitachi Ltd Shared information reference device
WO2002042853A1 (en) * 2000-11-24 2002-05-30 Mitsubishi Denki Kabushiki Kaisha Method and apparatus for programming
JP2005084941A (en) * 2003-09-09 2005-03-31 Yokogawa Electric Corp Equipment management system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000250920A (en) * 1999-02-26 2000-09-14 Hitachi Ltd Shared information reference device
WO2002042853A1 (en) * 2000-11-24 2002-05-30 Mitsubishi Denki Kabushiki Kaisha Method and apparatus for programming
JP2005084941A (en) * 2003-09-09 2005-03-31 Yokogawa Electric Corp Equipment management system

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010092090A (en) * 2008-10-03 2010-04-22 Yokogawa Electric Corp Equipment management program and equipment management system
JP2018063594A (en) * 2016-10-13 2018-04-19 株式会社東芝 Client device, management device, and control system
JP2018136715A (en) * 2017-02-21 2018-08-30 オムロン株式会社 Control system
CN110275493A (en) * 2018-03-15 2019-09-24 西门子股份公司 Method and device for controlling a technical system
CN110275493B (en) * 2018-03-15 2022-08-02 西门子股份公司 Method and device for controlling a technical system
JPWO2021111488A1 (en) * 2019-12-02 2021-06-10
JP7109687B2 (en) 2019-12-02 2022-07-29 三菱電機株式会社 Information generation device, information generation method, and information generation program

Similar Documents

Publication Publication Date Title
JP3827092B2 (en) Control system setting device, control system setting method, and setting program
CN102200993B (en) For the method and apparatus showing process data
JP5927242B2 (en) Image data creation device and portable terminal device
EP1351108B1 (en) Method and apparatus for programming
US6978294B1 (en) Peer-to-peer hosting of intelligent field devices
JP5177804B2 (en) Field communication system and field communication method
JP2006302297A (en) Control system setting apparatus, control system setting method and setting program
JP2007164764A (en) Embedding controller and device with data to facilitate up-to-date control and configuration information
JP2007249471A (en) Shared data management system, management server, and shared data management method
JP2007157072A (en) Unit and method for managing software
JP2008028477A (en) Communication control apparatus and communication control method
JP2008077535A (en) Field communication system, field server, field apparatus, and field communication method
JP2002091558A (en) Editor device and recording medium with recorded editor program
JP3988605B2 (en) Setting tool device
JP2001282326A (en) Device and method for screen simulation for programmable display unit and recording medium with recorded program for screen simulation
JP4784754B2 (en) Control system setting device
JP2001282316A (en) System and method for collecting data and recording medium with recorded program for data integration
JP3712659B2 (en) Data transmission method for control system, control system, program thereof and recording medium
JP2005250993A (en) Information monitoring support device, information processing method, information monitoring system and information monitoring method
JP3184711B2 (en) Network management method
JP3621336B2 (en) Control communication system and recording medium recording control communication program
WO2020217435A1 (en) Screen data generating system, screen data generating method, and program
JP6776191B2 (en) Gateway devices, data access methods performed by gateway devices, controllers, and data access methods performed by controllers.
JP2010205152A (en) Network system and network adapter
JP2002351512A (en) Control system, data write/read control program and recording medium recorded with the program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20090114

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20101006

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20101013

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20110223