JP3541383B2 - I / O device and process control system having I / O device - Google Patents

I / O device and process control system having I / O device Download PDF

Info

Publication number
JP3541383B2
JP3541383B2 JP2001216533A JP2001216533A JP3541383B2 JP 3541383 B2 JP3541383 B2 JP 3541383B2 JP 2001216533 A JP2001216533 A JP 2001216533A JP 2001216533 A JP2001216533 A JP 2001216533A JP 3541383 B2 JP3541383 B2 JP 3541383B2
Authority
JP
Japan
Prior art keywords
input
output
control logic
data
label
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2001216533A
Other languages
Japanese (ja)
Other versions
JP2003029806A (en
Inventor
智 岡田
陽 船木
孝史 河野
信吾 藤波
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Yokogawa Electric Corp
Original Assignee
Yokogawa Electric Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Yokogawa Electric Corp filed Critical Yokogawa Electric Corp
Priority to JP2001216533A priority Critical patent/JP3541383B2/en
Priority to US10/135,372 priority patent/US7054694B2/en
Priority to AU40631/02A priority patent/AU761907B2/en
Priority to DE10223158.3A priority patent/DE10223158B4/en
Publication of JP2003029806A publication Critical patent/JP2003029806A/en
Application granted granted Critical
Publication of JP3541383B2 publication Critical patent/JP3541383B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Description

【0001】
【発明の属する技術分野】
本発明は、入出力モジュールを経由する入出力データを、このデータを扱う制御ロジックに振り分ける入出力装置及び入出力装置を持つプロセス制御システムに関する。
【0002】
【従来の技術】
ソフトウェアにより機能が定義されたソフトPLC(Programmable Logic Controller)による制御ロジックを制御アプリケーションの実行エンジンとするプロセス制御システムは、システムのオープン化要求に応えて、IEC61131-3規格に準拠したプログラム言語(以下IEC)で記述される場合が多い。ソフトPLCはソフトウェアモデルである。
【0003】
IEC準拠のソフトPLCによりプロセス制御システムを実現する場合には、入出力データと制御ロジックとのデータ交換は、制御ロジックに入出力用の外部変数を定義し、その外部変数の宣言に入出力のハードウェア実装位置を指定するのが一般的である。
【0004】
【発明が解決しようとする課題】
このように、入出力のハードウェア実装情報を制御ロジック自体に持っているため、入出力の実装変更(例えば、ある入力点を配線その他の物理的要因で別の点に移動)したい場合、制御ロジック(プログラム)の変更が必要となる。
【0005】
制御ロジックには特定の入出力の実装情報が埋め込まれているので、制御ロジックの汎用性・再利用性なく、入出力の実装変更に柔軟に対応することが不可能である。
【0006】
本発明は、入出力の各点にラベル名を定義し、制御ロジックからはこのラベルにアクセスすることにより、入出力のハードウェア実装情報を制御ロジック外に持たせ、制御ロジックの汎用性・再利用性を向上せしめた入出力装置及び入出力装置を持つプロセス制御システムの実現を目的とする。
【0007】
【課題を解決するための手段】
このような課題を達成するために、本発明のうち請求項1記載発明の特徴は、
入出力モジュールを経由する入出力データを、このデータを扱う制御ロジックに振り分ける入出力装置において、
前記制御ロジックが扱う変数をラベル名で定義するラベル定義手段と、
入出力点の数だけ設けられていて、入出力データを入出力する入出力モジュールと、
入出力モジュールを特定する実装位置と前記ラベル名との対応が記述された対応テーブルと、
を有し、入出力モジュールから入出力されたデータを前記対応テーブルにより対応する制御ロジックに接続する点にある。
【0008】
請求項2記載発明の特徴は、
前記制御ロジックはソフトウェアにより機能が定義されたソフトPLCにより構築されていて、このソフトPLCが、IEC61131-3規格に準拠したプログラム言語で記述された点にある。
【0009】
請求項3記載発明の特徴は、
制御アプリケーションで用いる制御ロジックを作成する制御ロジック作成手段及びこの制御ロジックで扱う変数をラベル名で定義するラベル定義手段を有する制御ロジック作成装置と、
前記制御ロジック作成手段のデータをダウンロードして生成される制御アプリケーション実行手段及び前記ラベル定義手段のデータをダウンロードして生成され、入出力モジュールを特定する実装位置と前記ラベル名との対応が記述された対応テーブルを有する制御装置と、
前記対応テーブルにおけるラベル名と実装位置との対応関係を任意に設定するテーブルメンテナンス装置と、
データを入出力する入力モジュール手段及び出力モジュール手段を備えたプロセス入出力装置と、
を具備し、前記プロセス入出力装置から入出力したデータを前記対応テーブルにより対応する制御ロジックに接続する点にある。
【0010】
請求項4記載発明の特徴は、
前記制御ロジック作成装置、制御装置、テーブルメンテナンス装置、入出力装置が、IEC61131-3規格に準拠したプログラム言語で記述された点にある。
【0011】
【発明の実施の形態】
以下本発明実施態様を、図面を用いて説明する。図1は本発明の基本概念を説明する機能ブロック線図である。1は制御ロジック作成装置、2は制御装置、3はテーブルメンテナンス装置、4はプロセス入出力装置である。
【0012】
制御ロジック作成装置1は、制御装置2で動作する制御アプリケーションを作成する装置であり、一般にはディスク装置を備えた汎用のコンピュータで実現される。
【0013】
制御ロジック作成装置1において、11はソフトPLCによる制御ロジックを作成する制御ロジック作成手段、12は制御ロジックで扱う変数をラベル名で定義するラベル定義手段であり、これら手段のデータが制御装置2側にダウンロードされる。制御ロジックは制御アプリケーションで用いる。
【0014】
制御装置2は、実プロセスのセンサ、操作部と通信し、プロセス制御を実行する装置であり、一般には専用のコンピュータで動作する。
21は、制御ロジック作成手段11よりダウンロードされたデータにより構築された、ソフトPLCを実行エンジンとする制御アプリケーション実行手段である。
【0015】
更に制御装置2において、22はラベル定義手段12よりダウンロードされたデータに基づいて構築された、対応テーブルであり、このテーブルの記述により、ラベル名と実プロセスの入出力データの実装位置対応が一義的に決定される。
【0016】
プロセス入出力装置4は、実プロセスのセンサ5、操作部6のデータを入出力する複数の入力モジュール手段4a並びに複数の出力モジュール手段4bよりなる。
これらモジュール手段の個々は、前記対応テーブル22の定義により特定のラベル名と対応しており、制御アプリケーション実行手段21は指定されたラベル名の入出力モジュール手段を介して実プロセスとデータ交換を行い、制御を実行する。
【0017】
テーブルメンテナンス装置3は、オペレータとのインターフェイスにより、ラベル名と実装位置対応を定義するラベル‐実装位置対応テーブル22にアクセスし、ラベル名と実装位置の対応関係を任意に設定する。
【0018】
次に、図2により本発明装置の適用例をより具体的に説明する。点線で仕切られたエリア(A)はソフトPLCの生成系であり、図1の制御ロジック作成装置1に対応する。エリア(B)は実行系であり、図1の制御装置2及びプロセス入出力装置4に対応する。エリア(C)は設定系であり、図1の装置テーブルメンテナンス装置3に対応する。
【0019】
制御ロジック作成装置1において、11はソフトPLCで記述された制御ロジック(TaskA)であり、ロジック本体のPOU(Program Organization Unit)と入力ラベル名IN01、出力ラベル名OUT01が定義され、実行系(B)における制御装置2のソフトPLC実行エンジン21としてダウンロードされる。
【0020】
制御装置2において、23及び24は、入力ラベル名IN01及び出力ラベル名OUT01にあたえられるデータのバッファメモリ領域であり、IOイメージ名%ID0000及び%QD0000が入力ラベル名IN01及び出力ラベル名OUT01へのデータバッファ領域を示す。
【0021】
生成系の制御ロジック作成装置1において、12aはラベル定義テーブル、12bはこのテーブル情報に基づいてグローバル変数を定義するプログラムであり、制御装置2のラベル‐実装位置対応テーブル22にダウンロードされる。
更に13は、制御装置2における前記バッファメモリ領域23、24のIOイメージを定義し、制御装置2にダウンロードされるプログラムである。
【0022】
設定系におけるテーブルメンテナンス装置3では、入力ラベル名IN01及び出力ラベル名OUT01へ接続される実プロセス入出力データが定義され、このデータは前記ラベル‐実装位置対応テーブル22及びプロセス入出力装置4内の入力データモジュール群4aの及び出力データモジュール群4bにダウンロードされる。
【0023】
これらモジュール群4a及び4bは、ラベル名毎に実装位置と1:1に一義的に定義されるので、制御アプリケーション実行手段は、ラベル名の指定により任意の入出力データと通信し、実プロセスの制御を実行することが可能となる。
【発明の効果】
以上説明したことから明らかなように、本発明によれば入出力の各点にラベル名を対応せしめ、制御ロジックからはこのラベルにアクセスすることにより、入出力のハードウェア実装情報を制御ロジック外に持たせることが可能となる。
従って、入出力データの実装位置を変更したい場合にはラベル名を変更すればよく、制御ロジック(プログラム)の変更が不用となる。
【0024】
制御ロジックには特定の入出力の実装情報が埋め込まれていないので、制御ロジックの汎用性・再利用性が向上し、入出力の実装変更に柔軟に対応することが可能である。
【0025】
【図面の簡単な説明】
【図1】本発明の基本概念を説明する機能ブロック線図である。
【図2】本発明を具体的なプロセス制御システムに適用した場合の機能ブロック線図である。
【符号の説明】
1 制御ロジック作成装置
11 制御ロジック作成手段
12 ラベル定義手段
2 制御装置
21 制御アプリケーション実行手段
22 ラベル‐実装位置対応テーブル
3 テーブルメンテナンス装置
4 プロセス入出力装置
4a 入力モジュール
4b 出力モジュール
5 センサ
6 操作部
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to an input / output device that distributes input / output data passing through an input / output module to control logic that handles the data, and a process control system having the input / output device.
[0002]
[Prior art]
Process control systems that use control logic by software PLCs (Programmable Logic Controllers) whose functions are defined by software as an execution engine for control applications respond to the demand for open systems by using a programming language (hereinafter referred to as the IEC61131-3 standard). IEC). Soft PLC is a software model.
[0003]
When a process control system is realized by an IEC-compliant soft PLC, data exchange between input / output data and control logic is performed by defining an external variable for input / output in the control logic and declaring the input / output in the external variable. It is common to specify the hardware mounting location.
[0004]
[Problems to be solved by the invention]
As described above, since the input / output hardware implementation information is stored in the control logic itself, if the input / output implementation change (for example, a certain input point is moved to another point due to wiring or other physical factors), the control is required. The logic (program) needs to be changed.
[0005]
Since specific input / output mounting information is embedded in the control logic, it is impossible to flexibly respond to input / output mounting changes without versatility and reusability of the control logic.
[0006]
According to the present invention, a label name is defined for each input / output point, and by accessing this label from the control logic, the hardware implementation information of the input / output is stored outside the control logic. An input / output device with improved usability and a process control system having the input / output device are realized.
[0007]
[Means for Solving the Problems]
In order to achieve such an object, the features of the first aspect of the present invention are as follows.
In an input / output device that distributes input / output data passing through an input / output module to a control logic that handles the data,
Label definition means for defining a variable handled by the control logic by a label name,
An input / output module that is provided by the number of input / output points and inputs / outputs input / output data;
A correspondence table in which the correspondence between the mounting position specifying the input / output module and the label name is described ,
And connecting the data input / output from the input / output module to the control logic corresponding to the correspondence table.
[0008]
The feature of the invention described in claim 2 is that
The control logic is configured by a software PLC whose functions are defined by software, and this software PLC is described in a program language conforming to the IEC61131-3 standard.
[0009]
The features of the invention described in claim 3 are as follows:
A control logic creating device having control logic creating means for creating control logic used in the control application and label defining means for defining variables handled by the control logic by label names,
The control application execution means and the label definition means are generated by downloading the data of the control logic creation means and are generated by downloading the data of the label definition means, and the correspondence between the mounting position for specifying the input / output module and the label name is described. A control device having a correspondence table,
A table maintenance device for arbitrarily setting the correspondence between the label name and the mounting position in the correspondence table,
A process input / output device comprising input module means and input / output module means for inputting / outputting data,
And connecting the data input / output from the process input / output device to the control logic corresponding to the correspondence table.
[0010]
The feature of the invention described in claim 4 is that
The control logic creation device, the control device, the table maintenance device, and the input / output device are described in a program language conforming to the IEC61131-3 standard.
[0011]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, embodiments of the present invention will be described with reference to the drawings. FIG. 1 is a functional block diagram illustrating the basic concept of the present invention. 1 is a control logic creation device, 2 is a control device, 3 is a table maintenance device, and 4 is a process input / output device.
[0012]
The control logic creation device 1 is a device that creates a control application that operates on the control device 2, and is generally realized by a general-purpose computer having a disk device.
[0013]
In the control logic creation device 1, reference numeral 11 denotes control logic creation means for creating control logic by software PLC, and reference numeral 12 denotes label definition means for defining variables handled by the control logic by label names. Downloaded to The control logic is used in the control application.
[0014]
The control device 2 is a device that communicates with sensors and operation units of an actual process to execute process control, and generally operates on a dedicated computer.
Reference numeral 21 denotes a control application execution unit constructed using data downloaded from the control logic generation unit 11 and using a soft PLC as an execution engine.
[0015]
Further, in the control device 2, reference numeral 22 denotes a correspondence table constructed based on the data downloaded from the label definition means 12, and according to the description of this table, the correspondence between the label name and the mounting position of the input / output data of the real process is unified. Is determined.
[0016]
The process input / output device 4 includes a sensor 5 of a real process, a plurality of input module units 4a for inputting / outputting data of the operation unit 6, and a plurality of output module units 4b.
Each of these module means corresponds to a specific label name according to the definition of the correspondence table 22, and the control application execution means 21 exchanges data with the real process via the input / output module means of the designated label name. Executing the control.
[0017]
The table maintenance device 3 accesses the label-mounting position correspondence table 22 that defines the correspondence between the label name and the mounting position through an interface with the operator, and arbitrarily sets the correspondence between the label name and the mounting position.
[0018]
Next, an application example of the device of the present invention will be described more specifically with reference to FIG. An area (A) separated by a dotted line is a generation system of the soft PLC, and corresponds to the control logic generation device 1 of FIG. The area (B) is an execution system and corresponds to the control device 2 and the process input / output device 4 in FIG. The area (C) is a setting system and corresponds to the device table maintenance device 3 in FIG.
[0019]
In the control logic creating apparatus 1, reference numeral 11 denotes a control logic (TaskA) described by a soft PLC, which defines a POU (Program Organization Unit) of a logic body, an input label name IN01, an output label name OUT01, and executes an execution system (B). ) Is downloaded as the soft PLC execution engine 21 of the control device 2.
[0020]
In the control device 2, 23 and 24 are buffer memory areas for data given to the input label name IN01 and the output label name OUT01, and the IO image names% ID0000 and% QD0000 correspond to the input label name IN01 and the output label name OUT01. Indicates a data buffer area.
[0021]
In the control logic generation device 1 of the generation system, reference numeral 12a denotes a label definition table, and reference numeral 12b denotes a program for defining global variables based on the table information. The program is downloaded to the label-mounting position correspondence table 22 of the control device 2.
Further, reference numeral 13 denotes a program that defines the IO images of the buffer memory areas 23 and 24 in the control device 2 and is downloaded to the control device 2.
[0022]
In the table maintenance device 3 in the setting system, actual process input / output data connected to the input label name IN01 and the output label name OUT01 is defined, and this data is stored in the label-mounting position correspondence table 22 and the process input / output device 4. It is downloaded to the input data module group 4a and the output data module group 4b.
[0023]
Since these module groups 4a and 4b are uniquely defined 1: 1 with the mounting position for each label name, the control application execution means communicates with arbitrary input / output data by designating the label name, and Control can be performed.
【The invention's effect】
As is apparent from the above description, according to the present invention, a label name is made to correspond to each input / output point, and by accessing this label from the control logic, the hardware implementation information of the input / output can be read out of the control logic. Can be held.
Therefore, when it is desired to change the mounting position of the input / output data, the label name may be changed, and the control logic (program) need not be changed.
[0024]
Since specific input / output mounting information is not embedded in the control logic, the versatility and reusability of the control logic are improved, and it is possible to flexibly respond to input / output mounting changes.
[0025]
[Brief description of the drawings]
FIG. 1 is a functional block diagram illustrating a basic concept of the present invention.
FIG. 2 is a functional block diagram when the present invention is applied to a specific process control system.
[Explanation of symbols]
REFERENCE SIGNS LIST 1 control logic creating device 11 control logic creating means 12 label defining means 2 control device 21 control application executing means 22 label-mounting position correspondence table 3 table maintenance device 4 process input / output device 4 a input module 4 b output module 5 sensor 6 operation unit

