onValueChange chop exe Question

In my particular case, I need to trigger a chop exe even when the value doesn’t change.
How can I do that?

The logic chop set to “On when value changed” and pre op “invert” could help: now the script only executes when the value does not change.

valuechangenot.toe (3.9 KB)

Oh man. good answer Upal.
Alternatively OP, if you want something that executes every frame regardless of state you could go with a plain old execute DAT with the framestart value set to on.

Here’s an example:

exec_dat_example.tox (2.0 KB)