6
Description
Device
Cmd
ID
Device
Type
NetvoxPayLoadData
ConfigReport
Req
R311D
0x01
0x4E
MinTime
(2bytes Unit:s)
MaxTime
(2bytes Unit:s)
BatteryChange
(1byte Unit:0.1v)
Reserved
(4Bytes,Fixed 0x00)
ConfigReport
Rsp
0x81
Status
(0x00_success)
Reserved
(8Bytes,Fixed 0x00)
ReadConfig
ReportReq
0x02
Reserved
(9Bytes,Fixed 0x00)
ReadConfig
ReportRsp
0x82
MinTime
(2bytes Unit:s)
MaxTime
(2bytes Unit:s)
BatteryChange
(1byte Unit:0.1v)
Reserved
(4Bytes,Fixed 0x00)
(1) Command Configuration:
MinTime = 1min
、
MaxTime = 1min
、
BatteryChange = 0.1v
Downlink
:
014E003C003C0100000000 // 003C(Hex) = 60(Dec)
Response
:
814E000000000000000000
(
Configuration success
)
814E010000000000000000
(
Configuration failure
)
(2) Read Configuration:
Downlink
:
024E000000000000000000
Response
:
824E003C003C0100000000
(
Current configuration
)
Example for MinTime/MaxTime logic:
Example#1
based on MinTime = 1 Hour, MaxTime= 1 Hour, Reportable Change i.e. BatteryVoltageChange=0.1V
Max Time Max Time
S
leeping (Min Time)
S
leeping (Min Time
)
1H 2H 3H
Note:
MaxTime=MinTime. Data will only be report according to MaxTime (MinTime) duration regardless BatteryVoltageChange
value.
Wake up and
collects data
REPORTS 2.8V
Wakes up and
collects data
REPORTS 2.8V
Wakes up and
collects data
REPORTS 2.8V