JP2007058741A - Apparatus and program for controlling rfid tag reader - Google Patents

Apparatus and program for controlling rfid tag reader Download PDF

Info

Publication number
JP2007058741A
JP2007058741A JP2005245862A JP2005245862A JP2007058741A JP 2007058741 A JP2007058741 A JP 2007058741A JP 2005245862 A JP2005245862 A JP 2005245862A JP 2005245862 A JP2005245862 A JP 2005245862A JP 2007058741 A JP2007058741 A JP 2007058741A
Authority
JP
Japan
Prior art keywords
data
rfid tag
rfid
tag reader
reader
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.)
Granted
Application number
JP2005245862A
Other languages
Japanese (ja)
Other versions
JP4746940B2 (en
Inventor
Hironari Itagaki
裕也 板垣
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 TEC Corp
Original Assignee
Toshiba TEC 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 TEC Corp filed Critical Toshiba TEC Corp
Priority to JP2005245862A priority Critical patent/JP4746940B2/en
Publication of JP2007058741A publication Critical patent/JP2007058741A/en
Application granted granted Critical
Publication of JP4746940B2 publication Critical patent/JP4746940B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To reduce a modification quantity from a program corresponding to barcode data to a program corresponding to RFID tag data. <P>SOLUTION: A driver 16 to which an RFID tag reader 12 is connected connects a data buffer 17 capable of storing the data of a plurality of RFID tags. The driver 16 divides the plurality of RFID tags data collectively read out by the RFID tag reader 12 in each RFID tag and writes the divided data in the data buffer 17. Then the driver 16 reads out the RFID tag data written in the data buffer 17 one by one and supplies the read data to a controller 13 for processing the RFID tag data. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、RFID(Radio Frequency Identification)タグリーダで読取られた複数のRFIDタグのデータを用いて業務処理を行うコンピュータとRFIDタグリーダとのインターフェイスとして機能するRFIDタグリーダ制御装置及び前記コンピュータに前記RFID制御装置としての機能を実現させるためのRFIDタグリーダ制御プログラムに関する。   The present invention provides an RFID tag reader control device that functions as an interface between a computer that performs business processing using data of a plurality of RFID tags read by an RFID (Radio Frequency Identification) tag reader and the RFID tag reader, and the RFID control device in the computer The present invention relates to an RFID tag reader control program for realizing the function as

例えば流通小売業の分野において、各商品にそれぞれ商品識別コードのバーコードを付し、小売店舗,店舗管理本部,卸問屋等の各拠点では取扱う商品のバーコードをバーコードリーダで読取りコンピュータに入力することによって、取扱商品の情報を管理することは広く実施されている。その一方で、近年、固有のIDを設定記憶したICチップとアンテナを有し、リーダ・ライタとの間で無線を利用して非接触で通信を行うことにより、IDの読出しや任意の情報の書込み及び読出しができる無線データキャリア、いわゆるRFIDタグが注目されている。   For example, in the distribution and retail industry, each product is given a product identification code barcode, and the barcodes of products handled at retail stores, store management headquarters, wholesale stores, etc. are read by a barcode reader and entered into a computer. By doing so, it is widely practiced to manage the information of products handled. On the other hand, in recent years, it has an IC chip and an antenna in which a unique ID is set and stored, and performs wireless contactless communication with a reader / writer, thereby reading IDs and storing arbitrary information. Wireless data carriers that can be written and read, so-called RFID tags, are drawing attention.

バーコードは、バーコードリーダで1つずつスキャニングしないと読取れないために効率が悪いという問題がある。これに対して、RFIDタグは、リーダ・ライタとの交信制御にアンチコリジョン(衝突防止)という方式を用いることによって、1つのリーダ・ライタの交信可能範囲内に複数のRFIDタグが存在してもデータを一括して読取ることができるので効率がよい。そこで、各商品にそれぞれその商品の識別コード等が書き込まれたRFIDタグを付し、各拠点では取扱う商品に付されたRFIDタグのデータをRFIDタグリーダで一括して読取りコンピュータに入力することによって、取扱商品の情報を管理する仕組みを構築することが望まれている。   There is a problem that the barcode is inefficient because it cannot be read unless it is scanned one by one with a barcode reader. In contrast, an RFID tag uses an anti-collision (collision prevention) method for communication control with a reader / writer, so that even if a plurality of RFID tags exist within a communicable range of one reader / writer. Since data can be read in a batch, it is efficient. Therefore, each product is attached with an RFID tag in which the identification code of the product is written, and the data of the RFID tag attached to the product handled at each base is collectively read by an RFID tag reader and input to a computer, It is desired to build a mechanism for managing information on products handled.

従来、バーコードによる商品管理システムからRFIDタグによる商品管理システムへ移行する時期に両システムを併用し、スムーズに商品管理を行えるようにした技術は知られていた(例えば、特許文献1参照)。   Conventionally, a technology has been known in which both systems are used in combination during a transition from a barcode-based merchandise management system to a RFID tag merchandise management system so that merchandise management can be performed smoothly (see, for example, Patent Document 1).

なお、RFIDタグは、非接触型ICカード,無線タグ,ICタグ,トランスポンダ等とも称されるが、本明細書ではRFIDタグに統一する。また、リーダ・ライタに関してもRFIDタグリーダとして統一する。
特開平11−096463号公報
Note that the RFID tag is also referred to as a non-contact IC card, a wireless tag, an IC tag, a transponder, or the like, but is unified with the RFID tag in this specification. The reader / writer is also unified as an RFID tag reader.
Japanese Patent Laid-Open No. 11-096463

図6は従来のバーコードを用いた商品管理システムを実現するための概略構成図であり、コンピュータ1にバーコードリーダ2が接続されている。コンピュータ1は、主制御部としてのコントローラ3と、該コントローラ3によって処理される各種プログラムやデータ等を記憶するための記憶部4と、外部装置または周辺機器との通信インターフェイス5と、バーコードリーダ2を制御するリーダ制御装置としてのドライバ6とで構成されている。記憶部4には、バーコードのデータを用いてコンピュータ1が実行する各種業務、例えば販売商品登録業務,入荷商品検品業務,在庫商品棚卸業務等を処理するためのアプリケーションプログラムが実装されている。   FIG. 6 is a schematic block diagram for realizing a conventional merchandise management system using a bar code. A bar code reader 2 is connected to a computer 1. The computer 1 includes a controller 3 as a main control unit, a storage unit 4 for storing various programs and data processed by the controller 3, a communication interface 5 with external devices or peripheral devices, a bar code reader 2 and a driver 6 as a reader control device for controlling 2. The storage unit 4 is loaded with application programs for processing various operations executed by the computer 1 using bar code data, such as sales product registration business, incoming product inspection business, stock product inventory business, and the like.

このようなバーコードを用いたシステムからRFIDタグを用いたシステムに移行する場合、ハードウェア的にはバーコードリーダ2の代わりにRFIDタグリーダがコンピュータ1に接続されるだけなので、ドライバ6をRFIDタグリーダ対応のものに変更すればよい。   When shifting from such a system using a barcode to a system using an RFID tag, the RFID tag reader is simply connected to the computer 1 instead of the barcode reader 2 in terms of hardware. Change to a compatible one.

しかしその場合には、RFIDタグリーダで一括して読取られた複数のRFIDタグのデータが一群となってドライバからコントローラ3に送り込まれるので、コントローラ3では、ドライバから受け取ったRFIDタグデータ群をRFIDタグ1件毎に分割し、分割されたRFIDタグデータについて必要な業務処理を繰り返し実行することが要求される。すなわち、バーコードデータに対応して開発されたアプリケーションプログラムは、コントローラ3にデータが1点ずつ入力されることを前提に作られているが、RFIDタグデータに対応するアプリケーションプログラムを開発するためには、コントローラ3にデータが複数同時に入力されることを前提に作らなければならず、プログラムの改造量が多いために開発コストが嵩むという問題があった。   However, in this case, the data of a plurality of RFID tags read in a batch by the RFID tag reader is sent to the controller 3 from the driver as a group, so that the controller 3 uses the RFID tag data group received from the driver as an RFID tag. It is required to divide every item and repeatedly execute necessary business processing for the divided RFID tag data. That is, the application program developed corresponding to the barcode data is created on the assumption that the data is input to the controller 3 one by one, but in order to develop the application program corresponding to the RFID tag data. Has to be created on the premise that a plurality of data are input to the controller 3 at the same time, and there is a problem that the development cost increases due to a large amount of program modification.

本発明はこのような事情に基づいてなされたもので、その目的とするところは、バーコードデータに対応したアプリケーションプログラムからRFIDタグデータに対応するアプリケーションプログラムへの改造量を低減でき、プログラム開発にかかるコストを低減できるRFIDタグリーダ制御装置及びRFIDタグリーダ制御プログラムを提供しようとするものである。   The present invention has been made based on such circumstances, and the purpose of the present invention is to reduce the amount of modification from an application program corresponding to barcode data to an application program corresponding to RFID tag data. It is an object of the present invention to provide an RFID tag reader control device and an RFID tag reader control program that can reduce such costs.

本発明のRFIDタグリーダ制御装置は、RFIDタグとの交信制御にアンチコリジョン方式を用いることで複数のRFIDタグからデータを一括読取可能なものであって、複数のRFIDタグのデータを記憶可能なデータバッファと、RFIDタグリーダで一括読取りされた複数のRFIDタグのデータをRFIDタグ毎に分割してデータバッファに書き込むデータ書込み手段と、データバッファに書き込まれたRFIDタグのデータを1データずつ読み出し、RFIDタグのデータを処理するコントローラに供給するデータ供給手段とを備えたものである。   The RFID tag reader control device of the present invention can read data from a plurality of RFID tags by using an anti-collision method for communication control with the RFID tag, and can store data of a plurality of RFID tags. A buffer, data writing means for dividing the data of a plurality of RFID tags read together by the RFID tag reader into each RFID tag and writing to the data buffer, and reading the RFID tag data written to the data buffer one by one, RFID And a data supply means for supplying the tag data to a controller.

本発明のRFIDタグリーダ制御プログラムは、RFIDタグとの交信制御にアンチコリジョン方式を用いることで複数のRFIDタグからデータを一括読取可能なRFIDタグリーダを接続するとともに、RFIDタグのデータを用いて業務を処理するアプリケーションプログラムが実装されたコンピュータに、RFIDタグリーダで一括読取りされた複数のRFIDタグのデータをRFIDタグ毎に分割する機能と、RFIDタグ毎に分割されたRFIDタグデータを記憶する機能と、記憶されたRFIDタグデータを1データずつ前記アプリケーションプログラムに引き渡す機能とを実現させるものである。   The RFID tag reader control program of the present invention connects an RFID tag reader that can read data from a plurality of RFID tags by using an anti-collision method for communication control with the RFID tag, and performs business using the data of the RFID tag. A function of dividing the data of a plurality of RFID tags collectively read by the RFID tag reader into each computer, and a function of storing the RFID tag data divided for each RFID tag in a computer on which an application program to be processed is mounted; A function of transferring stored RFID tag data to the application program one by one is realized.

かかる手段を講じた本発明によれば、バーコードデータに対応したアプリケーションプログラムからRFIDタグデータに対応するアプリケーションプログラムへの改造量を低減でき、ひいてはプログラム開発にかかるコストを低減できる効果を奏する。   According to the present invention in which such a measure is taken, it is possible to reduce the amount of remodeling from an application program corresponding to barcode data to an application program corresponding to RFID tag data, thereby reducing the cost of program development.

以下、本発明を実施するための最良の形態について説明する。
なお、この実施の形態は、小売店舗における商品管理システムに本発明を適用した場合である。
Hereinafter, the best mode for carrying out the present invention will be described.
In this embodiment, the present invention is applied to a merchandise management system in a retail store.

図1は本実施の形態における商品管理システムを示す概略構成図であり、コンピュータ11にRFIDタグリーダ12が接続されている。コンピュータ11は、主制御部としてのコントローラ13と、該コントローラ13によって処理される各種プログラムやデータ等を記憶するための記憶部14と、外部装置または周辺機器との通信インターフェイス15と、RFIDタグリーダ12を制御するリーダ制御装置としてのドライバ16と、このドライバ16が使用するデータ一時格納バッファ17とで構成されている。記憶部14には、RFIDタグのデータを用いてコンピュータ11が実行する各種の商品管理業務、例えば販売商品登録業務,入荷商品検品業務,在庫商品棚卸業務等を処理するためのアプリケーションプログラムが実装されている。   FIG. 1 is a schematic configuration diagram showing a merchandise management system according to the present embodiment. An RFID tag reader 12 is connected to a computer 11. The computer 11 includes a controller 13 as a main control unit, a storage unit 14 for storing various programs and data processed by the controller 13, a communication interface 15 with external devices or peripheral devices, and an RFID tag reader 12. And a driver 16 as a reader control device for controlling the data and a data temporary storage buffer 17 used by the driver 16. The storage unit 14 is loaded with application programs for processing various product management operations executed by the computer 11 using RFID tag data, such as sales product registration business, incoming product inspection business, inventory product inventory business, and the like. ing.

RFIDタグリーダ12は、タグ交信用アンテナ21を接続しており、このタグ交信用アンテナ21を介して各商品22,23,24にそれぞれ設けられているRFIDタグ25,26,27と非接触で交信を行って、各RFIDタグ25,26,27が有するICチップメモリ内のデータを読取るものである。   The RFID tag reader 12 is connected to a tag communication antenna 21, and communicates with the RFID tags 25, 26, and 27 provided in the respective products 22, 23, and 24 via the tag communication antenna 21 in a contactless manner. To read the data in the IC chip memory of each RFID tag 25, 26, 27.

詳しく述べると、RFIDタグリーダ12は、コンピュータ11とのインターフェイス部と、制御部と、変調部と、復調部とを備えている。そして、コンピュータ11からインターフェイス部を介してRFIDタグの読取実行コマンドが入力されると、制御部は、この読取り実行コマンドを変調部で変調し、変調電波としてタグ交信用アンテナ21から発信させる。   More specifically, the RFID tag reader 12 includes an interface unit with the computer 11, a control unit, a modulation unit, and a demodulation unit. Then, when an RFID tag read execution command is input from the computer 11 via the interface unit, the control unit modulates the read execution command by the modulation unit, and transmits the modulated radio wave from the tag communication antenna 21.

各RFIDタグ25,26,27は、ループコイルアンテナとICチップとを備えている。ICチップには不揮発性のメモリが実装されており、RFIDタグ製造時に設定されるタグ識別子としてのIDが固定的に記憶されている。またメモリには、ユーザが任意にデータを書き込めるユーザエリアが確保されており、本実施の形態では、各RFIDタグ25,26,27には、それぞれ貼付された商品22,23,24の識別コードが少なくとも書込み保存されている。   Each of the RFID tags 25, 26, and 27 includes a loop coil antenna and an IC chip. A non-volatile memory is mounted on the IC chip, and an ID as a tag identifier set at the time of manufacturing the RFID tag is fixedly stored. In addition, a user area in which the user can arbitrarily write data is secured in the memory, and in the present embodiment, the identification codes of the products 22, 23, and 24 attached to the RFID tags 25, 26, and 27, respectively. Is at least written and saved.

しかして、タグ交信用アンテナ21の交信可能範囲内に存在するRFIDタグ25,26,27は、読取り実行コマンドの変調電波をループコイルアンテナで受信したことに応じて起電し、メモリ内のIDとユーザエリアのデータを変調してループコイルアンテナから電波を発信する。この電波がタグ交信用アンテナ21で受信されると、RFIDタグリーダ12の制御部は、この受信電波を復調部で復調し、復調されたRFIDタグデータ,つまりはIDとユーザエリアのデータとをインターフェイス部を介してコンピュータ11に出力する。   Thus, the RFID tags 25, 26, and 27 existing within the communicable range of the tag communication antenna 21 generate power in response to receiving the modulated radio wave of the read execution command by the loop coil antenna, and the ID in the memory. The user area data is modulated and radio waves are transmitted from the loop coil antenna. When the radio wave is received by the tag communication antenna 21, the control unit of the RFID tag reader 12 demodulates the received radio wave by the demodulation unit, and interfaces the demodulated RFID tag data, that is, ID and user area data. To the computer 11 via the unit.

ここで本実施の形態では、RFIDタグ25,26,27とRFIDタグリーダ12との交信制御にアンチコリジョン(衝突防止)という方式が用いられている。これにより、1つのRFIDタグリーダ12の交信可能範囲内に複数のRFIDタグ25,26,27が存在していた場合には、各RFIDタグ25,26,27のデータが一括してRFIDタグリーダ12によって読取られ、コンピュータ11に出力される。なお、上記例ではRFIDタグが3つの場合を示したが、1または2つあるいは4つ以上のRFIDタグがRFIDタグリーダ12の交信可能範囲内に存在していた場合には、読取りエラーが生じない限り、これらのRFIDタグのデータが一括して読取られる。   Here, in the present embodiment, a system called anti-collision (collision prevention) is used for communication control between the RFID tags 25, 26, and 27 and the RFID tag reader 12. As a result, when there are a plurality of RFID tags 25, 26, and 27 within the communicable range of one RFID tag reader 12, the data of the RFID tags 25, 26, and 27 are collectively collected by the RFID tag reader 12. It is read and output to the computer 11. In the above example, three RFID tags are shown. However, when one, two, or four or more RFID tags exist within the communicable range of the RFID tag reader 12, no reading error occurs. As long as the data of these RFID tags is read at once.

RFIDタグリーダ12とコンピュータ11のコントローラ13とは、ドライバ16を介して接続されている。ドライバ16には、RFIDタグリーダ12とのインターフェイスを提供するミドルウェアとして、RFIDタグリーダ制御プログラムが実装されている。このRFIDタグリーダ制御プログラムの作用により、ドライバ16は、RFIDタグリーダ12で読取られた1乃至複数のRFIDタグのデータをデータ一時格納バッファ17に格納する動作を行う。データ一時格納バッファ17は、図2に示すように、1つのRFIDタグのIDとユーザエリアのデータを対応付けて複数タグ分記憶できるようになっている。また、RFIDタグデータ毎に処理済か否かを識別するための処理済フラグfが記憶される。ドライバ16は、RFIDタグリーダ制御プログラムの作用により、データ一時格納バッファ17から未処理のRFIDタグデータを順次読出し、コントローラ13に供給する動作を行う。   The RFID tag reader 12 and the controller 13 of the computer 11 are connected via a driver 16. The driver 16 is installed with an RFID tag reader control program as middleware that provides an interface with the RFID tag reader 12. By the action of the RFID tag reader control program, the driver 16 performs an operation of storing data of one or more RFID tags read by the RFID tag reader 12 in the data temporary storage buffer 17. As shown in FIG. 2, the temporary data storage buffer 17 can store the ID of one RFID tag and the data of the user area in correspondence with a plurality of tags. In addition, a processed flag f for identifying whether or not processing has been performed for each RFID tag data is stored. The driver 16 sequentially reads unprocessed RFID tag data from the data temporary storage buffer 17 and supplies it to the controller 13 by the action of the RFID tag reader control program.

上記ドライバ16の動作について、図4及び図5の流れ図を参照しながらさらに詳しく説明する。なお、この動作は、RFIDタグリーダ制御プログラムにより実現されるものである。   The operation of the driver 16 will be described in more detail with reference to the flowcharts of FIGS. This operation is realized by an RFID tag reader control program.

すなわちドライバ16は、初期状態としてコントローラ13からデータ取得指示があるのを待機している(図4,ST11)。データ取得指示があると、ドライバ16は、データ一時格納バッファ17を初期化する(図4,ST12)。また、後述する確認ループ処理を起動する(図4,ST13)。   That is, the driver 16 waits for a data acquisition instruction from the controller 13 as an initial state (FIG. 4, ST11). When there is a data acquisition instruction, the driver 16 initializes the data temporary storage buffer 17 (FIG. 4, ST12). Also, a confirmation loop process described later is started (FIG. 4, ST13).

次に、ドライバ16は、RFIDタグリーダ12に対して読取り実行コマンドを送信する(図4,ST14)。これにより、RFIDタグリーダ12では、タグ交信用アンテナ21の交信可能範囲内に存在するRFIDタグのIDとユーザエリアのデータとからなるRFIDタグデータが一括して読取られる。そして、この一括読取りされた全てのRFIDタグデータがドライバ16に入力される。   Next, the driver 16 transmits a read execution command to the RFID tag reader 12 (FIG. 4, ST14). As a result, the RFID tag reader 12 collectively reads RFID tag data including the ID of the RFID tag and the user area data existing within the communicable range of the tag communication antenna 21. Then, all the RFID tag data read in a batch are input to the driver 16.

そこでドライバ16は、RFIDタグリーダ12によってRFIDタグデータが読取られ入力されたことを確認すると(図4,ST15)、その一括読取りされた全てのRFIDタグデータをRFIDタグ毎にIDとユーザエリアのデータとに分割する(図4,ST16:データ分割手段)。そして、分割されたRFIDタグデータ毎にそのIDでデータ一時格納バッファ17を検索し(図4,ST17)、同一IDのデータが既に格納されているか否かを判断する(図4,ST18)。   Therefore, when the driver 16 confirms that the RFID tag data has been read and inputted by the RFID tag reader 12 (FIG. 4, ST15), all the RFID tag data read at once is sent to the ID and user area data for each RFID tag. (FIG. 4, ST16: data dividing means). Then, for each divided RFID tag data, the data temporary storage buffer 17 is searched with the ID (FIG. 4, ST17), and it is determined whether data with the same ID has already been stored (FIG. 4, ST18).

ここで、同一IDのデータが既に格納されている場合には、読取った当該IDのRFIDタグデータを破棄する(図4,ST19)。同一IDのデータが格納されていない場合には、当該IDのRFIDタグデータを未処理のフラグ情報(f=0とする)とともにデータ一時格納バッファ17に順次格納する(図4,ST20:データ書込み手段)。   If data with the same ID has already been stored, the read RFID tag data with the ID is discarded (FIG. 4, ST19). When data with the same ID is not stored, RFID tag data with the ID is sequentially stored in the data temporary storage buffer 17 together with unprocessed flag information (f = 0) (FIG. 4, ST20: data write) means).

