Open access

Tag Movement Direction Estimation Methods in an RFID Gate System

Written By

Yoshinori Oikawa

Submitted: 17 February 2011 Published: 20 July 2011

DOI: 10.5772/18549

From the Edited Volume

Current Trends and Challenges in RFID

Edited by Cornel Turcu

Chapter metrics overview

2,876 Chapter Downloads

View Full Metrics

1. Introduction

An RFID system is desired to be introduced in large gate management systems because it can read the ID of a large number of target objects simultaneously in the field of logistics and retail business. Especially, UHF RFID has gathered significant interest since it has the advantage of long distance reading and low cost of tags. Customers using an RFID gate system require several convenient functions. One of them is to know the tag movement direction for the purpose of recognition in warehousing or shipment for inventory management. Moreover it can check for undesirable objects or prevent theft. For this purpose, some sensors are established at the entrance and the exist side of the gate system in an existing system. Therefore the direction of movement of tags is judged by the time difference in the passing time at these sensors. For example, the future store of the Metro group used this gate system for their stock management system of the backyard system [1]. However, in these systems it is necessary to use optional expensive equipment such as several sensors.

In this chapter, an effective tag movement direction detection method is proposed in which an original tag communication system is used as much as possible without using optional equipment.

Advertisement

2. Estimation methods of the RF tag movement direction

It is basically necessary for the judgment of tag movement to obtain two or more time information of an object. For obtaining that information, it is common to use two sensors on both sides of the gate. This method corresponds to the Range-based method, which is a location allocation system (LAS) method using a fixed anchor [2][3][4][5]. A conventional RFID gate system using photoelectric sensors is shown in Fig.1. This gate can detect the movement direction of an RF tag by judging the difference between the two passing times at each sensor. For example, because the RF tag moves from the left side to the right side in the case of Fig.1, sensor 1 detects it in advance of the detection at sensor 2. Here, a new method of applying the Range-free method to RF tag direction detection is proposed.

Figure 1.

Conventional RFID gate system

Advertisement

3. Proposed methods

3.1. Basic principle

Detection measures for measuring the time difference are considered for the RF tag and reader antennas. A double antenna method using two antennas is proposed. The configuration of this method is shown in Fig.2. The basic algorithm is that the tag movement direction is estimated by measuring the time difference of two antennas. The merit of this method is that the direction of each tag can be estimated independently. The conventional sensor system can detect only for the bulk in the case of many tags. The proposed method can estimate the movement direction for each tag even if some tags move in the opposite direction toward the other tags simultaneously.

Figure 2.

Double antenna method

3.2. Attributes for estimation

The types of information obtained from a tag is the read count, received power and transmission delay. In this chapter, the former two types of information are studied because they are simpler than the last one. Three methods are considered for judgment of the detection time. They are (1) tag read time, (2) the time over the preset threshold, and (3) total judgment that considers the detection pattern or weighted time. In the case of using the time sequence pattern in the third method above, the processing function is very heavy because of complication of its algorithm. That does not match the philosophy of Range-free. Therefore, in this chapter, a weighted time center method for the third method is proposed. Each method is shown in Table 1.

Attribute
Method
(a) Read count
(n)
(b) Recived power
(Pr)
(1) Tag read n 1 -
(2) Threshold n T h 1 P r T h 2
(3) Weighted
center
i ( n i t i ) i n i i ( P r i t i ) i P r i

Table 1.

Decision criteria of detection time

3.3. Basic model regarding received power

A basic model of an RFID system is shown in Fig. 3. The received power of a tag (chip) Ptr and the received power of a reader Pr are as follows using Friss’s formula [6].

P t r = P t + G r t L a + G t r E1
P r = P t + G r t L + a G t r L m + G t t L a + G r r = P t + ( G r t + G r r ) + ( G t r + G t t ) 2 L a L m E2
L a = 20 log ( 4 π λ d ) E3

