How can physical signal line can be connected with power system blocks?

I have modeled some mathematical equations in simulink. i want to connect these with the sim power system blocks. Please suggest how it can be connected?

回答 (1 件)

Sebastian Castro
Sebastian Castro 2015 年 7 月 16 日
編集済み: Sebastian Castro 2015 年 7 月 16 日

0 投票

With the voltage/current source/sensor blocks in SimPowerSystems. You basically want to make sure your Simulink equations are of the form:
V = function(I) or I = function(V)
That way you can measure voltage, do the calculation, and apply a current back to the circuit -- or the opposite way if need be.
As a simple example, I'd point you to this page, which is the power_VariableInductor model. If you open up that model, right-click the "Variable Inductance" block and select "Mask > Look Under Mask" to see what I mean.
- Sebastian

3 件のコメント

Anshul Varshney
Anshul Varshney 2015 年 7 月 17 日
Thanks Mr. Sebastian.But please suggest me that if I want to connect the output of inverter with a summer/adder. Is it possible to connect?
Sebastian Castro
Sebastian Castro 2015 年 7 月 17 日
Depends on how the models are made. If one is a SimPowerSystems model and the other is Simulink blocks, my original comment should hold.
Is there another thing you had in mind?
Huan Yu
Huan Yu 2015 年 8 月 18 日
hello Mr. Sebastian,i wonder how to deal with the sim hydraulic blocks for the same purpose, pressure compensated pump for example.

この質問は閉じられています。

質問済み:

2015 年 7 月 16 日

閉鎖済み:

2021 年 8 月 20 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by