User's Guide

Tarvos User Guide - Version 0.3 93
tag.reporting.arrive_fields
Read Permission
admin
Write Permission
admin
Default
tag_id
Priority
5
(Enum Array) Tag fields reported in 'event.tag.arrive' events
Possible values: 'tag_id', 'tid', 'type', 'antenna', 'rssi',
'user_data', 'freq', 'tx_power', 'time',
'description'
'tag_id': Always required to have this field. Its the
tag_id in the report.
'tid': Add the TID of the tag to the tag report.
'type': Add the type of protocol of the tag read to
the tag report (.e.g. ISOC, ISOB,...)
'antenna': Add the antenna port to the tag report
'rssi': Add the tag rssi (relative signal strength
indicator) value to the tag report
'user_data': Add the tag user data to the tag report
'freq': Add the frequency used to read the tag to
the tag report
'tx_power': Add the transmit power used to read the tag
to the tag report
'time': Add the microsecond accurate timestamp of the
time the tag was read to the tag report
'description': Fixed reader description added to report.
(see reader.description variable)
Example:
tag.reporting.arrive_fields=tag_id type antenna tx_power
ok
tag.reporting.depart_fields
Read Permission
admin
Write Permission
admin
Default
tag_id
Priority
5
(Enum Array) Tag fields reported in 'event.tag.depart' events
Possible values: 'tag_id', 'tid', 'type', 'antenna', 'rssi',
'user_data', 'freq', 'tx_power', 'time',
'repeat', 'description'
'tag_id': Always required to have this field. Its the
tag_id in the report.
'tid': Add the TID of the tag to the tag report.
'type': Add the type of protocol of the tag read to
the tag report (.e.g. ISOC, ISOB,...)
'antenna': Add the antenna port to the tag report
'user_data': Add the tag user data to the tag report
'time': Add the microsecond accurate timestamp of
the time the tag was read to the tag report
'repeat': Add the number of times the tag has been read
since the arrival event to the tag report.
'description': Fixed reader description added to report.
(see reader.description variable)
Example:
tag.reporting.arrive_fields=tag_id type antenna tx_power
ok