JP2002163010A - Device and method for communizing tag mane, and computer-readable recording medium recorded with program for executing the method by computer - Google Patents

Device and method for communizing tag mane, and computer-readable recording medium recorded with program for executing the method by computer

Info

Publication number
JP2002163010A
JP2002163010A JP2000363720A JP2000363720A JP2002163010A JP 2002163010 A JP2002163010 A JP 2002163010A JP 2000363720 A JP2000363720 A JP 2000363720A JP 2000363720 A JP2000363720 A JP 2000363720A JP 2002163010 A JP2002163010 A JP 2002163010A
Authority
JP
Japan
Prior art keywords
name
tag
assignment table
terminal
terminal name
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.)
Granted
Application number
JP2000363720A
Other languages
Japanese (ja)
Other versions
JP4001458B2 (en
Inventor
Seiichi Kono
誠一 河野
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2000363720A priority Critical patent/JP4001458B2/en
Publication of JP2002163010A publication Critical patent/JP2002163010A/en
Application granted granted Critical
Publication of JP4001458B2 publication Critical patent/JP4001458B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

Landscapes

  • Programmable Controllers (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

PROBLEM TO BE SOLVED: To efficiently conduct processing when a tag is communized between plural applications. SOLUTION: A tag mane-intergated application 120 reads out a tag name defined in a tag control means 115 of an application 103 by a terminal name allocation table reading means 121. The read tag name is divided into an equipment name and an action name by a tag name analyzing means 122, and an unregistered equipment name or action name is registered in an integrated terminal mane allocating table when the divided equipment name and action name are not registered in an equipment name control means 123 and an action name control means 124. A correspondence to the tag name is carried out using a content after the registration, and a result in the correspondence is written in the terminal name allocating table of the each application by a terminal name allocation table writing means 126.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】この発明は、工場等に配置さ
れた機器を制御する複数の制御プログラム間において、
制御対象となる機器を特定するためのタグ情報を共有化
するタグ名共有化装置、タグ名共有化方法およびその方
法をコンピュータに実行させるプログラムを記録したコ
ンピュータ読み取り可能な記録媒体に関するものであ
る。
[0001] The present invention relates to a method for controlling a plurality of control programs for controlling devices arranged in a factory or the like.
The present invention relates to a tag name sharing device for sharing tag information for specifying a device to be controlled, a tag name sharing method, and a computer-readable recording medium storing a program for causing a computer to execute the method.

【0002】[0002]

【従来の技術】自動車や電化製品など、ものを生産する
工場などではファクトリーオートメーション化により、
さまざまな機械が導入されている。図10は、工場内に
配置される機械設備の例を示すブロック図である。図1
0に示すように、工場内では、ものの形を変えるための
加工機1001、ものを組み立てるためのロボット10
02、ものを動かすための搬送機1003、ものをため
ておくための自動倉庫1004などの機械が配置されて
いる。これらの機械は、一般に、プログラマブルコント
ローラ(以下、PCと称する。)1005によって制御
される。特に、このPC1005は、ネットワーク10
06により接続されることで、他の機械と統合的に制御
されることもある。
2. Description of the Related Art In factories that produce things such as automobiles and electric appliances, factory automation is used.
Various machines have been introduced. FIG. 10 is a block diagram illustrating an example of mechanical equipment arranged in a factory. FIG.
As shown in FIG. 0, in a factory, a processing machine 1001 for changing the shape of an object and a robot 10 for assembling the object are provided.
02, machines such as a transporter 1003 for moving objects and an automatic warehouse 1004 for storing objects are arranged. These machines are generally controlled by a programmable controller (hereinafter, referred to as PC) 1005. In particular, this PC 1005
In some cases, the connection by the control unit 06 is controlled integrally with another machine.

【0003】PC1005による機械の制御は、ラダー
プログラムなどの制御プログラムによって定義される。
図11は、ラダープログラムの例を示す図である。図1
1において、X0000、Y0030はそれぞれPCが
備えている端子の番号を表す。特に図11に示すラダー
プログラムは、X0000がONになると、Y0030
をONにするという記述である。
The control of the machine by the PC 1005 is defined by a control program such as a ladder program.
FIG. 11 is a diagram illustrating an example of the ladder program. FIG.
In FIG. 1, X0000 and Y0030 each represent a terminal number provided in the PC. In particular, the ladder program shown in FIG.
Is turned on.

【0004】図12は、PCと制御対象となる機械の例
を示す図である。図12に示すように、PC1005
は、ランプ、警報装置、センサ、スイッチなどの機器に
接続するためのいくつかの端子1102を備えている。
特に図12においては、端子番号X0000にスイッチ
1103を接続し、端子番号Y0030にランプ110
4を接続した状態を示している。よって、このPC10
05で、図11に示したラダープログラムを実行させる
と、スイッチ1103がONになったとき、ランプ11
04が点灯する。
FIG. 12 is a diagram showing an example of a PC and a machine to be controlled. As shown in FIG.
Has several terminals 1102 for connecting to devices such as lamps, alarms, sensors, switches and the like.
In particular, in FIG. 12, the switch 1103 is connected to the terminal number X0000, and the lamp 110 is connected to the terminal number Y0030.
4 is connected. Therefore, this PC10
When the switch 1103 is turned on when the ladder program shown in FIG.
04 lights up.

【0005】このラダープログラムのような制御プログ
ラムは、一般に、コンピュータ上で提供される制御プロ
グラム作成アプリケーションによって作成される。ま
た、機械の状態監視をおこなう監視プログラムもコンピ
ュータ上で提供される監視プログラム作成アプリケーシ
ョンによって作成される。さらに、監視プログラム作成
アプリケーションで作成された監視プログラム(以下、
監視アプリケーションと称する。)や機械の動作を予想
するシミュレーションアプリケーションなどもコンピュ
ータ上で実行される。
A control program such as the ladder program is generally created by a control program creation application provided on a computer. Also, a monitoring program for monitoring the state of the machine is created by a monitoring program creation application provided on the computer. In addition, the monitoring program created by the monitoring program creation application
It is called a monitoring application. ) And a simulation application for predicting the operation of the machine are also executed on the computer.

【0006】図13は、上記した各種アプリケーション
の適用例を説明するための説明図である。図13に示す
ように、コンピュータ上で実行される制御プログラム作
成アプリケーション1201、監視アプリケーション1
202、シミュレーションアプリケーション1203な
どが動作するコンピュータは、工場内のネットワーク1
006と接続されることで、PCや加工機などの機械へ
制御プログラムを送信したり、機械の状態を確認するこ
とができる。
FIG. 13 is an explanatory diagram for explaining an application example of the various applications described above. As shown in FIG. 13, a control program creation application 1201 executed on a computer, a monitoring application 1
The computer on which the simulation application 1203 and the like operate is connected to the network 1 in the factory.
By being connected to 006, a control program can be transmitted to a machine such as a PC or a processing machine, and the state of the machine can be confirmed.

【0007】以下に、監視アプリケーションについて説
明する。図14は、監視アプリケーションの例を説明す
るための説明図である。特に、監視アプリケーション
は、あらかじめ作成された割付表に基づいて監視動作を
おこなう。この監視動作は、各機械の状態を表した絵の
部品が、コンピュータの画面上に表示されることで実現
される。図14(a)では、その絵の部品の例として、
ランプ301、メータ302、グラフ303が示されて
いる。なお、ここではこの絵の部品をオブジェクトと呼
ぶ。
Hereinafter, the monitoring application will be described. FIG. 14 is an explanatory diagram illustrating an example of a monitoring application. In particular, the monitoring application performs a monitoring operation based on an allocation table created in advance. This monitoring operation is realized by displaying picture parts representing the state of each machine on a computer screen. In FIG. 14A, as an example of the parts of the picture,
A lamp 301, a meter 302, and a graph 303 are shown. Here, the parts of this picture are called objects.

【0008】よって、上記各オブジェクトに、実際の機
械やPCの端子を割付ける必要があり、その割り付けを
表したのが上記割付表である。割付表は、たとえば、図
14(b)は、この割付表の例を示しており、たとえ
ば、ランプ301はオブジェクトランプ1として端子Y
0030が割り付けられている。この割付表によって、
監視アプリケーションは、たとえば端子Y0030にO
N状態の信号が入力された際に、ランプ301の絵の色
を変えるなどして、操作者に機械の状態を直感的に伝え
ることができる。
Therefore, it is necessary to assign terminals of an actual machine or PC to each of the objects, and the assignment table shows the assignment. FIG. 14B shows an example of this assignment table. For example, the lamp 301 is a terminal Y as the object lamp 1.
0030 is allocated. According to this assignment table,
The monitoring application, for example, connects O to terminal Y0030.
When the signal in the N state is input, the state of the machine can be intuitively notified to the operator by changing the color of the picture of the lamp 301 or the like.

【0009】この監視アプリケーションのように、各種
アプリケーションは、上記したX0000、Y0030
のような英数字をPCや機械の端子名として用いている
が、この表現は操作者にはわかりにくく、設定間違いな
どのミス発生の原因となる。そこで、一般に、端子に、
操作者がわかりやすい名前、たとえば「始動ボタン押
下」「動作中ランプ点灯」をつけて、アプリケーション
上での操作を容易にしている。この名前は、タグ名と呼
ばれている。
Various applications, such as this monitoring application, correspond to the above-mentioned X0000, Y0030
Although alphanumeric characters such as are used as terminal names of PCs and machines, this expression is difficult for an operator to understand and causes an error such as a setting error. Therefore, generally,
By giving the operator a name that is easy to understand, for example, "pressing the start button" and "lighting the lamp during operation", the operation on the application is facilitated. This name is called the tag name.

【0010】図15は、タグ名を説明するための説明図
である。図15に示すように、タグ名は、接続されたセ
ンサなどの機器の名称と、動作を表す作用名との組み合
わせによって構成される。特に、作用名は、ひとつの機
器名に対して、「瀬切」、「戻る」など複数有する。た
とえば、図15において、タグ名「0.8メタル瀬切1
瀬切」は、名称「0.8メタル瀬切1」で特定される機
器を、作用「瀬切」の状態にすること、または名称
「0.8メタル瀬切1」の機器が「瀬切」の状態である
ことを表す。
FIG. 15 is an explanatory diagram for explaining tag names. As shown in FIG. 15, the tag name is configured by a combination of a name of a device such as a connected sensor and an action name representing an operation. In particular, there are a plurality of action names such as "Segiri" and "Return" for one device name. For example, in FIG. 15, the tag name “0.8 Metal Segiri 1
"Segiri" means that the device specified by the name "0.8 Metal Segiri 1" is in the state of action "Segiri", or the device with the name "0.8 Metal Segiri 1" is ".

【0011】よって、このタグ名を利用するには、タグ
名と端子名の対応付けをした端子名割付表を作成する必
要がある。一般に、この端子名割付表は、同じ工場にお
いて動作する複数のアプリケーションのそれぞれが個々
に作成・保有している。ところが、タグ名を、各アプリ
ケーションが個々に作成してしまっては、アプリケーシ
ョン間において同一の機器を制御または監視対象として
指定しているにもかかわらず、それを識別する名称が異
なってしまうという事態を生じる。これは、複数のアプ
リケーションを開発やデバッグするにおいて混乱を生ず
る原因となる。なお、タグ名と端子名の対応付けをおこ
なった組み合せをタグという。
Therefore, in order to use the tag names, it is necessary to create a terminal name assignment table in which the tag names are associated with the terminal names. Generally, this terminal name assignment table is individually created and held by each of a plurality of applications operating in the same factory. However, if each application creates a tag name individually, the name used to identify the same device will be different even if the same device is specified as a control or monitoring target between applications. Is generated. This can cause confusion in developing and debugging multiple applications. Note that a combination in which a tag name is associated with a terminal name is called a tag.

【0012】そこで、一般に、同一の工場内において、
複数の異なるアプリケーションが動作する場合、アプリ
ケーション間でタグ名を統一するため、アプリケーショ
ンを実現するプログラムの作成時または初期設定時にお
いて、他のアプリケーションですでにタグ名が作成され
ている場合には、そのタグ名を取得して流用するタグ名
共有化方法が採用されている。
Therefore, generally, in the same factory,
When multiple different applications operate, the tag names are unified among the applications.If a tag name is already created by another application at the time of creating a program that realizes the application or initial setting, A tag name sharing method of acquiring and diverting the tag name is adopted.

【0013】以下に、従来のタグ名共有化方法について
説明する。図16は、従来のタグ名共有化方法を説明す
るためのソフトウェアブロック図である。図16におい
て、101はCRTなどの表示装置、102はキーボー
ド、マウスなどの入力装置、104はベルトコンベア、
接触スイッチなどの機械、103および106は機械を
監視・制御などをおこなうアプリケーションAおよび
B、105は複数のアプリケーション間におけるタグ名
共有のためのタグ名統合化アプリケーションを示す。な
お、ここで、アプリケーション103および106は、
監視アプリケーションであるとし、後述するプロジェク
ト情報やタグ名等を設定する初期設定機能を有している
とする。
Hereinafter, a conventional tag name sharing method will be described. FIG. 16 is a software block diagram for explaining a conventional tag name sharing method. 16, 101 is a display device such as a CRT, 102 is an input device such as a keyboard and a mouse, 104 is a belt conveyor,
Machines such as a contact switch, 103 and 106 are applications A and B for monitoring and controlling the machine, and 105 are tag name integration applications for sharing tag names among a plurality of applications. Here, the applications 103 and 106 are:
It is assumed that the application is a monitoring application and has an initial setting function for setting project information, tag names, and the like, which will be described later.

【0014】アプリケーション103は、図16に示す
ように、プロジェクト情報定義手段111、タグ名割付
手段112、プロジェクト情報管理手段113、タグ管
理手段115、端子名割付手段116およびタグ名変換
手段117によって、上記した初期設定機能を実現す
る。
As shown in FIG. 16, the application 103 includes a project information defining means 111, a tag name allocating means 112, a project information managing means 113, a tag managing means 115, a terminal name allocating means 116, and a tag name converting means 117. The above-mentioned initial setting function is realized.

【0015】ここで、プロジェクト情報定義手段111
は、一つの工場内において監視対象または制御対象とな
る機械104をグラフィカルにあらわした絵の部品を表
示装置101上の適当な画面に配置する手段である。ま
た、タグ名割付手段112は、プロジェクト情報定義手
段111で定義された絵の部品に結び付けられた機械の
情報に、人がわかるように名づけられたタグ名を割り付
ける手段であり、プロジェクト情報管理手段113は、
プロジェクト情報定義手段111で定義されたプロジェ
クト情報とタグ名割付手段112で割り付けられたタグ
名とを管理する手段である。
Here, the project information defining means 111
Is a means for arranging, on a suitable screen on the display device 101, a picture component that graphically represents the machine 104 to be monitored or controlled in one factory. The tag name allocating means 112 is a means for allocating a tag name so that a person can be identified to the information of the machine linked to the picture component defined by the project information defining means 111. 113 is
This is a means for managing the project information defined by the project information definition means 111 and the tag names assigned by the tag name assignment means 112.

【0016】また、タグ管理手段115は、タグ名と端
子名とを端子名割付表として管理する手段であり、端子
名割付手段116は、タグ名に実際の機械の位置を設定
する手段であり、タグ名変換手段117は、タグ名から
端子名を検索する手段である。さらに、アプリケーショ
ン103は、監視動作をおこなうために、実際の機械を
上記したプロジェクト情報に従って機械情報を取得する
通信手段118を備えている。
The tag management means 115 manages the tag name and the terminal name as a terminal name assignment table. The terminal name assignment means 116 sets the actual machine position in the tag name. The tag name conversion means 117 is means for searching for a terminal name from a tag name. Further, the application 103 includes a communication unit 118 that acquires machine information of an actual machine in accordance with the above-described project information in order to perform a monitoring operation.

【0017】また、アプリケーション106も、上記ア
プリケーション103と同構成であるが、図16におい
ては説明を簡単にするため、タグ管理手段115のみを
示している。
Although the application 106 has the same configuration as the application 103, FIG. 16 shows only the tag management means 115 for the sake of simplicity.

【0018】一方、タグ名統合化アプリケーション10
5は、アプリケーションのタグ管理手段115によって
管理されている端子名割付表を読み出す端子名割付表読
出手段121と、アプリケーション毎に定義された様々
なタグ名から同一のものを結び付けるための同一タグ名
検索手段1801と、タグ管理手段115に格納された
端子名割付表のうち、端子名が割り付けられていないタ
グ名に他のアプリケーションで割り付けられた端子名を
割り付ける端子名割付表書込手段126と、によってタ
グ名の統合化を実現する。
On the other hand, the tag name integration application 10
Reference numeral 5 denotes a terminal name assignment table reading means 121 for reading a terminal name assignment table managed by the tag management means 115 of the application, and an identical tag name for linking the same from various tag names defined for each application A search unit 1801, a terminal name assignment table writing unit 126 for assigning a terminal name assigned by another application to a tag name to which no terminal name is assigned from a terminal name assignment table stored in the tag management unit 115; , Realizes integration of tag names.

【0019】ここで、上記アプリケーション103およ
び106と、タグ名統合化アプリケーション105と
は、上記各手段による処理をコンピュータプログラムに
よって実現するものであり、例えば、それら各手段は、
対応する処理を記述したサブルーチンによって実現され
る。
Here, the applications 103 and 106 and the tag name integration application 105 realize the processing by each of the above means by a computer program.
This is realized by a subroutine describing the corresponding processing.

【0020】実際には、操作者は、図16に示したよう
なアプリケーションが実行された環境において、CRT
などの表示装置101を見ながら、キーボードやマウス
などの入力装置102を用いて、上記プロジェクト情報
の作成等の初期設定をおこなった後に、PCや加工機な
どの機械104の状態監視操作へと移行する。
In practice, an operator operates a CRT in an environment where an application as shown in FIG.
Using the input device 102 such as a keyboard and a mouse while performing the initial setting such as the creation of the project information while viewing the display device 101 such as a PC, the operation shifts to the state monitoring operation of the machine 104 such as a PC or a processing machine. I do.

【0021】つぎに、監視アプリケーションの初期設定
時のタグ名統合化処理について説明する。図17は、従
来のタグ名共有化方法におけるタグ名統合化処理を示す
フローチャートである。まず、操作者は、アプリケーシ
ョン103の初期設定機能を実行させ、入力装置102
からプロジェクト情報定義手段111によって、プロジ
ェクト情報を作成するとともに、作成したプロジェクト
を表示装置101上の適切な位置に配置する(ステップ
S201)。
Next, the tag name integration processing at the time of initial setting of the monitoring application will be described. FIG. 17 is a flowchart showing a tag name integration process in the conventional tag name sharing method. First, the operator causes the initial setting function of the application 103 to be executed, and the input device 102
Then, the project information is created by the project information defining means 111, and the created project is arranged at an appropriate position on the display device 101 (step S201).

【0022】図18は、プロジェクト情報を説明するた
めの説明図である。図18(a)に示すように、プロジ
ェクト情報は、オブジェクト情報、タグ名割付表および
端子名割付表により構成される。ここで、オブジェクト
とは、図18(b)に示すような機械の状態を表すため
に利用する絵の部品のことをいう。また、オブジェクト
情報には、各オブジェクトを識別するための名前が定義
される。図18(b)においては、301をランプ1、
302をメータ11、303をグラフ21と定義してい
る。
FIG. 18 is an explanatory diagram for explaining project information. As shown in FIG. 18A, the project information includes object information, a tag name assignment table, and a terminal name assignment table. Here, the object refers to a picture part used to represent the state of the machine as shown in FIG. In the object information, a name for identifying each object is defined. In FIG. 18B, reference numeral 301 denotes lamp 1,
302 is defined as the meter 11, and 303 is defined as the graph 21.

【0023】つづいて、タグ名割付手段112により、
これらオブジェクトに対してタグ名を割り付けてタグ名
割付表を作成し、作成したタグ名割付表をプロジェクト
情報管理手段113によってコンピュータ上のメモリな
どに保管する(ステップS202)。なお、タグ名割付
表は、図18(c)に示すように、各オブジェクトに定
義された名前とタグ名とが一対一に対応した表である。
なお、操作者は、割り付けるタグ名を、同一のアプリケ
ーション内で一意になるように名前付けすればよく、他
のアプリケーションのタグ名を知っておく必要はない。
Subsequently, the tag name allocating means 112
Tag names are assigned to these objects to create a tag name assignment table, and the created tag name assignment table is stored in a memory or the like on a computer by the project information management means 113 (step S202). As shown in FIG. 18C, the tag name assignment table is a table in which names defined for each object and tag names correspond one-to-one.
The operator only needs to name the tag name to be assigned so as to be unique within the same application, and does not need to know the tag names of other applications.

【0024】つぎに、アプリケーション103は、タグ
名統合化アプリケーション105に対して、タグ名と端
子名の対応付けを表す端子名割付表が他のアプリケーシ
ョンにおいてすでに作成されているか否かを問い合わせ
る(ステップS203)。ここで、すでに端子名割付表
が作成されていれば、タグ名統合化アプリケーション1
05によって、後述するタグ名共有化処理(ステップS
204)による端子名の割付けがおこなわれる。作成さ
れていない場合には、操作者は、アプリケーション10
3上において、端子名の割付けをおこなう(ステップS
205)。なお、端子名割付表は、図18(d)に示す
ように、各タグ名と端子名とが一対一に対応した表形式
の電子データである。
Next, the application 103 inquires of the tag name integration application 105 whether or not a terminal name assignment table indicating the correspondence between the tag name and the terminal name has already been created in another application (step S1). S203). Here, if the terminal name assignment table has already been created, the tag name integration application 1
05, a tag name sharing process (step S
Assignment of terminal names according to 204) is performed. If it has not been created, the operator can
3 is assigned a terminal name (step S3).
205). The terminal name assignment table is tabular electronic data in which each tag name and terminal name correspond one-to-one, as shown in FIG.

