User's Guide
Table Of Contents
34
5.4 Notion of events
During asynchronous read (or default read), the reader continuously tries to read
all tags in the RF eld. When a tag is detected, one or several events are pushed
into an internal event buer. Those events contain information such as the kind
of event (see below), a timestamp, the channel on which the event occurred, the
tag type and the associated tag data (UID, memo…). The following events are
suppoed:
●
“Tag Read”: This event is pushed each time a valid tag frame is decoded,
without fuher processing. When activated, this event may be triggered several
hundreds of times persecond and is consequently bandwidth consuming. It is
often used for testing purpose only.
●
“Tag New”: This event is pushed each time a new tag is detected. If the same
tag is detected several times, it will be repoed only once.
●
“Tag In”: This event is pushed each time a tag enters the RF eld.
●
“Tag Out”: This event is pushed each time a tag leaves the RF eld.
●
“Tag No Read”: When Input triggered read mode is active, this event is
pushed when the trigger condition ends and no tag was detected in the RF eld.
When Input triggered read mode is inactive, this event is never pushed.