- remove the memory block. you don't need it with the transport delay
- you are missing the edge condition -
I have a problen related to battery simulation charging and discharging
1 view (last 30 days)
Show older comments
I have already aske dhelp from matlab for this qn but now its different while simulation delay of 20 min should be applied to both charging and discharging but in output the delay is applied only for charging and when discharging it should charge from 0 to 30A in the current slope but its charging from -30 to 30 its wrong can you help me applying delay in both sides and adjust the current from 0 to 30 please and sorry for the disturbance
0 Comments
Answers (1)
Joel Van Sickel
on 16 Feb 2023
2 things.
if(Stateprev == 1 && SOC > 99)
test = 1;
end
if you look at that edge case, this is where your dicontinuity in your signal exists. You need to clean up your if else statements to handle this case, which right now will default to ibatt = Idis.
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!