【0025】端子名の割付けが終了すると、つぎにプロ
ジェクト情報に含まれている全オブジェクトに対して、
タグ名変換手段117により、端子名割付表からオブジ
ェクトに割り付けられたタグ名を検索し(ステップS2
06)、対応付けられた端子名を、たとえばランプ1に
Y0030のように割り付ける(ステップS207)。
全オブジェクトに対して端子名の割り付けが終了すると
(ステップS208肯定)、初期設定を完了し、通信手
段118により、上記割り付けられた端子名を用いた監
視動作、たとえばセンサがONした状態やベルトコンベ
アの動作速度などの機械104の情報を取得する(ステ
ップS209)。
When the assignment of the terminal names is completed, next, for all the objects included in the project information,
The tag name assigned to the object is searched from the terminal name assignment table by the tag name conversion means 117 (step S2).
06), the associated terminal name is assigned to the lamp 1, for example, as Y0030 (step S207).
When the assignment of the terminal names to all the objects is completed (Yes at Step S208), the initial setting is completed, and the communication unit 118 performs a monitoring operation using the assigned terminal names, for example, a state in which the sensor is turned on or a state of the belt conveyor. The information of the machine 104 such as the operation speed of the machine 104 is obtained (step S209).

【0026】つぎに、上記したステップS204におけ
る、複数のアプリケーション間のタグ名を共有する従来
のタグ名共有化処理について説明する。なお、このタグ
名共有化処理は、タグ名統合化アプリケーション105
がおこなう。図19は、従来のタグ名共有化処理を示す
フローチャートである。図19において、まず、タグ名
統合化アプリケーション105は、端子名割付表読出手
段121によって、アプリケーション103から端子名
割付表を読み出し(ステップS1901)、同一タグ名
検索手段1801によって既存の端子名割付表に、上記
読み出した端子名割付表内に割り付けられたタグ名と同
一のタグ名を検索する(ステップS1902)。
Next, a conventional tag name sharing process of sharing a tag name between a plurality of applications in the above-described step S204 will be described. The tag name sharing process is performed by the tag name integration application 105.
Does. FIG. 19 is a flowchart showing a conventional tag name sharing process. In FIG. 19, first, the tag name integration application 105 reads the terminal name assignment table from the application 103 by the terminal name assignment table reading means 121 (step S1901), and the existing terminal name assignment table by the same tag name search means 1801. Next, a search is made for a tag name identical to the tag name assigned in the read terminal name assignment table (step S1902).

