reading wiki seems that any condition involving EACH will never output 1 for a signal which has a zero value, even if the condition is one that would be passed for a zero value.
For example:
Code: Select all
+ EACH >0
OR |
+ EVERYTHING = 0
no input -> no output
That's ok, but... if I first insert the EVERYTHING = 0 condition, that condition remains ON.
please note the insert verb: if I simply move the EVERYTHING condition on top, that condition remains OFF, but if I remove the EACH one, EVERYTHING one turns on and remains on even if no output is returned when the EACH condition is added.
I'll try to better explain with a video.