Hi,
I have an input with always changing values (2 chans) which I connect to the increment values input of a count chop. I then connect a constant with 0 and 0 for each channel to the “channels to count” input, and for good measure (because of the prob below) a constant set to 0 to the reset input.
Basically my goal is to keep adding the incoming values to themselves.
I have all conditions set to increment count.
Sometimes it works, other times it just freezes (even though the incoming values keep changing). I believe this may be due to the “reset” condition, which doesn’t have an option to be turned off - but I’m not sure, because even if it reset the count once (i.e. when going from 0 to non-zero) it should still start from zero and keep adding, but instead nothing happens - only sporadically I see the count increment the values.
First of all - is there a better way to just keep the running sum of incoming values?
then - if there a way to turn off the reset condition in the count chop?
thanks,
dani