6
Device
Device
Type
Report
Type
NetvoxPayLoadData
R72632A
0x09
0x0F
Battery
(1Byte, Unit:0.1V)
Nitrogen
(2Bytes,Unit:1mg/kg)
(2Bytes,Unit:1mg/kg)
(2Bytes,Unit:1mg/kg)
Reserved
(1Byte,Fixed 0x00)
Uplink: 01090f450014001c004100
Byte
Value
Attribute
Result
Resolution
1st
01
Version
01
-
2nd
09
DeviceType
09
-
3rd
0F
ReportType
0F
-
4th
45
Battery
6.9v
45(HEX)=69(DEC),69*0.1v=6.9v
5th~6th
0014
Nitrogen(N)
20mg/kg
0014(HEX)=20(DEC),20*1mg/kg=20mg/kg
7th~8th
001C
Phosphorus(P)
28mg/kg
001C(HEX)=28(DEC),28*1mg/kg=28mg/kg
9th~10th
0041
Potassium(K)
65mg/kg
0041(HEX)=65(DEC),65*1mg/kg=65mg/kg
11th
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)
Example of report MaxTime configuration:
Description
Device
CmdID
DeviceType
NetvoxPayLoadData
ConfigReportReq
R72632A
0x01
0x09
Reserved
(2bytes Unit:s)
MaxTime
(2bytes Unit:s)
Reserved
(5Bytes,Fixed 0x00)
ConfigReportRsp
0x81
Status
(0x00_success)
Reserved
(8Bytes,Fixed 0x00)
ReadConfigReportReq
0x02
Reserved
(9Bytes,Fixed 0x00)
ReadConfigReportRsp
0x82
Reserved
(2bytes Unit:s)
MaxTime
(2bytes Unit:s)
Reserved
(5Bytes,Fixed 0x00)
(1) Configure device parameter MaxTime = 2min
Downlink: 0109000000780000000000 // 78 (HEX) = 120 (DEC),
Device return:
8109000000000000000000 (configuration successful)
8109010000000000000000 (configuration failed)