TimeCounter

MacroModule

genre

Fields

author

MeVis Medical Solutions AG

package

MeVisLab/Standard

definition

helpers.def

see also

SoTimeCounter

keywords

timer

Purpose

The module TimeCounter counts an integer value in a certain interval over a set time automatically.

Windows

Default Panel

../../../Modules/Macros/Helpers/mhelp/Images/Screenshots/TimeCounter._default.png

Parameter Fields

Field Index

Frequency: Float

Max: Integer

Min: Integer

On: Bool

Reset: Trigger

Step: Integer

Value: Integer

Visible Fields

Min

name: min, type: Integer, default: 1

Sets the minimum value of the counting interval.

Max

name: max, type: Integer, default: 10

Sets the maximum value of the counting interval.

Step

name: step, type: Integer, default: 1

Sets the step width for one counting step.

Frequency

name: frequency, type: Float, default: 1

Sets the frequency of the counter.

The entire interval is counted in 1.0 / frequency seconds.

Reset

name: reset, type: Trigger

When pressed, the output Value is reset to the Min value.

On

name: on, type: Bool, default: TRUE

If checked, the module counts automatically.

Value

name: value, type: Integer, default: 1

Shows the current counter value.