Does the PS-Simulink convert slow the simulation speed down?

3 views (last 30 days)
I'm using the second generation SimMechanics toolbox to build a whole car suspension model. I derived my model from the double wishbone example provided by MATLAB.
The model is running in real time, or even faster, until I add a PS-Simulink converter block to get access to the generated forces of a spherical joint. I have already checked the output unit of the converter. I try to use forward dynamics. If I try to get access to other values, like the position or velocity the converter would not slow the simulation speed down.
If its necessary I can provide a model. Thanks for your help.

Answers (2)

Sam Hunt
Sam Hunt on 9 Feb 2021
Sensing quantities can slow down simulation because of the simple fact that computations must be done to output values. Some outputs are fast to compute, others are slower. If you are sensing Composite Force/Torques in joints, that computation is expensive and is not surprising that there is a performance penalty.

naser poodinh
naser poodinh on 20 Sep 2021
if true
% code
end

Categories

Find more on Applications in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!