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?