こうして、RFIDタグリーダ12によって一括読取りされた全てのRFIDタグデータについて、既に同一IDのデータがデータ一時格納バッファ17に格納されている場合にはその読取られたRFIDタグデータを破棄し、格納されていない場合にはその読取られたRFIDタグデータを未処理のフラグ情報とともにデータ一時格納バッファ17に順次格納する処理を完了したならば、ドライバ16は、コントローラ13からデータ取得終了指示が有ったか否かを判断する(図4,ST21)。   Thus, for all RFID tag data collectively read by the RFID tag reader 12, if the data with the same ID is already stored in the data temporary storage buffer 17, the read RFID tag data is discarded and stored. If not, the driver 16 determines whether or not the controller 13 has received a data acquisition end instruction after completing the process of sequentially storing the read RFID tag data together with the unprocessed flag information in the data temporary storage buffer 17. Is determined (FIG. 4, ST21).

ここで、データ取得終了指示がないと判断した場合には、ドライバ16は、再度、RFIDタグリーダ12に対して読取り実行コマンドを送信する(図4,ST14)。そして、それ以後の処理(図4,ST15〜ST21)を再度実行する。   If it is determined that there is no data acquisition end instruction, the driver 16 transmits a read execution command to the RFID tag reader 12 again (FIG. 4, ST14). Then, the subsequent processing (FIG. 4, ST15 to ST21) is executed again.