Claims (4)

入出力モジュールを経由する入出力データを、このデータを扱う制御ロジックに振り分ける入出力装置において、
前記制御ロジックが扱う変数をラベル名で定義するラベル定義手段と、
入出力点の数だけ設けられていて、入出力データを入出力する入出力モジュールと、
入出力モジュールを特定する実装位置と前記ラベル名との対応が記述された対応テーブルと、
を有し、入出力モジュールから入出力されたデータを前記対応テーブルにより対応する制御ロジックに接続することを特徴とする入出力装置。
In an input / output device that distributes input / output data passing through an input / output module to a control logic that handles the data,
Label definition means for defining a variable handled by the control logic by a label name,
An input / output module that is provided by the number of input / output points and inputs / outputs input / output data;
A correspondence table in which the correspondence between the mounting position specifying the input / output module and the label name is described ,
An input / output device for connecting data input / output from the input / output module to a control logic corresponding to the correspondence table.
前記制御ロジックはソフトウェアにより機能が定義されたソフトPLCにより構築されていて、このソフトPLCが、IEC61131-3規格に準拠したプログラム言語で記述されたことを特徴とする請求項1記載の入出力装置。2. The input / output device according to claim 1, wherein the control logic is constructed by a software PLC whose function is defined by software, and the software PLC is described in a program language compliant with the IEC61131-3 standard. . 制御アプリケーションで用いる制御ロジックを作成する制御ロジック作成手段及びこの制御ロジックで扱う変数をラベル名で定義するラベル定義手段を有する制御ロジック作成装置と、
前記制御ロジック作成手段のデータをダウンロードして生成される制御アプリケーション実行手段及び前記ラベル定義手段のデータをダウンロードして生成され、入出力モジュールを特定する実装位置と前記ラベル名との対応が記述された対応テーブルを有する制御装置と、
前記対応テーブルにおけるラベル名と実装位置との対応関係を任意に設定するテーブルメンテナンス装置と、
データを入出力する入力モジュール手段及び出力モジュール手段を備えたプロセス入出力装置と、
を具備し、前記プロセス入出力装置から入出力したデータを前記対応テーブルにより対応する制御ロジックに接続することを特徴とする入出力装置を持つプロセス制御システム。
A control logic creating device having control logic creating means for creating control logic used in the control application and label defining means for defining variables handled by the control logic by label names,
The control application execution means and the label definition means are generated by downloading the data of the control logic creation means and are generated by downloading the data of the label definition means, and the correspondence between the mounting position for specifying the input / output module and the label name is described. A control device having a correspondence table,
A table maintenance device for arbitrarily setting the correspondence between the label name and the mounting position in the correspondence table,
A process input / output device comprising input module means and input / output module means for inputting / outputting data,
A process control system having an input / output device, wherein data input / output from the process input / output device is connected to control logic corresponding to the correspondence table.
前記制御ロジック作成装置、制御装置、テーブルメンテナンス装置、入出力装置が、IEC61131-3規格に準拠したプログラム言語で記述されたことを特徴とする請求項3記載の入出力装置を持つプロセス制御システム。The process control system having an input / output device according to claim 3, wherein the control logic creation device, the control device, the table maintenance device, and the input / output device are described in a program language compliant with the IEC61131-3 standard.
JP2001216533A 2001-05-30 2001-07-17 I / O device and process control system having I / O device Expired - Fee Related JP3541383B2 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
JP2001216533A JP3541383B2 (en) 2001-07-17 2001-07-17 I / O device and process control system having I / O device
US10/135,372 US7054694B2 (en) 2001-05-30 2002-05-01 Process control system
AU40631/02A AU761907B2 (en) 2001-05-30 2002-05-13 Process control system
DE10223158.3A DE10223158B4 (en) 2001-05-30 2002-05-24 Process control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001216533A JP3541383B2 (en) 2001-07-17 2001-07-17 I / O device and process control system having I / O device

