Inventory path
A powered tag starts in Ready. A matching Query chooses a random slot; slot zero replies with RN16, while nonzero slots wait in Arbitrate until QueryRep counts down.
Step through Ready, Arbitrate, Reply, Acknowledged, Open, Secured, and Killed tag behavior.
Send reader commands and watch one UHF RFID tag move through inventory and access states. The workbench shows the state, slot counter, RN16/handle, and command response together so the protocol sequence is visible before the standard details get heavy.
A powered tag starts in Ready. A matching Query chooses a random slot; slot zero replies with RN16, while nonzero slots wait in Arbitrate until QueryRep counts down.
ACK proves the reader heard the RN16 and makes the tag send EPC data. Req_RN then creates a handle used by Read, Access, Lock, and related access commands.
Invalid commands are not magic shortcuts. Real tags either ignore them or return defined errors depending on state, handle, and parameters; this model explains the simplified result.
The tag is powered and waiting for a matching Query command.
Use QueryRep to count down a nonzero slot. When the counter reaches zero, the tag enters Reply and generates RN16.
Start with Query or press Step guided path. The tag will either select a slot or remain silent if the target does not match.
No handle is active yet, so access commands such as Read, Access, Lock, and Kill are not valid.
Query starts a round and provides Q/session/target context.QueryRep advances slots by decrementing the slot counter.ACK must match RN16 before the tag sends EPC data.Req_RN returns a handle for later access commands.Read can operate in Open or Secured if memory rules permit.Access moves a password-protected tag from Open to Secured.EPC Gen2 and ISO/IEC 18000-63 define a richer air-interface state machine than this teaching model can show. The workbench focuses on the common inventory and access path: Query, slot arbitration, RN16, ACK, EPC, Req_RN, Open/Secured, and selected access commands. It deliberately avoids pretending to be a conformance simulator.
Use this after the state machine to see multiple tags, slot outcomes, Q tuning, and reader inventory rounds.
Compare pure ALOHA, slotted ALOHA, and EPC Gen2-style frame slots before returning to tag states.
Review reader, tag, frequency, and standards context when the state-machine vocabulary feels too compressed.