6
ReportType
– 1 byte –the presentation of the NetvoxPayLoadData
,
according the devicetype
NetvoxPayLoadData
– Fixed bytes (Fixed =8bytes)
Device
Device
Type
Report
Type
NetvoxPayLoadData
R720FLT
0xD4
0x01
Battery
(1Byte)
unit:0.1V
Replenish
water count
(4bytes)
Fault Alarm
(1Byte)
0:off
1:on
Tank Leak Alarm
(1Byte)
0x00_noleak
0x01_leak
Reserved
(1Byte)
fixed 0x00
Example of uplink 1:01D401240000002F000000
1
st
byte (01): Version
2
nd
byte(D4): DeviceType 0xD4
-
R720FLT
3
rd
byte (01): ReportType
4
th
byte (24): Battery, 24 (Hex)=36 (Dec) 36*0.1v=3.6v
5
th
6
th
7
th
8
th
byte (0000002F): Replenish water count, 2F (Hex)=47 (Dec)
9
th
byte (00): Fault Alarm, no alarm
10
th
byte (00): Tank Leak Alarm, no alarm
11
th
byte (00): Reserved
Example of uplink 2:01D4019F00000168010000
1
st
byte (01): Version
2
nd
byte(D4): DeviceType 0xD4
-
R720FLT
3
rd
byte (01): ReportType
4
th
byte (9F): Battery
-
3.1V (Low battery), 1F(Hex)=31 (Dec) 31*0.1v=3.1v
// Battery Bit7 represent low battery Bit6-0 represent battery voltage
5
th
6
th
7
th
8
th
byte (00000168): Replenish water count
-
360 times, 168(Hex)=360(Dec)
9
th
byte (01): Fault Alarm, alarm
10
th
byte (00): Tank Leak Alarm, no alarm
11
th
byte (00): 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)