Skip to content

Visualize the simulation of a solar panel MPPT controller

Notifications You must be signed in to change notification settings

BuiltWithGenie/SimulationDashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Visualize the simulation of a solar panel MPPT controller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published