JP2731610B2 - Barcode decoder and barcode decoding method - Google Patents

Barcode decoder and barcode decoding method

Info

Publication number
JP2731610B2
JP2731610B2 JP1307328A JP30732889A JP2731610B2 JP 2731610 B2 JP2731610 B2 JP 2731610B2 JP 1307328 A JP1307328 A JP 1307328A JP 30732889 A JP30732889 A JP 30732889A JP 2731610 B2 JP2731610 B2 JP 2731610B2
Authority
JP
Japan
Prior art keywords
character
stop
decode table
pattern
bar
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
JP1307328A
Other languages
Japanese (ja)
Other versions
JPH03166675A (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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP1307328A priority Critical patent/JP2731610B2/en
Publication of JPH03166675A publication Critical patent/JPH03166675A/en
Application granted granted Critical
Publication of JP2731610B2 publication Critical patent/JP2731610B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】 [産業上の利用分野] 本発明は、バーコードデコーダ及びバーコードデコー
ド方法に関する。
Description: TECHNICAL FIELD The present invention relates to a barcode decoder and a barcode decoding method.

[従来の技術] バーコード読取装置は第7図に示すように構成されて
いる。すなわち光源1からの光ビームをポリゴンミラー
や振動ミラー等の偏光器2に照射して偏光させバーコー
ドラベル3上を走査する。そしてバーコードラベル3か
らの反射光を光検出器4で検出した後アナログ回路5で
光電変換、信号増幅、A/D変換等の処理を行いバーコー
ドの各バー幅に対応した時間幅を持つバーコードデジタ
ル信号としてデコーダ6に供給される。
[Prior Art] A bar code reader is configured as shown in FIG. That is, the light beam from the light source 1 is applied to a polarizer 2 such as a polygon mirror or a vibrating mirror to be polarized and scan on the barcode label 3. After the reflected light from the barcode label 3 is detected by the photodetector 4, the analog circuit 5 performs processes such as photoelectric conversion, signal amplification, and A / D conversion, and has a time width corresponding to each bar width of the barcode. It is supplied to the decoder 6 as a bar code digital signal.

例えば第8図の(a)に示すようなバーコードを左側
から右側へ走査して読取りを行った場合、デコーダ6に
入力されるバーコードデジタル信号は各バーやスペース
に対応した幅データd(i)、d(i+1)、d(i+
2)、d(i+3)、d(i+4)、d(i+5)、…
となる。
For example, when a barcode as shown in FIG. 8A is scanned from left to right and read, the barcode digital signal input to the decoder 6 has width data d () corresponding to each bar or space. i), d (i + 1), d (i +
2), d (i + 3), d (i + 4), d (i + 5), ...
Becomes

デコーダ6に入力されたデジタル信号は先ずメモリに
記憶される。そしてデコーダ6では例えばCODE128のバ
ーコードを例にとると、第9図に示すデコード処理が行
われる。
The digital signal input to the decoder 6 is first stored in a memory. The decoder 6 performs the decoding process shown in FIG. 9, for example, using a CODE128 bar code as an example.

先ず何番目のバーデータかを指示するポインタiの値
を0にする。続いて幅データd(i)がマージンか否か
をチェックする。
First, the value of the pointer i indicating the bar data number is set to 0. Subsequently, it is checked whether the width data d (i) is a margin.

もしマージンであれば第1のキャラクタのデコードを
開始する。これは先ず白黒バーペア幅に対応したパター
ンコードを求める。すなわち幅データd(i+1)、d
(i+2)、d(i+3)、d(i+4)、d(i+
5)、d(i+6)から、d(i+1)+d(i+
2)、d(i+2)+d(i+3)、d(i+3)+d
(i+4)、d(i+4)+d(i+5)、d(i+
5)+d(i+6)の各値と総幅データd(i+1)+
d(i+2)+d(i+3)+d(i+4)+d(i+
5)+d(i+6)の値を求め、この各値から各ペア幅
のモジュール(バー幅の最小単位)数を求める。例えば
第8図の(a)の場合は「2,1,1,4,1,2」となる。そし
てこのモジュール数から2+1、1+1、1+4、4+
1の計算を行って白黒バーペア幅に対応した4桁のパタ
ーンコード「3255」を求める。
If so, the decoding of the first character is started. First, a pattern code corresponding to the width of the black and white bar pair is obtained. That is, width data d (i + 1), d
(I + 2), d (i + 3), d (i + 4), d (i +
5) From d (i + 6), d (i + 1) + d (i +
2), d (i + 2) + d (i + 3), d (i + 3) + d
(I + 4), d (i + 4) + d (i + 5), d (i +
5) Each value of + d (i + 6) and total width data d (i + 1) +
d (i + 2) + d (i + 3) + d (i + 4) + d (i +
5) The value of + d (i + 6) is obtained, and the number of modules (the minimum unit of the bar width) of each pair width is obtained from each value. For example, in the case of (a) in FIG. 8, it is "2,1,1,4,1,2". Then, from this module number, 2 + 1, 1 + 1, 1 + 4, 4+
The calculation of 1 is performed to obtain a 4-digit pattern code "3255" corresponding to the width of the black and white bar pair.

こうして求められたパターンコードをアドレスとして
デコードテーブルを参照してキャラクタ値を求める。こ
のキャラクタ値は各種文字コード、スタートコード、ス
トップコード等に対応しており、このキャラクタ値によ
って各種文字コード、スタートコード、ストップコード
等への変換が可能となる。
The character value is obtained by referring to the decode table using the thus obtained pattern code as an address. The character values correspond to various character codes, start codes, stop codes, and the like, and can be converted into various character codes, start codes, stop codes, and the like by using the character values.

そして求められたキャラクタ値がスタートキャラクタ
であれば順方向読取りであると判断してポインタiを+
6する。なお、ストップキャラクタのときは逆方向読取
りとなるのでポインタiを+7する。
If the obtained character value is the start character, it is determined that the reading is in the forward direction, and the pointer i is set to +
6 In the case of a stop character, reading is performed in the reverse direction, so that the pointer i is incremented by +7.