【0027】ここで、既存の端子名割付表もまた、端子
名割付表読出手段121によって、たとえば別のアプリ
ケーション106のタグ管理手段115から読み出す。
なお、同一のタグ名を検索する方法は、名前を降順(あ
いうえお順)に並べたものを順番に一致するか否かを確
かめる方法など、一般のキーワード検索に用いられてい
る様々な方法が採用されている。
Here, the existing terminal name assignment table is also read by the terminal name assignment table reading means 121, for example, from the tag management means 115 of another application 106.
In addition, the method of searching for the same tag name employs various methods used in general keyword search, such as a method of arranging names in descending order (a top order) and checking whether they match in order. Have been.

【0028】タグ名の検索が終了すると、検索されたタ
グ名に割り付けられた端子名を、端子名割付表書込手段
126により、該当するプロジェクト情報の中の端子名
割付表に書き込む(ステップS1903)。
When the search for the tag name is completed, the terminal name assigned to the searched tag name is written into the terminal name assignment table in the corresponding project information by the terminal name assignment table writing means 126 (step S1903). ).

【0029】このように、複数の異なるアプリケーショ
ン間においても、他のアプリケーションですでにタグ名
が作成されて用いられている場合に、そのタグ名に割り
付けられた端子名を取得して、自身のアプリケーション
内の端子名割付表に追加することで、タグ名の統合化が
実現される。
As described above, even when a plurality of different applications have already created and used a tag name in another application, the terminal name assigned to the tag name is acquired, and its own terminal name is obtained. Tag names can be integrated by adding them to the terminal name assignment table in the application.

【0030】上述したタグ名統合化方法以外の従来技術
として、複数のアプリケーション間において唯一のタグ
管理手段を利用する方法も知られている。図20は、従
来の他のタグ名統合化方法を説明するためのソフトウェ
アブロック図である。図20に示す方法では、アプリケ
ーション107は、あらかじめ同じタグ管理手段119
を共有するように作成されており、端子名割付表を流用
する処理は不要となる。
As a conventional technique other than the above-described tag name integration method, there is also known a method of using a single tag management means between a plurality of applications. FIG. 20 is a software block diagram for explaining another conventional tag name integration method. In the method shown in FIG. 20, the application 107
Is created so that the process of diverting the terminal name assignment table becomes unnecessary.

