Geofencing

Note:

  • Geofencing functions only when the dead reckoning is active.

Using the Geofencing option, one can define up to one circular geofencing area, creating a circular area or fence around the location of interest.

  • Radius: specify the radius to adjust the location's proximity in meters.

  • Latitude: specify the latitudinal location.

  • Longitude: specify the longitudinal location.

The module draws a circle using the values specified for the Longitude, Latitude and radius.

Value

Output

0

Unknown (insufficient satellites for detection)

1

Inside the Geofencing Parameter

2

Outside the Geofencing Parameter

Configure using ReXdesk Software from Influx

Or

Edit in Xml Code block

<Geofence_LIST>
          <Geofence>
            <Latitude>17</Latitude>
            <Longitude>20</Longitude>
            <Radius>5</Radius>
          </Geofence>
        </Geofence_LIST>

Last updated