필터 지우기
필터 지우기

problem in simulation of active suspension system with actuator dynamics.

조회 수: 3 (최근 30일)
the state space equation for simulink simulation is shown below:
in the simulink file , i took some random value for PID, during simulation it showing error like this:
Derivative input 1 of 'suspmod/actuator/x5' at time 0.003 is Inf or NaN. Stopping simulation. There may be a singularity in the solution. If not, try reducing the step size (either by reducing the fixed step size or by tightening the error tolerances)
the actuator block has some non linear function in it. how to solve this problem?

채택된 답변

Sebastian Castro
Sebastian Castro 2015년 8월 24일
This error message happens when you put an infinite value into an Integrator block.
You see how the error message points to the derivative of x5, and that expression has a (1/x6) term in it? I bet it's that -- you may want to protect for divisions by zero when x6 = 0.
- Sebastian
  댓글 수: 2
senthil kumar
senthil kumar 2015년 8월 27일
thank you for your response. i got your point. the equation goes to singularity at the denominator of x6.
i corrected this by introducing eps function. similarly when sqrt goes negative will also create complex number. so i used modulus on sqrt as attached in my simulink file.
Now the simulation is running without any problem. but the results are not as i expect. the hydraulic force is not right to actuate quarter car suspension.
something wrong in it. can you fix it?
do i change saturation value in integrator?
Rishi Naik
Rishi Naik 2021년 11월 9일
can you please share file of your final result?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 General Applications에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by