【0031】[0031]

【発明が解決しようとする課題】しかしながら、上述し
たような従来のタグ名統合化方法においてタグを共有す
るには、アプリケーション間であらかじめタグ名を統一
する必要があり、そのためタグ名を定義してからでない
と、アプリケーションプロジェクト作成作業が始められ
ずアプリケーション開発・運用効率が低下していたとい
う問題があった。
However, in order to share a tag in the conventional tag name integration method as described above, it is necessary to unify the tag name between applications in advance. Otherwise, there was a problem that the application project creation work could not be started and application development / operation efficiency was reduced.

【0032】また、アプリケーション毎に定義されたタ
グ名を一つ一つ対応づけなければならず、大規模システ
ム、たとえば端子が3000個を超えるような工場の場
合、アプリケーションでの操作が煩雑になり、操作ミス
が発生しやすいという問題があった。
Further, tag names defined for each application must be associated with each other. In a large-scale system, for example, in a factory having more than 3000 terminals, operation in the application becomes complicated. However, there is a problem that an operation error is likely to occur.

【0033】この発明は上記問題点を解決するためにな
されたもので、複数のアプリケーション間でタグを共有
化する際の処理を効率化したタグ名共有化装置、タグ名
共有化方法およびその方法をコンピュータに実行させる
プログラムを記録したコンピュータ読み取り可能な記録
媒体を得ることを目的とする。
The present invention has been made to solve the above problems, and has a tag name sharing apparatus, a tag name sharing method, and a tag name sharing method that streamline processing when sharing a tag among a plurality of applications. To obtain a computer-readable recording medium on which a program for causing a computer to execute the above is recorded.

【0034】[0034]

【課題を解決するための手段】上述した課題を解決し、
目的を達成するため、この発明にかかるタグ名共有化装
置にあっては、機器および/または当該機器の状態を特
定する定義要素に、人が直感的に理解できる名前である
タグ名を割り付けるとともに、割り付けたタグ名に前記
機器の端子名を割り付けた端子名割付表を管理し、前記
タグ名の表示または指定によって前記機器の制御、監
視、模擬動作等をおこなうアプリケーション間で、前記
タグ名を共有化させるタグ名共有化装置において、前記
アプリケーションで管理されている端子名割付表を読み
出す端子名割付表読出手段と、複数のアプリケーション
間において統合化されたタグ名と前記機器の端子とを割
り付けた統合端子名割付表を管理するとともに、前記端
子名割付表読出手段によって読み出された端子名割付表
内のタグ名が、前記統合端子名割付表に含まれない場合
に、当該タグ名を前記統合端子名割付表に追加する統合
端子名割付表管理手段と、前記統合端子名割付表の内容
を、前記アプリケーションで管理されている端子名割付
表に書き込む端子名割付表書込手段と、を備えたことを
特徴とする。
Means for Solving the Problems The above-mentioned problems are solved,
In order to achieve the object, in the tag name sharing device according to the present invention, a tag name that is intuitively understandable by a human is assigned to a device and / or a definition element that specifies a state of the device. Manages a terminal name assignment table in which terminal names of the devices are assigned to the assigned tag names, and controls or monitors the devices by displaying or specifying the tag names. In a tag name sharing device to be shared, a terminal name assignment table reading means for reading a terminal name assignment table managed by the application, and a tag name integrated among a plurality of applications and a terminal of the device are assigned. Managing the integrated terminal name assignment table, and the tag name in the terminal name assignment table read by the terminal name assignment table reading means, Integrated terminal name assignment table management means for adding the tag name to the integrated terminal name assignment table when not included in the combined terminal name assignment table, and the contents of the integrated terminal name assignment table are managed by the application. Terminal name assignment table writing means for writing to a terminal name assignment table.

【0035】この発明によれば、各アプリケーションに
おいて定義されたタグ名を読み出し、読み出したタグ名
が、既存の統合端子名割付表に登録されていない場合
に、そのタグ名を統合端子名割付表に登録し、登録後の
内容を各アプリケーションの端子名割付表に書き込むの
で、新たなタグ名を、統合端子名割付表に統合的に登録
されたタグ名のどれに対応させるかを容易に特定するこ
とができ、その結果、各アプリケーション間において、
共通のタグ名を使用することができる。
According to the present invention, the tag name defined in each application is read, and if the read tag name is not registered in the existing integrated terminal name assignment table, the tag name is replaced with the integrated terminal name assignment table. And register the contents after registration in the terminal name assignment table of each application, so it is easy to specify which new tag name corresponds to the tag name registered in the integrated terminal name assignment table. As a result, between each application,
Common tag names can be used.

【0036】つぎの発明にかかるタグ名共有化装置にあ
っては、上記発明において、前記タグ名が、機器名と作
用名とに分割されて管理され、前記統合端子名割付表管
理手段が、前記端子名割付表読出手段によって読み出さ
れた端子名割付表内のタグ名を機器名と作用名に分割
し、分割した機器名が、前記統合端子名割付表内の機器
名に含まれない場合に、当該機器名を前記統合端子名割
付表に追加し、分割した作用名が、前記統合端子名割付
表内の作用名に含まれない場合に、当該作用名を前記統
合端子名割付表に追加することを特徴とする。
In the tag name sharing device according to the next invention, in the above invention, the tag name is divided into a device name and an operation name and managed, and the integrated terminal name assignment table management means includes: The tag names in the terminal name assignment table read by the terminal name assignment table reading means are divided into device names and action names, and the divided device names are not included in the device names in the integrated terminal name assignment table. In this case, the device name is added to the integrated terminal name assignment table, and if the divided action name is not included in the action name in the integrated terminal name assignment table, the action name is added to the integrated terminal name assignment table. Is added.

【0037】この発明によれば、タグ名を機器名と作用
名とに分割して管理するので、新たなタグ名に対し、よ
り詳細にタグ名を統合化して管理することができる。
According to the present invention, a tag name is divided into a device name and an action name and managed, so that a new tag name can be integrated and managed in more detail.

【0038】つぎの発明にかかるタグ名共有化方法にあ
っては、機器および/または当該機器の状態を特定する
定義要素に、人が直感的に理解できる名前であるタグ名
を割り付けるとともに、割り付けたタグ名に前記機器の
端子名を割り付けた端子名割付表を管理し、前記タグ名
の表示または指定によって前記機器の制御、監視、模擬
動作等をおこなうアプリケーション間で、前記タグ名を
共有化させるタグ名共有化方法において、前記アプリケ
ーションで管理されている端子名割付表を読み出す端子
名割付表読出ステップと、前記端子名割付表読出ステッ
プによって読み出された端子名割付表内のタグ名が、複
数のアプリケーション間において統合化されたタグ名と
前記機器の端子とを割り付けた統合端子名割付表に含ま
れない場合に、当該タグ名を前記統合端子名割付表に追
加する統合端子名割付表管理ステップと、前記端子名割
付表読出ステップによって読み出された端子名割付表内
のタグ名と、前記統合端子名割付表に含まれたタグ名と
を対応付けるタグ名対応付けステップと、前記タグ名対
応付けステップにおいて対応付け結果を、前記アプリケ
ーションで管理されている端子名割付表に書き込む端子
名割付表書込ステップと、を含んだことを特徴とする。
In the tag name sharing method according to the next invention, a tag name which is intuitively understandable by a human is assigned to a device and / or a definition element for specifying a state of the device, and the assignment is performed. Manages a terminal name assignment table in which terminal names of the devices are assigned to the tag names that are assigned, and shares the tag names between applications that control, monitor, and simulate the devices by displaying or specifying the tag names. In the tag name sharing method, a terminal name assignment table read step for reading a terminal name assignment table managed by the application, and a tag name in the terminal name assignment table read by the terminal name assignment table read step, If the integrated terminal name is not included in the integrated terminal name assignment table in which the An integrated terminal name assignment table management step of adding a tag name to the integrated terminal name assignment table, a tag name in the terminal name assignment table read out by the terminal name assignment table reading step, and the integrated terminal name assignment table. A tag name associating step of associating the tag name with the included tag name, and a terminal name assignment table writing step of writing the association result in the tag name associating step into a terminal name assignment table managed by the application. It is characterized by including.

