Purpose
The module TimeCounter counts an integer value in a certain interval over a set time automatically.
Windows
Default Panel
Parameter Fields
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.