Publications (2)

Publication Number Publication Date
JP2003029806A JP2003029806A (en) 2003-01-31
JP3541383B2 true JP3541383B2 (en) 2004-07-07

Family

ID=19051000

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001216533A Expired - Fee Related JP3541383B2 (en) 2001-05-30 2001-07-17 I / O device and process control system having I / O device

Country Status (1)

Country Link
JP (1) JP3541383B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5233544B2 (en) * 2008-09-18 2013-07-10 株式会社明電舎 POU mounting method
JP6081041B1 (en) * 2016-03-29 2017-02-15 三菱電機株式会社 Program creation apparatus, program creation method, and program

Also Published As

Publication number Publication date
JP2003029806A (en) 2003-01-31

Similar Documents

Publication Publication Date Title
US20140005805A1 (en) Cpu of plc, system program for plc, and recording medium storing system program for plc
US7142943B2 (en) Method and apparatus for controlling a plant
US20080147206A1 (en) Control system for Real Time Applications for Cooperative Industrial Robots
US7516265B2 (en) System and method for providing an application with memory access methods
CN108621152B (en) Control system, controller and control method
US10761513B2 (en) Information processing device, information processing method, and non-transitory computer-readable recording medium
WO2010017835A1 (en) A system and a method for off-line programming of an industrial robot
JP2015122077A (en) Control device, controller system, output control method and program
JP6299064B2 (en) Control device, control method, and program
US11165745B2 (en) Control system, controller, and control method
JP3541383B2 (en) I / O device and process control system having I / O device
US7770045B2 (en) Method and apparatus for operating cooperating, differing devices
JP6135247B2 (en) Information processing apparatus and information processing program
JP2005259079A (en) Tool
JP6954191B2 (en) Control systems, development support equipment, and development support programs
US5060133A (en) Transputer CNC processor
CN112292643A (en) Programmable logic controller, operating method for a programmable logic controller and computer program product
WO1988004809A1 (en) System for controlling coprocessors
JP2006059308A (en) General-purposed and real-timed information processor
JP2003131709A (en) Control display system, control program and recording medium storing the program
JPH11231915A (en) Method for defining axis of motion controller
JPH0695713A (en) Programmable controller and its programming method
CN106527175B (en) Distributing peripheral equipment
CN115167265B (en) PLC application package generation method, PLC application package operation method and related device
JP2001325010A (en) Programmable controller system

Legal Events

Date Code Title Description
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: 20040308

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20040321

R150 Certificate of patent or registration of utility model

Ref document number: 3541383

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20080409

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20090409

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20090409

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20100409

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20100409

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20110409

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20120409

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20130409

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20130409

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20140409

Year of fee payment: 10

LAPS Cancellation because of no payment of annual fees