how to make AC or DC load vary on simulink?
조회 수: 6 (최근 30일)
이전 댓글 표시
I am making a HESS (hybrid energy system storage) project based on battery supercapacitors on stand alone PV, but I am confused about how to make the load change when the program is running, I am using version 2018b and 2023b, in version 2018b there is no variable load, but in 2023b there is a ‘dynamic load’ variable load that can be used as an AC or DC load, but I cannot connect the port of the block to my DC bus, is there a solution or suggestion?
댓글 수: 2
Walter Roberson
2025년 7월 6일
I suspect that on one side you have Simscape Electric blocks, and on the other side you have Simscape Electric Specialized Power System blocks. Specialized Power Systems is a seperate Simscape domain from regular Simscape Electric, and the two cannot be connected together without using convertor blocks.
답변 (1개)
Javier Gazzarri
2025년 7월 8일
Hello Muhammad,
Please let me know if this is an acceptable to you:
1) Connect the load signal to the MULTIPLY port of a Divide block
2) Measure the PV voltage and connect the voltage to the DIVIDE port of the Divide block
3) Connect the output of the divide block to a Controlled Current Source block and connect the latter to the PV
4) Add a 1/z or transfer function to the loop above if it generates an algebraic loop
Hope this helps.
Javier
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Switches and Breakers에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!