Purpose
The module LapTimer
module allows the measurement of times, like a real stop watch.
Windows
Default Panel
Parameter Fields
Visible Fields
Total
-
name:
total
, type:
Float
, persistent:
no
Shows the total elapsed time.
Start
-
name:
start
, type:
Trigger
If pressed, the timer is started.
Stop
-
name:
stop
, type:
Trigger
If pressed, the timer is stopped.
Lap
-
name:
lap
, type:
Trigger
If pressed, the current time (if running) is shown in the next free Lap field.
Reset
-
name:
reset
, type:
Trigger
If pressed, all measured times are being reset.
Is currently running
-
name:
on
, type:
Bool
, default:
FALSE
Shows if the timer is currently running.
Hidden Fields
numberOfLapTimes
-
name:
numberOfLapTimes
, type:
Integer
, persistent:
no
enabled
-
name:
enabled
, type:
Bool
, default:
TRUE