Simulink overload conditions

1 次查看(过去 30 天)
Octav Chipara
Octav Chipara 2012-5-22
Hi,
I have been reading through the simulink documentation on how the simulink engine executes a model. However, I am still unclear regarding what happens in the case of overload (i.e., CPU is too busy for completing execution by the next simulation round). Could someone explain simulink's behavior in this case or point me to the appropriate documentation?
Thank you! -- Octav

回答(1 个)

Kaustubha Govind
Kaustubha Govind 2012-5-22
Simulink/MATLAB would simply wait for a CPU cycle, just like any other software on a non-real-time OS. In other words, the model execution is single-threaded, so the next time-step is not reached until the current step is complete.
  1 个评论
Octav Chipara
Octav Chipara 2012-5-22
I assume that there would be no problem in having a blocking system call (e.g., receiving a udp packet) as part the execution. I am surprised that a block such as the UDP receive would not block until a message is received rather than return if no message is available. Is there a way to modify accomplish such a behavior with the existing components?

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Simulink Environment Customization 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by