第8図において左から右に走査した場合はマージンに
続いてスタートキャラクタがあるのでパターンコード
「3255」によって求められるキャラクタ値はスタートキ
ャラクタのキャラクタ値となる。
In FIG. 8, when scanning from left to right, there is a start character following the margin, and the character value obtained by the pattern code "3255" is the character value of the start character.

なお、求めたキャラクタ値がスタート、ストップのキ
ャラクタ値でないときにはポインタiを+1しつつスタ
ート、ストップのキャラクタ値が求められるまでマージ
ン検出を継続する。
If the obtained character values are not the start and stop character values, the margin detection is continued while the pointer i is incremented by one until the start and stop character values are obtained.

ポインタiを+6(又は7)すると今度は第2のキャ
ラクタのデコードを開始する。このデコード処理も前回
行った処理と同様に白黒バーペア幅に対応したパターン
コードを求め、そのパターンコードをアドレスとしてデ
コードテーブルからキャラクタ値を求める。
When the pointer i is set to +6 (or 7), decoding of the second character starts. In this decoding process, similarly to the previous process, a pattern code corresponding to the width of the black and white bar pair is obtained, and a character value is obtained from the decode table using the pattern code as an address.

以後この処理を順次繰り返し各バーコードのキャラク
タをキャラクタ値に変換する。そして再度スタートキャ
ラクタ、ストップキャラクタに対応したキャラクタ値が
デコードされると、バーコードのデコードが終了したと
判断してデコード6からデータ処理装置にデコードされ
たデータが出力される。なお、第8図において左から右
に走査した場合は最後はストップキャラクタでそのパタ
ーンコードは「5642」となる。
Thereafter, this process is sequentially repeated to convert the character of each bar code into a character value. When the character values corresponding to the start character and the stop character are decoded again, it is determined that the decoding of the barcode has been completed, and the decoded data is output from the decoder 6 to the data processing device. In FIG. 8, when scanning is performed from left to right, the last is a stop character and its pattern code is "5642".

こうしてバーコードの読取りデータをデコード6にお
いてデコードテーブルを参照して各キャラクタ毎にキャ
ラクタ値にデコードして出力していた。
In this way, the read data of the barcode is decoded into a character value for each character with reference to the decode table in the decode 6 and output.

そして従来においてはデコードテーブルに設定される
スタートキャラクタ及びストップキャラクタに対応した
キャラクタ値はそれぞれ1つのアドレスにのみ設定さ
れ、従ってスタートキャラクタ及びストップキャラクタ
に対応して決められたそれぞれ1つのパターンコードの
みによってアドレス指定が行われキャラクタ値が求めら
れるようになっていた。
Conventionally, the character values corresponding to the start character and the stop character set in the decode table are each set to only one address. Therefore, only one pattern code determined corresponding to the start character and the stop character is used. The address was specified and the character value was determined.

[発明が解決しようとする課題] しかしこのようにデコードテーブルにスタートキャラ
クタ及びストップキャラクタにそれぞれ対応したキャラ
クタ値を1つしか設定しないものでは、デコーダに入力
されるスタートキャラクタ、ストップキャラクタのデジ
タル信号が少しでも変化しているとデコードが全く出来
なくなり、このためバーコード全体のデコードがまった
く出来なくなる問題があった。
[Problems to be Solved by the Invention] However, in the case where only one character value respectively corresponding to the start character and the stop character is set in the decode table, the digital signal of the start character and the stop character input to the decoder is If there is any change, decoding cannot be performed at all, and there is a problem that decoding of the entire bar code cannot be performed at all.

ところでデコーダに入力されるバーコードデジタル信
号はアナログ回路によって作られるが、アナログ回路の
特性等によってデジタル信号の端の部分、すなわちスタ
ートキャラクタやストップキャラクタに対応する信号部
分が変化し易い。また例えば振動ミラーによって偏光を
行ってバーコードラベルを走査した場合、走査の端の部
分では走査速度の変化が大きいためやはりデジタル信号
の端の部分が変化し易い。
By the way, the bar code digital signal input to the decoder is generated by an analog circuit, but the end portion of the digital signal, that is, the signal portion corresponding to the start character or the stop character easily changes due to the characteristics of the analog circuit. Further, for example, when scanning a bar code label by performing polarization using a vibrating mirror, the change in scanning speed is large at the end of scanning, so that the end of the digital signal is also likely to change.

このようなことから従来装置ではスタートキャラク
タ、ストップキャラクタのデコードが不能となり、その
結果バーコード全体のデコードがまったく出来なくなる
事態が度々発生した。
For this reason, in the conventional apparatus, the start character and the stop character cannot be decoded, and as a result, the entire bar code cannot be decoded at all.

そこで本発明は、スタートキャラクタ、ストップキャ
ラクタに対応するデジタル信号が多少変化していもデコ
ードテーブルによってスタートキャラクタ、ストップキ
ャラクタを対応するキャラクタ値にデコードでき、従っ
てバーコードの読取り効率を向上させることができるバ
ーコードデコーダ及びブルバーコードデコード方法を提
供しようとするものである。
Therefore, according to the present invention, even if the digital signal corresponding to the start character and the stop character slightly changes, the start character and the stop character can be decoded to the corresponding character value by the decode table, and thus the barcode reading efficiency can be improved. A bar code decoder and a bull bar code decoding method are provided.

[課題を解決するための手段] 請求項(1)対応の発明は、少なくとも2種類の幅値
を有する白バー及び黒バーからなるバーコードを、各白
バー、黒バーの幅に対応したパターンコードに置き換
え、そのパターンコードをアドレスとしてデコードテー
ブルを参照して各バーコードキャラクタをキャラクタ値
にデコードするバーコードデコーダにおいて、デコード
テーブルに、マージンに隣接するスタートキャラクタ及
びストップキャラクタの正確なバーコードパターンを置
換したパターンコードが指定するアドレスにスタートキ
ャラクタ及びストップキャラクタのキャラクタ値を設定
するとともに、スタートキャラクタ及びストップキャラ
クタの一部が変形して異なるパターンとなったパターン
コードが指定するアドレスにスタートキャラクタ及びス
トップキャラクタのキャラクタ値を設定し、これら複数
のパターンコードか指定するアドレスにスタートキャラ
クタ及びストップキャラクタのキャラクタ値が対応する
ものである。
[Means for Solving the Problems] According to a first aspect of the present invention, a bar code including at least two types of width values, a white bar and a black bar, is converted into a pattern corresponding to the width of each white bar and black bar. A bar code decoder that replaces each bar code with a code and decodes each bar code character into a character value by referring to the decode table using the pattern code as an address. Set the character values of the start character and the stop character at the address specified by the pattern code in which the character is replaced, and start character at the address specified by the pattern code in which a part of the start character and the stop character are transformed into a different pattern. The character values of the start character and the stop character correspond to the plurality of pattern codes or designated addresses.

