Battery from library does not connect!
이전 댓글 표시
I have been trying to introduce a simple battery in my Simulink model. The 2 batteries included in the Matlab library cannot connect on any node. These batteries are the "elec_lib/Sources/Battery" and "elec_lib/Sources/Battery(Table-Based)". The help button for these blocks does not work either. Can anyone help?
댓글 수: 5
Walter Roberson
2018년 11월 26일
You need to be careful about the "domain" of the blocks . Simulink regular blocks cannot connect to any of the Simscape packages without aa converter block . It can get frustrating at times, trying to find the right variety of blocks that look like they do the same thing but don't .
Phivos Koumides
2018년 11월 26일
Walter Roberson
2018년 11월 26일
Domains are mostly talked about with respect to Simscape. Different colors are used for different domains
The elec_lib entries you are using are part of Simscape Electrical
But even basic entries like resistors can end up being from different domains if you are not careful. You have to look carefully towards the root of the block tree to see which source is involved for blocks. I am not currently aware of any means to query an existing block as to its domain (but I have not investigated for that purpose.)
Phivos Koumides
2018년 11월 27일
Walter Roberson
2018년 11월 27일
sorry I do not have any ideas about that .
답변 (1개)
Sabin
2025년 2월 1일
0 개 추천
Trying to directly connect two different technologies is not working. Simscape Electrical has two technologies, Simscape and Specialized Power Systems. It is not possible to directly connect them. Moreover, mixing the two technologies can introduce difficulties for the solver. It is better to stick with only one technology, there are similar blocks in both technologies.
커뮤니티
더 많은 답변 보기: Power Electronics Community
카테고리
도움말 센터 및 File Exchange에서 Choose and Parameterize Blocks에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!