Simulink SimPowerSystems Breaker - Tunable on resistance, Ron
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
McSpark
le 23 Juil 2015
Commenté : Sebastian Castro
le 30 Juil 2015
Hello,
I am using a simpowersystems breaker block in Simulink and loading the simulation model I created onto a Real-Time target.
I would like to adjust the value of the on resistance (Ron) between simulation runs without rebuilding the model on the target.
This parameter is not marked as tunable, so is there a way around this?
Perhaps there is a way to make a copy of the model and modify this aspect, or is there a better way to work with non-tunable parameters to allow this functionality to occur with commands like target.setparam or other techniques to allow model parameters adjustments between runs without rebuilding?
Thanks in advance.
0 commentaires
Réponse acceptée
Sebastian Castro
le 23 Juil 2015
You may need to make your own "variable resistor" component which accepts resistance values from an input port. Then, you could feed that resistance value in through a Constant block, which is definitely tunable.
The way you would make it is by implementing "V = IR" using Simulink blocks. You could use a Voltage Sensor to measure the voltage, multiply it by a value R, and then apply the resulting current back into SimPowerSystems using Current Sources.
You could then connect this in series with the breaker block, and configure the breaker block to have negligible resistance (or zero if it allows it).
- Sebastian
2 commentaires
Sebastian Castro
le 30 Juil 2015
That looks like the right way to go -- and good find on the power_nonlinearresistor example. Exactly what I had in mind!
That extra resistor you had to add is expected. Even the regular SimPowerSystems Breaker block has a "Snubber resistance Rs" parameter, which is explained in the documentation:
A series Rs-Cs snubber circuit is included in the model. It can be connected to the circuit breaker. If the Breaker block happens to be in series with an inductive circuit, an open circuit or a current source, you must use a snubber.
- Sebastian
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Sources 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!