how to update the value of a transfer function block during run time of simulation

7 vues (au cours des 30 derniers jours)
Raghu
Raghu le 1 Nov 2013
Modifié(e) : Jariyah le 1 Sep 2025 à 5:04
Example MY transfer function block contains (-kps-ki)/s. Here i need to update the value of kp and ki based on the input(U) to this block. (or) if U < x (some value) need to set kp=0;ki=y else need to set kp=z;ki=0;
Thanks in advance, Raghu.

Réponses (2)

Jonathan LeSage
Jonathan LeSage le 4 Nov 2013
Here is a link to some documentation that details several different methods in Simulink to achieve what you're looking for:
The most straightforward method is likely option (3). You can construct the transfer function models via fundamental Simulink blocks with your 'Kp' and 'Ki' values as inputs. You can changes these values according to the necessary logic that you describe above.
Hope this helps to get you started!

Divyaansh Singh
Divyaansh Singh le 20 Déc 2019
My transfer function block is not updating whe i try to change the values , it give sproper result whatsoever . but i am not able to see changes in the block . All it does is converts to num(s)/den(s).Dobut.JPG
  1 commentaire
Jariyah
Jariyah le 1 Sep 2025 à 5:03
Modifié(e) : Jariyah le 1 Sep 2025 à 5:04
Expand the box so that the whole equation can be displayed

Connectez-vous pour commenter.

Catégories

En savoir plus sur Simulink 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!

Translated by