block input logic
-
dear friends,
please kindly answer one basic question which I could not found a clear clarification anywhere. Thank you!

is the same as:

OR

?e.g. block #3 will be executed when both #1 && #2 are true, OR #1 || #2 is true? If simply connected without a "controlling block"
-
@haoglueck It's or, if condition 1 is true then this will activate 3, if condition 2 is true then this will activate 3, whichever happens 1st.
-
@haoglueck No. It is not the same for #1 and #2. If you want to get the effect of #2 in #1 you need to connect block 2 below block 1 and not separatedly.
-
Thank you!
It is about execute of block #3, if the input of #3 are connected to 2x outputs.
-
@jstap
Thank you!That is loud and clear answer!