JP2710706B2 - Data receiving method - Google Patents

Data receiving method

Info

Publication number
JP2710706B2
JP2710706B2 JP18261091A JP18261091A JP2710706B2 JP 2710706 B2 JP2710706 B2 JP 2710706B2 JP 18261091 A JP18261091 A JP 18261091A JP 18261091 A JP18261091 A JP 18261091A JP 2710706 B2 JP2710706 B2 JP 2710706B2
Authority
JP
Japan
Prior art keywords
data
reception
processing
transmission
received
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 - Lifetime
Application number
JP18261091A
Other languages
Japanese (ja)
Other versions
JPH0528109A (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.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry 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 Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP18261091A priority Critical patent/JP2710706B2/en
Publication of JPH0528109A publication Critical patent/JPH0528109A/en
Application granted granted Critical
Publication of JP2710706B2 publication Critical patent/JP2710706B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、同期式送受信プロトコ
ル(シェイクハンド)におけるデータ受信方法に関する
ものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data receiving method in a synchronous transmission / reception protocol (shake hand).

【0002】[0002]

【従来の技術】従来、データを送信する装置と前記デー
タを受信する装置との間において、互いに同期させなが
ら送受信を行うために同期式送受信プロトコルが提供さ
れている。該同期式送受信プロトコルにおいては、後述
するデータ受信方法によってデータの受信が行われるよ
うになっている。
2. Description of the Related Art Conventionally, a synchronous transmission / reception protocol has been provided for performing transmission / reception while synchronizing between a device for transmitting data and a device for receiving the data. In the synchronous transmission / reception protocol, data is received by a data reception method described later.

【0003】すなわち、同期式送受信プロトコルを用い
てデータの送受信を行うために、複数の信号ラインが配
設されている。該信号ラインとしては、送信側がコント
ロールするものにデータライン及び送信完了ラインがあ
り、受信側がコントロールするものに受信完了ライン及
び送信保留要求ラインがある。送信側は、データライン
にデータをセットした後、送信完了ラインに送信が完了
したことを示す送信完了信号をセットする。受信側は、
該送信完了信号を検出してデータを読み取り、受信が完
了すると受信完了ラインに受信が完了したことを示す受
信完了信号をセットする。また、送信側は、受信が完了
したことを確認した後、データをセットして相互の動作
を進行させる。
In other words, a plurality of signal lines are provided for transmitting and receiving data using a synchronous transmission / reception protocol. As the signal lines, those controlled by the transmission side include a data line and a transmission completion line, and those controlled by the reception side include a reception completion line and a transmission hold request line. After setting the data on the data line, the transmitting side sets a transmission completion signal indicating that the transmission has been completed on the transmission completion line. The receiving side
The transmission completion signal is detected, the data is read, and when the reception is completed, a reception completion signal indicating that the reception is completed is set in the reception completion line. After confirming that the reception has been completed, the transmitting side sets the data and proceeds with each other.

【0004】受信側のデータ受信後の処理方法は大きく
2つに分けられる。1つは、受信したデータの処理を行
う内部処理と受信とが同期がとれない場合で、この場
合、例えば受信装置の主記憶RAM上に受信バッファ
と、受信バッファ先頭ポインタ、受信バッファ最終ポイ
ンタ、受信データ格納ポインタ、受信データ読出しポイ
ンタを設け、それらのポインタを用いて受信バッファに
対するデータの書込み、読出しを制御する。受信したデ
ータは内部処理とは非同期に、受信データ格納ポインタ
の示すバッファアドレスに格納していく。そして、内部
処理は受信とは非同期に、受信データ読出しポインタの
示すバッファアドレスからデータを取り出して独自に処
理する。
[0004] The processing method after data reception on the receiving side is roughly divided into two methods. One is a case where the internal processing for processing the received data and the reception are not synchronized. In this case, for example, a reception buffer, a reception buffer head pointer, a reception buffer end pointer, A reception data storage pointer and a reception data read pointer are provided, and the writing and reading of data to and from the reception buffer are controlled using these pointers. The received data is stored in the buffer address indicated by the received data storage pointer asynchronously with the internal processing. The internal processing fetches data from the buffer address indicated by the received data read pointer and performs the processing independently, asynchronously with the reception.

【0005】もう一つは、内部処理と受信とが同期でき
る場合で、この場合、受信バッファを設けず、データ受
信後、即時にそのデータを内部処理し、それが完了後ま
たデータ受信を行う。いずれの場合も、受信可能状態で
送信データを取り込もうとした時に、データがまだ送信
されてきていない場合、データの内部処理とは無関係の
装置の状態監視等の処理を行うのが一般的である。
The other is a case where internal processing and reception can be synchronized. In this case, no reception buffer is provided, the data is immediately processed internally after data reception, and data reception is performed again after the completion. . In any case, when trying to capture transmission data in a receivable state, if the data has not been transmitted yet, it is common to perform processing such as monitoring the state of the device unrelated to the internal processing of the data. .

【0006】そして、受信したデータをなるべく高速に
内部で処理したい場合、受信バッファを持つ方式では、
格納ポインタ、読出しポインタの制御、バッファオーバ
フローの管理等に処理時間が取られ、これがオーバヘッ
ドとなるため、受信バッファを持たない方式を選ぶこと
になる。図4は従来の受信バッファを持たないデータ受
信方式におけるデータ受信処理を示すフローチャート、
図5は、従来の受信バッファを持たないデータ受信方式
におけるデータ受信とその後の処理を示すタイムチャー
トである。図5において、送信完了ラインはHighの
状態でデータ送信完了を示し、受信完了ラインはHig
hの状態でデータ受信完了を示す。また、送信完了チェ
ック、受信、データの処理、状態監視処理は受信側装置
の制御遷移を表している。
When it is desired to process received data internally as fast as possible, a method having a reception buffer is:
Processing time is required for controlling the storage pointer and the read pointer, managing the buffer overflow, and the like, and this becomes an overhead. Therefore, a method having no reception buffer is selected. FIG. 4 is a flowchart showing a data reception process in a conventional data reception method without a reception buffer;
FIG. 5 is a time chart showing the data reception and the subsequent processing in the conventional data reception method having no reception buffer. In FIG. 5, the transmission completion line indicates a data transmission completion in a high state, and the reception completion line indicates a high state.
The state of h indicates the completion of data reception. The transmission completion check, reception, data processing, and state monitoring processing represent control transitions of the receiving device.

【0007】図4及び図5において、まず、ステップ2
で送信完了ラインを読み、データが来ているかどうかを
読出す。そして、ステップ3でステップ2での結果をも
とにデータがきているかどうかを判断し、既に来ていれ
ばステップ4へ、まだ来ていなければステップ9へ制御
を移す。ステップ4では、データライン(図示せず)を
読み、データ受信を行う。ステップ5では、受信完了ラ
インに受信完了データをセットし、送信側へ次のデータ
送信を要求する。ステップ6では、受信したデータの処
理を行う。ステップ6のあと、再度ステップ2から始め
る。一方、ステップ9では装置状態監視等の処理を行
う。
[0007] In FIG. 4 and FIG.
To read the transmission completion line and read whether data is coming. Then, in step 3, it is determined whether or not data has been received based on the result in step 2, and if it has already arrived, control is transferred to step 4; In step 4, a data line (not shown) is read and data is received. In step 5, the reception completion data is set in the reception completion line, and the next data transmission is requested to the transmission side. In step 6, the received data is processed. After step 6, start from step 2 again. On the other hand, in step 9, processing such as monitoring of the apparatus status is performed.

【0008】[0008]

【発明が解決しようとする課題】しかしながら、上記従
来のデータ受信方法においては、受信したデータを処理
するための内部処理(図5の11)が、送信側における
送信間隔(図5の12)より高速で行われる場合、内部
処理を終了した後、データの受信を行おうとしてもデー
タがまだ到着していない状態(図5の13)、すなわ
ち、送信側が送信完了信号をセットしていない状態にな
ってしまう。
However, in the above-mentioned conventional data receiving method, the internal processing for processing the received data (11 in FIG. 5) is carried out according to the transmission interval (12 in FIG. 5) on the transmitting side. In the case of high-speed operation, after the internal processing is completed, even if an attempt is made to receive data, the data has not yet arrived (13 in FIG. 5), that is, the transmission side has not set the transmission completion signal. turn into.

【0009】一般的に、受信側の装置は単純にデータが
くるのを待っているだけではなく、その他、装置の状態
監視等の処理も同時に行う必要があり、データがきてい
ない場合それらの処理を行う(図4のステップ9、図5
の14)。しかし、状態監視等の処理がデータの内部処
理よりもかなり時間がかかる場合、状態監視等の処理を
行っている最中に送信側がデータ送信完了状態となって
も、受信側装置は状態監視等の処理が終わるまでデータ
受信を行えない。つまり、送信側がデータ送信完了状態
になってから、状態監視等の処理が終わるまでの時間
(図5の15)がオーバヘッドとなり、受信したデータ
の処理開始が遅れてしまうという問題点があった。
In general, a receiving apparatus must not only wait for data to arrive, but also perform other processing such as monitoring the state of the apparatus at the same time. (Step 9 in FIG. 4, FIG. 5
14). However, if the processing such as state monitoring takes much longer than the internal processing of data, even if the transmission side is in the data transmission completed state while performing the processing such as state monitoring, the receiving side apparatus will not be able to monitor the state. Data cannot be received until the processing of is completed. In other words, there is a problem in that the time (15 in FIG. 5) from when the transmitting side enters the data transmission completed state to when the processing such as state monitoring ends is overhead, and the processing start of the received data is delayed.

【0010】本発明は、上記従来のデータ受信方法の問
題点を解決して、オーバヘッドが発生するのを防止する
ことができるとともに、受信したデータの処理の開始が
遅れるのを回避することができるデータ受信方法を提供
することを目的とする。
The present invention solves the above-mentioned problems of the conventional data receiving method, can prevent the occurrence of overhead, and can avoid delaying the start of processing of received data. It is intended to provide a data receiving method.

【0011】[0011]

【課題を解決するための手段】そのために、本発明のデ
ータ受信方法においては、同期式送受信プロトコルによ
るデータの送受信が行われるようになっている。そし
て、データの受信、及び受信したデータの処理を同期さ
せて行う場合、受信したデータの処理を終了した後に、
次のデータの受信を試み、次のデータの受信を試みたと
きに、次のデータがまだ送信されていない場合、受信以
外の処理を開始せず、あらかじめ設定された回数だけ次
のデータの受信を試み、リトライを行う。
Therefore, in the data receiving method of the present invention, data is transmitted and received by a synchronous transmission and reception protocol. And, when performing the reception of the data and the processing of the received data in synchronization, after finishing the processing of the received data,
Attempt to receive the next data, and when trying to receive the next data, if the next data has not been transmitted yet, do not start processing other than reception and receive the next data a preset number of times And retry.

【0012】なお、このリトライは受信装置の動作環
境、例えば状態監視処理のサービス周期、送信装置(ホ
スト等)からデータの来る間隔に応じて適当な回数を行
う。
This retry is performed an appropriate number of times according to the operating environment of the receiving apparatus, for example, the service cycle of the state monitoring process, and the interval at which data comes from the transmitting apparatus (host or the like).

【0013】[0013]

【作用】本発明によれば、上記のようにデータ受信方法
においては、同期式送受信プロトコルによるデータの送
受信が行われるようになっている。そして、データの受
信、及び受信したデータの処理を同期させて行う場合、
受信したデータの処理を終了した後に、次のデータの受
信を試み、次のデータの受信を試みたときに、次のデー
タがまだ送信されていない場合、受信以外の処理を開始
せず、あらかじめ設定された回数だけ次のデータの受信
を試みる。受信側は受信したデータの処理を終了する
と、次のデータの受信を試みるが、次のデータがまだ送
信されていない場合には、データの処理、データの受信
と無関係の処理等に制御を移さず、次のデータが送信さ
れていないかどうかを再度チェックする。そして、送信
側のデータの送信完了から受信側のデータの受信までの
時間を最小にする。
According to the present invention, in the data receiving method as described above, data is transmitted and received by the synchronous transmission and reception protocol. And, when performing the reception of data and the processing of the received data in synchronization,
After finishing the processing of the received data, try to receive the next data, and when trying to receive the next data, if the next data has not been transmitted yet, do not start processing other than reception, Attempts to receive the next data the set number of times. Upon completion of the processing of the received data, the receiving side attempts to receive the next data. However, if the next data has not been transmitted yet, the control shifts to data processing, processing unrelated to data reception, and the like. And checks again whether the next data has been transmitted. Then, the time from the completion of transmission of data on the transmission side to the reception of data on the reception side is minimized.

【0014】[0014]

【実施例】以下、本発明の実施例について図面を参照し
ながら詳細に説明する。なお、以下の説明において上記
従来技術と同一部位については、同一符号で説明する。
図1は、本発明の実施例におけるデータ受信処理を示す
フローチャートである。本実施例においては、図4の従
来例に対して、破線内の処理が追加されている。この処
理はデータがまだ来ていなかった時に、再度データが来
ていないかを所定の回数チェック(リトライ)するため
のものである。以下、図1をもとに本発明の実施例にお
けるデータ受信処理を説明する。
Embodiments of the present invention will be described below in detail with reference to the drawings. In the following description, the same parts as those of the above-described conventional technology will be described with the same reference numerals.
FIG. 1 is a flowchart illustrating a data receiving process according to the embodiment of the present invention. In this embodiment, the processing within the broken line is added to the conventional example of FIG. This process is to check (retry) a predetermined number of times whether data has come again when data has not yet come. Hereinafter, the data receiving process in the embodiment of the present invention will be described with reference to FIG.

【0015】まず、ステップ1でリトライカウンタに初
期値をセットする。次に、ステップ2で送信完了ライン
を読み、データが来ているかどうかを読み出す。そし
て、ステップ3でステップ2での結果をもとにデータが
きているかどうかを判断し、既に来ていればステップ4
へ、まだ来ていなければステップ7へ制御を移す。ステ
ップ4ではデータラインを読み、データ受信を行う。ス
テップ5では受信完了ラインに受信完了データをセット
し、送信側へ次のデータ送信を要求する。ステップ6で
は受信したデータの処理を行う。ステップ6のあと、再
度ステップ1から始める。
First, in step 1, an initial value is set in a retry counter. Next, in step 2, the transmission completion line is read, and whether or not data is coming is read. Then, in step 3, it is determined whether or not data has been received based on the result in step 2, and if data has already been received, step 4
If not, control is transferred to step 7. In step 4, the data line is read and data is received. In step 5, the reception completion data is set in the reception completion line, and the next data transmission is requested to the transmission side. In step 6, the received data is processed. After step 6, start from step 1 again.

【0016】一方、ステップ3にてデータがまだ来てい
ない場合、リトライを行い、ステップ7でそのリトライ
カウンタの値を1つ減らす。ステップ8にてまだ全リト
ライを終えていなければステップ2へ制御を移し、再度
リトライを行い、全リトライを終えてもデータがこなか
った場合、ステップ9へ制御を移し、装置状態監視等の
処理を行う。
On the other hand, if data has not yet arrived in step 3, a retry is performed, and in step 7, the value of the retry counter is decremented by one. If all retries have not been completed yet in step 8, control is transferred to step 2 and retry is performed again. If data has not been received even after all retries have been completed, control is transferred to step 9 and processing such as device state monitoring is performed. I do.

【0017】図2は、本発明の実施例におけるデータ受
信とその後の処理を示すタイムチャートである。このタ
イムチャートではリトライ数が最高5回の例を示す。ま
た、図5との比較のため、それぞれの意味は同じにして
ある。図5と同様に、受信したデータの処理(図2の1
1)が完了後、次のデータの受信を試みる(図2の1
2)。しかし、このタイミングでは、送信側はまだデー
タ送信が完了していない。よって受信装置は受信のリト
ライを行う(図2の13)。5回目のリトライにてデー
タ送信完了を確認でき(図2の14)、即座にそのデー
タの受信を行い処理する。また、図2の15のように、
5回目のリトライを行っても、データ送信完了を確認で
きない場合、データ受信を断念し、状態監視処理へ制御
を移す。
FIG. 2 is a time chart showing data reception and subsequent processing in the embodiment of the present invention. This time chart shows an example in which the number of retries is 5 at the maximum. For the sake of comparison with FIG. 5, the respective meanings are the same. As in FIG. 5, processing of the received data (1 in FIG. 2)
After completion of 1), an attempt is made to receive the next data (1 in FIG. 2).
2). However, at this timing, the transmitting side has not yet completed data transmission. Therefore, the receiving device retries reception (13 in FIG. 2). The completion of data transmission can be confirmed in the fifth retry (14 in FIG. 2), and the data is immediately received and processed. Also, as shown in FIG.
If the completion of data transmission cannot be confirmed even after the fifth retry, data reception is abandoned, and control is transferred to the state monitoring process.

