JP3341513B2 - Tag number management method - Google Patents
Tag number management methodInfo
- Publication number
- JP3341513B2 JP3341513B2 JP01332595A JP1332595A JP3341513B2 JP 3341513 B2 JP3341513 B2 JP 3341513B2 JP 01332595 A JP01332595 A JP 01332595A JP 1332595 A JP1332595 A JP 1332595A JP 3341513 B2 JP3341513 B2 JP 3341513B2
- Authority
- JP
- Japan
- Prior art keywords
- tag
- record
- code
- data
- tag number
- 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
Links
Landscapes
- Programmable Controllers (AREA)
- Selective Calling Equipment (AREA)
Description
【0001】[0001]
【産業上の利用分野】本発明は、プラント設備の監視制
御装置などにおけるタグ番号管理方式に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a tag number management system in a supervisory control device for plant equipment.
【0002】[0002]
【従来の技術】プラント設備の監視制御装置では、アナ
ログデータや接点データをタグという概念で管理し、各
タグにはユニークなタグ番号が付けられている。タグ番
号は、通常アスキー文字列(8文字程度)にされる。2. Description of the Related Art In a plant equipment monitoring and control device, analog data and contact data are managed based on the concept of tags, and each tag is assigned a unique tag number. The tag number is usually an ASCII character string (about 8 characters).
【0003】監視制御装置の利用者は、タグ番号を指定
することにより、必要なデータをCRT画面等に表示さ
せることができる。[0003] A user of the monitoring and control apparatus can display necessary data on a CRT screen or the like by designating a tag number.
【0004】従来の監視制御装置において、タグ番号と
計算機内の実データを対応付けるには、以下の方法で行
われていた。In a conventional monitoring control device, the following method is used to associate a tag number with actual data in a computer.
【0005】(1)タグ番号のテーブルを先頭から比較
検索する。(1) The table of tag numbers is compared and searched from the head.
【0006】この方法は、図5の(a)に示すように、
例えば、検索対象とするタグ番号「GTR9113」を
検索するのに、タグ番号管理テーブルに登録される各タ
グ番号とを先頭から順に比較検索する。[0006] As shown in FIG.
For example, to search for the tag number “GTR9113” to be searched, each tag number registered in the tag number management table is compared and searched in order from the top.
【0007】(2)タグ番号のテーブルを2分岐法で比
較検索する。(2) The tag number table is compared and searched by the two-branch method.
【0008】この方法は、図5の(b)に示すように、
タグ番号管理テーブルに登録するタグ番号を辞書順に並
べ換えておき、例えば、検索対象とするタグ番号「GT
R9113」を2分岐法で比較検索する。[0008] In this method, as shown in FIG.
The tag numbers registered in the tag number management table are sorted in dictionary order, and, for example, the tag number “GT
R9113 "is compared by a two-branch method.
【0009】[0009]
【発明が解決しようとする課題】従来の検索方法のう
ち、タグ番号のテーブルを先頭から比較検索する方法で
は、タグ番号の並びには特に制約はないが、非常に多く
のデータを検索しなければならないため、CPUの負荷
が大きくなる。Among the conventional search methods, in the method of comparing and searching the table of tag numbers from the beginning, there is no particular limitation on the order of the tag numbers, but unless a very large amount of data is searched. Therefore, the load on the CPU increases.
【0010】一方、タグ番号のテーブルを2分岐法で比
較検索する方法では、タグ番号テーブル内のタグ番号を
辞書順に並べる必要があり、タグの追加・削除には大掛
かりなテーブルの並べ替え処理を必要とする。On the other hand, in the method of comparing and searching the tag number table by the two-branch method, it is necessary to arrange the tag numbers in the tag number table in dictionary order. I need.
【0011】また、タグ番号の比較検索回数は、平均的
に(1)の方法よりも少なくなるが、4000タグから
1タグを検索するには平均的に10回程度必要となる。Although the number of times of comparison and retrieval of tag numbers is smaller than the method (1) on average, it takes about 10 times on average to search one tag from 4000 tags.
【0012】本発明の目的は、タグの登録・削除・検索
処理を迅速・容易にするタグ番号管理方式を提供するこ
とにある。It is an object of the present invention to provide a tag number management system which makes tag registration / deletion / search processing quick and easy.
【0013】[0013]
【課題を解決するための手段】本発明は、前記課題の解
決を図るため、監視制御のための各種データに文字列の
タグ番号を対応させ、このタグ番号により各種データを
登録・検索・削除するタグ番号管理において、前記デー
タがレコード別に書込まれるタグデータを設け、レコー
ドを双方向性リンクに構成するリンクポインタと、デー
タの登録と仮登録と未使用を区別するフラグと、前記タ
グデータに書込まれるデータ配列のレコードが登録され
る論理計器番号とを有するタグコード管理テーブルを設
け、タグ番号によって前記タグデータ管理テーブル及び
タグデータを管理するタグ番号管理部を設け、前記タグ
番号管理部は、タグデータの登録・検索・削除のコマン
ドと文字列のタグ番号が与えられたときに該タグ番号の
文字コードと文字コードに対する重み付けから数値演算
したタグコードに変換し、このタグコードで前記タグコ
ード管理テーブルのレコード位置を決定し、前記コマン
ドに応じて該レコード位置のフラグのセットとリンクポ
インタの設定を行うことを特徴とする。According to the present invention, in order to solve the above-mentioned problems, various data for monitoring control are associated with tag numbers of character strings, and various data are registered, searched, and deleted by using the tag numbers. In the tag number management, tag data in which the data is written for each record is provided, a link pointer that configures the record as a bidirectional link, a flag for distinguishing between data registration, temporary registration, and unused, and the tag data A tag code management table having a logical instrument number in which a record of a data array to be written into the tag is registered; and a tag number management unit for managing the tag data management table and tag data according to the tag number. When a tag data registration / search / deletion command and a character string tag number are given, the character code and character The tag code is converted into a numerically calculated tag code based on the weight of the code, the tag code is used to determine the record position of the tag code management table, and the flag of the record position is set and the link pointer is set according to the command. It is characterized by.
【0014】また、前記タグ番号管理部は、タグデータ
の登録に際して、前記タグコード管理テーブルに登録さ
れているレコード位置と同じタグコードが求められたと
きは未登録のレコード位置に仮登録することを特徴とす
る。Further, when the tag number management unit finds the same tag code as the record position registered in the tag code management table at the time of registering the tag data, the tag number management unit temporarily registers the tag code at an unregistered record position. It is characterized by.
【0015】また、前記タグ番号管理部は、タグデータ
の登録に際して、前記タグコード管理テーブルに仮登録
されているレコード位置と同じタグコードが求められた
ときは該仮登録レコードを未登録のレコード位置に移動
し、該仮登録レコード位置に登録することを特徴とす
る。In addition, when the tag number management unit finds the same tag code as the record position temporarily registered in the tag code management table when registering the tag data, the tag number management unit converts the temporary registration record into an unregistered record. Move to the position and register at the temporary registration record position.
【0016】[0016]
【作用】文字列のタグ番号を数値のタグコードに変換
し、このタグコードをタグコード管理テーブルのレコー
ド位置としてタグデータを管理する。The tag number of the character string is converted into a numeric tag code, and the tag data is managed using the tag code as a record position of the tag code management table.
【0017】タグコード管理テーブルのフラグには登録
と仮登録及び未登録のセットを可能にし、タグコードに
同じ数値のものが求められたときは空きのレコード位置
に仮登録する。The flag of the tag code management table can be set to registration, temporary registration, and unregistered, and when the tag code has the same numerical value, it is provisionally registered at an empty record position.
【0018】また、仮登録されたレコード位置と同じタ
グコードが求められたときは、仮登録のデータを空きの
レコード位置に移動し、この移動で空きとなったレコー
ド位置にタグコードのデータを登録する。When the same tag code as the temporarily registered record position is obtained, the temporarily registered data is moved to an empty record position, and the tag code data is transferred to the empty record position by this movement. register.
【0019】[0019]
【実施例】図1は、本発明の一実施例を示す管理装置例
である。FIG. 1 is an example of a management apparatus showing an embodiment of the present invention.
【0020】タグ番号管理部1は、監視制御装置を構成
する1台又は複数台のコンピュータの付属機能として設
けられる。このタグ番号管理には、タグコード管理テー
ブル2とタグデータ3とを用意する。The tag number management section 1 is provided as an accessory function of one or a plurality of computers constituting the monitoring control device. For this tag number management, a tag code management table 2 and tag data 3 are prepared.
【0021】タグコード管理テーブル2は、各レコード
1〜nのデータ構造として、次リンクポインタと、前リ
ンクポインタと、フラグと、論理計器番号との4つのメ
ンバーを有し、リンクポインタで双方向性リンクを構成
する。The tag code management table 2 has, as a data structure of each of records 1 to n, four members of a next link pointer, a previous link pointer, a flag, and a logical instrument number. Configure sex links.
【0022】フラグにはデータの登録と仮登録と未使用
を区別するフラグのセットが可能とされる。また、論理
計器番号は、タグデータ3に書込まれるデータ配列のレ
コード(アドレス)が登録されてタグデータとの対応付
けが取られる。A flag can be set for discriminating data registration, provisional registration, and unused. The logical instrument number is registered with a record (address) of a data array written in the tag data 3 and is associated with the tag data.
【0023】タグ番号管理部1は、タグ番号(文字列)
とコマンド(登録・削除・検索など)が与えられたとき
に、タグ番号を一定の規則性をもってタグコード(数
値)に変換する。この変換は次の演算式にしたがって行
われる。The tag number management unit 1 stores a tag number (character string)
When a command (registration, deletion, search, etc.) is given, the tag number is converted into a tag code (numerical value) with a certain regularity. This conversion is performed according to the following equation.
【0024】[0024]
【数1】 (Equation 1)
【0025】mi:タグ番号の文字列のi番目の文字コ
ード wi:i番目の文字コードに対する重み この演算で求めたタグコードは、タグコード管理テーブ
ル2のレコード位置を決定する。M i : the i-th character code of the character string of the tag number w i : the weight for the i-th character code The tag code obtained by this operation determines the record position of the tag code management table 2.
【0026】したがって、タグ番号管理部1は、コマン
ドとタグ番号(文字列)が与えられたときに、タグ番号
をタグコードに変換し、このタグコードを使ってタグコ
ード管理テーブル2のレコード位置を決定し、このレコ
ード位置に対するコマンドを実行する。Therefore, when a command and a tag number (character string) are given, the tag number management unit 1 converts the tag number into a tag code, and uses this tag code to record the record position in the tag code management table 2. And execute the command for this record position.
【0027】タグの登録は、タグコード管理テーブル2
に対して、上記演算で求めたタグコードに一致する位置
のレコードの論理計器番号にタグデータ3のレコード番
号を登録し、その登録フラグをセットする。Tag registration is performed in the tag code management table 2
Then, the record number of the tag data 3 is registered in the logical instrument number of the record at the position corresponding to the tag code obtained by the above calculation, and the registration flag is set.
【0028】図2は、タグの登録例を示す。タグ(文字
列)から求めたタグコードが「100」になり、タグコ
ード管理テーブル2のレコード位置「100」が未使用
状態であるとき、該レコード「100」の論理計器番号
にタグデータ3のレコード番号を登録し、また登録フラ
グをセットする。この場合には他のタグの登録がないた
め、次リンクポインタ及び前リンクポインタは「0」の
ままとなる。FIG. 2 shows an example of registration of a tag. When the tag code obtained from the tag (character string) becomes “100” and the record position “100” of the tag code management table 2 is in an unused state, the tag number of the tag data 3 is added to the logical instrument number of the record “100”. Register the record number and set the registration flag. In this case, since there is no other tag registered, the next link pointer and the previous link pointer remain “0”.
【0029】次に、タグコードは上記の演算から求める
ため、タグ(文字列)の組み合わせによってはタグコー
ドが重複する場合がある。この場合にはタグコード管理
テーブルを先頭から検索し、空きレコードに今回のタグ
を登録し、そのフラグには仮配置フラグをセットするこ
とでタグコードのダブリを解消する。Next, since the tag code is obtained from the above operation, the tag code may be duplicated depending on the combination of tags (character strings). In this case, the tag code management table is searched from the top, the current tag is registered in an empty record, and the provisional placement flag is set in the flag to eliminate double of the tag code.
【0030】図3は、タグの仮登録例を示す。1つのレ
コード「100」が登録済み状態で他のタグの登録に際
してそのタグコードの演算が「100」になったとき、
またタグコード管理テーブルの先頭からの検索でレコー
ド「11」が空きであったとき、レコード「11」に新
しいタグの登録を行い、そのフラグには仮配置フラグを
セットする。また、前リンクポインタにはレコード「1
00」を設定し、レコード「100」の次リンクポイン
タを「11」にする。FIG. 3 shows a temporary registration example of a tag. When one record “100” is registered and another tag is registered and the calculation of the tag code becomes “100”,
When the record "11" is empty in the search from the top of the tag code management table, a new tag is registered in the record "11", and a temporary placement flag is set in the flag. Also, the record "1" is set in the previous link pointer.
00 "is set, and the next link pointer of the record" 100 "is set to" 11 ".
【0031】次に、タグの登録時に今回求めたタグコー
ドのレコード位置が既に仮登録されているとき、現在レ
コード以降を検索し、空き(未登録)レコードを見つ
け、仮配置されているレコードを空きレコード位置に移
動し、空きになったレコード位置に今回のタグデータを
登録する。Next, when the record position of the tag code obtained this time has already been provisionally registered at the time of registering the tag, search is made from the current record onward to find a vacant (unregistered) record. Move to an empty record position, and register the current tag data at the empty record position.
【0032】図4は、仮配置レコード位置への登録例を
示す。レコード「451」が既に登録され、この後の登
録に際してレコード「451」と同じタグコードが2回
発生したためレコード「100」及び「200」に仮登
録がなされている状態で、今回の登録に際してそのタグ
コードが「100」になったとき、空きレコードの検索
によりレコード「205」が空き状態であったとする。FIG. 4 shows an example of registration in a temporary arrangement record position. The record "451" has already been registered, and the same tag code as that of the record "451" has been generated twice in the subsequent registration, so that the records "100" and "200" are provisionally registered. When the tag code becomes “100”, it is assumed that the record “205” is in an empty state by searching for an empty record.
【0033】このとき、仮配置されたレコード「10
0」のタグデータをレコード「205」に移動し、レコ
ード「200」及び「451」のリンクポインタを書替
え、今回のタグデータをレコード「100」に登録す
る。At this time, the record "10"
The tag data “0” is moved to the record “205”, the link pointers of the records “200” and “451” are rewritten, and the current tag data is registered in the record “100”.
【0034】以上のように、本実施例ではタグの登録と
検索にはタグをタグコードに変換し、このタグコードか
ら管理テーブル2のレコード位置を決定し、さらにタグ
データ3の登録と検索がなされる。また、タグの削除
は、タグコード管理テーブル2の該等レコードに未使用
フラグをセットし、このレコードにリンクポインタをも
つ前後のレコードのリンクポインタをつなぎ替えること
でなされる。As described above, in this embodiment, a tag is converted into a tag code for registering and searching for a tag, a record position in the management table 2 is determined from the tag code, and registration and search for the tag data 3 are performed. Done. The deletion of a tag is performed by setting an unused flag in the corresponding record of the tag code management table 2 and changing the link pointer of the record before and after the record having the link pointer.
【0035】本実施例に基づいた試験として、文字コー
ドの重み付けを適当にした4000タグのデータでは約
45%のデータが1回で検索でき、3回の検索では約9
8%のデータが検索でき、4回の検索では100%の検
索ができ、高速の検索が可能となることが確認された。As a test based on the present embodiment, about 45% of data can be searched at once with 4000 tag data with proper weighting of character codes, and about 9 times can be searched with three searches.
It was confirmed that 8% of the data could be searched, 100% of the data could be searched in four searches, and high-speed search was possible.
【0036】[0036]
【発明の効果】以上のとおり、本発明によれば、文字列
のタグ番号を数値のタグコードに変換し、このタグコー
ドをタグコード管理テーブルのレコード位置としてタグ
データを管理するようにしたため、以下の効果がある。As described above, according to the present invention, a tag number of a character string is converted into a numerical tag code, and the tag data is managed as a record position of the tag code management table. The following effects are obtained.
【0037】(1)タグの検索は、数値のタグコードに
より管理テーブルのレコード位置に対応付けができ、高
速検索が可能となる。(1) Tag search can be associated with a record position in the management table by a numeric tag code, and high-speed search can be performed.
【0038】(2)タグデータの並びと、タグコード管
理テーブルの並びは無関係でよく、従来のようなタグ番
号の並べ換えを必要としない。(2) The arrangement of the tag data and the arrangement of the tag code management table may be irrelevant, and does not require the conventional rearrangement of the tag numbers.
【0039】(3)タグコード管理テーブルは、双方向
性リンク構成にするため、タグの登録・検索・削除には
リンクポインタの編集で済み、簡単かつ高速になる。(3) Since the tag code management table has a bidirectional link configuration, the registration, search, and deletion of tags can be done simply by editing the link pointer, which is simple and fast.
【図1】本発明の一実施例を示すタグ管理装置例。FIG. 1 is an example of a tag management device showing one embodiment of the present invention.
【図2】実施例におけるタグの登録例。FIG. 2 is an example of registration of a tag in the embodiment.
【図3】実施例におけるタグの仮登録例。FIG. 3 is an example of temporary registration of a tag in the embodiment.
【図4】実施例におけるタグの仮配置レコードの登録
例。FIG. 4 is an example of registration of a tag temporary arrangement record in the embodiment.
【図5】従来の検索方法例。FIG. 5 shows an example of a conventional search method.
【符号の説明】 1…タグ番号管理部 2…タグコード管理テーブル 3…タグデータ[Description of Signs] 1 ... Tag Number Management Unit 2 ... Tag Code Management Table 3 ... Tag Data
Claims (3)
タグ番号を対応させ、このタグ番号により各種データを
登録・検索・削除するタグ番号管理において、 前記データがレコード別に書込まれるタグデータを設
け、 レコードを双方向性リンクに構成するリンクポインタ
と、データの登録と仮登録と未使用を区別するフラグ
と、前記タグデータに書込まれるデータ配列のレコード
が登録される論理計器番号とを有するタグコード管理テ
ーブルを設け、 タグ番号によって前記タグデータ管理テーブル及びタグ
データを管理するタグ番号管理部を設け、 前記タグ番号管理部は、タグデータの登録・検索・削除
のコマンドと文字列のタグ番号が与えられたときに該タ
グ番号の文字コードと文字コードに対する重み付けから
数値演算したタグコードに変換し、このタグコードで前
記タグコード管理テーブルのレコード位置を決定し、前
記コマンドに応じて該レコード位置のフラグのセットと
リンクポインタの設定を行うことを特徴とするタグ番号
管理方式。1. In a tag number management for registering, searching, and deleting various data based on a tag number of a character string with various data for monitoring control, the tag data is written for each record. A link pointer that configures a record as a bidirectional link, a flag for distinguishing between data registration, temporary registration, and unused, a logical instrument number in which a record of a data array written in the tag data is registered, and A tag code management table having tag data management tables and tag number management units for managing the tag data according to tag numbers; the tag number management unit includes a tag data registration / search / deletion command and a character string. Tag code calculated numerically from the character code of the tag number and the weight of the character code given the tag number Conversion, the tag code to determine the record location of the tag code management table, tag number management method, characterized in that for setting the set and the link pointer flag of the record position in accordance with said command.
録に際して、前記タグコード管理テーブルに登録されて
いるレコード位置と同じタグコードが求められたときは
未登録のレコード位置に仮登録することを特徴とする請
求項1記載のタグ番号管理方式。2. The tag number management section, when registering tag data, when a same tag code as a record position registered in the tag code management table is obtained, temporarily registers the tag code in an unregistered record position. The tag number management system according to claim 1, wherein:
録に際して、前記タグコード管理テーブルに仮登録され
ているレコード位置と同じタグコードが求められたとき
は該仮登録レコードを未登録のレコード位置に移動し、
該仮登録レコード位置に登録することを特徴とする請求
項1記載のタグ番号管理方式。3. The tag number management unit, when registering tag data, when the same tag code as the record position temporarily registered in the tag code management table is obtained, unregisters the temporary registration record with an unregistered record. Move to the position,
2. The tag number management system according to claim 1, wherein the tag number is registered at the temporary registration record position.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP01332595A JP3341513B2 (en) | 1995-01-31 | 1995-01-31 | Tag number management method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP01332595A JP3341513B2 (en) | 1995-01-31 | 1995-01-31 | Tag number management method |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH08205250A JPH08205250A (en) | 1996-08-09 |
JP3341513B2 true JP3341513B2 (en) | 2002-11-05 |
Family
ID=11830008
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP01332595A Expired - Fee Related JP3341513B2 (en) | 1995-01-31 | 1995-01-31 | Tag number management method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP3341513B2 (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4854700B2 (en) * | 2008-04-03 | 2012-01-18 | 三菱電機株式会社 | Control system, external device, programmable logic controller |
-
1995
- 1995-01-31 JP JP01332595A patent/JP3341513B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JPH08205250A (en) | 1996-08-09 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6321192B1 (en) | Adaptive learning method and system that matches keywords using a parsed keyword data structure having a hash index based on an unicode value | |
US6778985B1 (en) | Implementing descending indexes with a descend function | |
US6263333B1 (en) | Method for searching non-tokenized text and tokenized text for matches against a keyword data structure | |
JPH0797347B2 (en) | Network event identification device | |
US4780810A (en) | Data processor with associative memory storing vector elements for vector conversion | |
JP3341513B2 (en) | Tag number management method | |
JPH0644309A (en) | Data base managing system | |
JPS59146339A (en) | Information retrieving system | |
JPS6374359A (en) | Retrieval and display system for service information | |
JP2990312B2 (en) | Data access method and device | |
JP2003233516A (en) | Database, computer readable program, database management system, new registration method for database, retrieving method in database, and update registration method for database | |
JPH09212520A (en) | Electronic dictionary formation device | |
JPH0528197A (en) | Database processing device | |
JP2000020527A (en) | Retrieving system in data base | |
JPH064382A (en) | Document managing device | |
JPH0623973B2 (en) | Character processor frequency change method | |
JPH01120621A (en) | Retrieving/updating system for data base | |
JPS62109160A (en) | Kana code input system | |
JPS63228329A (en) | Information retrieving system | |
JPH0736187B2 (en) | Information processing equipment | |
JPH0244467A (en) | Word dictionary retriever | |
JPH0444166A (en) | Retrieval management system | |
JPH09311856A (en) | Auxiliary system for production of data base | |
JPH06231152A (en) | Method for processing business slip | |
JPH0196728A (en) | Alteration of data base table |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20070823 Year of fee payment: 5 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20080823 Year of fee payment: 6 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20080823 Year of fee payment: 6 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20090823 Year of fee payment: 7 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20100823 Year of fee payment: 8 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20100823 Year of fee payment: 8 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20110823 Year of fee payment: 9 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120823 Year of fee payment: 10 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130823 Year of fee payment: 11 |
|
LAPS | Cancellation because of no payment of annual fees |