TimeCounter¶
- MacroModule¶
genre
author
package
definition
see also
keywords
Purpose¶
The module TimeCounter counts an integer value in a certain interval over a set time automatically.
Windows¶
Default Panel¶
Parameter Fields¶
Field Index¶
|
|
|
|
|
|
|
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 / frequencyseconds.
Reset¶
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.