Subsystem Enabled
This function block controls the execution of a subsystem based on the incoming enable signal. It allows you to manage whether a particular group of function blocks (subsystem) should be activated or not.
๐ฅ Inputs
Enable
A boolean input that activates or deactivates the subsystem. If this input is true, the associated subsystem will run.
๐ค Outputs
This function block does not produce any outputs.
๐น๏ธ Controls
Enable
The main control to toggle the subsystem's status. When set to true, the subsystem executes.
๐จ Features
Dynamic Subsystem Control
This block can turn on or off entire subsystems based on a simple boolean input, providing flexible control over complex workflows.
Child Scene Execution
Automatically triggers the execution of any function blocks contained within its child scene when enabled.
๐ Usage Instructions
Connect Input: Link a boolean source to the
Enable
input to manage the subsystem.Run Subsystem: When the input is true, the subsystem runs, processing all components defined within its child scene.
Monitor Status: Check the child scene components to verify their statuses during execution.
๐ Evaluation
During execution, if the boolean input is true, this function block activates its child scene, executing all contained operations.
๐ก Tips and Tricks
๐ ๏ธ Troubleshooting
Last updated
Was this helpful?