And
This function block performs a logical AND operation on two boolean inputs. It is commonly used to determine if both conditions are true.
π₯ Inputs
Boolean
This socket accepts the first boolean input for the AND operation.
Boolean
This socket accepts the second boolean input for the AND operation.
π€ Outputs
Boolean
This output produces the result of the logical AND operation, which will be true only if both inputs are true.
πΉοΈ Controls
This function block does not have specific controls as it operates directly on boolean inputs via the sockets.
π¨ Features
Logical AND Operation
The block computes the logical AND operation, outputting true if both inputs are true.
π Usage Instructions
Connect Inputs: Connect two boolean sources to the input sockets of the block.
Evaluate Operation: Once the two inputs are connected, the output will automatically reflect the result of the AND operation based on the input states.
π Evaluation
When evaluated, this block outputs true only when both input boolean values are also true; otherwise, it outputs false.
π‘ Tips and Tricks
π οΈ Troubleshooting
Last updated