また請求項(2)対応の発明は、少なくとも2種類の
幅値を有する白バー及び黒バーからなるバーコードを、
各白バー、黒バーの幅に対応したパターンコードに置き
換え、そのパターンコードをアドレスとしてデコードテ
ーブルを参照して各バーコードキャラクタをキャラクタ
値にデコードする場合に、デコードテーブルとして、マ
ージンに隣接するスタートキャラクタ及びストップキャ
ラクタの正確なバーコードパターンを置換したパターン
コードが指定するアドレスにスタートキャラクタ及びス
トップキャラクタのキャラクタ値を設定するとともに、
スタートキャラクタ及びストップキャラクタの一部が変
形して異なるパターンとなったパターンコードが指定す
るアドレスにスタートキャラクタ及びストップキャラク
タのキャラクタ値を設定したスタート/ストップキャラ
クタデコードテーブルと、スタートキャラクタとストッ
プキャラクタとの間に介在するデータキャラクタのバー
コードパターンを置換したパターンコードが指定するア
ドレスにデータキャラクタのキャラクタ値を設定したデ
ータキャラクタデコードテーブルを設け、バーコードキ
ャラクタをデコードする場合は、スタートキャラクタ及
びストップキャラクタをスタート/ストップキャラクタ
デコードテーブルを参照してキャラクタ値にデコード
し、データキャラクタをデータキャラクタデコードテー
ブルを参照してキャラクタ値にデコードすることにあ
る。
According to a second aspect of the present invention, a bar code including a white bar and a black bar having at least two types of width values is provided.
When a bar code character is replaced with a pattern code corresponding to the width of each white bar and black bar and each bar code character is decoded to a character value by referring to the decode table using the pattern code as an address, a start adjacent to the margin is used as a decode table. While setting the character value of the start character and the stop character at the address specified by the pattern code that replaces the correct barcode pattern of the character and the stop character,
A start / stop character decode table in which the character values of the start character and the stop character are set at the address specified by the pattern code in which a part of the start character and the stop character are transformed into a different pattern; Provide a data character decode table that sets the character value of the data character at the address specified by the pattern code that replaces the bar code pattern of the intervening data character. When decoding the bar code character, the start character and the stop character are used. The start / stop character decode table is referenced to decode the character value, and the data character is read by referring to the data character decode table. It is to decode the Kuta value.

また請求項(3)対応の発明は、スタート/ストップ
キャラクタデコードテーブルとして、最初スタート/ス
トップキャラクタデコードテーブルと最後スタート/ス
トップキャラクタデコードテーブルを設け、バーコード
の読取りにおける最初のスタートキャラクタ又はストッ
プキャラクタを前記スタート/ストップキャラクタデコ
ードテーブルを参照してキャラクタ値にデコードし、最
後のスタートキャラクタ又はストップキャラクタを最後
スタート/ストップキャラクタデコードテーブルを参照
してキャラクタ値にデコートすることある。
According to a third aspect of the present invention, a first start / stop character decode table and a last start / stop character decode table are provided as start / stop character decode tables, and the first start character or stop character in bar code reading is used. The start / stop character decoding table may be decoded to a character value, and the last start character or stop character may be decoded to a character value with reference to the last start / stop character decoding table.

さらに請求項(4)対応の発明は、最後スタート/ス
トップキャラクタデコードテーブルを、スタートキャラ
クタデコードテーブルとストップキャラクタデコードテ
ーブルに分離し、バーコードの読取り方向に応じてスタ
ートキャラクタデコードテーブル及びストップキャラク
タデコードテーブルを選択的に参照することにある。
According to a fourth aspect of the present invention, the last start / stop character decode table is separated into a start character decode table and a stop character decode table. Is referred to selectively.

[作用] このような構成の本発明においては、スタートキャラ
クタ及びストップキャラクタのバーコードパターンが正
規のパターンであるときは勿論、多少変形したパターン
でもデコードテーブルにはそれらのバーコードパターン
でアドレス指定される位置にスタートキャラクタ及びス
トップキャラクタのキャラクタ値が設定されているので
問題なくデコードが行われる。
[Operation] In the present invention having such a configuration, not only when the bar code patterns of the start character and the stop character are regular patterns, but also a slightly modified pattern, the decode table is addressed by the bar code pattern. Since the character values of the start character and the stop character are set at the positions shown in FIG.

また最初スタート/ストップキャラクタデコードテー
ブルによってスタートキャラクタのキャラクタ値がデコ
ードされたときには最後になるのはストップキャラクタ
と判断できるのでストップキャラクタデコードテーブル
によってストップキャラクタをキャラクタ値にデコード
する。また最初スタート/ストップキャラクタデコード
テーブルによってストップキャラクタのキャラクタ値が
デコードされたときには最後になるのはスタートキャラ
クタと判断できるのでスタートキャラクタデコードテー
ブルによってスタートキャラクタをキャラクタ値にデコ
ードする。
When the character value of the start character is decoded by the first start / stop character decode table, the last character can be determined to be a stop character. Therefore, the stop character is decoded into a character value by the stop character decode table. When the character value of the stop character is decoded by the first start / stop character decode table, the last character can be determined to be the start character. Therefore, the start character is decoded into the character value by the start character decode table.

[実施例] 以下、本発明の一実施例を図面を参照して説明する。Hereinafter, an embodiment of the present invention will be described with reference to the drawings.

第1図はデコーダの構成を示すブロック図で、バーコ
ードを光検出器で読取って得られるアナログ回路からの
バーコードデジタル信号をエッジ間隔カウンタ61及びア
ドレスカウンタ62にそれぞれ入力している。
FIG. 1 is a block diagram showing the structure of a decoder. A bar code digital signal from an analog circuit obtained by reading a bar code with a photodetector is input to an edge interval counter 61 and an address counter 62, respectively.

