Back to contents pageHow to detect object presence using Location Engine Config

How to detect object presence using Location Engine Config

Summary

This article shows how to detect the presence of objects in your cells using Location Engine Configuration.





Prerequisites

You should know the information in the following article:



Example material

Save this link to get a zip file of the example material


Guide

Before you start, remember to:

The Presence module allows you to detect whether tags are present in cells. The module manages presence data that can be inferred from detection of tag radio messages at individual sensors. The tag radio messages are either uplinks or chirps.



1) Set up a sensor to forward uplinks

In the sensor properties dialog box "Flags" tab, check the "Forward uplinks" box:



In the sensor properties dialog box "User" tab, set a suitable RSSI threshold above which uplinks will be forwarded.


Note: Legal values lie between -130dBm and -8dBm. You won't get a reading above about -43dBm in practice.


The sensor is now shown in the presence tab:





2) Setting up a sensor to forward chirps



Chirp forwarding only works for a slave sensor. You will need to reboot the sensor after setting the "forward chirps" flag.

In the sensor properties dialog box "Flags" tab, check the "Forward chirps" box:



The sensor is now shown in the presence tab:





Reboot the sensor.



4) View the presence data using the example viewer

You can use the example program to view presence data. The lists will be populated with the state of the schema relations at any time. You will need to have one or more tags present in your site to see entries in the tables.

In the example program, you can choose the location cell for which association data is shown using the combo box.


Tags present appear in the "Association" list along with any objects whose locations are driven by those tags.
Only objects in the list will be affected by location injection policies.


See How to set/remove an object ownership in Location Engine Configuration for details on setting object ownerships.



5) Set up your presence policies and presence cells

See the following articles for more details about the "Presence" module:



Back to top