Does the PS-Simulink convert slow the simulation speed down?
Mostra commenti meno recenti
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 Commento
N/A
il 12 Gen 2015
Sebastian, can you upload a model?
Risposte (2)
Sam Hunt
il 9 Feb 2021
0 voti
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
il 20 Set 2021
if true
% code
end
Categorie
Scopri di più su Multibody Dynamics in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!