8
Example for MinTime/MaxTime logic:
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 BatteryVoltageChange 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
15
th
M 30
th
M 45
th
M
1H
2H
Example#3
based on MinTime = 15 Minutes, MaxTime= 1 Hour, Reportable Change i.e. BatteryVoltageChange= 0.1V.
MaxTime
sleeping sleeping
...
0H
15
th
M
30
th
M
45
th
M 1H
1H 10
th
M
1H 25
th
M 1H 40
th
M 1H 55
th
M
2H 10
th
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.
Wakes up and
collects data
3.6V
Does not report
Wakes up and
collects data
3.6V
Does not report
Wakes up and
collects data
3.6V
Does not report
Wakes up and
collects data
REPORTS 3.6V
Wakes up and
collects data
REPORT 3.6V
Wakes up and
collects data
REPORTS 3.6V
Wakes up and collects data
3.5V |3.5-3.6|=0.1
REPORTS 3.5V
Wakes up and
collects data
3.5V
Does not report
Wakes up and
collects data
3.5V
Does not report
Wakes up and
collects data
3.5V
Does not report
Wakes up and
collects data 3.5V
Does not report
Wakes up and
collects data
3.5V
Does not report
Wakes up and
collects data
REPORTS 3.5V
Wake up and collects data
REPORTS 3.6V
Wakes up and collects data
REPORTS 3.6V
Wakes up and collects data
REPORTS 3.6V
Wakes up and
collects data
3.6V
Does not report
Users push the button,
REPORTS 3.5V.
Recalculate MaxTime.