これに対し、データ取得終了指示があったと判断した場合には、ドライバ16は、確認ループ処理を停止させる(図4,ST22)。以上で、コントローラ13からのデータ取得指示に対する動作を終了する。   On the other hand, if it is determined that there has been a data acquisition end instruction, the driver 16 stops the confirmation loop process (FIG. 4, ST22). Thus, the operation for the data acquisition instruction from the controller 13 is completed.

またドライバ16は、確認ループ処理が起動されると、データ一時格納バッファ17に未処理(f=0)のRFIDタグデータが格納されているか否かを検索する(図5,ST31)。そして、未処理のRFIDタグデータが格納されていることを検出した場合には(図5,ST32)、ドライバ16は、データ一時格納バッファ17から格納順位が最も早い未処理のRFIDタグデータを取出す。このとき、当該RFIDタグデータのフラグfを処理済(f=1とする)に更新する(図5,ST33)。   Further, when the confirmation loop process is activated, the driver 16 searches whether or not unprocessed (f = 0) RFID tag data is stored in the data temporary storage buffer 17 (FIG. 5, ST31). When it is detected that unprocessed RFID tag data is stored (FIG. 5, ST32), the driver 16 takes out the unprocessed RFID tag data having the earliest storage order from the data temporary storage buffer 17. . At this time, the flag f of the RFID tag data is updated to have been processed (f = 1) (FIG. 5, ST33).

