...
Every model with an input and output should feed into a database table. This includes:
Model | Data |
---|---|
Optimization | Velocity profile, |
Dynamics | Power draw required for motors |
State of Charge | Auxloss, current state of charge, battery power level (calculated from voltage/current) |
Solar | Expected solar irradiance, expected energy gained |
Weather | Temperature, wind, precipitation, expected weather |
Routemodel | Latitude/Longitude coordinates |
Average speed | Average speed to reach minimum required speed |
Telemetry |
Investigation
...
In summary, this document proposes the use of MySQL.
...
Given the current implementation of 2 copies of the optimization algorithms running, there will be 2 instances of the database. This will be subject to change depending on the implementation the strategy team decides on.