How can i connect two way connection with connection port or how can i connect two different connection ports ?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Sivapriya Srinivasan
am 26 Apr. 2023
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 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!