次に、ドライバ16は、データ一時格納バッファ17から取出したRFIDタグデータをコントローラ13へ供給する(図5,ST34:データ供給手段)。しかる後、ドライバ16は、コントローラ13から受取確認指示が有るのを待機する(図5,ST35)。そして受取確認指示を受け取ったならば、ドライバ16は、再度、データ一時格納バッファ17に未処理のRFIDデータが格納されているか否かを検索する(図5,ST31)、そして、未処理のRFIDデータが格納されていることを検出した場合には(図5,ST32)、上記処理(図5,ST33〜ST35)を再度実行する。   Next, the driver 16 supplies the RFID tag data extracted from the data temporary storage buffer 17 to the controller 13 (FIG. 5, ST34: data supply means). Thereafter, the driver 16 waits for a receipt confirmation instruction from the controller 13 (FIG. 5, ST35). When receiving the receipt confirmation instruction, the driver 16 searches again whether or not unprocessed RFID data is stored in the temporary data storage buffer 17 (FIG. 5, ST31), and then unprocessed RFID. When it is detected that data is stored (FIG. 5, ST32), the above processing (FIG. 5, ST33 to ST35) is executed again.

このように、ドライバ16は、RFIDタグリーダ12によって一括読取りされた複数のRFIDタグデータをそのままコントローラ13に供給するのではなく、RFIDタグ毎に分割してデータ一時格納バッファ17に一時記憶し、このバッファ17に記憶されたRFIDタグデータを1データずつ順番に取出してコントローラ13に供給するようにプログラム制御されている。   As described above, the driver 16 does not supply a plurality of RFID tag data collectively read by the RFID tag reader 12 to the controller 13 as it is, but divides the RFID tag data for each RFID tag and temporarily stores them in the data temporary storage buffer 17. Program control is performed so that the RFID tag data stored in the buffer 17 is sequentially extracted and supplied to the controller 13 one by one.