【0039】この発明によれば、各アプリケーションに
おいて定義されたタグ名を読み出し、読み出したタグ名
が、既存の統合端子名割付表に登録されていない場合
に、そのタグ名を統合端子名割付表に登録し、読み出し
たタグ名に、統合端子名割付表にすでに含まれたタグ名
を対応付け、その結果を各アプリケーションの端子名割
付表に書き込むので、新たなタグ名を、統合端子名割付
表に統合的に登録されたタグ名のどれに対応させるかを
容易に特定することができ、その結果、各アプリケーシ
ョン間において、共通のタグ名を使用することができ
る。
According to the present invention, the tag name defined in each application is read, and if the read tag name is not registered in the existing integrated terminal name assignment table, the tag name is replaced with the integrated terminal name assignment table. The tag name already registered in the integrated terminal name assignment table is associated with the read tag name, and the result is written to the terminal name assignment table of each application, so the new tag name is assigned to the integrated terminal name assignment. It is easy to specify which of the tag names registered in the table to correspond to, so that a common tag name can be used between the applications.

【0040】つぎの発明にかかるタグ名共有化方法にあ
っては、上記発明において、前記タグ名が、機器名と作
用名とに分割されて管理され、前記統合端子名割付表管
理ステップが、前記端子名割付表読出ステップによって
読み出された端子名割付表内のタグ名を機器名と作用名
に分割し、分割した機器名が、前記統合端子名割付表内
の機器名に含まれない場合に、当該機器名を前記統合端
子名割付表に追加し、分割した作用名が、前記統合端子
名割付表内の作用名に含まれない場合に、当該作用名を
前記統合端子名割付表に追加することを特徴とする。
In the tag name sharing method according to the next invention, in the above invention, the tag name is managed by being divided into a device name and an operation name, and the integrated terminal name assignment table management step includes: The tag names in the terminal name assignment table read in the terminal name assignment table reading step are divided into device names and action names, and the divided device names are not included in the device names in the integrated terminal name assignment table. In this case, the device name is added to the integrated terminal name assignment table, and if the divided action name is not included in the action name in the integrated terminal name assignment table, the action name is added to the integrated terminal name assignment table. Is added.

【0041】この発明によれば、タグ名を機器名と作用
名とに分割して管理するので、新たなタグ名に対し、よ
り詳細にタグ名を統合化して管理することができる。
According to the present invention, a tag name is divided into a device name and an action name and managed, so that a new tag name can be integrated and managed in more detail.

【0042】つぎの発明にかかる記録媒体にあっては、
請求項3または4に記載されたタグ名共有化方法をコン
ピュータに実行させるプログラムを記録したため、これ
によって、請求項3または4に記載されたタグ名共有化
方法に従った処理をコンピュータに実行させることが可
能となる。
In the recording medium according to the next invention,
Since a program for causing a computer to execute the tag name sharing method described in claim 3 or 4 is recorded, this causes the computer to execute processing according to the tag name sharing method described in claim 3 or 4. It becomes possible.

【0043】[0043]

【発明の実施の形態】以下に、この発明にかかるタグ名
共有化装置およびタグ名共有化方法の実施の形態を図面
に基づいて詳細に説明する。なお、この実施の形態によ
りこの発明が限定されるものではない。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Embodiments of a tag name sharing device and a tag name sharing method according to the present invention will be described below in detail with reference to the drawings. The present invention is not limited by the embodiment.

【0044】図1は、本実施の形態にかかるタグ名共有
化方法を説明するためのソフトウェアブロック図であ
る。なお、図1において、図16と共通する部分につい
ては同一の符号を付し、ここではその説明を省略する。
特に、図1は、タグ名統合化アプリケーション120
が、図16に示したタグ名統合化アプリケーション10
5と異なる。
FIG. 1 is a software block diagram for explaining a tag name sharing method according to the present embodiment. In FIG. 1, the same reference numerals are given to the parts common to FIG. 16, and the description thereof will be omitted.
In particular, FIG.
Is the tag name integration application 10 shown in FIG.
Different from 5.

【0045】タグ名統合化アプリケーション120は、
各種アプリケーションで定義されたタグ名を読み出す端
子名割付表読出手段121と、そのタグ名を機器名およ
び作用名に分割するタグ名解析手段122と、分割され
た機器名を機器名リストとして保管する機器名管理手段
123と、分割された作用名を作用名リストとして保管
する作用名管理手段124と、機器名リストおよび作用
名リストを用いて各種アプリケーションのタグ名を統合
化したひとつの端子名割付表を管理する統合端子名割付
表管理手段125と、各種アプリケーションの端子名割
付表にタグ名を書き込む端子名割付表書込手段126
と、を有している。
The tag name integration application 120
Terminal name assignment table reading means 121 for reading tag names defined by various applications, tag name analyzing means 122 for dividing the tag names into device names and action names, and storing the divided device names as a device name list Device name management means 123, action name management means 124 for storing the divided action names as an action name list, and one terminal name assignment integrating tag names of various applications using the device name list and the action name list Integrated terminal name assignment table management means 125 for managing tables, and terminal name assignment table writing means 126 for writing tag names in the terminal name assignment tables of various applications
And

【0046】以下に、監視アプリケーションの初期設定
時のタグ名統合化処理について説明する。なお、タグ名
統合化処理の流れは、図17に示したとおりであり、本
実施の形態では、そのタグ名共有化処理(図17中のス
テップS204)のみが異なるため、タグ名統合化処理
のうちの特にタグ名共有化処理を説明する。
The tag name integration processing at the time of initial setting of the monitoring application will be described below. Note that the flow of the tag name integration process is as shown in FIG. 17, and in the present embodiment, only the tag name sharing process (step S204 in FIG. 17) is different. In particular, the tag name sharing process will be described.

【0047】図2は、本実施の形態にかかるタグ名共有
化方法におけるタグ名共有化処理を示すフローチャート
である。本実施の形態におけるタグ名共有化処理では、
まず、タグ名統合化アプリケーション120が、アプリ
ケーション103のタグ管理手段115に保管されてい
る端子名割付表を、端子名割付表読出手段121によっ
て読み出し、タグ名解析手段122により、タグ名を機
器名と作用名に分割する。図2は、特に、この分割の処
理を示している。
FIG. 2 is a flowchart showing a tag name sharing process in the tag name sharing method according to the present embodiment. In the tag name sharing process according to the present embodiment,
First, the tag name integration application 120 reads the terminal name assignment table stored in the tag management means 115 of the application 103 by the terminal name assignment table reading means 121, and the tag name analysis means 122 replaces the tag name with the device name. And split into action names. FIG. 2 particularly shows this division processing.

【0048】図2において、タグ名統合化アプリケーシ
ョン120は、まず、タグ名に、作用名管理手段124
が保持する作用名リストに登録された文字列が含まれて
いるか否かを確認する(ステップS501)。図3は、
機器名リストおよび作用名リストの例を示す図であり、
上記したステップS501では、図3(b)に示すよう
な作用名リストを確認対象とする。なお、この確認は、
文字列を比較することでおこなうがその方法は問わな
い。
In FIG. 2, the tag name integration application 120 first stores the tag name into the action name management means 124.
It is checked whether or not the registered character string is included in the action name list held by (step S501). FIG.
It is a diagram showing an example of a device name list and action name list,
In step S501 described above, an action name list as shown in FIG. Please note that this confirmation
This is done by comparing character strings, but the method is not limited.

【0049】そして、タグ名に、図3(b)に示したよ
うな作用名リストに登録された文字列が含まれていれ
ば、残りの文字列を機器名管理手段123が保持する機
器名リストに追加する(ステップS502)。もし存在
しなければ、タグ名に、機器名管理手段123が保持す
る、図3(a)に示すような機器名リストに登録された
文字列が含まれているか否かを確認し(ステップS50
3)、含まれていれば残りの文字列を作用名管理手段1
24が保持する作用名リストに追加する(ステップS5
04)。
If the tag name includes a character string registered in the action name list as shown in FIG. 3B, the remaining character strings are stored in the device name management unit 123. Add to the list (step S502). If not, it is checked whether the tag name includes a character string registered in the device name list as shown in FIG. 3A and held by the device name management unit 123 (step S50).
3) If it is included, the remaining character string is stored in the action name management means 1
24 (step S5).
04).

【0050】なお、図3(a)において、A−M1は、
機器名につけられた便宜上の番号であり、アプリケーシ
ョンAの機器名1を意味し、図3(b)において、A−
O1は、アプリケーションAの作用名1番を意味する。
なお、機器名リスト、作用名リストはたとえば表形式の
電子ファイルとして作成される。
In FIG. 3A, A-M1 is
This is a convenience number assigned to the device name, which means the device name 1 of the application A. In FIG.
O1 means the first action name of the application A.
Note that the device name list and the action name list are created as, for example, electronic files in a table format.

【0051】ステップS503において、タグ名に、機
器名リストに登録された文字列が含まれていないなら
ば、操作者がタグ名を機器名、作用名に分割し、分割し
た機器名および作用名を、入力装置102を用いて機器
名リストおよび作用名リストに登録する(ステップS5
05、S506)。そしてその後、統合端子名一覧表を
作成するためのタグ統合一覧表作成処理を実行する(ス
テップS507)。
In step S503, if the tag name does not include the character string registered in the device name list, the operator divides the tag name into the device name and the function name, and the divided device name and the function name. Is registered in the device name list and the action name list using the input device 102 (step S5).
05, S506). After that, a tag integrated list creation process for creating an integrated terminal name list is executed (step S507).

