Hi can you help to get analysis for following conditions:

1) A counter will be used to keep track of the occurrences of the tag with a value of "True".

2) The counter will only be incremented if the time difference between the first and second occurrence of the tag with a value of "True" is at least 1 hour.

3) The first and second Condition must occur between 6am of the current day and 6am of the next day.

4) The output will be reset to 0 every day at 6am. The overall goal of this analysis is to count the occurrences of a tag with a value of "True" while ensuring that the time difference between the first and second occurrences meets the specified criteria. The output will be reset daily at 6am to start the count a new.