したがって、かかる機能を有したドライバ16を備えてなるコンピュータ11においては、RFIDタグデータを使用するアプリケーションプログラムの構造は、基本的には図3の流れ図に示す構造であればよい。   Therefore, in the computer 11 including the driver 16 having such a function, the structure of the application program using the RFID tag data may basically be the structure shown in the flowchart of FIG.

すなわち先ず、第1の処理ステップST1として、RFIDタグデータの取得指示をドライバ16に与える。これにより、ドライバ16からは、RFIDタグリーダ12でRFIDタグデータが一括読取りされた場合には、そのうち最も早くデータ一時格納バッファ17に格納されたRFIDタグデータが供給されてくるので、第2の処理ステップST2として、RFIDタグデータの取込有無を判断する。そしてデータ取込有りの場合には、第3の処理ステップST3として、ドライバ16から供給されてきたRFIDタグデータに対して所定の処理(販売商品登録業務,入荷商品検品業務,在庫商品棚卸業務等の処理)を実行する。   That is, first, as a first processing step ST1, an instruction to acquire RFID tag data is given to the driver 16. As a result, when the RFID tag reader 12 reads the RFID tag data all at once, the RFID tag data stored in the temporary data storage buffer 17 is supplied first from the driver 16. In step ST2, it is determined whether or not RFID tag data is taken in. If there is data fetching, as a third processing step ST3, predetermined processing (sales product registration business, incoming product inspection business, stock product inventory business, etc.) is performed on the RFID tag data supplied from the driver 16. Process).