【0018】図3は本発明の実施例におけるデータ受信
装置の構成を示すブロック図で、主記憶RAM21、主
記憶RAM21上に構成されたリトライカウンタ22、
プログラムROM23、I/O回路24、MPU25、
クロック発生器26及び外部インタフェース27を備え
ている。なお、本発明は上記実施例に限定されるもので
はなく、本発明の趣旨に基づき種々の変形が可能であ
り、それらを本発明の範囲から排除するものではない。
FIG. 3 is a block diagram showing the configuration of the data receiving apparatus according to the embodiment of the present invention. The main memory RAM 21, a retry counter 22 formed on the main memory RAM 21,
Program ROM 23, I / O circuit 24, MPU 25,
A clock generator 26 and an external interface 27 are provided. It should be noted that the present invention is not limited to the above embodiments, and various modifications are possible based on the gist of the present invention, and they are not excluded from the scope of the present invention.

【0019】[0019]

【発明の効果】以上詳細に説明したように、本発明によ
れば、データ受信方法においては、同期式送受信プロト
コルによるデータの送受信が行われるようになってい
る。そして、データの受信、及び受信したデータの処理
を同期させて行う場合、受信したデータの処理を終了し
た後に、次のデータの受信を試み、次のデータの受信を
試みたときに、次のデータがまだ送信されていない場
合、受信以外の処理を開始せず、あらかじめ設定された
回数だけ次のデータの受信を試みる。受信側は受信した
データの処理を終了すると、次のデータの受信を試みる
が、次のデータがまだ送信されていない場合には、デー
タの処理、データの受信と無関係の処理等に制御を移さ
ず、次のデータが送信されていないかどうかを再度チェ
ックする。そして、送信側のデータの送信完了から受信
側のデータの受信までの時間を最小にする。したがっ
て、オーバヘッドが発生するのを防止することができる
とともに、受信したデータの処理の開始が遅れるのを回
避することができる。
As described above in detail, according to the present invention, in the data receiving method, data transmission / reception is performed by the synchronous transmission / reception protocol. When the data reception and the processing of the received data are performed in synchronization with each other, after the processing of the received data is completed, the reception of the next data is attempted. If the data has not been transmitted yet, the processing other than the reception is not started, and the reception of the next data is attempted a predetermined number of times. Upon completion of the processing of the received data, the receiving side attempts to receive the next data. However, if the next data has not been transmitted yet, the control shifts to data processing, processing unrelated to data reception, and the like. And checks again whether the next data has been transmitted. Then, the time from the completion of transmission of data on the transmission side to the reception of data on the reception side is minimized. Therefore, it is possible to prevent the occurrence of the overhead and to prevent the start of the processing of the received data from being delayed.

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

