How use Three-Phase Dynamic Load block to generate Power data?
44 ビュー (過去 30 日間)
古いコメントを表示
Hi there!
I am trying to model a three phase power system, with measured data of active and reactive power using Simscape, as shown below.
I am trying to use the external control for the module, since I already have the data measured and I just need to get that data into the load. The Active and Reactive power are vectors with the value I want as the load, as shown below.
At the end, it is given mee two errors, due two the size of the matrix, but I cannot figure out what I am doing wrong.
1 件のコメント
Salma Al abri
2020 年 6 月 29 日
Hello Enmanuel, Did you mange to figure out how to solve this problem! Because I have been fasing similar issue and havent got to the soluion yet.
回答 (4 件)
Vasco Lenzi
2020 年 6 月 29 日
Hi Enmanuel
you need to feed P&Q as a timeseries, and not as a vector of elements. In total you will feed a vecotr of size 2, varying over time to change P&Q at different times:
So you need to use a block such as the repeating sequence in which you can define values at a certain time:
0 件のコメント
Jorge Luis Arrúa Gines
2020 年 7 月 26 日
Hola, pueden ayudarme a montar lo descripto por Vasco? gracias
1 件のコメント
Vasco Lenzi
2020 年 8 月 4 日
hi Jorge, where do you need more information?
If you wnat to simulate a linear increase in P and Q you can simply use the ramp source block in simulink:
there are many source block available to customize your input into the model. Choose one, create a vector together with another one for Q and feed into the PQ input port. It doesn't need to be a ramp, it can be a mat file, a MATLAB time series (from Workspace) or even an hand-drawn signal in the signal editor block!
Evode RWAMURANGWA
2024 年 7 月 4 日
I have the same issue, when i use the P&Q data from outside to the dynamic load, the current from the source becomes zero and the voltage signals are really bad. what should be the reason?
2 件のコメント
Evode RWAMURANGWA
2024 年 7 月 4 日
What might be the reason of having that zero current from the source and distortion from the voltage source
Vasco Lenzi
2024 年 7 月 5 日
Hi Evode
It's a limitation of the dynamic load block of the specialized power system libraries. See this example and this comment:
As the dynamic load is a nonlinear model simulated by current sources, it cannot be connected to an inductive network (R-L in series). Therefore, a small resistive load (1 MW) has been added in parallel with the dynamic load.
3 件のコメント
Evode RWAMURANGWA
2024 年 7 月 5 日
So that it doesn't cause any distortion in the voltage source sigapll
Vasco Lenzi
2024 年 7 月 5 日
Hi Evode
If you open that example and click on the "3-phase dynamic load" block, you can tick the "External Control of PQ" option. This will give you the ability to add an external signal as power.
What this model shows, is that you need to have a parallel small resistor to avoid the problem you saw.You an add such block in your original model as well to avoid the sources going to 0.
参考
カテゴリ
Help Center および File Exchange で Electrical Sensors についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!