Not

This function block takes a boolean input and reverses its logical state. It is useful in scenarios where you need to negate a condition or switch between true and false.

📥 Inputs

Boolean Accepts a boolean input that will be negated.

📤 Outputs

Boolean Outputs the negated boolean value.

🎨 Features

Logical Negation The block effectively inverts the state of the input boolean, making it particularly useful for logic operations in various applications.

📝 Usage Instructions

  1. Connect Input: Attach a boolean output from any block to the input of this block.

  2. Run the Block: Execute the block, and it will output the negated boolean value.

📊 Evaluation

When executed, this function block will return the reverse of the boolean input provided to it.

💡 Tips and Tricks

Combining with Other Logic Blocks

You can easily pair this block with other logic operations such as And or Or to create more complex logical conditions.

Checking Multiple Conditions

For cases where you need to check multiple boolean conditions, consider using All True function block to ensure all conditions are met, with Not to reverse if necessary.

🛠️ Troubleshooting

No Output for Input Values

Ensure that the input is indeed a boolean value. If the input is not a boolean, you may need to use a Logic Input or Data Type Converter to convert it properly.

Last updated