【図1】本発明の実施例におけるデータ受信処理を示す
フローチャートである。
FIG. 1 is a flowchart illustrating a data receiving process according to an embodiment of the present invention.

【図2】本発明の実施例におけるデータ受信とその後の
処理を示すタイムチャートである。
FIG. 2 is a time chart showing data reception and subsequent processing in the embodiment of the present invention.

【図3】本発明の実施例におけるデータ受信装置の構成
を示すブロック図である。
FIG. 3 is a block diagram illustrating a configuration of a data receiving device according to an embodiment of the present invention.

【図4】従来のデータ受信方式におけるデータ受信処理
を示すフローチャートである。
FIG. 4 is a flowchart showing a data receiving process in a conventional data receiving method.

【図5】従来のデータ受信方式におけるデータ受信とそ
の後の処理を示すタイムチャートである。
FIG. 5 is a time chart showing data reception and subsequent processing in a conventional data reception method.

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

21 主記憶RAM 22 リトライカウンタ 21 Main memory RAM 22 Retry counter

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 同期式送受信プロトコルにおけるデータ
受信方において、(a) データの受信、及び受信したデータの処理を同期
させて行う場合、受信したデータの処理を終した
、次のデータの受信を試み (b)次のデータの受信を試み たとき次のデータが
まだ送信されていない場合、受信以外の処理を開始せ
ず、あらかじめ設定された回数だけ次のデータの受信を
試みることを特徴とするデータ受信方
1. A data reception how in synchronous transmission and reception protocols, (a) receiving data, and the processing of the received data synchronized
If carried out by, after termination of processing of the received data
The attempts to receive the next data, when attempting to receive the (b) the next data, the following data
If not yet transmitted, without starting the processing other than reception, data reception how, characterized in that a set number of times in advance and attempts to receive the next data.
JP18261091A 1991-07-23 1991-07-23 Data receiving method Expired - Lifetime JP2710706B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP18261091A JP2710706B2 (en) 1991-07-23 1991-07-23 Data receiving method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP18261091A JP2710706B2 (en) 1991-07-23 1991-07-23 Data receiving method

