Logic Operations
This function block provides various logical operations that can be applied to input data. It simplifies decision-making processes based on boolean or numerical inputs, making it an essential component for logic-based scenarios.
π₯ Inputs
Input 1: This is a generic input that can take any data type (boolean, number, etc.) to perform operations on.
Input 2: A second generic input for comparison or logic operations.
π€ Outputs
Boolean: The output will yield a boolean result based on the selected logical operation applied to the inputs.
πΉοΈ Controls
Select Logic Method
A dropdown menu allowing the user to choose from various logic operations, such as AND, OR, GREATER, SMALLER, and EQUALS.
π¨ Features
Multiple Logic Operations
This block supports various logic functions including AND, OR, GREATER, SMALLER, and EQUALS, enhancing flexibility in decision making.
Dynamic Evaluation
The results are dynamically evaluated based on inputs and the selected operation, providing real-time feedback.
π Usage Instructions
Connect Inputs: Link two data sources that you wish to evaluate logically to the input sockets.
Select Operation: Choose the desired logical operation from the dropdown menu.
Evaluate: Run the block to obtain the boolean output based on the selected operation and input data.
π Evaluation
When executed, this function block will perform the logical operation defined by the user's selection on the connected inputs, returning the result as a boolean value.
π‘ Tips and Tricks
π οΈ Troubleshooting
Last updated