Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 956 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 956 Bytes

Notice: check out the webinar branch for a version fully compatible with Genie Builder.

System simulation dashboard

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.

screenshot

Installation

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 --project
julia> using GenieFramework
julia> Genie.loadapp() # load app
julia> up() # start server

Usage

Open your browser and navigate to http://localhost:8000/