Notice: check out the webinar branch for a version fully compatible with Genie Builder.
A dashboard to simulate one of the examples in the Ai4EComponentLib.jl package, which is a library of ModelingToolkit packages. The circuit implements a MPPT controller, which tracks the maximum voltage current (VI) value so that the system can charge the battery at the maximum power output.
Clone the repository and install the dependencies:
First cd into the project directory then run:
$> julia --project -e 'using Pkg; Pkg.instantiate()'Then run the app
$> julia --projectjulia> using GenieFramework
julia> Genie.loadapp() # load app
julia> up() # start serverOpen your browser and navigate to http://localhost:8000/
