Logic Input
This function block allows users to manually toggle a boolean value using a switch control. It provides a straightforward way to input logical true or false values into the node editor.
π₯ Inputs
This function block does not have any inputs.
π€ Outputs
Boolean
This output provides the current state of the switch as a boolean value (TRUE or FALSE).
πΉοΈ Controls
Switch
A toggle switch that allows the user to manually set the value. The switch displays "TRUE" when activated and "FALSE" when deactivated.
π¨ Features
Manual Input
Users can easily control boolean values without needing to connect external data sources, providing flexibility during testing and scenario simulation.
π Usage Instructions
Toggle Switch: Click on the switch to toggle the value between TRUE and FALSE.
Retrieve Value: The current state of the switch can be connected to other function blocks that accept boolean inputs.
π Evaluation
When executed, this function block outputs the current state of the switch, allowing other connected blocks to react accordingly based on its TRUE or FALSE value.
π‘ Tips and Tricks
π οΈ Troubleshooting
Last updated