Subsystem
This function block serves as a container for organizing and managing groups of blocks in a more functional way. It allows you to create a subsystem that can encapsulate a set of operations, making your node setup more structured and modular.
📥 Inputs
This block does not have any dedicated inputs.
📤 Outputs
This block does not have any dedicated outputs.
🕹️ Controls
This block does not contain specific visual controls, as it primarily orchestrates other function blocks within it.
🎨 Features
Modular Management
The subsystem allows for grouping multiple function blocks, making it easier to manage complex workflows and reducing clutter in the main workspace.
Encapsulation
Functions within the subsystem block can execute independently, leading to cleaner overall node arrangements.
📝 Usage Instructions
Add Function Blocks: You can drag and drop various function blocks into this subsystem to create a mini workflow.
Run Subsystem: The subsystem will manage the execution of child blocks when invoked, handling dependencies and outputs internally.
📊 Evaluation
When executed, this function block will process all its child blocks and manage their data flow, returning results if required.
💡 Tips and Tricks
🛠️ Troubleshooting
Last updated