Hi there,
When counting up if you press the reset button for period time then the internal counter resets to zero. When pressing the play button after this it will then take the current time (in milliseconds) add on the set days, hours, minutes and seconds to that time and count up to that. The reason I did this was to keep accurate timing when counting (using your computers local clock).
Does just pausing and starting again, without resetting, work?
Hello, thanks for the response.
Here's what happens with me:
I currently use the timer for live handball match streamings.
This sport has many pauses during the game. The referee uses their own stopwatch, and the control table operates the scoreboard timer. I manage my own streaming timer using your plugin.
Usually, as pauses occur, differences appear between the scoreboard timer and my timer. To address this, during each pause, I check the scoreboard, insert the remaining time, reset and it gets "synchronized".
This works well in countdown mode because the remaining time on the scoreboard matches the leftover time from the 25 minutes of the period when restarted.
However, in countup mode, this does not work. If I reset the timer, it restarts at zero, and when the clock starts, it will count up to 25:00.
For example, if the remaining time were 13:23 and I set that value, upon resetting, the clock would start at zero and count upwards to 13:23.
I hope this explanation is clear!
Maybe what I'm talking about is outside the scope of the plugin, even when it works near perfect for my needs.
Really thanks a lot!