JP2532610B2 - Program control target value generator - Google Patents

Program control target value generator

Info

Publication number
JP2532610B2
JP2532610B2 JP63260091A JP26009188A JP2532610B2 JP 2532610 B2 JP2532610 B2 JP 2532610B2 JP 63260091 A JP63260091 A JP 63260091A JP 26009188 A JP26009188 A JP 26009188A JP 2532610 B2 JP2532610 B2 JP 2532610B2
Authority
JP
Japan
Prior art keywords
fuzzy
target value
inference
input
time
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
JP63260091A
Other languages
Japanese (ja)
Other versions
JPH02105902A (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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co Ltd
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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP63260091A priority Critical patent/JP2532610B2/en
Publication of JPH02105902A publication Critical patent/JPH02105902A/en
Application granted granted Critical
Publication of JP2532610B2 publication Critical patent/JP2532610B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Feedback Control In General (AREA)

Description

【発明の詳細な説明】 産業上の利用分野 本発明は、あらかじめ決定された時間的に変動する目
標値に追従されるプログラム制御装置の目標値生成に関
するものである。
Description: BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to generation of a target value of a program control device that follows a predetermined time-varying target value.

従来の技術 従来例を第8図、第9図で説明する。プログラム制御
とは、第8図に示すようにあかじめ設定された時間的に
変動する目標値に追従させる制御であり、目標値の発生
方法としては2つの方法がある。第1の方法を第9図に
よって説明する。第9図は時刻tiに対する目標値riの関
係を表したものである。この関係をROMテーブルとして
用意し、時刻t1,t2,t3……ごとにROMをアクセスし、格
納された目標値データr1,r2,r3,……を取り出して出力
する。
Conventional Technology A conventional example will be described with reference to FIGS. 8 and 9. The program control is control to follow a target value that is set in a time-varying manner as shown in FIG. 8, and there are two methods for generating the target value. The first method will be described with reference to FIG. FIG. 9 shows the relationship between the target value r i and the time t i . This relationship is prepared as a ROM table, the ROM is accessed at each time t 1 , t 2 , t 3, ... And the stored target value data r 1 , r 2 , r 3 ,.

第2の方法は、時間に対する目標値の関係を関数式と
して用意するもので、例えば次式で示す。
The second method is to prepare the relationship of the target value with respect to time as a functional expression, and is shown by the following expression, for example.

r(t)=(1+3t2+t−1.5 上式をもとに、時刻t1,t2,t3,……ごとにr(t1),r
(t2),r(t3),……を求めて出力する。
r (t) = (1 + 3t 2 + t −1.5 ) 2 Based on the above equation, r (t 1 ), r for each time t 1 , t 2 , t 3 , ...
(T 2 ), r (t 3 ), ... Is obtained and output.

発明が解決しようとする課題 しかしながら、従来の方法には次のような課題があ
る。従来の第1の方法は、時間に対して離散的に目標値
が設定されており、より精密な制御をするために時間間
隔を短くした場合、設定する目標値の数が膨大となり、
大きなROM容量を必要とする。
Problems to be Solved by the Invention However, the conventional methods have the following problems. In the conventional first method, target values are set discretely with respect to time, and when the time interval is shortened for more precise control, the number of set target values becomes enormous,
Requires a large ROM capacity.

一方、従来の第2の方法は、目標値が関数式で用意さ
れているためメモリは必要としないが、時間に対する目
標値が複雑な非線形の関係にある場合、その関数式を決
定することは容易ではない。
On the other hand, the second conventional method does not require a memory because the target value is prepared as a functional expression, but when the target value with respect to time has a complicated non-linear relationship, it is not possible to determine the functional expression. It's not easy.

課題を解決するための手段 本発明は、時間に対して変動する目標値に追従させる
プログラム制御装置において、時間もしくは時間と時間
以外の入力量をファジィ推論規則の前件部入力変数と
し、前記目標値を後件部出力変数とし、前記ファジィ推
論規則の後件部をファジィ数でなく実数値としたファジ
ィ推論装置を用い、ファジィ推論によって前記目標値を
生成する構成である。
Means for Solving the Problem The present invention provides a program control device that follows a target value that fluctuates with time, wherein time or an input amount other than time is used as an antecedent input variable of a fuzzy inference rule, and the target is A value is used as a consequent part output variable, and the target value is generated by fuzzy inference using a fuzzy inference device in which the consequent part of the fuzzy inference rule is a real value instead of a fuzzy number.

作用 本発明は前記した構成により、生成すべき目標値をIF
〜THEN…形成で記述した所定のファジィ推論規則に従っ
て、入力変数のファジィ変数を推論規則の前件部(IF
部)に適用し、その規則に対する適合度合(メンバシッ
プ値)から、後件部(THEN部)での出力の実数値を決定
する。実際の生成すべき目標値は複数規則による出力の
実数値の重心値等を取ることによって得る。これによっ
て、少ないメモリ容量で連続的な入力量に対する目標値
を生成することが可能となる。
Action The present invention has the above-described configuration to set the target value to be generated to IF
~ THEN… According to the given fuzzy inference rules described in formation, the fuzzy variables of the input variables are converted to the antecedent part (IF
The real value of the output in the consequent part (THEN part) is determined from the degree of conformity (membership value) to the rule. The actual target value to be generated is obtained by taking the barycentric value of the real value of the output by a plurality of rules. This makes it possible to generate a target value for a continuous input amount with a small memory capacity.

実施例 本発明の第1実施例を図面を用いて説明する。第1図
において、1は時間入力部で、タイマ等による時間計測
値を入力する。2は時間以外の入力部で、時間以外の入
力がある場合に使用する。3はファジィ推論演算部で、
時間入力部1及び時間以外の入力部2からの入力量から
目標値を決定するための推論演算を行う。4はファジィ
推論規則記憶部で、ファジィ推論に用いる推論規則を記
憶している。ここで用いられる推論規則は『IF〜(前件
部)THEN…(後件部)』の形式で表現され、前件部はフ
ァジィ変数を含む推論命題であり、後件部はファジィ数
ではなく通常の実数値で書き表してある。例えば次のよ
うである。
First Embodiment A first embodiment of the present invention will be described with reference to the drawings. In FIG. 1, reference numeral 1 is a time input unit for inputting a time measured value by a timer or the like. 2 is an input section other than time, and is used when there is an input other than time. 3 is a fuzzy inference operation unit,
An inference calculation for determining a target value is performed from the input amounts from the time input unit 1 and the input unit 2 other than the time. A fuzzy inference rule storage unit 4 stores inference rules used for fuzzy inference. The inference rules used here are expressed in the form of "IF ~ (antecedent part) THEN ... (consequent part)", the antecedent part is an inference proposition containing fuzzy variables, and the consequent part is not a fuzzy number. It is expressed in normal real numbers. For example:

IF t is Zero and x is Positive Medium Then r is −
3 . 5はファジィ変数記憶部で、ファジィ推論演算の前件
部で用いる「ゼロ」「正で小さい」などのファジィ変数
を記憶している。6は推論規則管理部で、ファジィ変数
記憶5からファジィ変数を、またファジィ推論規則記憶
部4から推論規則を取り出す。7は目標値出力部で、推
論演算の結果を出力する。
IF t is Zero and x is Positive Medium Then r is −
A fuzzy variable storage unit 3.5 stores fuzzy variables such as "zero" and "positive and small" used in the antecedent part of the fuzzy inference operation. An inference rule management unit 6 retrieves fuzzy variables from the fuzzy variable storage 5 and inference rules from the fuzzy inference rule storage unit 4. A target value output unit 7 outputs the result of the inference operation.

以下、動作説明を行う。時間と時間以外の入力値がフ
ァジィ推論演算部3に入力されると、ファジィ推論演算
部3はファジィ推論規則管理部6及びファジィ変数記憶
部5に対し、演算に用いる推論規則あるいはファジィ変
数を取り出すように指示する。ファジィ推論規則管理部
6は、ファジィ推論規則記憶部4及びファジィ変数記憶
部5から推論規則及びファジィ変数を取り出し、ファジ
ィ推論演算部3に出力する。ファジィ推論演算部3は、
以下に示すようなファジィ推論を行う。
The operation will be described below. When time and input values other than time are input to the fuzzy inference operation unit 3, the fuzzy inference operation unit 3 retrieves the inference rules or fuzzy variables used in the operation from the fuzzy inference rule management unit 6 and the fuzzy variable storage unit 5. To instruct. The fuzzy inference rule management unit 6 takes out inference rules and fuzzy variables from the fuzzy inference rule storage unit 4 and the fuzzy variable storage unit 5, and outputs them to the fuzzy inference calculation unit 3. The fuzzy inference operation unit 3
Fuzzy inference as shown below is performed.

本発明では、前件部のファジィ変数は第2図のような
三角型の対称なメンバシップ関数として定義し、各ファ
ジィ変数は一定間隔の距離を持つように設定する。
In the present invention, the fuzzy variables in the antecedent part are defined as triangular symmetric membership functions as shown in FIG. 2, and each fuzzy variable is set to have a constant distance.

いま、時間入力値t0及び時間以外の入力値Xj 0j=1,2
…,mが計測されたとき、ファジィ推論における各規則の
結論のファジィ数を次のように求める。ここで、μ
it(t0),μij(Xj 0)は前件命題のファジィ数に対す
る入力値t0,Xj 0のメンバシップ値を表し、fiは後件部の
実数値である。
Now, time input value t 0 and input value other than time X j 0 j = 1,2
When m is measured, the fuzzy number of the conclusion of each rule in fuzzy reasoning is calculated as follows. Where μ
It (t 0 ) and μ ij (X j 0 ) represent the membership values of the input values t 0 and X j 0 for the fuzzy number of the antecedent proposition, and f i is the real value of the consequent part.

・u=fiのとき μ(u) =μit(t0)Λμi1(X1 0)Λ…Λμim(Xm 0) ・その他のとき μ(u)=0 ただし、i=1,2…,n これは前件部の適合度合を表している。ここで、Λは
min演算を表す。
· U = the time of the f i μ i (u) = μ it (t 0) Λμ i1 (X 1 0) Λ ... Λμ im (X m 0) · other when μ i (u) = 0 where, i = 1,2 ..., n This represents the degree of conformance of the antecedent part. Where Λ is
Represents the min operation.

総合推論結果は重み付き重心を採用して次のように求
めることができる。
The comprehensive inference result can be obtained as follows by using the weighted center of gravity.

以下に、入力として時間tと時間以外の他の1変数が
xが存在する場合について具体的に説明する。ファジィ
変数は例えば第3図(a),(b)に示すように、時間
tは[0,12]、変数xは[−6,6]の区間に規格化し、
それぞれ全体を均等に6等分して7個のファジィ変数を
設定する。ファジィ推論の規則表の一例を第4図に示
す。入力がt0=0.5,X0=3のとき、第4図の規則表の中
で次に示す4つの規則が適用される。
Hereinafter, the case where the time t and one variable other than the time x exist as inputs will be specifically described. For example, as shown in FIGS. 3 (a) and 3 (b), the fuzzy variable is normalized to the interval of [0,12] for the time t and [−6,6] for the variable x,
The whole is equally divided into 6 and 7 fuzzy variables are set. An example of a fuzzy reasoning rule table is shown in FIG. When the input is t 0 = 0.5 and X 0 = 3, the following four rules in the rule table of FIG. 4 are applied.

規則1 lf t is ZO and x is PS Then r is −2. 規則2 lf t is S and x is PS Then r is −1. 規則3 lf t is ZO and x is PM Then r is −1. 規則4 lf t is S and x is PM Then r is −0. 第5図に推論過程を示す。第5図より規則1から規則
4の各規則の適合度合は、μ(u)=0.5,μ(u)
=0.25,μ(u)=0.5,μ(u)=0.25となる。
Rule 1 lf t is ZO and x is PS Then r is −2. Rule 2 lf t is S and x is PS Then r is −1. Rule 3 lf t is ZO and x is PM Then r is −1. Rule 4 lf t is S and x is PM Then r is −0. Figure 5 shows the inference process. From Fig. 5, the conformity of each rule from Rule 1 to Rule 4 is μ 1 (u) = 0.5, μ 2 (u)
= 0.25, μ 3 (u) = 0.5, μ 4 (u) = 0.25.

したがって目標値rは、 このように第4図の規則表を用意することによって、変
数tとxで張る全平面の目標値を生成することができ
る。
Therefore, the target value r * is By preparing the rule table of FIG. 4 in this way, it is possible to generate target values for all planes defined by the variables t and x.

本発明の、第2の実施例を説明する。第2の実施例
は、ファジィプログラム制御装置において希望の目標値
を得るためのファジィ推論規則の後件部実数値の調整機
能を有する装置に関するものである。第6図において、
第1図と同一のものについては同一番号を付し説明は省
略する。8は入力発生部で、入力の全変域をカバーする
入力を発生する。9は後件部実数値入力部で、変更すべ
き推論規則の後件部の実数値とその推論規則を入力す
る。10は後件部管理部であり、後件部実数値入力部9か
ら指定された変更すべき推論規則と後件部実数値より、
ファジィ推論規則記憶部4の内容を変更する。11は推論
結果記憶部で、入力発生部8で発生した全変域の入力値
に対してファジィ推論演算部3で推論した結果を記憶す
る。12は表示部で、推論結果記憶部11に記憶した入力変
域の全変域の推論結果を表示する。
A second embodiment of the present invention will be described. The second embodiment relates to a device having a function of adjusting the real value of the consequent part of a fuzzy inference rule for obtaining a desired target value in a fuzzy program control device. In FIG.
The same parts as those in FIG. 1 are designated by the same reference numerals and the description thereof will be omitted. An input generation unit 8 generates an input that covers the entire range of the input. Reference numeral 9 is a consequent part real value input unit for inputting a real value of the consequent part of the inference rule to be changed and its inference rule. 10 is a consequent part management part, which is based on the inference rule to be changed specified from the consequent part real value input part 9 and the consequent part real value,
The contents of the fuzzy inference rule storage unit 4 are changed. An inference result storage unit 11 stores the result of inference by the fuzzy inference operation unit 3 with respect to the input values of all the domains generated by the input generation unit 8. A display unit 12 displays the inference results of all the input domains stored in the inference result storage unit 11.

以下、入力変数として時間tと時間以外の他の1変数
xが存在する場合を例に動作説明を行う。入力発生部8
で、2変数t,xで張るt−x平面のそれぞれの変域内全
体をカバーする入力を発生する。入力発生部8で発生し
た入力値をもとに、第1実施例で説明したように、ファ
ジィ推論演算部3、ファジィ推論規則記憶部4、ファジ
ィ変数記憶部5、推論規則管理部6によってファジィ推
論し、推論結果を得、それを推論結果記憶部11に記憶す
る。表示部12は推論結果記憶部11に記憶された入力変域
の全域に対する推論結果を表示する。表示の1例を第7
図に示す。この表示結果がファジィプログラム制御装置
が発生する目標値である。この表示された目標値が希望
する目標値と異なる場合、異なる部分の目標値の発生に
関与している規則の後件部実数値を調整する。調整に際
しては、後件部実数値入力部9に変更する規則の後件部
実数値を入力し、再度推論を実施し、変更結果を表示部
で確認する。実数値の入力と表示部での確認を繰り返す
ことによって、希望する目標値に近付けていく。
Hereinafter, the operation will be described by taking as an example the case where the time t and one variable x other than the time exist as input variables. Input generator 8
Then, an input is generated that covers the entire inside of each domain of the tx plane spanned by two variables t, x. Based on the input value generated by the input generation unit 8, as described in the first embodiment, the fuzzy inference operation unit 3, the fuzzy inference rule storage unit 4, the fuzzy variable storage unit 5, and the inference rule management unit 6 perform fuzzy logic. Inference is performed, an inference result is obtained, and the result is stored in the inference result storage unit 11. The display unit 12 displays the inference result for the entire input domain stored in the inference result storage unit 11. Seventh example of display
Shown in the figure. This display result is the target value generated by the fuzzy program controller. If this displayed target value is different from the desired target value, adjust the consequent real value of the consequent part of the rule that is involved in the generation of the different target value. At the time of adjustment, the consequent part real value of the rule to be changed is input to the consequent part real value input unit 9, inference is performed again, and the change result is confirmed on the display unit. By repeating the input of real values and the confirmation on the display, the target value is approached.

発明の効果 以上説明したように、本発明はプログラム制御装置の
目標値発生に関し、ファジィ推論によって目標値を発生
するものである。これによって、少量のファジィ推論規
則を用意するだけで入力変域全体に対する目標値を設定
することができ、メモリ容量を節約することができる。
また、後件部実数値を決定する際、表示部で推論結果を
視覚的に確認しながら行うこともでき、調整が容易であ
る。
Effects of the Invention As described above, the present invention relates to generation of a target value of a program control device, and generates a target value by fuzzy inference. As a result, the target value for the entire input domain can be set by preparing a small amount of fuzzy inference rules, and the memory capacity can be saved.
In addition, when determining the real value of the consequent part, it is possible to visually check the inference result on the display unit, which facilitates adjustment.

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

第1図は本発明の第1実施例のプログラム制御の目標値
生成装置のブロック図、第2図はファジィ変数を示す
図、第3図(a)(b)は本発明の第1実施例のファジ
ィ変数を示す図、第4図は本発明の第1実施例のファジ
ィ推論規則表図、第5図は本発明の第1実施例のファジ
ィ推論過程の説明図、第6図は本発明の第2実施例のプ
ログラム制御の目標値生成装置のブロック図、第7図は
本発明の第2実施例の目標値表示例図、第8図はプログ
ラム制御装置のブロック図、第9図は従来例の目標値発
生方法を説明する図である。 1……時間入力部、2……入力部、3……ファジィ推論
演算部、4……ファジィ推論規則記憶部、5……ファジ
ィ変数記憶部、6……推論規則管理部、7……目標値出
力部、8……入力発生部、9……後件部実数値入力部、
10……後件部管理部、11……推論結果記憶部、12……表
示部。
FIG. 1 is a block diagram of a program control target value generator according to the first embodiment of the present invention, FIG. 2 is a diagram showing fuzzy variables, and FIGS. 3 (a) and 3 (b) are the first embodiment of the present invention. Showing fuzzy variables of FIG. 4, FIG. 4 is a fuzzy inference rule table of the first embodiment of the present invention, FIG. 5 is an explanatory view of the fuzzy inference process of the first embodiment of the present invention, and FIG. 6 is the present invention. FIG. 7 is a block diagram of a program control target value generation device of the second embodiment, FIG. 7 is a target value display example diagram of the second embodiment of the present invention, FIG. 8 is a block diagram of the program control device, and FIG. It is a figure explaining the target value generation method of a prior art example. 1 ... time input unit, 2 ... input unit, 3 ... fuzzy inference operation unit, 4 ... fuzzy inference rule storage unit, 5 ... fuzzy variable storage unit, 6 ... inference rule management unit, 7 ... goal Value output part, 8 ... Input generation part, 9 ... Consequent part Real value input part,
10 …… Consequent part management part, 11 …… Inference result storage part, 12 …… Display part.

───────────────────────────────────────────────────── フロントページの続き (56)参考文献 前田・村上「自己調整ファジイコント ローラ」、計測自動制御学会論文集Vo l.24,No.2(昭63.2)PP. 191−197 ─────────────────────────────────────────────────── ─── Continuation of the front page (56) References Maeda and Murakami “Self-adjusting fuzzy controller”, Transactions of the Society of Instrument and Control Engineers Vol. 24, No. 2 (Shown 63.2) PP. 191-197

Claims (3)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】時間に対して変動する目標値に追従させる
プログラム制御装置において、時間もしくは時間と時間
以外の入力量をファジィ推論規則の前件部入力変数と
し、前記目標値を後件部出力変数とし、前記ファジィ推
論規則の後件部をファジィ数でなく実数値としたファジ
ィ推論装置を用い、ファジィ推論によって前記目標値を
生成することを特徴としたプログラム制御の目標値生成
装置。
1. In a program control device that follows a target value that varies with time, time or an input amount other than time is used as an antecedent part input variable of a fuzzy inference rule, and the target value is output as a consequent part. A target value generation device for program control, characterized in that the target value is generated by fuzzy inference using a fuzzy inference device in which the consequent part of the fuzzy inference rule is a real value instead of a fuzzy number as a variable.
【請求項2】ファジィ数ではなく実数値としてファジィ
推論演算を行った結果を記憶する推論結果記憶部を備え
たことを特徴とした請求項1記載のプログラム制御の目
標値生成装置。
2. The program control target value generation device according to claim 1, further comprising an inference result storage unit for storing a result of the fuzzy inference operation as a real value instead of a fuzzy number.
【請求項3】推論結果記憶部に記憶された推論結果を表
示する表示部を備えたことを特徴とした請求項2記載の
プログラム制御の目標値生成装置。
3. The target value generation device for program control according to claim 2, further comprising a display unit for displaying the inference result stored in the inference result storage unit.
JP63260091A 1988-10-14 1988-10-14 Program control target value generator Expired - Fee Related JP2532610B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63260091A JP2532610B2 (en) 1988-10-14 1988-10-14 Program control target value generator

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63260091A JP2532610B2 (en) 1988-10-14 1988-10-14 Program control target value generator

Publications (2)

Publication Number Publication Date
JPH02105902A JPH02105902A (en) 1990-04-18
JP2532610B2 true JP2532610B2 (en) 1996-09-11

Family

ID=17343172

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63260091A Expired - Fee Related JP2532610B2 (en) 1988-10-14 1988-10-14 Program control target value generator

Country Status (1)

Country Link
JP (1) JP2532610B2 (en)

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
前田・村上「自己調整ファジイコントローラ」、計測自動制御学会論文集Vol.24,No.2(昭63.2)PP.191−197

Also Published As

Publication number Publication date
JPH02105902A (en) 1990-04-18

Similar Documents

Publication Publication Date Title
US5398300A (en) Neural network having expert system functionality
US5025499A (en) Process control method and control system
JP2007500379A (en) Software optimization device for intelligent control system
US5189728A (en) Rule generating and verifying apparatus for fuzzy control
JP3076399B2 (en) Automatic generation of fuzzy inference rules
JP2532610B2 (en) Program control target value generator
Park et al. Iterative inversion of fuzzified neural networks
US6029157A (en) Method for determining state parameters of a chemical reactor with artificial neural networks
EP0361403B1 (en) Fuzzy inference apparatus
JP2643295B2 (en) Fuzzy control arithmetic unit and fuzzy inference method
EP0355716A2 (en) Rule generating apparatus and method of generating rules for fuzzy inference
US5446827A (en) Bias impression for defuzzifying apparatus
Balakrishnan et al. Adaptive critic based neural networks for control (low order system applications)
Easton Exponentiated exponential model (Gompertz kinetics) of Na+ and K+ conductance changes in squid giant axon
JP2828768B2 (en) Fuzzy knowledge construction device
JPH04170641A (en) Fuzzy control device
Livesey Feasible directions in economic policy
KR0121103B1 (en) Control method and apparatus for multi-reference expert type fuzzy logic
JPH0785277A (en) Data classification system
Jankova et al. UNCERTAINTY IN THE TYPE-2 FUZZY LOGIC SYSTEM FOR FORECASTING STOCK INDEX
JPH04321134A (en) Fuzzy inference device
Fellingham et al. Simulation of information choice
JP2532976B2 (en) Fuzzy knowledge base construction device
Barlow et al. A multicriteria stratification framework for uncertainty and risk analysis
JPH06119006A (en) Control method by fuzzy inference

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees