Comment on page
Logic Input
You can make logic True or False signal Manually with this block.

The
Logic Input
node in AugeLab Studio represents a manual boolean input. It allows you to manually set a boolean value (True or False) that can be used as input for other nodes in your workflow.The
Logic Input
node provides a switch widget that allows you to toggle between True and False values. It outputs the current state of the switch as a boolean value, which can be used for conditional operations or as input for other nodes.- 1.Drag and drop the
Logic Input
node from the node library onto the canvas in AugeLab Studio. - 2.Toggle the switch to the desired state (True or False).
- 3.The node will automatically evaluate and output the current state of the switch as a boolean value.
- Output Sockets:
- Boolean: The current state of the switch as a boolean value (True or False).
The
Logic Input
node follows these steps to determine the output value:- 1.Switch Widget: It provides a switch widget with two states: True and False.
- 2.Toggle State: As you toggle the switch, the state is updated between True and False.
- 3.Output Value: It outputs the current state of the switch as a boolean value.
- 1.Drag and drop the
Logic Input
node from the node library onto the canvas in AugeLab Studio. - 2.Toggle the switch to the desired state (True or False).
- 3.The node will automatically evaluate and output the current state of the switch as a boolean value.
- 4.Connect the output of the
Logic Input
node to other nodes in your workflow for conditional operations or as input for other nodes.
- The
Logic Input
node allows you to manually set a boolean value. - Use the switch widget to toggle between True and False states.
- The current state of the switch is output as a boolean value.
- Connect the output of the
Logic Input
node to other nodes that require boolean input. - Combine the
Logic Input
node with other logic or conditional nodes to create complex workflows based on manual inputs. - The
Logic Input
node is useful for testing and experimenting with different scenarios in your workflow. - Leverage the interactive nature of AugeLab Studio to iterate and refine your workflows using the
Logic Input
node.