필터 지우기
필터 지우기

MATLAB 2022a and MASC ADAMS View 2018.1 Simulation

조회 수: 12 (최근 30일)
Vishal Naik
Vishal Naik 2023년 8월 22일
댓글: Vishal Naik 2023년 8월 30일
I have created control plant from MSC ADAMS view. When I run the simulink model, it automatically close. Can you help me to figure out?

답변 (1개)

Sarthak
Sarthak 2023년 8월 30일
Hi Vishal,
As per my understanding, if Simulink is closing automatically, it usually indicates there is an error or exception occurring during the simulation.
The error could be occurring due to multiple reasons. Here are a few steps you can take to diagnose and resolve the issue:
  • Check the model configuration and verify all necessary parameters are defined in valid range.
  • When Simulink closes, it may display an error message before closing. Try to understand the cause of error and fix the issue.
  • Try setting the debug execution mode on which is likely to resolve the issue if the crash is because of conflicting libraries.
  • Use breakpoints and other debugger tools in Simulink to debug your model. It should help in identifying any issues or unexpected behaviours in the model.
Please refer to the following documentations for more information on diagnostics and debugging.

카테고리

Help CenterFile Exchange에서 Prepare Model Inputs and Outputs에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by