Test controller, timer

Timer

The timer is for manually timing stuff.

Contents
    Timer running
    Mark
    Scripting
Main page


Timer running

Timer2

Pressing the start button will start the timer running. It will display the time twice, one in h:m:s format and one in decimal format.

Timer3

At 10 minutes the decimal format will switch to show minutes and at 3 hours it will switch to hours.

Timer4

When stop is pressed the value in the display is frozen. Pressing start again will restart the time from zero.

A started time will continue to work if the window is closed.



Mark

The mark button will list the current time in the log window.

Code:
;; Timer: 00:08.5 - 8.5s
First time it is pressed it just shows the current timer time.

Code:
;; Timer: 00:30.9 - 30.88s    Time from last mark: 22.38s
;; Timer: 00:37.3 - 37.33s    Time from last mark: 6.45s
And when used multiple times it will also list the time from the last mark:

Code:
;; Timer: 04:44.8 - 284.83s - 4.75m    Time from last mark: 215.16s
After some time it will add a minute listing.



Scripting

This popup can be controlled with:

#SHOWPOPUPSYSTEM Timer {x y {w h}}
#CLOSEALL