【0052】図4は、タグ統合一覧表作成処理を示すフ
ローチャートである。図4において、まず、操作者は、
既存タグ名に対応する機器名と新しいタグ名に対応する
機器名との対応付けをおこなう(ステップS801)。
図5は、すでに統合端子名割付表に登録されている内容
の例を示す図である。特に、図5(a)は、アプリケー
ションBで定義された既存端子名割付表の例であり、B
−T1はアプリケーションBの1番目のタグ名を、B−
M1はアプリケーションBの1番目の機器名を、B−O
1−1はアプリケーションBの1番目の作用名の1番目
の作用を表す。また、図5(b)は、アプリケーション
Bで定義された端子名リストおよび作用名リストの例で
ある。
FIG. 4 is a flowchart showing the tag integration list creation processing. In FIG. 4, first, the operator
The device name corresponding to the existing tag name is associated with the device name corresponding to the new tag name (step S801).
FIG. 5 is a diagram showing an example of contents already registered in the integrated terminal name assignment table. In particular, FIG. 5A is an example of an existing terminal name assignment table defined in the application B.
-T1 is the first tag name of application B, B-
M1 indicates the first device name of the application B, BO
1-1 represents the first action of the first action name of the application B. FIG. 5B is an example of a terminal name list and an action name list defined in the application B.

【0053】また、図6は、アプリケーション103と
してあらたに統合端子名割付表に登録する内容の例を示
す図である。なお、図6に対応する機器名リストおよび
作用名リストは、図3に示したとおりとする。これらの
表はすでにそれぞれアプリケーションB、アプリケーシ
ョンAの操作者によって作成されている。よって、この
例では、上記したステップS801は、図5(a)に示
した機器名を既存タグ名の機器名とし、図6に示した機
器名を新しいタグ名の機器名として、対応付けをおこな
う。
FIG. 6 is a diagram showing an example of contents newly registered in the integrated terminal name assignment table as the application 103. The device name list and action name list corresponding to FIG. 6 are as shown in FIG. These tables have already been created by the operators of the application B and the application A, respectively. Therefore, in this example, in step S801 described above, the association is performed by using the device name shown in FIG. 5A as the device name of the existing tag name, and the device name shown in FIG. 6 as the device name of the new tag name. Do it.

【0054】この操作者による対応付けは、具体的に
は、表示装置101上に表示されたグラフィカルユーザ
インターフェースの下でおこなう。図7は、対応付けの
具体的手順を説明するための説明図である。たとえば、
図7(a)に示すように、新規機器名「A−M1」に既
存機器名「B−M1」を対応付けるには、図7(c)の
ように、ボックス1501内に表示された新規機器名リ
ストのうちの「A−M1」に対応するタグ名「ST1上
爪開閉」と、ボックス1502内に表示された既存機器
名リストのうちの「B−M1」に対応するタグ名「上爪
1開閉」とを、入力装置102で選択するとともに、対
応付けボタンを押下する。そして、この手順を繰り返す
ことで、最終的に、図7(d)に示すような機器名の対
応付け結果を得る。
Specifically, the association by the operator is performed under a graphical user interface displayed on the display device 101. FIG. 7 is an explanatory diagram for explaining a specific procedure of association. For example,
As shown in FIG. 7A, to associate the existing device name “B-M1” with the new device name “A-M1”, the new device name displayed in the box 1501 as shown in FIG. The tag name “ST1 upper jaw open / close” corresponding to “A-M1” in the name list and the tag name “upper nail” corresponding to “B-M1” in the existing device name list displayed in the box 1502 "1 opening and closing" is selected by the input device 102, and the association button is pressed. Then, by repeating this procedure, finally, a result of associating the device names as shown in FIG. 7D is obtained.

【0055】つぎに、既存の作用名リストと新たな作用
名リストとの対応付けを、上記した機器名リストの対応
付けと同様におこなう(ステップS802)。たとえ
ば、図7(b)に示すように、新規作用名「A−O1」
に既存作用名「B−O1」を対応付ける。このように、
機器名と作用名の対応付けをおこなうことで、統合タグ
一覧名が作成され、作成した統合タグ一覧名は端子名割
付表として統合端子名割付表管理手段125により保管
される(ステップS803)。そして、最後に、端子名
割付表書込手段126が、アプリケーション103のタ
グ管理手段115に保管された端子名割付表のうち、タ
グ名に対応した端子名未定の部分に、統合タグ一覧名で
対応付けられた端子名を書き込む。
Next, the association between the existing action name list and the new action name list is performed in the same manner as the above-mentioned association of the device name list (step S802). For example, as shown in FIG. 7B, the new action name “A-O1”
Is associated with the existing action name “B-O1”. in this way,
By associating the device name with the action name, an integrated tag list name is created, and the created integrated tag list name is stored by the integrated terminal name assignment table management means 125 as a terminal name assignment table (step S803). Finally, the terminal name assignment table writing means 126 writes the terminal name undetermined portion corresponding to the tag name in the terminal name assignment table stored in the tag management means 115 of the application 103 with the integrated tag list name. Write the associated terminal name.

【0056】図8は、最終的に得られたタグ統合一覧表
の例を示す図である。図8に示すように、アプリケーシ
ョン103とアプリケーション106との間で、共通と
なる制御または監視の対象機器の端子名を、タグ名が異
なっている場合でも、特定することができる。
FIG. 8 is a diagram showing an example of a tag integration list finally obtained. As shown in FIG. 8, the terminal names of the common control or monitoring target devices between the application 103 and the application 106 can be specified even if the tag names are different.

【0057】図9は、タグ名と機器名・作用名との対応
付けを説明するための説明図である。図9において、ア
プリケーション103のタグ名「ST1上爪開閉開」
(A−T1)は、機器名A−M1と作用名A−01−1
から構成され、これはアプリケーションBの機器名B−
M1と作用名B−01−1から構成されるB−T1
(「上爪1開閉開」)と対応付けられおり、結局、その
端子名がX1Aであると知得できる。
FIG. 9 is an explanatory diagram for explaining the correspondence between tag names and device names / action names. In FIG. 9, the tag name of the application 103 “ST1 upper nail open / close”
(A-T1) is a device name A-M1 and an action name A-01-1.
, Which is the device name B- of the application B.
BT1 composed of M1 and action name B-01-1
(“Upper jaw 1 open / close”), and it can be known that the terminal name is X1A.

【0058】以上に説明したとおり、実施の形態にかか
るタグ名共有化装置およびタグ名共有化方法によれば、
各アプリケーションにおいてアプリケーション毎にタグ
名を定義したプロジェクトを作成したあと、タグ名統合
化アプリケーションによって、複数のアプリケーション
間の異なるタグ名を有するタグを結びつけ、結び付けら
れた結果を各アプリケーションに与えるので、複数のア
プリケーション間においてデバイス情報を共有でき、ア
プリケーションプロジェクト作成作業を容易に着手する
ことができるとともに、その効率を高めることが可能と
なる。
As described above, according to the tag name sharing device and the tag name sharing method according to the embodiment,
After creating a project that defines tag names for each application in each application, the tag name integrated application links tags with different tag names among multiple applications and gives the linked results to each application. The device information can be shared between the applications, the application project creation work can be easily started, and the efficiency can be improved.

【0059】[0059]

【発明の効果】以上、説明したとおり、この発明によれ
ば、各アプリケーションにおいて定義されたタグ名を読
み出し、読み出したタグ名が、既存の統合端子名割付表
に登録されていない場合に、そのタグ名を統合端子名割
付表に登録し、登録後の内容を各アプリケーションの端
子名割付表に書き込むので、新たなタグ名を、統合端子
名割付表に統合的に登録されたタグ名のどれに対応させ
るかを容易に特定して各アプリケーション間で共通のタ
グ名を使用することができ、アプリケーションプロジェ
クト作成作業を容易に着手することができるとともに、
その効率を高めることが可能となるタグ名共有化装置を
提供できるという効果を奏する。
As described above, according to the present invention, a tag name defined in each application is read, and if the read tag name is not registered in the existing integrated terminal name assignment table, the The tag names are registered in the integrated terminal name assignment table, and the contents after registration are written in the terminal name assignment table of each application, so that new tag names can be assigned to any of the tag names registered in the integrated terminal name assignment table. Can be easily specified and a common tag name can be used between applications, making it easy to start application project creation work.
There is an effect that a tag name sharing device capable of improving the efficiency can be provided.

【0060】つぎの発明によれば、タグ名を機器名と作
用名とに分割して管理するので、新たなタグ名に対し、
より詳細にタグ名を統合化して管理することができるタ
グ名共有化装置を提供できるという効果を奏する。
According to the next invention, a tag name is divided into a device name and an action name and managed, so that a new tag name is
This has the effect of providing a tag name sharing device capable of integrating and managing tag names in more detail.

