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