speed-counter

gweimer/utils/speed-counter

Speed-dependent counter. INC/DEC faster if INC/DEC pulses are closer together.
speed-counter
@/speed-counter
Speed-dependent counter. INC/DEC faster if INC/DEC pulses are closer together.
INCpulse
Pulse to Increment counter
DECpulse
Pulse to Decrement counter
PWRnumber
Exponential factor to increase count as speed of pulses increases. Should usually be >=1. 1 will remove speed-dependency. Higher values will increase speed-dependency.
MINnumber
Clip to MIN value if MIN & MAX are not both 0.
MAXnumber
Clip to MAX value if MIN & MAX are not both 0.
IVALnumber
Interval in seconds to check pulse count. Starts counting after 1st pulse. Lower values update more frequently. Higher values will increase speed-dependency.
speed-counter
MEM
UPD
INC
DEC
PWR
MIN
MAX
IVAL
UPDpulse
Pulses when value updates. Updates do not happen when there are no INC/DEC pulses. Update will happen IVAL seconds after 1st pulse.
MEMnumber
Current count.
To use the node in your project you should have the gweimer/utils library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.