Ports & Subsystems
In the Ports & Subsystems of the basic library of blocks, you can create and manage hierarchies of models by organising code execution with conditional statements, triggers, loops and ports for input and output signals. These blocks allow you to structure the model, making it modular and easy to understand.
- Action Port
- 
Control port for the action signal. 
- Connection Port
- 
A port for communication of physical subsystems. 
- Enable
- 
Creating an input port for the subsystem. 
- For Each
- 
A control unit for For-each type subsystems. 
- For Iterator
- 
The control unit for the for-iterator subsystem. 
- Function-Call Generator
- 
Function call events to control the execution of a subsystem or model. 
- Function-Call Split
- 
A component that divides a function-call signal into several parts. 
- If
- 
Selecting a subsystem by condition if-else.
- In1
- 
Subsystem input port or external input. 
- Model
- 
Model-link to create a hierarchy of models. 
- Out1
- 
Subsystem output port or data output from the model. 
- Reset
- 
The control unit of the resettable subsystem. 
- Subsystem
- 
The block for creating the hierarchy of the model. 
- Switch Case
- 
Selecting a subsystem for execution using usage logic similar to the operator switch.
- Trigger
- 
The subsystem execution trigger. 
- While Iterator
- 
The control unit for the while-iterator subsystem.