Here, Grt and Grr is the transmission gain and received gain of the reader antenna, Gtt and Gtr is the transmission gain and received gain of the tag antenna, Lm is the internal loss of the tag, La is the propagation loss in the air, d is the read distance, λ is the wavelength. Generally, the antenna of an RFID system can be used for both transmission and reception. Therefore, let Gr=Grt=Grr, Gt=Gtt=Gtr, then eq. (1) and eq. (2) are

P t r = P t + G r + G t L a E4
P r = P t + 2 ( G r + G t L a ) L m E5

Measurement results of Pr in the case of Pt=1W(30dBm), Gr=6dBiC(circular polarization antenna), Gt=0dBil(linear polarization antenna) are shown in Fig.4. This shows that the results are the same as the calculated values. Since the tag internal loss Lm depends on vendor or input level, the value of the actual used tag chip is applied.

Figure 4 shows that the distance (read range) between the reader and the tag can be approximately estimated by measuring Pr. In eq. (4) and (5), Pr is a maximum when the tag is just in front of the reader antenna. However, Pr decreases as the tag moves into farther from the center of the antenna because of its directional loss. Measurement results and calculated values of Pr vs. the distance x between the center of the reader and tag are shown in Fig.5. From Fig.5, the tag’s nearest point (x=0) to the reader can be estimated.

Figure 3.

RFID system model

Figure 4.

Read range vs Received power

3.4. Comparison of detection methods

3.4.1. Method 1

In Method 1, the starting time to read a tag is detected as shown in Table 1(1) even if read only one time. In an actual RFID system, because tags are inventoried in advance of reading the tag, the inventory time can also be used. This method is so simple. However, it is hard to increase the decision accuracy since it sometimes happens to inverse the sequence of the read time of the two antennas.

Figure 5.

Measurement result (x vs Pr)

3.4.2. Method 2

Incorrect judgment sometimes occurs due to a passing read for a reflected RF wave in the case of Method 1.

Method 2 uses the threshold of detected values and judges the direction using the time difference between each time when the detected value is over each threshold as shown in Table 1(2). This method is able to increase the accuracy of detection. However, it is sometimes hard to decide the threshold because the read count depends on the speed of movement and the received power depends on the distance between the reader antenna and the tag.

3.4.3. Method 3

Method 3 is proposed for improvement of the two methods, i.e. prevention of tentative read error caused by the influence of reflection or null points. The principal of this method is to estimate the time of the tag’s nearest position from the reader antenna. Wilson has proposed the method for localization using the passive tag count percentage [7]. In this approach, tags can be estimated the closest position by detecting the peak point. However, it is difficult to adopt this method as RFID gate system because the variation of detected value reaches up to several tens of meters and is equivalent to the distance between two antennas. Therefore the algorithm we proposed is that each read time is weighted by the read count n or received power Pr, and the tag direction is estimated by the calculated difference between two weighted centers of two antennas. Recently, RFID readers become to have high-performance received power detection function [8]. Therefore, here, this method will be explained using the received power as the tag attribute. Figure 6 shows the judgment procedure of the three methods.

The detailed detection method is explained in Method 3. The received power is a function of time actually because the tag goes through at a speed of v (m/s).

Eq.(5) is shown as eq.(6) from Fig.2 and Fig.5. Δt in Fig.2 is the time deference between the passing time at the front of the reader antenna (tc) and the present time (t).

Figure 6.

Three methods in double antenna method

P r ( t ) = P t + 2 ( G r ( t ) + G t ( t ) L ( t ) a ) L m E6

The estimation procedure is as follows.

When the certain time before the reader starts to read tags put t0, weighted center of read time tw1(tk) and tw2(tk) from time t0 to time tk of antenna 1 and antenna 2 are

t w 1 ( t k ) = i = 0 k P r 1 ( t i ) t i i = 0 k P r 1 ( t i ) E7
t w 2 ( t k ) = i = 0 k P r 2 ( t i ) t i i = 0 k P r 2 ( t i ) E8