前記エッジ間隔カウンタ61はバーコードデジタル信号
の各エッジの間隔を基準クロックによってカウントし、
その数値をRAM(ランダム・アクセス・メモリ)63に書
き込むようにしている。
The edge interval counter 61 counts the interval of each edge of the barcode digital signal by a reference clock,
The numerical value is written in a RAM (random access memory) 63.

前記アドレスカウンタ62にはさらに光ビームの走査部
から出力される走査信号が入力されるようになってい
る。そして前記RAM63に前記エッジ間隔カウンタ61から
の数値を書き込むときには前記アドレスカウンタ62によ
って各走査の始まりに同期してアドレス指定が行われる
ようになっている。
A scanning signal output from a light beam scanning unit is further input to the address counter 62. When writing the numerical value from the edge interval counter 61 into the RAM 63, the address is specified by the address counter 62 in synchronization with the start of each scan.

64はCPU(中央処理装置)で、このCPU64は前記RAM63
及びROM(リード・オンリー・メモリ)65とアドレスバ
ス66及びデータバス67によって接続されている。
64 is a CPU (central processing unit).
And a ROM (read only memory) 65 and an address bus 66 and a data bus 67.

前記CPU64は前記RAM63から数値データを読出して各黒
バー、白バーのモジュール値を求め、そのモジュール値
から各キャラクタのパターンコードを求めるようにして
いる。そして各キャラクタのパターンコードをアドレス
として前記ROM65内に設けられたデコードテーブルを参
照して各キャラクタを対応するキャラクタ値にデコード
するようにしている。
The CPU 64 reads out the numerical data from the RAM 63 to obtain the module value of each black bar and white bar, and obtains the pattern code of each character from the module value. Each character is decoded to a corresponding character value with reference to a decode table provided in the ROM 65 using the pattern code of each character as an address.

前記デコードテーブルとしては第2図に示すように、
スタート/ストップキャラクタデコードテーブル651、
ストップキャラクタデコードテーブル652、スタートキ
ャラクタデコードテーブル653、順方向のデータキャラ
クタデコードテーブル654、逆方向のデータキャラクタ
デコードテーブル655が設けられている。なお、前記ス
トップキャラクタデコードテーブル652及びスタートキ
ャラクタデコードテーブル653は最後スタート/ストッ
プキャラクタデコードテーブルを構成するもので、前記
ストップキャラクタデコードテーブル652はバーコード
の読取り走査が順方向で行われた場合に使用され、また
前記スタートキャラクタデコードテーブル653はバーコ
ードの読取り走査が逆方向で行われた場合に使用される
ものである。
As the decoding table, as shown in FIG.
Start / stop character decode table 651,
A stop character decode table 652, a start character decode table 653, a forward data character decode table 654, and a reverse data character decode table 655 are provided. The stop character decode table 652 and the start character decode table 653 constitute the last start / stop character decode table. The stop character decode table 652 is used when bar code reading scanning is performed in the forward direction. The start character decode table 653 is used when the bar code reading scan is performed in the reverse direction.

前記スタート/ストップキャラクタデコードテーブル
651にはCODE128の場合を例に取ると、第3図に示すよう
に4桁のパターンコードによって指定されるアドレスに
複数のスタートキャラクタAのキャラクタ値「103」と
複数のストップキャラクタBのキャラクタ値「106」が
設定されている。
The start / stop character decode table
Taking the case of CODE128 as an example, the character value of a plurality of start characters A and the character values of a plurality of stop characters B are stored in an address specified by a 4-digit pattern code as shown in FIG. “106” is set.

すなわちスタートキャラクタAは正確なパターンコー
ド「3255」によってアドレスされる位置は勿論、一部が
多少変形したパターンコード「2255」「3155」「3245」
「3254」「3256」「3265」「3355」「4255」によってア
ドレスされる位置にもキャラクタ値「103」が設定され
ている。またストップキャラクタBは正確なパターンコ
ード「3224」によってアドレスされる位置は勿論、一部
が多少変形したパターンコード「2244」「3124」「321
4」「3223」「3225」「3234」「3324」「4224」によっ
てアドレスされる位置にもキャラクタ値「106」が設定
されている。
That is, the start character A is not only the position addressed by the accurate pattern code “3255”, but also the pattern codes “2255”, “3155”, and “3245” partially modified.
The character value "103" is also set at the position addressed by "3254", "3256", "3265", "3355", and "4255". The stop character B is not only a position addressed by an accurate pattern code “3224”, but also a part of the pattern codes “2244”, “3124”, and “321” which are slightly modified.
The character value "106" is also set at the position addressed by "4", "3223", "3225", "3234", "3324", and "4224".

なお、空白の部分にはキャラクタ値は設定されていな
い。またスタートキャラクタにはキャラクタ値が「10
4」のスタートキャラクタB及びキャラクタ値が「105」
のスタートキャラクタCがあるがこれについては第3図
では省略している。
No character value is set in the blank part. The character value for the start character is "10
Start character B and character value of "4" are "105"
, But this is omitted in FIG.

前記ストップキャラクタデコードテーブル652にはCOD
E128の場合を例にとると、第4図に示すように4桁のパ
ターンコードによって指定されるアドレスに複数のスト
ップキャラクタBのキャラクタ値「106」が設定されて
いる。
The stop character decode table 652 has COD
Taking the case of E128 as an example, a plurality of character values “106” of the stop character B are set at the address specified by the 4-digit pattern code as shown in FIG.

すなわちストップキャラクタBは正確なパターンコー
ド「5642」によってアドレスされる位置は勿論、一部が
多少変形したパターンコード「4642」「5542」「5632」
「5641」「5643」「5652」「5742」「6642」によってア
ドレスされる位置にもキャラクタ値「106」が設定され
ている。
That is, the stop character B is not only the position addressed by the correct pattern code “5642”, but also the pattern codes “4642”, “5542”, and “5632”, which are partially modified.
The character value “106” is also set at the position addressed by “5641”, “5643”, “5652”, “5742”, and “6642”.

