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