次いで、第4の処理ステップST4として、当該RFIDタグデータに対する処理終了を判断する。そして処理終了の場合には、第5の処理ステップST5として、データ受取確認指示をドライバ16に与える。これにより、ドライバ16からは、次なるRFIDタグデータがデータ一時格納バッファ17に格納されている場合にはそのRFIDタグデータが供給されてくるので、第2の処理ステップST2に戻り、RFIDタグデータの取込有無を判断する。そしてデータ取込有りの場合には、第3の処理ステップST3として、ドライバ16から供給されてきたRFIDタグデータに対して所定の処理を実行する。これに対し、データ一時格納バッファ17に格納された全てのRFIDタグデータについて処理が実行され、データの取込み無しを判断した場合には、第6の処理ステップST6として、データ取得終了指示をドライバ16に与える。   Next, as the fourth processing step ST4, it is determined whether or not the RFID tag data has been processed. When the processing is completed, a data reception confirmation instruction is given to the driver 16 as a fifth processing step ST5. As a result, when the next RFID tag data is stored in the data temporary storage buffer 17, the RFID tag data is supplied from the driver 16, so the process returns to the second processing step ST2, and the RFID tag data is returned. Judge whether or not to import. If there is data capture, a predetermined process is performed on the RFID tag data supplied from the driver 16 as a third processing step ST3. On the other hand, when all the RFID tag data stored in the temporary data storage buffer 17 are processed and it is determined that no data is taken in, as a sixth processing step ST6, a data acquisition end instruction is issued to the driver 16. To give.

このようなアプリケーションプログラムのST1〜ST6の構造は、既存のバーコードデータを使用するアプリケーションプログラムと基本的に一致している。すなわち、既存のバーコードデータを使用するアプリケーションプログラムにおいても、先ず、バーコードデータの取得をドライバ6に指示し、バーコードリーダ2で読取られた1つのバーコードデータが取り込まれるとそれを処理する。そして、処理を完了すると、データ受取確認指示をドライバ6に与え、これに応じて次のバーコードデータが取り込まれると、これを処理するものとなっている。   The structure of ST1 to ST6 of such an application program basically matches the existing application program that uses barcode data. That is, even in an application program that uses existing barcode data, first, the driver 6 is instructed to acquire barcode data, and when one barcode data read by the barcode reader 2 is captured, it is processed. . When the processing is completed, a data reception confirmation instruction is given to the driver 6, and when the next bar code data is fetched accordingly, this is processed.

