Skip to main content
Participant
May 24, 2011
Question

How do I stop an RFID tag from reading more than once in flash?

  • May 24, 2011
  • 1 reply
  • 508 views

Hey, Im new to flash so I need a little help Im working with RFID readers and tags within flash and I cant figure out how to stop a tag from reading more than once. I want it so when the tag is swiped, it wont read it a second time, but after 3 seconds, it can read it again. Can anyone help me?

Thanks

This topic has been closed for replies.

1 reply

Inspiring
May 24, 2011

Hi,

This is a feature of RFID tags - by design.

I doubt it can even be programmed to ignore it.

You need to test the RFID tag packet ID number and if flagged (by you as processed), then do nothing more with the info.

Or respond and start another 3 sec cycle.

I believe the 3 sec quiet time starts at random time (in milliseconds) so all tags (imagine a pallet) responding at the exact time. Again network collision detection methodology.

You might not want to assume that tags only get read once too. What happens when something tagged leaves the area?

With two readers, you could determine direction.

FYI - This is just another form of network traffic - tags and readers all share the (bus) air waves.

Some instances have multiple readers to receive the same tag's signals too through a given portal in some installations.

There are middle ware servers just designed to manage this type of traffic from high volume RFID installations.

Jim Wiley