前記スタートキャラクタデコードテーブル653にはCOD
E128の場合を例にとると、第5図に示すように4桁のパ
ターンコードによって指定されるアドレスに複数のスタ
ートキャラクタAのキャラクタ値「103」、複数のスタ
ートキャラクタBのキャラクタ値「104」及び複数のス
タートキャラクタCのキャラクタ値「105」が設定され
ている。
The start character decode table 653 has COD
Taking the case of E128 as an example, as shown in FIG. 5, the character values of a plurality of start characters A "103" and the character values of a plurality of start characters B "104" are stored in an address specified by a 4-digit pattern code. And a character value “105” of a plurality of start characters C is set.

すなわちスタートキャラクタAは正確なパターンコー
ド「3552」によってアドレスされる位置は勿論、一部が
多少変形したパターンコード「2532」「3452」「3542」
「3551」「3553」「3562」「3652」によってアドレスさ
れる位置にもキャラクタ値「103」が設定されている。
またスタートキャラクタBは正確なパターンコード「53
32」によってアドレスされる位置は勿論、一部が多少変
形したパターンコード「4332」「5232」「5322」「533
1」「5333」「5342」「6332」によってアドレスされる
位置にもキャラクタ値「104」が設定されている。また
スタートキャラクタCは正確なパターンコード「5532」
によってアドレスされる位置は勿論、一部が多少変形し
たパターンコード「5522」「5531」「5533」「5542」
「5632」「6532」によってアドレスされる位置にもキャ
ラクタ値「105」が設定されている。
That is, the start character A is not only a position addressed by the accurate pattern code “3552”, but also a partly modified pattern code “2532” “3452” “3542”
The character value “103” is also set at the position addressed by “3551”, “3553”, “3562”, and “3652”.
The start character B has the correct pattern code "53
32 ", as well as some slightly modified pattern codes" 4332 "" 5232 "" 5322 "" 533 "
The character value “104” is also set at positions addressed by “1”, “5333”, “5342”, and “6332”. The start character C is the correct pattern code "5532"
The pattern addresses "5522", "5531", "5533" and "5542" are of course slightly modified
The character value “105” is also set at the position addressed by “5632” and “6532”.

前記デコーダのCPU64は、前記RAM63に格納されている
数値データ及び前記ROM65に格納されている各デコード
テーブルを参照して第6図に示す処理を行うようになっ
ている。
The CPU 64 of the decoder performs the processing shown in FIG. 6 with reference to the numerical data stored in the RAM 63 and the respective decode tables stored in the ROM 65.

先ず何番目のバーデータかを指示するポインタiの値
を0にする。続いて幅データd(i)がマージンか否か
をチェックする。
First, the value of the pointer i indicating the bar data number is set to 0. Subsequently, it is checked whether the width data d (i) is a margin.

もしマージンであれば第1のキャラクタのデコードを
開始する。これは先ず白黒バーペア幅に対応したパター
ンコードを求める。
If so, the decoding of the first character is started. First, a pattern code corresponding to the width of the black and white bar pair is obtained.

こうして求められたパターンコードをアドレスとして
先ずスタート/ストップパターンテーブル651を参照し
てスタートキャラクタ又はストップキャラクタのキャラ
クタ値を求める。バーコードの走査データの最初は読取
り方向によってスタートキャラクタ(順方向)かストッ
プキャラクタ(逆方向)なのでいずれかのキャラクタ値
が求められる。もしスタート、ストップのいずれのキャ
ラクタ値も読出しができなければエラーにする。
First, the start / stop character value is obtained by referring to the start / stop pattern table 651 using the thus obtained pattern code as an address. At the beginning of the barcode scan data, a start character (forward direction) or a stop character (reverse direction) is determined depending on the reading direction, and either character value is obtained. If neither the start nor the stop character value can be read, an error occurs.

そしてスタートキャラクタ値が求められるとポインタ
iを+6にし、又ストップキャラクタ値が求められると
ポインタiを+7する。
When the start character value is obtained, the pointer i is set to +6, and when the stop character value is obtained, the pointer i is set to +7.

ポインタiを+6(又は7)すると今度は第2のキャ
ラクタのデコードを開始する。このデコード処理も前回
行った処理と同様に白黒バーペア幅に対応したパターン
コードを求め、そのパターンコードをアドレスとして先
ず第1のキャラクタがスタートキャラクタの場合にはス
トップキャラクタデコードテーブル652からストップキ
ャラクタ値を求め、また第1のキャラクタがストップキ
ャラクタの場合にはスタートキャラクタデコードテーブ
ル653からスタートキャラクタ値を求める。第2のキャ
ラクタはデータキャラクタとなっているのでスタートキ
ャラクタデコードテーブル652又はスタートキャラクタ
デコードテーブル653には該当するアドレスにキャラク
タ値が無いので今度はデータキャラクタデコードテーブ
ルを参照する。この参照は第1のキャラクタがスタート
キャラクタの場合には順方向読取りであるのでデータキ
ャラクタデコードテーブル654を参照し、また第1のキ
ャラクタがストップキャラクタの場合には逆方向読取り
であるのでデータキャラクタデコードテーブル655を参
照してデータのキャラクタ値を求める。
When the pointer i is set to +6 (or 7), decoding of the second character starts. In this decoding process, a pattern code corresponding to the width of the black-and-white bar pair is obtained in the same manner as the previous process. If the first character is a stop character, a start character value is obtained from the start character decode table 653. Since the second character is a data character, the start character decode table 652 or the start character decode table 653 has no character value at the corresponding address, so the data character decode table is referred to next. This reference refers to the data character decoding table 654 when the first character is a start character because the reading is in the forward direction, and refers to the data character decoding table when the first character is the reading in the backward direction when the first character is the stop character. The character value of the data is obtained with reference to the table 655.

以後この処理を順次繰り返し各バーコードのデータキ
ャラクタ部を順次キャラクタ値に変換する。
Thereafter, this process is sequentially repeated to sequentially convert the data character portion of each bar code into a character value.

