(1) Configure device parameters MinTime = 1min, MaxTime = 1min, BatteryChange = 0.1v
Downlink: 0112003C003C0100000000
The device returns:
8112000000000000000000 (configuration is successful)
8112010000000000000000 (configuration failed)
(2) Read device parameters
Downlink: 0212000000000000000000
The device returns:
8212003C003C0100000000 (device current parameter)
Example#1 based on MinTime = 1 Hour, MaxTime= 1 Hour, Reportable Change i.e. BatteryVoltageChange=0.1V
MaxTime MaxTime
Sleeping(MinTime) Sleeping(MinTime)
Note: MaxTime=MinTime. Data will only be report according to MaxTime (MinTime) duration regardless BtteryVoltageChange value.
Example#2 based on MinTime = 15 Minutes, MaxTime= 1 Hour, Reportable Change i.e. BatteryVoltageChange= 0.1V.
MaxTime
Sleeping(MinTime) sleeping sleeping sleeping
0H 15th M 30th M 45th M 1H 2H
Example#3 based on MinTime = 15 Minutes, MaxTime= 1 Hour, Reportable Change i.e. BatteryVoltageChange= 0.1V.
MaxTime
sleeping sleeping ...
0H 15th M 30th M 45th M 1H 1H 10th M 1H 25th M 1H 40th M 1H 55th M 2H 10th M
Notes :
1) The device only wakes up and performs data sampling according to MinTime Interval. When it is sleeping, it does not collect data.
2) The data collected is compared with the last data reported. If the data variation is greater than the ReportableChange value, the device reports according to MinTime interval. If the data
variation is not greater than the last data reported, the device reports according to MaxTime interval.
3) We do not recommend to set the MinTime Interval value too low. If the MinTime Interval is too low, the device wakes up frequently and the battery will be drained soon.
4) Whenever the device sends a report, no matter resulting from data variation, button pushed or MaxTime interval, another cycle of MinTime/MaxTime calculation is started.