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