Group
Group refers to a module with which programming can be managed more easily. A group module has only one input and one output. It ensures that all its inner components have been executed before the module that is downstream of it is run.
Repeater with two Group blocks which are processed one after the other.
Repeater with two Group blocks, only one of which is processed depending on the state of digital input 1.