XCOS issue "value must be between 1 and 98"

Hello everyone,

I’m making a PID controler with XCOS, but I got an error that I can’t explain (I’m newbee).

Please look at my error message :

Here’s my code: acc_angulaire_save_2.zcos (27.1 KB)

Thank you very much to help me figure it out.

Hello,

Your diagram is very complex, are you really a Xcos newbie ? When running the simulation there are also a lot of warnings because you have chosen to run the diagram in trace/debug mode. I think the basic problem comes from the solver non-convergence. By taking larger RTOL and ATOL (try 1e-2 for both) you will see that some instability occurs as at least 2 of the outputs seem to become unbounded. So, the problem is likely due to the conception of some component of you diagram which causes the instability and not due to Xcos itself.

S.