Geofencing

Info:

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

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

  • Latitude: specify the latitudinal location.

  • Longitude: specify the longitudinal location.

The module draws a circle using the specified 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