How can i connect two way connection with connection port or how can i connect two different connection ports ?
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I am developing powertrain model of vehicle using blocks from simulink and simscape,
i have used BAJA CVT Model which i want to connect with subsystem input port. but the output port of the CVT and input Port of subsystem was different and had an issue to connect both,
So i inserted seperate output connection port inside the CVT Block then both systems got connected.
Now the issue is how to connect that inserted output port with already existing output port of CVT ?

0 commentaires
Réponses (1)
Sivapriya Srinivasan
le 26 Avr 2023
Modifié(e) : Walter Roberson
le 9 Fév 2025
Hey Jyotirnay,
I suggest you to insert a "signal routing block" which is available in the Simulink library Browser into your model instead of using a separate output conection port inside the CVT block.
The CVT block has two output ports: the existing output port and the inserted output port. The Signal Routing block takes these two signals as inputs and routes them to the input port of the subsystem. The output of the Signal Routing block is connected to the input port of the subsystem.
You can refer to this documentation for further assistance : https://www.mathworks.com/help/simulink/signal-routing.html?searchHighlight=signal%20routing%20block&s_tid=srchtitle_signal%20routing%20block_3
Hope this helps!
0 commentaires
Voir également
Catégories
En savoir plus sur Discrete Events and Mode Charts dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!