I need help in Simulink SI Engine
6 ビュー (過去 30 日間)
古いコメントを表示
I am trying to modify the simulink built in example. I am modifying SI engine. I added an extra turbo chrager and intercooler but I am having these erros. I tried everything.
Matching "From" for "Goto" 'SiEngineCore/Goto11' not found
Component:Simulink | Category:Block warning
Matching "From" for "Goto" 'SiEngineCore/Goto12' not found
Component:Simulink | Category:Block warning
Matching "From" for "Goto" 'SiEngineCore/Goto2' not found
Component:Simulink | Category:Block warning
Matching "From" for "Goto" 'SiEngineCore/Goto21' not found
Component:Simulink | Category:Block warning
Matching "From" for "Goto" 'SiEngineCore/Goto22' not found
Component:Simulink | Category:Block warning
'Input Port 1' of 'SiEngineCore/Throttle Body' is not connected.
Component:Simulink | Category:Block warning
Selected signal 'MassFlwRate' in the Bus Selector block 'SiEngineCore/Intake Manifold/Inlet Ports/Inlet Port 2/Bus Selector1' cannot be found in the input bus signal. I have marked the blocks where I am having problem.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1515469/image.png)
0 件のコメント
回答 (1 件)
akshatsood
2023 年 11 月 10 日
編集済み: akshatsood
2023 年 11 月 10 日
I understand that you are trying to modify the Simulink built-in example and encountering several warnings. It is important to state that these are not errors, but warnings which are being thrown because the Simulink model contains a "GOTO" block and does not have a corresponding "FROM" block. To disable these warnings, have a look at the following MATLAB answer for the detailed steps.
I hope this helps.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!