필터 지우기
필터 지우기

Why simulink simulation stop takes so long?

조회 수: 4 (최근 30일)
VaL V6
VaL V6 2023년 9월 22일
댓글: VaL V6 2023년 10월 5일
I'm developing a Simulink Model that communicates with a Beckhoff PLC for SIL simulation.
To interface the PLC I'm currently use the Beckhoff package developed for Simulink, TE1410 (TE1410 | TwinCAT 3 Interface for MATLAB®/Simulink® | Beckhoff Worldwide). In partciluar, I'm using the "TC Symbol Interface" block. To manage the sample time of the Simulink simulation, it includes the "Real-Time Synconization" block.
The simulation starts and runs very well. No issues. The problem arises when I want to stop it.
The simulation stop takes at least 5 minutes but often I had to terminate matlab from the task manager.
Any advise? Some point that I'm missing?
I already started a thread with Beckhoff support service for additional information.

답변 (1개)

UDAYA PEDDIRAJU
UDAYA PEDDIRAJU 2023년 9월 29일
Hi Val,
I understand the problem, the delay in stopping the Simulink simulation could be due to the complexity of your model, the communication with the “PLC”, or the real-time synchronization settings. Here are some suggestions which could help in reducing the time taken during simulation:
  1. Optimize Your Model: If your model is complex, try simplifying it or optimizing the calculations and data exchanges.
  2. Check Your “PLC” Communication: Ensure that the communication between Simulink and your “Beckhoff PLC” is functioning optimally.
  3. Adjust Real-Time Synchronization Settings: Try tweaking the settings of your “Real-Time Synchronization” block.
Best,
Uday
  댓글 수: 1
VaL V6
VaL V6 2023년 10월 5일
Hello Uday,
thank you for your answer.
I definetly find out that the problem is introduced by the Beckhoff communication blocks. In fact, if I comment out these blocks, I run an internal simulation and control the simulator by using the Simulink dashboard, the stop is instantaneous.
I'm wainting for feedback from Beckhoff. If some news will come out, I'll give an update to the community.
Best,
Valerio

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

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by