そして上記デコードを繰り返しているうちにストップ
キャラクタデコードテーブル652又はスタートキャラク
タデコードテーブル653からストップキャラクタ値又は
スタートキャラクタ値がデコードされると、バーコード
のデコードが最後まで終了したと判断して最後にマージ
ン検出を行ってからデコード出力を送出するようにして
いる。
When the stop character value or the start character value is decoded from the stop character decode table 652 or the start character decode table 653 while the above decoding is repeated, it is determined that the barcode decoding is completed to the end, and the margin is finally determined. After the detection, the decoded output is transmitted.

このような構成の本実施例においては、例えば第8図
(a)に示すバーコードを順方向、すなわち左側から右
側に読取った場合、第1のキャラクタのパターンコード
は「3255」となるため、スタート/ストップキャラクタ
デコードテーブル(第3図)651からはキャラクタ値「1
03」が求められスタートキャラクタであることが確認さ
れる。この場合最後になるキャラクタはストップキャラ
クタとなっているはずなので第2のキャラクタ以降はス
トップキャラクタデコードテーブル652と順方向のデー
タキャラクタデコードテーブル654を参照してキャラク
タ値のデコードが行われる。そして最後のキャラクタの
デコードはそのパターンコードが「5642」となっている
ため、ストップキャラクタデコードテーブル(第4図)
652からキャラクタ値「106」が求められストップキャラ
クタであることが確認される。
In the present embodiment having such a configuration, for example, when the bar code shown in FIG. 8A is read in the forward direction, that is, from left to right, the pattern code of the first character is “3255”. From the start / stop character decode table (Fig. 3) 651 the character value "1"
03 ”is required and it is confirmed that it is a start character. In this case, since the last character should be a stop character, character values of the second and subsequent characters are decoded with reference to the stop character decode table 652 and the forward data character decode table 654. In the decoding of the last character, since the pattern code is "5642", the stop character decoding table (FIG. 4)
The character value “106” is obtained from 652, and it is confirmed that the character is a stop character.

こうしてバーコードを順方向に読取ったときのデコー
ドが終了することになる。
Thus, decoding when the barcode is read in the forward direction is completed.

また第8図の(a)に示すバーコードを逆方向、すな
わち右側から左側に読取った場合、第1のキャラクタの
パターンコードは「3224」となるため、スタート/スト
ップキャラクタデコードテーブル651からキャラクタ値
「106」が求められストップキャラクタであることが確
認される。この場合最後になるキャラクタはスタートキ
ャラクタとなっているはずなので第2のキャラクタ以降
はスタートキャラクタデコードテーブル653と逆方向の
データキャラクタデコードテーブル655を参照してキャ
ラクタ値のデコードが行われる。そして最後のキャラク
タのデコードはそのパターンコードが「3552」となって
いるため、スタートキャラクタデコードテーブル(第5
図)653からキャラクタ値「103」が求められスタートキ
ャラクタであることが確認される。
When the bar code shown in FIG. 8A is read in the reverse direction, that is, from right to left, the pattern code of the first character is "3224". "106" is obtained and it is confirmed that the character is a stop character. In this case, since the last character should be the start character, the character values of the second and subsequent characters are decoded with reference to the data character decode table 655 in the direction opposite to the start character decode table 653. Since the pattern code of the last character is “3552”, the start character decode table (No. 5)
From FIG. 653, the character value “103” is obtained, and it is confirmed that the character is the start character.

こうしてバーコードを逆方向に読取ったときのデコー
ドが終了することになる。
Thus, decoding when the barcode is read in the reverse direction is completed.

ところでスタート/ストップキャラクタデコードテー
ブル651、ストップキャラクタデコードテーブル652及び
スタートキャラクタデコードテーブル653には一部変形
したパターンコードの指定するアドレス位置にもスター
トキャラクタ値「103」、ストップキャラクタ値「106」
が設定されている。
By the way, in the start / stop character decode table 651, the stop character decode table 652, and the start character decode table 653, the start character value “103” and the stop character value “106” are also located at the address position specified by the partially modified pattern code.
Is set.

従ってバーコード読取り時に偏光器やアナログ回路の
影響等によってデコーダに入力されるバーコードデジタ
ル信号の端、すなわちスタートキャラクタやストップキ
ャラクタの一部が変形してそのパターンコードが多少変
形したとしても、例えば順方向読取り時にスタートキャ
ラクタのパターンコードが本来「3255」でなければなら
ないのに「2255」「3155」「3245」「3254」「3256」
「3265」「3355」「4255」に変形してもその各アドレス
にはスタートキャラクタ値「103」が設定されているの
でスタートキャラクタとしてデコードが可能になる。
Therefore, even if the pattern code is slightly deformed due to the end of the bar code digital signal input to the decoder due to the influence of a polarizer or an analog circuit when reading the bar code, that is, a part of the start character or the stop character is deformed, "2255""3155""3245""3254""3256" when the pattern code of the start character should originally be "3255" when reading in the forward direction
Even if the address is changed to "3265", "3355", or "4255", the start character value "103" is set in each address, so that decoding as a start character becomes possible.

これはストップキャラクタデコードテーブル652及び
スタートキャラクタデコードテーブル653においても同
様なことが言える。
The same can be said for the stop character decode table 652 and the start character decode table 653.

このようにスタートキャラクタ及びストップキャラク
タのデコードに多少の幅を持たせているので、バーコー
ドの読取り効率を向上できることになる。しかもスター
トキャラクタ及びストップキャラクタは正確さが求めら
れるデータ部とは異なり、互いに混同さえしなければ良
いので支障はない。
Since the start character and the stop character have a certain width in decoding as described above, the barcode reading efficiency can be improved. In addition, the start character and the stop character are different from the data portion that requires accuracy, and do not cause any problem as long as they are not confused with each other.

また最後スタート/ストップキャラクタデコードテー
ブルをストップキャラクタデコードテーブル652とスタ
ートキャラクタデコードテーブル653とに分離している
ので、1つにまとめた場合に比べて変形したパターンコ
ードに対するキャラクタ値を多く設定でき、しかもスタ
ートキャラクタとストップキャラクタが混同する虞はな
い。
Also, since the last start / stop character decode table is separated into a stop character decode table 652 and a start character decode table 653, a larger number of character values can be set for the deformed pattern code than when they are combined into one. There is no possibility that the start character and the stop character are confused.

