7
Device
CmdID
Device
Type
NetvoxPayLoadData
R718Y
0xAC
0x01
Battery
(1byte, Unit: 0.1v)
DifferentPressure
(Signed2Bytes, Unit: 0.1Pa)
TemperatureChange
(Signed2Bytes,Unit:0.1°C)
Reserved
(3Bytes, Fixed 0x00)
Uplink:
01AC0124001E0116000000
1
st
byte (01): Version
2
nd
byte(AC): DeviceType 0xAC
-
R718Y
3
rd
byte (01): ReportType
4
th
byte (24): Battery, 24 H
ex
=36 D
ec
36*0.1v=3.6v
5
th
6
th
byte (001E): Different Pressure, 1E H
ex
=30 D
ec
30*0.1Pa=3 Pa
7
th
8
th
byte (0
11
6): Temperature Change, 116 H
ex
=278 D
ec
278*0.1°C=27.8°C
9
th
~11
th
byte (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 CmdID
Device
Type
NetvoxPayLoadData
Config
ReportReq
R718Y
0x01
0xAC
MinTime
(2bytes, Unit: s)
MaxTime
(2bytes, Unit: s)
BatteryChange
(1byte, Unit: 0.1v)
DifferentPressure
Change
(2bytes Unit:0.1Pa)
TemperatureChange
(2byte Unit:0.1°C)
Config
ReportRsp
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)
DifferentPressure
Change
(2bytes, Unit: 0.1Pa)
TemperatureChange
(2byte Unit:0.1
°C
)
(1)
Configure device parameters MinTime = 1min, MaxTime = 1min, BatteryChange = 0.1v, DifferentPressureChange=10Pa,
TemperatureChange = 10℃
Downlink: 01AC003C003C0100640064 003C(H
ex)
= 60(D
ec)
Device returns:
81AC000000000000000000 (configuration successful)