I need help in Simulink SI Engine

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.

Answers (1)

akshatsood
akshatsood on 10 Nov 2023
Edited: akshatsood on 10 Nov 2023
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.

Categories

Products

Release

R2020a

Asked:

on 19 Oct 2023

Edited:

on 10 Nov 2023

Community Treasure Hunt

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

Start Hunting!