なお、前記実施例では最後スタート/ストップキャラ
クタデコードテーブルをストップキャラクタデコードテ
ーブル652とスタートキャラクタデコードテーブル653と
に分離した場合について述べたが必ずしもこれに限定さ
れるものではなく、最初のスタート/ストップデコード
テーブル651のように1つにまとめたデコードテーブル
であってもよい。またスタート/ストップデコードテー
ブル651、ストップキャラクタデコードテーブル652及び
スタートキャラクタデコードテーブル653を1つのデコ
ードテーブルにまとめてもよい。
In the above embodiment, the case where the last start / stop character decode table is separated into the stop character decode table 652 and the start character decode table 653 has been described. However, the present invention is not limited to this. The decoding table may be a single decoding table such as a table 651. Further, the start / stop decode table 651, the stop character decode table 652, and the start character decode table 653 may be combined into one decode table.

また、前記実施例はバーコードとしてCODE128を使用
した場合について述べたが必ずしもこれに限定されるも
のではなく、CODE93、CODA BARなど他のコード体系のバ
ーコードにも適用できるものである。
In the above-described embodiment, the case where CODE128 is used as a barcode has been described. However, the present invention is not necessarily limited to this, and can be applied to barcodes of other code systems such as CODE93 and CODA BAR.

[発明の効果] 以上詳述したように本発明によれば、スタートキャラ
クタ、ストップキャラクタに対応するデジタル信号が多
少変化していもデコードテーブルによってスタートキャ
ラクタ、ストップキャラクタを対応するキャラクタ値に
デコードでき、従ってバーコードの読取り効率を向上さ
せるできるバーコードデコーダ及びバーコードデコード
方法を提供できるものである。
[Effects of the Invention] As described in detail above, according to the present invention, even if the digital signals corresponding to the start character and the stop character slightly change, the start table and the stop character can be decoded to the corresponding character values by the decode table. Therefore, it is possible to provide a barcode decoder and a barcode decoding method capable of improving the barcode reading efficiency.

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

第1図乃至第6図は本発明の一実施例を示すもので、第
1図はデコーダの構成を示すブロック図、第2図はキャ
ラクタデコードテーブルのメモリマップ、第3図はスタ
ート/ストップキャラクタデコードテーブルのキャラク
タ値設定例を示す図、第4図はストップキャラクタデコ
ードテーブルのキャラクタ値設定例を示す図、第5図は
スタートキャラクタデコードテーブルのキャラクタ値設
定例を示す図、第6図はデコーダのCPUによるデコード
処理を示す流れ図、第7図はバーコード読取装置のブロ
ック図、第8図はバーコードパターンとバーコードデジ
タル信号の関係を示す図、第9図は従来のデコーダによ
るデコード処理を示す流れ図である。 63……RAM(ランダム・アクセス・メモリ)、64……CPU
(中央処理装置)、65……ROM(リード・オンリー・メ
モリ)、651……スタート/ストップキャラクタデコー
ドテーブル、652……ストップキャラクタデコードテー
ブル、653……スタートキャラクタデコードテーブル、6
54,655……データキャラクタデコードテーブル。
1 to 6 show an embodiment of the present invention. FIG. 1 is a block diagram showing the structure of a decoder, FIG. 2 is a memory map of a character decode table, and FIG. 3 is a start / stop character. FIG. 4 is a diagram showing an example of setting a character value in a decode table, FIG. 4 is a diagram showing an example of setting a character value in a stop character decode table, FIG. 5 is a diagram showing an example of setting a character value in a start character decode table, and FIG. FIG. 7 is a block diagram of a bar code reading device, FIG. 8 is a diagram showing a relationship between a bar code pattern and a bar code digital signal, and FIG. 9 is a flowchart showing a decoding process by a conventional decoder. It is a flowchart shown. 63 …… RAM (random access memory), 64 …… CPU
(Central processing unit), 65 ROM (read only memory), 651 start / stop character decode table, 652 stop character decode table, 653 start character decode table, 6
54,655 ... Data character decode table.

