Does the PS-Simulink convert slow the simulation speed down?
Ältere Kommentare anzeigen
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.
1 Kommentar
N/A
am 12 Jan. 2015
Sebastian, can you upload a model?
Antworten (2)
Sam Hunt
am 9 Feb. 2021
0 Stimmen
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
am 20 Sep. 2021
if true
% code
end
Kategorien
Mehr zu Multibody Dynamics finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!