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

  1. Connect Inputs: Link two boolean output sources to the inputs.

  2. 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

Combining Multiple Logic Operations

For complex logical conditions, you can combine this block with others such as And, Not, or Greater to create intricate logic structures in your workflow.

πŸ› οΈ Troubleshooting

No Output

Ensure that both boolean inputs are correctly connected and check if they are actually receiving values. If either is None, there may be an issue upstream in your workflow.

Last updated