User's Guide
Tarvos User Guide - Version 0.3 90
tag.reporting.arrive_generation
Read Permission
admin
Write Permission
admin
Default
no_wait
Priority
5
(Enum) Specify how to wait for data with regard to generating 'event.tag.arrive'
events.
Possible Values: 'no_wait', 'wait_for_all', 'wait_for_tid',
'wait_for_data'
no_wait: Generates arrival event on first tag EPC read even if TID or
USER_DATA not available.
wait_for_all: Generates arrival event only after receiving TID and
USER_DATA (if requested)
wait_for_tid: Generates arrival event only after receiving TID
(if requested)
wait_for_data: Generates arrival event only after receiving
USER_DATA (if requested)
Example:
tag.reporting.arrive_generation=wait_for_all
ok
tag.reporting.depart_time
Read Permission
admin
Write Permission
admin
Default
10000
Priority
5
(Integer) If a tag has not been seen within this departure time (milliseconds),
a depart event will be generated ('event.tag.depart'). Max value is
100000 milliseconds and minimum is 100 ms.