- Double click on the Simulink-PS Converter block.
- On the Input Handling tab, change Filtering and derivatives to "Provide input derivatives".
- Change Input filtering order to "Second order filtering"
How to put a transfer Function into a SimScape Model?
15 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Lincoln Emilio Bowen Aguayo
le 16 Juin 2015
Réponse apportée : Andrew Schenk
le 17 Juin 2015
I tried to run this model in my SimScape, putting a transfer Function at the middle.
But when I tried to run the simulation, I got the following error:
> Not enough input derivatives were provided for one or more Simulink-PS Converter blocks for the solver chosen. Implicit solvers (ode23t, ode15s, and ode14x) typically require fewer input derivatives than explicit solvers, and local solvers never require any. You can provide more input derivatives by selecting different options (turning input filtering on, for instance) on the Input Handling tab of Simulink-PS Converter blocks linked below:
What´s the problem with the model and how to solve it? thanks
0 commentaires
Réponse acceptée
Andrew Schenk
le 17 Juin 2015
The Simulink-PS Converter1 block located after the Transfer Function needs to supply the Ideal Translational Source with 1st and 2nd order derivatives. To do this, the Simulink-PS block can insert a small 2nd order filter:
Alternatively, if all you need to implement is the first order transfer function 1/(s+1), it would be better to do so purely in Simscape using the physical signal blocks as shown below:
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Simulation Setup dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!