Or
This function block evaluates the logical OR operation between two boolean inputs. It is commonly used to determine if at least one of the inputs evaluates to true.
π₯ Inputs
Boolean
The first boolean input for the logical operation.
Boolean
The second boolean input for the logical operation.
π€ Outputs
Boolean
This output provides the result of the logical OR operation applied to the inputs.
πΉοΈ Controls
There are no interactive controls in this block; the operation is determined purely through the inputs.
π¨ Features
Logical Evaluation
The block performs the OR logical operation, returning true if any of the inputs are true.
π Usage Instructions
Connect Inputs: Link two boolean output sources to the inputs.
Run the Block: Evaluate the block to obtain the result of the logical OR operation.
π Evaluation
Upon execution, this function block computes and provides the result of the OR operation based on the two boolean inputs.
π‘ Tips and Tricks
π οΈ Troubleshooting
Last updated
Was this helpful?