Geofencing
info
All here listed messages are little-endian.
Using this feature you can limit the speed of the vehicle by external IOT device. This is usually used as geofencing feature.
0x621 Geofencing, global limitation
The timeout is 10s. After timeout vehicle is disarmed.
- If you set the parameter
mapopts
|= 128, this message is required to run the vehicle. - Once the message is present on the CAN it is required to be present all the time.
info
This feature works only if speed and power are set in maps
Byte | type | Description |
---|---|---|
0 - 1 | UINT16 | Global power limitation. This value multiply current power settings from maps. 0xFFFF = no limitation you have 0x0 = Full limitation (You have 0 available power) |
2 | UINT8 | [kph] - Maximumm allowed speed, 255 - no limitation |
3 | UINT8 | Bit 1 - Disarm bike forever (until next power cycle ) |
4 - 7 | reserved |