RFID Tag Session-Dependent Replies for Multi-Reader Accuracy
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
In RFID systems, multiple readers inventorying in different sessions can mistakenly attempt to communicate with tags intended for another session, leading to inventorying errors.
Innovation Solution
Implementing session-dependent replies in RFID tags, where the tag's response is generated based on the identity of the inventorying session, using a string with parity or an identifier specific to the session.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Productivity
If multiple readers inventory in different sessions simultaneously, then system productivity increases, but inventorying accuracy deteriorates due to miscommunication between readers and tags
Solution Approach 1:
The tag generates a reply string that includes feedback about the current inventorying session identity. This feedback mechanism allows the tag to verify whether a received command is intended for it by comparing the session identity in the command with its own session state, thereby preventing miscommunication while allowing multiple readers to operate simultaneously
Solution Approach 2:
The inventorying process is segmented into distinct sessions with unique identifiers. Each reader operates in a specific session context, and tags respond only to commands from readers whose session identity matches their current session state. This segmentation isolates communication channels, enabling multiple readers to work simultaneously without interference
2Measurement precision
If session-dependent replies are implemented, then inventorying accuracy improves, but device complexity increases due to additional session management requirements
Solution Approach 1:
The session identity information is prepared and included in the reply string generation process as a preliminary step. By incorporating session dependency into the reply generation logic from the outset, the system ensures accurate session matching without requiring complex post-processing or additional verification mechanisms
Solution Approach 2:
The reply string serves multiple functions: it carries the random number for acknowledgment verification, includes session identity information for session validation, and provides a compact format that can be processed efficiently. This multi-functionality reduces the need for separate communication channels or additional data structures
Applied Scientific Principles
This section explains which scientific principles are used to turn an abstract innovation direction into a practical engineering solution.
Function Achieved in This Case
Prevents miscommunication between readers and tags by ensuring that each tag responds appropriately to the correct inventorying session, enhancing inventorying accuracy and reducing errors.
Implementation Method 1
The tag either generates the transmitted back RF wave originally, or by reflecting back a portion of the interrogating RF wave in a process known as backscatter.
Data Source
AI summary
RFID systems may be configured to use session-dependent replies. When an RFID tag is involved in a certain inventorying session, the tag may respond to inventorying commands with a reply that is at least partly generated based on the session. For example, the tag may generate a reply with a string that has parity based on the session or includes an identifier for the session. The string may be a random number, a tag identifier or item identifier, or any other suitable data sent from the tag.


