Borrar filtros
Borrar filtros

How can i connect two way connection with connection port or how can i connect two different connection ports ?

4 visualizaciones (últimos 30 días)
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 ?

Respuestas (1)

Sivapriya Srinivasan
Sivapriya Srinivasan el 26 de Abr. de 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!

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by