【0061】つぎの発明によれば、各アプリケーション
において定義されたタグ名を読み出し、読み出したタグ
名が、既存の統合端子名割付表に登録されていない場合
に、そのタグ名を統合端子名割付表に登録し、読み出し
たタグ名に、統合端子名割付表にすでに含まれたタグ名
を対応付け、その結果を各アプリケーションの端子名割
付表に書き込むので、新たなタグ名を、統合端子名割付
表に統合的に登録されたタグ名のどれに対応させるかを
容易に特定して各アプリケーション間で、共通のタグ名
を使用することができ、アプリケーションプロジェクト
作成作業を容易に着手することができるとともに、その
効率を高めることが可能となるタグ名共有化方法を提供
できるという効果を奏する。
According to the next invention, the tag name defined in each application is read, and if the read tag name is not registered in the existing integrated terminal name assignment table, the tag name is assigned to the integrated terminal name assignment. Register the tag name in the table, associate the tag name already included in the integrated terminal name assignment table with the read tag name, and write the result in the terminal name assignment table of each application. It is easy to identify which tag name is registered in the assignment table in an integrated manner, and a common tag name can be used between each application, making it easy to start application project creation work. It is possible to provide a tag name sharing method that can increase the efficiency of the tag name.

【0062】つぎの発明によれば、タグ名を機器名と作
用名とに分割して管理するので、新たなタグ名に対し、
より詳細にタグ名を統合化して管理することができるタ
グ名共有化方法を提供できるという効果を奏する。
According to the next invention, a tag name is divided into a device name and an action name and managed, so that a new tag name
There is an effect that a tag name sharing method that can integrate and manage tag names in more detail can be provided.

【0063】つぎの発明によれば、上記したタグ名共有
化方法をコンピュータに実行させるプログラムを記録し
ているため、これによって、タグ名共有化方法によって
実現される処理をコンピュータ上で実行させることが可
能となるという効果を奏する。
According to the next invention, since a program for causing a computer to execute the above-described tag name sharing method is recorded, the processing realized by the tag name sharing method can be executed on the computer. This has the effect that it becomes possible.

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

【図1】 本実施の形態にかかるタグ名共有化方法を説
明するためのソフトウェアブロック図である。
FIG. 1 is a software block diagram for explaining a tag name sharing method according to an embodiment.

【図2】 本実施の形態にかかるタグ名共有化方法にお
けるタグ名共有化処理を示すフローチャートである。
FIG. 2 is a flowchart showing a tag name sharing process in the tag name sharing method according to the embodiment;

【図3】 機器名リストおよび作用名リストの例を示す
図である。
FIG. 3 is a diagram illustrating an example of a device name list and an action name list.

【図4】 タグ統合一覧表作成処理を示すフローチャー
トである。
FIG. 4 is a flowchart illustrating a tag integration list creation process.

【図5】 統合端子名割付表に登録されている内容の例
を示す図である。
FIG. 5 is a diagram showing an example of contents registered in an integrated terminal name assignment table.

【図6】 アプリケーションAとしてあらたに統合端子
名割付表に登録する内容の例を示す図である。
FIG. 6 is a diagram showing an example of contents newly registered as an application A in an integrated terminal name assignment table.

【図7】 対応付けの具体的手順を説明するための説明
図である。
FIG. 7 is an explanatory diagram for explaining a specific procedure of association.

【図8】 最終的に得られたタグ統合一覧表の例を示す
図である。
FIG. 8 is a diagram showing an example of a tag integration list finally obtained.

【図9】 タグ名と機器名・作用名との対応付けを説明
するための説明図である。
FIG. 9 is an explanatory diagram for explaining association between a tag name and a device name / action name.

【図10】 工場内に配置される機械設備の例を示すブ
ロック図である。
FIG. 10 is a block diagram showing an example of mechanical equipment arranged in a factory.

【図11】 ラダープログラムの例を示す図である。FIG. 11 is a diagram illustrating an example of a ladder program.

【図12】 PCおよび制御対象となる機械の例を示す
図である。
FIG. 12 is a diagram illustrating an example of a PC and a machine to be controlled.

【図13】 各種アプリケーションの適用例を説明する
ための説明図である。
FIG. 13 is an explanatory diagram for describing an application example of various applications.

【図14】 監視アプリケーションの例を説明するため
の説明図である。
FIG. 14 is an explanatory diagram for describing an example of a monitoring application.

【図15】 タグ名を説明するための説明図である。FIG. 15 is an explanatory diagram for explaining tag names.

【図16】 従来のタグ名統合化方法を説明するための
ソフトウェアブロック図である。
FIG. 16 is a software block diagram for explaining a conventional tag name integration method.

【図17】 従来のタグ名共有化方法におけるタグ名統
合化処理を示すフローチャートである。
FIG. 17 is a flowchart showing a tag name integration process in a conventional tag name sharing method.

【図18】 プロジェクト情報を説明するための説明図
である。
FIG. 18 is an explanatory diagram for explaining project information.

【図19】 従来のタグ名共有化処理を示すフローチャ
ートである。
FIG. 19 is a flowchart showing a conventional tag name sharing process.

【図20】 従来の他のタグ名統合化方法を説明するた
めのソフトウェアブロック図である。
FIG. 20 is a software block diagram for explaining another conventional tag name integration method.

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

