Switching different batch names through a switch
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi
I would like to connect three batches with different properties in Simulink/Simevents in parallel and then unite them with a switch.
The problem is that different batch names must be used for different properties, which cannot be combined at the input switch, as only one name is allowed there.
The problem description says:
This message is related to a hidden MsgSvcAdapter block.
Consider manually inserting such a block to debug the problem.
Unfortunately, I can't find any information about a MsgSvcAdapter.
Can you help me with my problem and explain how an input switch can switch different batch names?
댓글 수: 0
답변 (1개)
Abdolkarim Mohammadi
2021년 9월 8일
편집: Abdolkarim Mohammadi
2021년 9월 8일
Your description of the problem is a bit confusing for me. Are you talking about something like this?
댓글 수: 4
Abdolkarim Mohammadi
2021년 9월 10일
You are right. It seems that in addition to the type and attribute names for normal entities, the batch size is part of the structure of the batch entities. I don't have solutions for you right now. But in such situations where there is no ready-to-use block, the only solution would be to use MATLAB Discrete-Event System block, which enables you to author a customized block, using a syntax similar to MATLAB.
참고 항목
카테고리
Help Center 및 File Exchange에서 Discrete-Event Simulation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!