7
Device
Device
Type
Report
Type
NetvoxPayLoadData
R718PE
0xB1
0x01
Battery
(1Byte, unit:0.1V)
Status
(1Byte)
0x00_Off
0x01_On
Distance
(2Bytes,Unit:1mm)
FillLevel
(1Byte,Unit:1%)
Reserved
(3Bytes,fixed 0x00)
Ex. Uplink:
01B101240001F419000000
Byte
Value
Attribute
Result
Resolution
1st
01
Version
1
-
2nd
B1
DeviceType
B1
-
3rd
01
ReportType
1
-
4th
24
Battery
3.6v
24(HEX)=36(DEC),36*0.1v=3.6v
5th
00
Status
off
-
6th~7th
01F4
Distance
500mm
01F4(HEX)=500(DEC),500*1mm=500mm
8th
19
FillLevel
25%
19(HEX)=25(DEC),25*1%=25%
9th~11th
000000
Reserved
-
-
5.2 Example of ConfigureCmd
FPort
:
0x07
Bytes
1
1
Var (Fix =9 Bytes)
CmdID
DeviceType
NetvoxPayLoadData
CmdID
– 1 byte
DeviceType
– 1 byte – Device Type of Device
NetvoxPayLoadData
– var bytes (Max=9bytes)
Description
Device
Cmd
ID
Device
Type
NetvoxPayLoadData
Config
ReportReq
R718PE
0x01
0xB1
MinTime
(2bytes Unit: s)
MaxTime
(2bytes Unit: s)
BatteryChange
(1byte Unit:0.1v)
DistanceChange
(2byte Unit:1mm)
Reserved
(2byte)
Config
ReportRsp
0x81
Status
(0x00_success)
Reserved
(8Bytes, Fixed 0x00)
ReadConfig
ReportReq
0x02
Reserved
(9Bytes, Fixed 0x00)