Battery from library does not connect!
Show older comments
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 Comments
Walter Roberson
on 26 Nov 2018
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
on 26 Nov 2018
Walter Roberson
on 26 Nov 2018
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
on 27 Nov 2018
Walter Roberson
on 27 Nov 2018
sorry I do not have any ideas about that .
Answers (1)
Sabin
on 1 Feb 2025
0 votes
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.
Communities
More Answers in the Power Electronics Control
Categories
Find more on Choose and Parameterize Blocks in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!