[Wish] Data dam that opens when solver has converged

Hi @Intuos and @rudolf.neumerkel

Here’s an example showing a way to get the component state now

The problem with just a boolean output is that it won’t stop the downstream parts from updating.
Even if a value isn’t changing, if Kangaroo is refreshing as it solves it will trigger updates of everything connected to its outputs.
I think for this to be useful we’d also need a version of the data dam with a boolean input.

1 Like