How do i write a positve logic block

… which 4 conditions 3 are true 1 is false. All conditions have to be met for the positive lb.

1 Like

Hey @davekstl
In the conditions, you can require a boolean variable to be “false” in order to generate a positive result.
Is that what you are looking for? If not can you give some more context?