Nested IF Statements

I see from this image in the soil moisture software help that you can nest IF statements. When I look at that image, is the sensor reading is below 350 would the FarmBot water the area three times (10s+5s+3s) since each IF statement is true and then do anything under 500 twice? Or does FarmBot have someway to interpret what I am trying to do and just skip the rest of the IFs when one is hit?

Thanks,
Tim

The sequence will not be processed any further if you jump off into another sequence. It will only be continued if it is supposed to do nothing (“None”). If there is a sequence chosen in the “else execute” field, the main sequence will also be aborted after running the chosen sequence.

1 Like

Thanks.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.