How to move a component in the system composer model hierarchy?
Ältere Kommentare anzeigen
Hi everyone,
I'm making a model of the physical architecture of a control system. Controllers are in enclosures and as I work through the model I've realised that I need to move a controller from one enclosure to another. The enclosures and the controllers are all modelled as components, the enclosures are the parents of the controllers.
Unfortuntately I can't find a way to move a controller between enclosures. Is there a way to do this? Please explain how.
Thanks :)
Akzeptierte Antwort
Weitere Antworten (1)
Jack
am 29 Mär. 2023
1 Stimme
Cutting and pasting a component in the Simulink model hierarchy will move the component to the new location while preserving all the connections to it. However, there are a few things to keep in mind when using this method:
- If there are any signals connected to the controller that is being moved, the signal connections will be lost and need to be reconnected manually.
- If the controller has any custom block parameters or mask settings, they may need to be updated after moving the controller to a new enclosure.
- If the controller is referenced in any subsystems or model references, it may need to be updated there as well.
Overall, cutting and pasting a component can be a quick and easy way to move it to a new location in the model hierarchy, but it's important to double-check and update any connections, parameters, and references as needed after the move.
Kategorien
Mehr zu System Composer finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!




