Problem with derivative du/dt in Simulink
Show older comments

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
Answers (1)
prabhat kumar sharma
on 26 Jul 2024
0 votes
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:
- Open the Solver Configuration: Go to the Solver section in the Configuration Parameters dialog box.
- Expand Additional Options: Click on the ‘Additional options’ section to expand it.
- 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:
- 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 Comment
Categories
Find more on Sources in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!