Data 105 (Parking-fence Status)¶
This combined data is some status information about Parking-fence. Please refer to the AT@APF command for more information.
The frame format of the Data 105 unit is as follows:
For example (Total 16 bytes):
69 0E 01 01 00 00 0B B8 F9 20 A8 E1 FF 2D C0 96
Parts |
Fields |
Length (Byte) |
Range/Format |
Default |
|---|---|---|---|---|
ID |
Data ID |
1 |
69H (105) |
69H (105) |
Length |
Data Length |
1 |
00H or 0EH |
|
Content |
Mode |
1 |
00H, 01H, 02H |
|
Status |
1 |
00H, 01H, 02H |
||
Radius |
4 |
00000064H-000186A0H (meters) |
||
Longitude |
4 |
|||
Latitude |
4 |
Mode
Indicates the working mode of Parking-fence function. Corresponds to the ‘Mode’ parameter of the AT@APF command.
00H - Disable.
01H - Enable (Automatically triggered always).
02H - Enable (Automatically triggered once).
Status
Indicates the current status of the Parking-fence.
00H - No Parking-fence is generated.
01H - The Parking-fence is generated (the vehicle is inside).
02H - The Parking-fence is canceled (the vehicle is outside).
Radius
The radius of the circular Parking-fence region. The value is configured by the ‘Radius’ parameter of the AT@APF command.
Expressed as a 32-bit unsigned integer and the unit is meter.
Longitude
The longitude is converted to an integer with 6 implicit decimals and this integer is reported in HEX format; if its value is negative, it is represented in 2’s complement format. For the converted longitude, a positive number indicates the east longitude and a negative number indicates the west longitude.
For example, 073C46FFH (i.e., 121390847) means longitude 121.390847 degrees, and F920A8E1H (i.e., -115300127) means longitude -115.300127 degrees.
Latitude
The latitude is converted to an integer with 6 implicit decimals and this integer is reported in HEX format; if its value is negative, it is represented in 2’s complement format. For the converted latitude, a positive number indicates the north latitude and a negative number indicates the south latitude.
For example, 01DB8857H (i.e., 31164503) means latitude 31.164503 degrees, and FF2DC096H (i.e., -13778794) means latitude -13.778794 degrees.