How do set automatic incrementation?

I ran into this problem while calculating a problem, *ERROR: solution seems to diverge; please try automatic incrementation; program stops best solution and residuals are in the frd file, so how do set automatic incrementation?

I found out that direct in DYNAMIC means whether or not it increments automatically, so how do I know if I want to turn direct on?

Indeed:

The parameter DIRECT specifies that the user-defined initial time increment should not be changed.

It’s not recommended in the majority of cases. You should only use it if you have a good reason to do it. Otherwise, automatic incrementation should be used.

@Calc_em
ok,thank you~