where Pr1(t) and Pr2(t) are the received power of the two antennas at time t.

In the eq.(7) or (8), when tw2(tk)-tw1(tk)>0, it is judged that the tag moved from antenna 1 to antenna 2, and when tw2(tk)-tw1(tk)<0, it is judged that the tag moved from antenna 2 to antenna 1. The calculated results in the case of Fig.6 is shown in Fig.7.

When tw1 and tw2 in the case of stable values after the elapse of a certain period of time put T1 and T2, respectively, the tag direction is finally judged by T2-T1 as shown in Fig.6.

Figure 7.

Shift with time of tw1 and tw2 in Method 3

Measurement results and the experimental environment using 10 dense tags are shown in Fig.8 and Fig.9. Measurement conditions are shown below.

Pt=30 dBm, Gr=6 dBiC, Gt=0 dBil, D=90 cm, xa=60 cm, v=1 m/s, height of antenna=1.3 m, data rate=80 kbps, Reader: NEC TOKIN (Speedway)

Tags: UPM Raflatac ShortDipole

movement direction: from antenna 1 to antenna 2 (T2-T1>0)

Because the distance between two antennas that are the same type is 60 cm, T2-T1 becomes 0.6 seconds in theory. There are occasional erroneous decisions because of reflection or interference in severe measurement environment, which causes undesirable reading in method 1, and tags placed in the middle (e.g. tag #3, #4, #7 and #8 in Fig.8) are hard to read in method 2.

On the other hand, method 3 is very stable because it is not misjudged, has low deviation and a desirable average. Figure 10 shows the time transition of the difference tw2-tw1 in method 3. We can see this method can obtain a stable and correct result (expectant value in the case of Fig.10 is 0.6s) even in the case of misjudgments caused by reflection and interference in the measurement stage.

Advertisement

4. Measurement results in Method 3

4.1. Detection of the tag direction

The detail performance of Method 3 was measured. Figure 11 shows the tag read counts and time difference T2-T1 in the case of two methods.

Though the deviation is wider in the case of a low read count, the judgment result is plus in pattern 1, and minus in pattern 2. Therefore it has enough stability for use as an actual tag direction decision tool. Pattern 3 shows the results in the illegal case assuming turning back in the center of the antenna. In this case, the expectation value is 0. Figure 12 shows the summary of means m and deviation σ of the measurement results of Fig.11.

By the way, an RFID system needs anti-collision technology that prevents no-read situations caused by collision when many tags are read simultaneously. The sequence to read tags is

Figure 8.

Different time between two antennas

Figure 9.

Photograph of experimental environment

Figure 10.

Relative time vs (tw2-tw1) in method 3

Figure 11.

Relative time vs (tw2-tw1) in method 3

random because a typical anti-collision system is used for using the probabilistic approach [9]. A variation of tag read sequence directly becomes a validation of detection time difference. Therefore, when a weighted center is normally-distributed, the time difference T2-T1 is also independent and identically distributed because of its reproducing property.

From Fig.12, it is assumed that the criteria of detection precisely is 3σ or less, and the tag direction can be judged correctly from the data of pattern 1 and pattern 2. However, a data rate up to round 640kbps is necessary when the difference from abnormal action such as turning needs to be detected (pattern 3 in Fig.12).

Figure 12.

Measurement results of (T2-T1)

4.2. Estimation of the tag moving speed

The detail performance of Method Moreover, the speed of movement can be also estimated by measuring the time difference T2-T1 because the distance between two antennas is fixed.

Figure 13 shows the measurement results of the movement speed.

Variation of measurement results in the case of v=2m/s is larger than in other cases because the precise speed is inversely proportional to the speed of movement of the measurer. Figure 13 shows that this method can estimate not only the tag direction but also the speed of movement. It is very useful to set the threshold Th of movement speed as the decision criteria in order to increase the accuracy. For example, when the threshold Th1 and Th2 are set to -3.5 and 3.5 respectively, it is possible to eliminate abnormal movement such as turning in Fig.13.

Figure 13.

Measurement results of moving speed

4.3. Effect of the orientation of the tag

Generally, a tag are used a liner polarized dipole antenna in consideration of read range and cost. In this case, the read performance in reader depends on the orientation of the tag. The tag movement detection results of the time difference T2-T1 in three cases is shown in Fig.14.

Figure 14.

Different time between two antennas

T2-T1 of the tags that have 90 degrees angle against the reader antenna ((3) in Fig.14) varies widely because they are hard to be read. The percentage of read in this case was 79% and the accuracy among tags to be read was 95%. However, when tags set 45 degrees angle, the movement direction of tags can be detected with as high accuracy as a parallel case ((1) in Fig.14). In other words, it is useful to tilt two antennas of the reader in place of tags.

4.4. Effect of the intersection of the tags

In actual cases, it may happen that two tag groups pass through in the opposite direction individually and simultaneously. The measurement results in that case are shown in Fig.15.

Figure 15.

Measurement results in simultaneous cross moving

One tag group (#1-#10) passed through from antenna 1 to antenna 2, and the other group (#11-#20) passed through in the opposite direction behind the former group. Tag group (#1-#10) has the same characteristics as in Fig.11. However, tag group (#11-#20) is strewn widely because the radio wave is blocked by the other tag group in passing in front of the reader antenna. In the case of 80kbps data rate, 14% of this tag group could not be read and around 5% among all the read tags made an error (that is, the accuracy was about 95%). However, when the data rate is 640kbps, both of the read rate and the accuracy are 100%. Therefore, this method is useful because the tag moving direction can be detected correctly by increasing the data rate even if the most severe case like intersection in front of the antenna.

Advertisement

5. Conclusion

In this chapter, a method for precisely estimating the tag movement direction in an RFID gate system was proposed. This method uses the time difference between two antennas of the reader. This method has the advantage of being able to judge tag direction individually even when there are some tags moving to the reverse direction. Especially, when it uses the proposed algorithm of the weighted center of passing time, the precision of the estimation can be increased. Finally, the feasibility of the method was proved by measurement results.

References

  1. 1. Metro Future store http://www.rfidjournal.com/article/view/889
  2. 2. Ochi H. Tagashira S. Fuita S. localization “. A. system for. wireless sensor. networks,” I. P. S. J. S. I. G. Tech Rep., 160 17 22, Dec.2004
  3. 3. He T. Huang C. John B. Stankovic A. Abdelzaher T. Range-free “. localization schemes. for large. scale sensor. networks.” Mobicom. September 2003 81 93
  4. 4. Hightower J. Borriello G. Want R. Spot “. an O. N. indoor . D. location sensing. technology based. on R. F. signal strength”. U. W. C. S. E. Tech Report #2000EO-02-02, February 2000
  5. 5. Ni L. Liu Y. Lau Y. Patil A. indoor “. L. A. N. D. M. A. R. C. location sensing. using active. R. F. I. D” Wireless. Networks 1. 701 701 710, Kluwer Academic Publishers, Netherlands, 2004
  6. 6. T. Yoshikawa, “Radio engineering B,” Tokyo Denki University
  7. 7. Wilson P. Prashanth D. Aghajan H. Utilizing “. signaling R. F. I. D. scheme for. localization of. stationary objects. speed estimation. of mobile. objects” International. conference on. R. F. I. D. 94 94 99, March 2007
  8. 8. Oikawa Y. tag “. U. H. F. I. C. reader/writer products”. N. E. C. Tech Journal, 2 2 4 76 80, December 2007
  9. 9. Kawakita Y. Mitsugi J. Nakamura O. Murai J. Acceleration “. of U. H. F-band R. F. I. D. inventory leveraging. capture effect.”. I. E. I. C. E. vol J9. B. 10 10 1279 1286, October, 2008

Written By

Yoshinori Oikawa

Submitted: 17 February 2011 Published: 20 July 2011