したがって、本実施の形態によれば、RFIDタグデータに対応するアプリケーションプログラムを開発する際にも、バーコードデータに対応して開発されたアプリケーションプログラムと同様に、コントローラ13にRFIDタグデータが1点ずつ入力されることを前提に作ればよいので、バーコードからRFIDタグへの移行に伴うアプリケーションプログラムの改造量を少なくすることができる。その結果、プログラムの開発に伴うコストを大幅に低減することができ、商品管理システムにおいて、バーコードからRFIDタグへの移行をスムーズに行えるようになる。   Therefore, according to the present embodiment, when developing an application program corresponding to RFID tag data, one point of RFID tag data is stored in the controller 13 as in the case of an application program developed corresponding to barcode data. Since it is only necessary to make input on the assumption that it is input one by one, it is possible to reduce the amount of modification of the application program that accompanies the transition from barcode to RFID tag. As a result, the cost associated with the development of the program can be greatly reduced, and the product management system can smoothly transition from the barcode to the RFID tag.

なお、前記実施の形態では、小売店舗における商品管理システムに本発明を適用する場合を示したが、本発明はこれに限定されるものではなく、バーコードを用いた物品管理システム全般においてRFIDタグを用いた物品管理システムに移行する際に適用できるものである。   In the above embodiment, the case where the present invention is applied to a merchandise management system in a retail store has been described. However, the present invention is not limited to this, and an RFID tag is generally used in an article management system using a barcode. It can be applied when shifting to an article management system using the.

本発明の一実施の形態である商品管理システムを示す概略構成図。BRIEF DESCRIPTION OF THE DRAWINGS The schematic block diagram which shows the merchandise management system which is one embodiment of this invention. 同システムが有するデータ一時格納バッファのデータ構造を示す模式図。The schematic diagram which shows the data structure of the data temporary storage buffer which the system has. 同システムに実装されるアプリケーションプログラムの基本的構造を示す流れ図。The flowchart which shows the basic structure of the application program mounted in the system. 同システムにおけるドライバが実行するRFIDタグリーダ制御処理の要部手順を示す流れ図。The flowchart which shows the principal part procedure of the RFID tag reader control process which the driver in the system performs. 同システムにおけるドライバが実行する確認ループ処理の要部手順を示す流れ図。The flowchart which shows the principal part procedure of the confirmation loop process which the driver in the system performs. 従来のバーコードを用いた商品管理システムを実現するための概略構成図。The schematic block diagram for implement | achieving the merchandise management system using the conventional barcode.

符号の説明Explanation of symbols

11…コンピュータ、12…RFIDタグリーダ、13…コントローラ、14…記憶部、15…インターフェイス部、16…ドライバ、17…データ一時格納バッファ、21…タグ交信用アンテナ、25,26,27…RFIDタグ。   DESCRIPTION OF SYMBOLS 11 ... Computer, 12 ... RFID tag reader, 13 ... Controller, 14 ... Memory | storage part, 15 ... Interface part, 16 ... Driver, 17 ... Data temporary storage buffer, 21 ... Tag communication antenna, 25, 26, 27 ... RFID tag

Claims (6)