Claims (4)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】少なくとも2種類の幅値を有する白バー及
び黒バーからなるバーコードを、各白バー、黒バーの幅
に対応したパターンコードに置き換え、そのパターンコ
ードをアドレスとしてデコードテーブルを参照して各バ
ーコードキャラクタをキャラクタ値にデコードするバー
コードデコーダにおいて、 前記デコードテーブルは、マージンに隣接するスタート
キャラクタ及びストップキャラクタの正確なバーコード
パターンを置換したパターンコードが指定するアドレス
にスタートキャラクタ及びストップキャラクタのキャラ
クタ値を設定するとともに、スタートキャラクタ及びス
トップキャラクタの一部が変形して異なるパターンとな
ったパターンコードが指定するアドレスに前記スタート
キャラクタ及びストップキャラクタのキャラクタ値を設
定し、これら複数のパターンコードか指定するアドレス
に前記スタートキャラクタ及びストップキャラクタのキ
ャラクタ値が対応することを特徴とするバーコードデコ
ーダ。
1. A bar code consisting of a white bar and a black bar having at least two types of width values is replaced with a pattern code corresponding to the width of each white bar and black bar, and the decode table is referred to using the pattern code as an address. A bar code decoder that decodes each bar code character into a character value, wherein the decode table includes a start character and an address designated by a pattern code obtained by replacing an accurate bar code pattern of a start character and a stop character adjacent to a margin. In addition to setting the character value of the stop character, the character of the start character and the stop character are stored in an address specified by a pattern code in which a part of the start character and the stop character are transformed into a different pattern. A bar code decoder, wherein the character values of the start character and the stop character correspond to addresses designated by the plurality of pattern codes.
【請求項2】少なくとも2種類の幅値を有する白バー及
び黒バーからなるバーコードを、各白バー、黒バーの幅
に対応したパターンコードに置き換え、そのパターンコ
ードをアドレスとしてデコードテーブルを参照して各バ
ーコードキャラクタをキャラクタ値にデコードする場合
に、 前記デコードテーブルとして、マージンに隣接するスタ
ートキャラクタ及びストップキャラクタの正確なバーコ
ードパターンを置換したパターンコードが指定するアド
レスにスタートキャラクタ及びストップキャラクタのキ
ャラクタ値を設定するとともに、スタートキャラクタ及
びストップキャラクタの一部が変形して異なるパターン
となったパターンコードが指定するアドレスに前記スタ
ートキャラクタ及びストップキャラクタのキャラクタ値
を設定したスタート/ストップキャラクタデコードテー
ブルと、スタートキャラクタとストップキャラクタとの
間に介在するデータキャラクタのバーコードパターンを
置換したパターンコードが指定するアドレスにデータキ
ャラクタのキャラクタ値を設定したデータキャラクタデ
コードテーブルを設け、 バーコードキャラクタをデコードする場合は、スタート
キャラクタ及びストップキャラクタを前記スタート/ス
トップキャラクタデコードテーブルを参照してキャラク
タ値にデコードし、データキャラクタを前記データキャ
ラクタデコードテーブルを参照してキャラクタ値にデコ
ードすることを特徴とするバーコードデコード方法。
2. A bar code consisting of a white bar and a black bar having at least two kinds of width values is replaced with a pattern code corresponding to the width of each white bar and black bar, and the decode table is referred to using the pattern code as an address. When decoding each barcode character into a character value, the start character and the stop character are stored in an address designated by a pattern code obtained by replacing the correct barcode pattern of the start character and the stop character adjacent to the margin as the decoding table. The character values of the start character and the stop character are set at the address specified by the pattern code in which a part of the start character and the stop character are transformed into different patterns. A start / stop character decode table and a data character decode table in which a character value of a data character is set at an address specified by a pattern code obtained by replacing a bar code pattern of a data character interposed between a start character and a stop character; When decoding a barcode character, the start character and the stop character are decoded to a character value with reference to the start / stop character decode table, and the data character is decoded to a character value with reference to the data character decode table. A bar code decoding method.
【請求項3】スタート/ストップキャラクタデコードテ
ーブルとして、最初スタート/ストップキャラクタデコ
ードテーブルと最後スタート/ストップキャラクタデコ
ードテーブルを設け、バーコードの読取りにおける最初
のスタートキャラクタ又はストップキャラクタを前記最
初スタート/ストップキャラクタデコードテーブルを参
照してキャラクタ値にデコードし、最後のスタートキャ
ラクタ又はストップキャラクタを前記最後スタート/ス
トップキャラクタデコードテーブルを参照してキャラク
タ値にデコードすることを特徴とする請求項(2)記載
のバーコードデコード方法。
3. A first start / stop character decode table and a last start / stop character decode table are provided as start / stop character decode tables, and the first start character or stop character in bar code reading is used as the first start / stop character. 3. The bar according to claim 2, wherein the decoding is performed to a character value by referring to a decoding table, and the last start character or stop character is decoded to a character value by referring to the last start / stop character decoding table. Code decoding method.
【請求項4】最後スタート/ストップキャラクタデコー
ドテーブルを、スタートキャラクタデコードテーブルと
ストップキャラクタデコードテーブルに分離し、バーコ
ードの読取り方向に応じて前記スタートキャラクタデコ
ードテーブル及びストップキャラクタデコードテーブル
を選択的に参照することを特徴とする請求項(3)記載
のバーコードデコード方法。
4. A final start / stop character decode table is separated into a start character decode table and a stop character decode table, and the start character decode table and the stop character decode table are selectively referred to in accordance with a bar code reading direction. The bar code decoding method according to claim 3, wherein the decoding is performed.
JP1307328A 1989-11-27 1989-11-27 Barcode decoder and barcode decoding method Expired - Fee Related JP2731610B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1307328A JP2731610B2 (en) 1989-11-27 1989-11-27 Barcode decoder and barcode decoding method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1307328A JP2731610B2 (en) 1989-11-27 1989-11-27 Barcode decoder and barcode decoding method

Publications (2)

Publication Number Publication Date
JPH03166675A JPH03166675A (en) 1991-07-18
JP2731610B2 true JP2731610B2 (en) 1998-03-25

Family

ID=17967817

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1307328A Expired - Fee Related JP2731610B2 (en) 1989-11-27 1989-11-27 Barcode decoder and barcode decoding method

Country Status (1)

Country Link
JP (1) JP2731610B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100526202B1 (en) * 2002-04-15 2005-11-03 (주) 테크스캔코리아 Bar code of representing Korean character and decoding device and method thereof

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102799848B (en) * 2012-06-21 2016-09-21 深圳市江波龙电子有限公司 Commodity information identification method and merchandise news identification device

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5580178A (en) * 1978-12-13 1980-06-17 Shinko Electric Co Ltd Special code detection method
JPS63263586A (en) * 1987-04-21 1988-10-31 Daitetsuku:Kk Information converting system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100526202B1 (en) * 2002-04-15 2005-11-03 (주) 테크스캔코리아 Bar code of representing Korean character and decoding device and method thereof

Also Published As

Publication number Publication date
JPH03166675A (en) 1991-07-18

Similar Documents

Publication Publication Date Title
JP2616921B2 (en) Label identification device
JPH02257295A (en) Method and device for reading bar code
US5550363A (en) Optical information reading apparatus
JP2731610B2 (en) Barcode decoder and barcode decoding method
JPH064699A (en) Bar code reader
JPH04283885A (en) Automatic identification decoder
JPH0238983B2 (en)
JPH08185463A (en) Method for segmenting bar code
JPH08263585A (en) Bar code reading device
KR940006119B1 (en) Deciphering method of barcode system
JPH0544714B2 (en)
JP2912743B2 (en) Barcode decoder
JP2641991B2 (en) Data processing method of bar code reader
JP2604358B2 (en) Barcode demodulator
JPH0256080A (en) Bar code reader
JPH08235300A (en) Bar code reader
JP3069817B2 (en) Barcode reader
JPH0612508A (en) Bar code reader
JP2853357B2 (en) Barcode reader
JP2655758B2 (en) Barcode reader and barcode reading method
JPH01290092A (en) Bar width discriminating method for bar code
JP3018702B2 (en) Barcode demodulator
JP2778870B2 (en) Barcode decoder
JPS62256095A (en) Bar code reader
JPS63266585A (en) Readout control system

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081219

Year of fee payment: 11

LAPS Cancellation because of no payment of annual fees