101 表示装置、102 入力装置、103,10
6,107 アプリケーション、104 機械、10
5,120 タグ名統合化アプリケーション、111
プロジェクト情報定義手段、112 タグ名割付手段、
113 プロジェクト情報管理手段、115 タグ管理
手段、116 端子名割付手段、117 タグ名変換手
段、118 通信手段、119 タグ管理手段、121
端子名割付表読出手段、122 タグ名解析手段、1
23 機器名管理手段、124 作用名管理手段、12
5 統合端子名割付表管理手段、126 端子名割付表
書込手段、301,1104 ランプ、302 メー
タ、303 グラフ、1001加工機、1002 ロボ
ット、1003 搬送機、1004 自動倉庫、100
6 ネットワーク、1102 端子、1103 スイッ
チ、1201 制御プログラム作成アプリケーション、
1202 監視アプリケーション、1203 シミュレ
ーションアプリケーション、1801 同一タグ名検索
手段。
101 display device, 102 input device, 103, 10
6,107 applications, 104 machines, 10
5,120 Tag name integrated application, 111
Project information definition means, 112 tag name assignment means,
113 project information management means, 115 tag management means, 116 terminal name assignment means, 117 tag name conversion means, 118 communication means, 119 tag management means, 121
Terminal name assignment table reading means, 122 Tag name analysis means, 1
23 device name management means, 124 action name management means, 12
5 Integrated terminal name assignment table management means, 126 Terminal name assignment table writing means, 301, 1104 lamp, 302 meter, 303 graph, 1001 processing machine, 1002 robot, 1003 transfer machine, 1004 automatic warehouse, 100
6 network, 1102 terminal, 1103 switch, 1201 control program creation application,
1202 monitoring application, 1203 simulation application, 1801 identical tag name search means.

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 機器および/または当該機器の状態を特
定する定義要素に、人が直感的に理解できる名前である
タグ名を割り付けるとともに、割り付けたタグ名に前記
機器の端子名を割り付けた端子名割付表を管理し、前記
タグ名の表示または指定によって前記機器の制御、監
視、模擬動作等をおこなうアプリケーション間で、前記
タグ名を共有化させるタグ名共有化装置において、 前記アプリケーションで管理されている端子名割付表を
読み出す端子名割付表読出手段と、 複数のアプリケーション間において統合化されたタグ名
と前記機器の端子とを割り付けた統合端子名割付表を管
理するとともに、前記端子名割付表読出手段によって読
み出された端子名割付表内のタグ名が、前記統合端子名
割付表に含まれない場合に、当該タグ名を前記統合端子
名割付表に追加する統合端子名割付表管理手段と、 前記統合端子名割付表の内容を、前記アプリケーション
で管理されている端子名割付表に書き込む端子名割付表
書込手段と、 を備えたことを特徴とするタグ名共有化装置。
1. A terminal in which a tag name that is intuitively understandable by a human is assigned to a device and / or a definition element that specifies the state of the device, and a terminal name of the device is assigned to the assigned tag name. A tag name sharing device that manages a name assignment table and controls the device by displaying or specifying the tag name, performing monitoring, simulating operation, and the like, and sharing the tag name. A terminal name assignment table reading means for reading a terminal name assignment table, and an integrated terminal name assignment table in which tag names integrated with a plurality of applications and terminals of the device are assigned, and the terminal name assignment is performed. When the tag name in the terminal name assignment table read by the table reading means is not included in the integrated terminal name assignment table, the tag name is added to the previous name. Integrated terminal name assignment table management means to be added to the integrated terminal name assignment table; and terminal name assignment table writing means for writing the contents of the integrated terminal name assignment table to a terminal name assignment table managed by the application. A tag name sharing device, comprising:
【請求項2】 前記タグ名は、機器名と作用名とに分割
されて管理され、 前記統合端子名割付表管理手段は、前記端子名割付表読
出手段によって読み出された端子名割付表内のタグ名を
機器名と作用名に分割し、分割した機器名が、前記統合
端子名割付表内の機器名に含まれない場合に、当該機器
名を前記統合端子名割付表に追加し、分割した作用名
が、前記統合端子名割付表内の作用名に含まれない場合
に、当該作用名を前記統合端子名割付表に追加すること
を特徴とする請求項1に記載のタグ名共有化装置。
2. The terminal name assignment table management unit according to claim 2, wherein the tag name is divided into a device name and an operation name and managed, and the integrated terminal name assignment table management unit stores the tag name in the terminal name assignment table read by the terminal name assignment table reading unit. The tag name is divided into a device name and an action name, and if the divided device name is not included in the device name in the integrated terminal name assignment table, the device name is added to the integrated terminal name assignment table. 2. The tag name sharing according to claim 1, wherein when the divided action name is not included in the action name in the integrated terminal name assignment table, the action name is added to the integrated terminal name assignment table. 3. Device.
【請求項3】 機器および/または当該機器の状態を特
定する定義要素に、人が直感的に理解できる名前である
タグ名を割り付けるとともに、割り付けたタグ名に前記
機器の端子名を割り付けた端子名割付表を管理し、前記
タグ名の表示または指定によって前記機器の制御、監
視、模擬動作等をおこなうアプリケーション間で、前記
タグ名を共有化させるタグ名共有化方法において、 前記アプリケーションで管理されている端子名割付表を
読み出す端子名割付表読出ステップと、 前記端子名割付表読出ステップによって読み出された端
子名割付表内のタグ名が、複数のアプリケーション間に
おいて統合化されたタグ名と前記機器の端子とを割り付
けた統合端子名割付表に含まれない場合に、当該タグ名
を前記統合端子名割付表に追加する統合端子名割付表管
理ステップと、 前記端子名割付表読出ステップによって読み出された端
子名割付表内のタグ名と、前記統合端子名割付表に含ま
れたタグ名とを対応付けるタグ名対応付けステップと、 前記タグ名対応付けステップにおいて対応付け結果を、
前記アプリケーションで管理されている端子名割付表に
書き込む端子名割付表書込ステップと、 を含んだことを特徴とするタグ名共有化方法。
3. A terminal in which a tag name that is intuitively understandable by a human is assigned to a device and / or a definition element that specifies a state of the device, and a terminal name of the device is assigned to the assigned tag name. A tag name sharing method for managing a name assignment table and sharing or controlling the device by controlling or monitoring the device by displaying or specifying the tag name, and sharing the tag name. A terminal name assignment table reading step for reading the terminal name assignment table, and a tag name in the terminal name assignment table read in the terminal name assignment table reading step is a tag name integrated between a plurality of applications. If the tag name is not included in the integrated terminal name assignment table assigned to the device, the tag name is added to the integrated terminal name assignment table. A child name assignment table management step; and a tag name association step of associating a tag name in the terminal name assignment table read by the terminal name assignment table reading step with a tag name included in the integrated terminal name assignment table. And in the tag name associating step,
Writing a terminal name assignment table to be written in a terminal name assignment table managed by the application. A tag name sharing method, comprising:
【請求項4】 前記タグ名は、機器名と作用名とに分割
されて管理され、 前記統合端子名割付表管理ステップは、前記端子名割付
表読出ステップによって読み出された端子名割付表内の
タグ名を機器名と作用名に分割し、分割した機器名が、
前記統合端子名割付表内の機器名に含まれない場合に、
当該機器名を前記統合端子名割付表に追加し、分割した
作用名が、前記統合端子名割付表内の作用名に含まれな
い場合に、当該作用名を前記統合端子名割付表に追加す
ることを特徴とする請求項3に記載のタグ名共有化方
法。
4. The tag name is divided and managed into a device name and an action name, and the integrated terminal name assignment table management step includes a step of reading the terminal name assignment table read by the terminal name assignment table reading step. Tag name is divided into device name and action name, and the divided device name is
If not included in the device name in the integrated terminal name assignment table,
The device name is added to the integrated terminal name assignment table, and if the divided action name is not included in the action name in the integrated terminal name assignment table, the action name is added to the integrated terminal name assignment table. 4. The tag name sharing method according to claim 3, wherein:
【請求項5】 前記請求項3または4に記載のタグ名共
有化方法をコンピュータに実行させるプログラムを記録
したコンピュータ読み取り可能な記録媒体。
5. A computer-readable recording medium on which a program for causing a computer to execute the tag name sharing method according to claim 3 or 4 is recorded.
JP2000363720A 2000-11-29 2000-11-29 Tag name sharing apparatus, tag name sharing method, and computer-readable recording medium storing a program for causing a computer to execute the method Expired - Fee Related JP4001458B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000363720A JP4001458B2 (en) 2000-11-29 2000-11-29 Tag name sharing apparatus, tag name sharing method, and computer-readable recording medium storing a program for causing a computer to execute the method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000363720A JP4001458B2 (en) 2000-11-29 2000-11-29 Tag name sharing apparatus, tag name sharing method, and computer-readable recording medium storing a program for causing a computer to execute the method

Publications (2)

Publication Number Publication Date
JP2002163010A true JP2002163010A (en) 2002-06-07
JP4001458B2 JP4001458B2 (en) 2007-10-31

Family

ID=18834786

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000363720A Expired - Fee Related JP4001458B2 (en) 2000-11-29 2000-11-29 Tag name sharing apparatus, tag name sharing method, and computer-readable recording medium storing a program for causing a computer to execute the method

Country Status (1)

Country Link
JP (1) JP4001458B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008021156A (en) * 2006-07-13 2008-01-31 Win System:Kk Display device for supervising and controlling
KR20150080545A (en) * 2012-11-22 2015-07-09 미쓰비시덴키 가부시키가이샤 System-building assistance device

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008021156A (en) * 2006-07-13 2008-01-31 Win System:Kk Display device for supervising and controlling
KR20150080545A (en) * 2012-11-22 2015-07-09 미쓰비시덴키 가부시키가이샤 System-building assistance device
KR101711772B1 (en) * 2012-11-22 2017-03-02 미쓰비시덴키 가부시키가이샤 System-building assistance device
US9811071B2 (en) 2012-11-22 2017-11-07 Mitsubishi Electric Corporation System construction support apparatus

Also Published As

Publication number Publication date
JP4001458B2 (en) 2007-10-31

Similar Documents

Publication Publication Date Title
Ardanza et al. Sustainable and flexible industrial human machine interfaces to support adaptable applications in the Industry 4.0 paradigm
US7908020B2 (en) Architecture for control systems
US20160125037A1 (en) Information processing apparatus, information processing method, information processing program, and storage medium
JP2009146229A (en) Programmable controller system
JP2004303217A (en) Displaying/editing device, method for displaying, and program product
EP3761127B1 (en) Display device, screen generation method, and screen generation program
JP4462426B2 (en) PLC tool device
JP4842541B2 (en) Display device for control, screen data generation device, and program and recording medium thereof
CN111052010B (en) Control system, development assistance device, and storage medium
JP2002163010A (en) Device and method for communizing tag mane, and computer-readable recording medium recorded with program for executing the method by computer
JP2014199485A (en) Information processor and information processing program
JP2017102720A (en) Machine control program generation device, machine control system, library generation method, machine control program addition method, and control method
JP2005092808A (en) Ladder program macro generator and generation method, program therefor and computer-readable recording medium
CN112272820B (en) Support device and recording medium for supporting program
CN113778299A (en) Control method and device of lighting equipment, electronic equipment and storage medium
JP5870214B2 (en) Programmable controller system, its programmable display, support device, program
JP5978775B2 (en) PROGRAMMABLE CONTROLLER, ITS SUPPORT DEVICE, PROGRAM, PROGRAM TRANSFER METHOD
JP5883936B2 (en) Programmable controller system
JP7318829B2 (en) Production system, programming device, production method, and program
US20220318007A1 (en) Programming support apparatus
JP2004302880A (en) Programmable logic controller, program editor device, their program, and recording medium
US20160018809A1 (en) Ladder chart creation device, monitoring device, computer program, and machine control device
KR20090038708A (en) Apparatus for creating tool for developing of control system
JP2016027486A (en) Programmable display unit, support device, and program
JP3838124B2 (en) Program execution method and program development support apparatus

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20041209

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20060807

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060912

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20061110

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070515

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070717

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: 20070814

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20070814

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

Free format text: PAYMENT UNTIL: 20100824

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20110824

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20110824

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20120824

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20120824

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20130824

Year of fee payment: 6

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees