필터 지우기
필터 지우기

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

조회 수: 4 (최근 30일)
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 ?

답변 (1개)

Sivapriya Srinivasan
Sivapriya Srinivasan 2023년 4월 26일
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!

카테고리

Help CenterFile Exchange에서 Permanent Magnet에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by