RFID(Radio Frequency Identification)タグとの交信制御にアンチコリジョン方式を用いることで複数のRFIDタグからデータを一括読取可能なRFIDタグリーダの制御装置において、
複数のRFIDタグのデータを記憶可能なデータバッファと、
前記RFIDタグリーダで一括読取りされた複数のRFIDタグのデータをRFIDタグ毎に分割して前記データバッファに書き込むデータ書込み手段と、
前記データバッファに書き込まれたRFIDタグのデータを1データずつ読み出し、RFIDタグのデータを処理するコントローラに供給するデータ供給手段と、
を具備したことを特徴とするRFIDタグリーダ制御装置。
In an RFID tag reader controller that can collectively read data from a plurality of RFID tags by using an anti-collision method for communication control with an RFID (Radio Frequency Identification) tag,
A data buffer capable of storing data of a plurality of RFID tags;
Data writing means for dividing the data of a plurality of RFID tags collectively read by the RFID tag reader for each RFID tag and writing the data into the data buffer;
Data supply means for reading the RFID tag data written in the data buffer one by one and supplying the data to the controller for processing the RFID tag data;
An RFID tag reader control device comprising:
前記データ供給手段は、前記コントローラから供給済データの受取完了指示を受けたことに応じて次なる1つのRFIDタグデータを読出し、前記コントローラに供給することを特徴とする請求項1記載のRFIDタグリーダ制御装置。   2. The RFID tag reader according to claim 1, wherein the data supply means reads out the next one RFID tag data in response to receiving a received data reception completion instruction from the controller and supplies the data to the controller. Control device. 前記データ書込み手段は、RFIDタグ毎に分割されたデータを前記データバッファに書き込む際に、同一RFIDタグのデータが既にデータバッファに書き込まれているか否かを判断し、書き込まれている場合には書き込むべきデータを破棄することを特徴とする請求項1記載のRFIDタグリーダ制御装置。   The data writing means determines whether or not the data of the same RFID tag is already written in the data buffer when the data divided for each RFID tag is written in the data buffer. 2. The RFID tag reader control device according to claim 1, wherein data to be written is discarded. RFIDタグとの交信制御にアンチコリジョン方式を用いることで複数のRFIDタグからデータを一括読取可能なRFIDタグリーダを接続するとともに、前記RFIDタグのデータを用いて業務を処理するアプリケーションプログラムが実装されたコンピュータに、
前記RFIDタグリーダで一括読取りされた複数のRFIDタグのデータをRFIDタグ毎に分割する機能と、
RFIDタグ毎に分割されたRFIDタグデータを記憶する機能と、
記憶されたRFIDタグデータを1データずつ前記アプリケーションプログラムに引き渡す機能と、
を実現させることを特徴とするRFIDタグリーダ制御プログラム。
An RFID tag reader capable of reading data from a plurality of RFID tags at a time is connected by using an anti-collision method for communication control with the RFID tag, and an application program for processing business using the data of the RFID tag is implemented. On the computer,
A function of dividing data of a plurality of RFID tags collectively read by the RFID tag reader for each RFID tag;
A function of storing RFID tag data divided for each RFID tag;
A function of handing over stored RFID tag data to the application program one by one;
An RFID tag reader control program characterized by realizing the above.
前記RFIDタグデータを前記アプリケーションプログラムに引き渡す機能は、RFIDタグデータを引き渡した前記アプリケーションプログラムから受取完了の指示を待って次なるRFIDタグデータを引き渡す機能であることを特徴とする請求項4記載のRFIDタグリーダ制御プログラム。   5. The function of delivering the RFID tag data to the application program is a function of delivering next RFID tag data after waiting for a reception completion instruction from the application program that delivered the RFID tag data. RFID tag reader control program. 前記RFIDタグデータを記憶する機能は、記憶すべきデータが既に記憶されているRFIDタグのデータか否かを判断し、既に記憶されているRFIDタグのデータの場合にはその記憶すべきデータを破棄する機能を含むことを特徴とする請求項4記載のRFIDタグリーダ制御プログラム。   The function of storing the RFID tag data is to determine whether the data to be stored is already stored RFID tag data, and in the case of already stored RFID tag data, the data to be stored is determined. The RFID tag reader control program according to claim 4, further comprising a function of discarding.
JP2005245862A 2005-08-26 2005-08-26 RFID tag reader control device and RFID tag reader control program Expired - Fee Related JP4746940B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005245862A JP4746940B2 (en) 2005-08-26 2005-08-26 RFID tag reader control device and RFID tag reader control program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005245862A JP4746940B2 (en) 2005-08-26 2005-08-26 RFID tag reader control device and RFID tag reader control program

Publications (2)

Publication Number Publication Date
JP2007058741A true JP2007058741A (en) 2007-03-08
JP4746940B2 JP4746940B2 (en) 2011-08-10

Family

ID=37922153

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005245862A Expired - Fee Related JP4746940B2 (en) 2005-08-26 2005-08-26 RFID tag reader control device and RFID tag reader control program

Country Status (1)

Country Link
JP (1) JP4746940B2 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001160162A (en) * 1999-12-03 2001-06-12 Fuji Xerox Co Ltd Parallel identification system
JP2002072812A (en) * 2000-08-23 2002-03-12 Canon Inc Device and method for image formation
JP2003030601A (en) * 2001-07-17 2003-01-31 Nippon Avionics Co Ltd Non-contact type reader-writer

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001160162A (en) * 1999-12-03 2001-06-12 Fuji Xerox Co Ltd Parallel identification system
JP2002072812A (en) * 2000-08-23 2002-03-12 Canon Inc Device and method for image formation
JP2003030601A (en) * 2001-07-17 2003-01-31 Nippon Avionics Co Ltd Non-contact type reader-writer

Also Published As

Publication number Publication date
JP4746940B2 (en) 2011-08-10

Similar Documents

Publication Publication Date Title
US7777629B2 (en) Apparatus and method for preventing loss of baggage using RFID
US20070069863A1 (en) IC tag, method of controlling the IC tag, and IC tag system
US9019290B2 (en) Information processing apparatus, information processing system, information processing method and program
EP2854072B1 (en) Device and method for bulk encoding tags
KR100689741B1 (en) Non-contact ic tag system
JP4319683B2 (en) Wireless tag reader
JP4659566B2 (en) RFID tag reader control device and RFID tag reader control program
JP4794155B2 (en) Goods management system
JP2007011838A (en) Rfid type information management system
JP4746940B2 (en) RFID tag reader control device and RFID tag reader control program
JP2009093434A (en) Wireless tag reading device and method
JP2005157645A (en) Reading device and antenna drive method for the reading device
JP4167425B2 (en) Article management system using RF-ID media
JP4837290B2 (en) Article explorer
JP4550695B2 (en) RFID tag reader control device and RFID tag reader control program
JP5108836B2 (en) Data writing apparatus and program
JP2008176633A (en) Wireless tag reader and reading method
JP2011198106A (en) Portable electronic device
JP2008094588A (en) Article management method and article management system using the method
JPH1196463A (en) Merchandise management system and method therefor
JP2021135568A (en) Tag reader
JP2606183B2 (en) Information storage medium and its issuing machine
JP2023170728A (en) Information processing apparatus, information processing system, program, and information processing method
JP4796887B2 (en) Article management apparatus and method, and program
KR20060036138A (en) Information management system with rf-id reader

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080122

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20101210

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110104

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110304

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20110510

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20110516

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

Free format text: PAYMENT UNTIL: 20140520

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees