Problem with derivative du/dt in Simulink

1 次查看(过去 30 天)
Hello, i have a problem with using the derivative of the speed of a machine in Simulink. The following message pops up: Unable to reduce the step size without violating a minimum step size of 2.2250738585072014E-308 at time 1.3034180890316852E-308. The simulation parameters of my model are on the attached image. Any ideas? Thx

回答(1 个)

prabhat kumar sharma
Hello Alexis,
This error can occur when the solver is unable to solve the equations within the step-size provided. Increasing the number of consecutive minimum steps can help the solver manage the step size more effectively.
You can follow the below steps:
  1. Open the Solver Configuration: Go to the Solver section in the Configuration Parameters dialog box.
  2. Expand Additional Options: Click on the ‘Additional options’ section to expand it.
  3. Increase Consecutive Min Steps: Look for the dialog box titled ‘Number of consecutive min steps:’ and increase the value. A good starting point might be to set it to 10 or higher, depending on your model’s requirements.
Additionally, relaxing the tolerances can also help. You can do this by:
  1. Adjusting Tolerances: In the Solver section, find the fields for Relative tolerance and Absolute tolerance. Increase these values slightly to give the solver more flexibility. For example, you might set the Relative tolerance to 1e-3 and the Absolute tolerance to 1e-6.
I hope it helps!
  1 个评论
ALEXIS
ALEXIS 2024-7-26
编辑:ALEXIS 2024-7-26
I thought this day would never come! 10 years have passed since I asked this question, 10 years I've been waiting for the answer.
Too bad I don't use Matlab anymore. But I appreciate the effort.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Event Functions 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by