How to choose a solver, Simulation start and stop time for auto-code generation of simulink model??
Show older comments
Hello
Iam doing a SIMULINK model to estimate the State of charge of the battery-pack. I need to generate the autocode to integrate with my real system.
Iam confused with how to choose a solver and how to set start and stop simulation time??
when i run the model i set stop time to 1000 seconds. In Powergui i selected discrete solver with sample time of 50e-6. Will this solver time affects the real-system performance?? Please suggest me how to select solver and sample time to generate the auto-code??
Accepted Answer
More Answers (1)
Chirag
on 6 Mar 2020
0 votes
Hi Dileepa,
You may want to take a look at this Battery Management Systme Example. https://www.mathworks.com/matlabcentral/fileexchange/72865-design-and-test-lithium-ion-battery-management-algorithms
This example shows you the concepts Joel Van Sickel talked about. Using Model Referencing, Rate Transition Block etc.
What other electrical components are you simulating in addition to Battery?
Also, what's your final embedded target? We may have example to help you get started.
Sample Time of 50e-6 is very small for Battery Algorithms. You may not want to calculate your SOC at every 50microsecond. You can use Multirate modeling to run your SOC Estimation algorithm at slower rate.
Chirag
2 Comments
Dileepa B S
on 10 Mar 2020
lee stone
on 23 Nov 2021
Hi Chirag, the example runs with errors for 2019b or 2020a:
Updating Model Reference Simulation Targets
Starting serial model reference simulation build ### Build procedure for Battery_Model aborted due to an error.
Battery_System_R2020a\work\slprj\sim\Battery_Model\tmwinternal\binfo_mdlref.mat: Invalid argument。
so how to solve it?
I couldnot find the binfo_mdlref.mat location.
Communities
More Answers in the Power Electronics Control
Categories
Find more on Simulink 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!