필터 지우기
필터 지우기

Running subsystems individually in Simulink

조회 수: 22 (최근 30일)
SY Koh
SY Koh 2016년 4월 7일
답변: Hatice OKUMUS 2021년 6월 15일
Good day all, I am currently having trouble with my Simulink model. There are 2 subsystems A and B. I would like to make subsystem A run first then using the data produced, run subsystem B. Is there a function of Simulink block i could use to execute this?
I have tried using trigger and enable with a step input of 10sec before subsystem B but it didn't work. I have tried a store memory but it didn't work too. A Variant subsystem is considered but as the input to both subsystems A and B are different, i assume it would not work as well.
I would appreciate the help and support i can get from you guys! Thank you very much!
  댓글 수: 3
SY Koh
SY Koh 2016년 4월 8일
Hi Zack. Thank you for the reply. I have attached a Simulink model in the link attached below. Basically, Subsystem A is a PV configuration which has to run first to obtain my V-P graph. Then subsystem B consisting of a MATLAB function and converter would be used to process the data from Subsystem A(PV configuration). I hope this explanation of my problem would be clearer.
https://www.dropbox.com/sh/asononvm9hgnlig/AABrIsRZRfH2OCMBLMDx9Af1a?dl=0
Praneet Kala
Praneet Kala 2020년 10월 16일
I would use and atomic subsystem(https://www.mathworks.com/help/simulink/slref/subsystem.html) unless you want to buffer and collect all data from A and pass it into B. The atomic subsystem will set the execution order of A to run first and then only once process will it pass data to B.

댓글을 달려면 로그인하십시오.

답변 (1개)

Hatice OKUMUS
Hatice OKUMUS 2021년 6월 15일
HI SY could you solve ypur problem?

카테고리

Help CenterFile Exchange에서 Schedule Model Components에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by