How to implement this logic in Simulink?

11 views (last 30 days)
Wenlin
Wenlin on 12 Apr 2022
Answered: mark li on 13 Apr 2022
I'm trying to set up a battery system such that:
  • Battery is discharged with current input 1 until it reaches the minimum voltage
  • Once Vmin is reached, it switches to input 2 & start charging the battery until it reaches the maximum voltage
  • Once Vmax is reached, it swiches to input 1 & start discharging the battery
I want this cycle to repeat until after a certain number of cycles.
I was able to set the input so they run cyclicly during the simulation, but couldn't figure out how to set up the switching. I think it may use some edge detection or enabled subsystems but couldn't think of a way to make it work. Would really appreciate it if someone could give me a hint.

Answers (1)

mark li
mark li on 13 Apr 2022
There is a simple demo:

Categories

Find more on Propulsion and Power Systems in Help Center and File Exchange

Tags

Products


Release

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!