LapTimer

MLModule
genre Extras
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLMiscModules
definition MLMiscModules.def
see also StopWatch
keywords stop, watch

Purpose

The module LapTimer module allows the measurement of times, like a real stop watch.

Windows

Default Panel

../../../Modules/ML/MLMiscModules/mhelp/Images/Screenshots/LapTimer._default.png

Parameter Fields

Field Index

enabled: Bool
Is currently running: Bool
Lap: Trigger
numberOfLapTimes: Integer
Reset: Trigger
Start: Trigger
Stop: Trigger
Total: Float

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