A fixed-step task returned an invalid next sample hit.

13 次查看(过去 30 天)
I'm trying to run a Simulink model and simulation where I save the final state and want to restore that state in the next simulation but I obtain the following error:
Implementation error: A fixed-step task returned an invalid next sample hit.
Has this happened to anyone else and does anyone know the solution to this?
I am using a variable time step with automatic solver selection.

采纳的回答

Wolfgang Hammer
Wolfgang Hammer 2018-3-16
This error message comes from a PLECS Circuit block in your model, but without more information it is impossible to tell what has caused this error.
One known source of this error is an apparent bug in Simulink R2017a and newer regarding the execution of continuous-time S-Functions that register only discrete state variables (bug report filed). This also applies to a PLECS Circuit block that contains only discrete blocks or modulators. As a workaround you could simply add an Integrator block to the Circuit schematic (without connecting it).
If this does not apply to your problem, feel free to contact Plexim support.
  1 个评论
Marko
Marko 2018-3-17
Actually a colleague managed to figure out the problem. It's in the set_param function. The function should be called like this:
set_param('SaveCompleteFinalSimState','off')

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Programmatic Model Editing 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by