Battery SOC not dropping
11 views (last 30 days)
Show older comments
Hello!
I am currently trying to run a system where a propeller requires a load provided by a motor and powered by a battery.
However, my battery SOC is not decreasing as how I imagine it to be. As shown in figure below:
I have attached my simulink file, and if anyone has any input do tell me how I could go about to fix this.
Note that, the parameter for the motor is "roughly" similar to my case.
And the parameter for the battery and 2-level converter are default values.
Thank you in advance :)!
0 Comments
Answers (2)
Umar
on 26 Jun 2024
Hi Sharul,
To troubleshoot the Battery SOC decrease issue, you can start by checking the following:
Battery Model: Ensure that the battery model in your Simulink file accurately represents the behavior of your real battery. Check parameters like capacity, internal resistance, and efficiency. Motor Load: Verify that the motor load is correctly configured to draw power from the battery. Check the power consumption and efficiency of the motor. Simulation Time: Confirm that the simulation time is sufficient to observe a noticeable decrease in SOC. Adjust the simulation duration if needed. Connections: Double-check all connections between components to ensure the flow of power from the battery to the motor is correctly established.
Let me know if this helps resolve your problem.
Umar
on 26 Jun 2024
Hi Sharul,
Typically, in an electric vehicle system, the battery should be connected to a controller or power electronics unit that regulates the power flow to the motor. The SOC% block usually represents the state of charge of the battery, while the SOC vs Motor load block might be used to monitor how the motor load affects battery state of charge. If increasing the input to the motor (Pm) causes a drastic reduction in SOC, it could indicate an inefficiency in power management or a fault in the system configuration. It's essential to ensure that the power flow from the battery to the motor is optimized for efficiency and performance without causing undue strain on either component.
0 Comments
See Also
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!