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