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
- Open the RTLS Hub interface
- Navigate to Geofence Configuration
- Select “Create New Zone”
- Draw the zone boundary on the floor plan
- Set zone properties
Zone Types
| Type | Description | Use Case |
|---|
| Inclusion | Alert when entering | Authorized areas |
| Exclusion | Alert when entering | Restricted areas |
| Dwell | Alert after time threshold | Process monitoring |
| Transit | Alert while passing through | Flow 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
| Level | Description | Response Time |
|---|
| Critical | Immediate action required | Real-time |
| High | Prompt attention needed | < 5 minutes |
| Medium | Standard monitoring | < 15 minutes |
| Low | Information only | Daily report |
Best Practices
Zone Design
- Avoid complex shapes
- Account for signal variations
- Include buffer zones
- Consider overlapping zones
- 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.