Logical AND
Properties:
Events:
When inBool1 or inBool2 receives an incoming event, the value of State1 or State2 changes to the value of corresponding event.
The outBool outgoing event is generated every time when an object receives an incoming event.
Possible outgoing events of the Logical AND object are summarized in the
following table.
F - Boolean value FALSE, T - TRUE.
State1 | T | T | F | F |
State2 | T | F | T | F |
![]() | ||||
outBool | T | F | F | F |