Publications (2)

Publication Number Publication Date
JPH0528109A JPH0528109A (en) 1993-02-05
JP2710706B2 true JP2710706B2 (en) 1998-02-10

Family

ID=16121304

Family Applications (1)

Application Number Title Priority Date Filing Date
JP18261091A Expired - Lifetime JP2710706B2 (en) 1991-07-23 1991-07-23 Data receiving method

Country Status (1)

Country Link
JP (1) JP2710706B2 (en)

Also Published As

Publication number Publication date
JPH0528109A (en) 1993-02-05

Similar Documents

Publication Publication Date Title
CN111737175B (en) High-speed SPI master-slave machine communication method, terminal equipment and storage medium
EP1128271A1 (en) Method for the serial transfer of data between two electronic bus stations and bus station for use in said method
JPH06324977A (en) Data transfer method
US5978927A (en) Method and system for measuring a maximum and minimum response time of a plurality of devices on a data bus and adapting the timing of read and write time slots
US6889265B2 (en) Apparatus and method to allow and synchronize schedule changes in a USB enhanced host controller
JP2710706B2 (en) Data receiving method
US6976114B1 (en) Method and apparatus for simultaneous bidirectional signaling in a bus topology
JPS6325737B2 (en)
EP1128272B1 (en) Method for the serial transfer of data between two electronic bus stations and bus station for use in said method
JP3355053B2 (en) Cyclic data transmission method for distributed processing system
JP3817741B2 (en) Editing device
JP2001297053A (en) Circuit and method for issuing dma request
JPH05298247A (en) Hot line connection system
JPH10105488A (en) Communication controller
CN111077941A (en) Clock synchronization setting method, equipment and storage medium
KR100364756B1 (en) apparatus for receiving of asynchronous data having automatic receive mode
JP2003316718A (en) Usb device
JPS62243446A (en) Buffer memory control system
JPH1153247A (en) Image forming device
JPH01106250A (en) Data communication equipment
JPS6059464A (en) Bus request control system
JPH04111558A (en) Serial input/output device
JPH077954B2 (en) Control device
JPH11123848A (en) Image forming apparatus and method for setting image processing
JPH05276133A (en) Transmission circuit for tdma

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19971014

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

Free format text: PAYMENT UNTIL: 20081024

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20081024

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20091024

Year of fee payment: 12

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

Free format text: PAYMENT UNTIL: 20101024

Year of fee payment: 13

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

Free format text: PAYMENT UNTIL: 20111024

Year of fee payment: 14

EXPY Cancellation because of completion of term
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111024

Year of fee payment: 14