Hi Team,
We need to have a volume accumulation analysis tag (m3)from water rate tag(m3/day) per day basis. The analysis should do time weighted total daily 10 am to 10 am and reset to 0 every day at 10:05 AM .
The analysis written is tagtot('Instantaneous Water Rate','y+10h','t+10h')
and periodic scheduling is set daily at 10:05 AM.

However , the output trend not seem to be resetting to 0 everyday at 10 AM. Do I explicitly need to add resetting equation for tagtot() ?
I tried one more option : scheduling at every 5 min to check recent accumulation values all the time -
if Minute('*')=600 then 0 //At 10 AM
else if Minute('*')>600 then TagTot('Instantaneous Water Rate_Good Value','t+10h','*')
else TagTot('Instantaneous Water Rate_Good Value','y+10h','*')
Accumulation seems rising , however the resetting to zero is still not at 10 AM but around at midnight 12 AM now. Also, the resetting is not to zero as shown below:

Need assistance in using the tagtot() as per our requirement.
Best Regards,
Supriya