Skip to main content

Understanding Geofencing

Geofencing in RTLS allows you to create virtual boundaries around physical spaces. These boundaries can trigger alerts and actions when tags enter, exit, or remain within defined areas.

Creating Geofence Zones

Basic Zone Creation

  1. Open the RTLS Hub interface
  2. Navigate to Geofence Configuration
  3. Select “Create New Zone”
  4. Draw the zone boundary on the floor plan
  5. Set zone properties

Zone Types

TypeDescriptionUse Case
InclusionAlert when enteringAuthorized areas
ExclusionAlert when enteringRestricted areas
DwellAlert after time thresholdProcess monitoring
TransitAlert while passing throughFlow monitoring

Zone Properties

Basic Settings

  • Zone name
  • Zone type
  • Active hours
  • Priority level
  • Associated tags/groups

Advanced Options

  • Entry delay
  • Exit delay
  • Dwell time thresholds
  • Overlap behavior

Alert Configuration

Configure appropriate alert methods based on your operational requirements and urgency levels.

Alert Methods

  • Email notifications
  • SMS alerts
  • System dashboard
  • API webhooks
  • Mobile app push notifications

Alert Priority Levels

LevelDescriptionResponse Time
CriticalImmediate action requiredReal-time
HighPrompt attention needed< 5 minutes
MediumStandard monitoring< 15 minutes
LowInformation onlyDaily report

Best Practices

Zone Design

  1. Avoid complex shapes
  2. Account for signal variations
  3. Include buffer zones
  4. Consider overlapping zones

Performance Optimization

  • Limit active zones per area
  • Balance update frequency
  • Monitor system load
  • Regular zone review

Integration Options

API Access

{
  "zone_id": "string",
  "coordinates": [
    {"x": float, "y": float},
    // Additional points
  ],
  "type": "inclusion|exclusion|dwell|transit",
  "rules": {
    "dwell_time": "integer",
    "priority": "string"
  }
}

Webhook Configuration

  • Event-based triggers
  • Custom payload format
  • Authentication options
  • Retry policies
For detailed integration steps, refer to our API Documentation.