M. Shahraki Moghaddam
Please Note
3 records found
1
Designing a Hardware Controller
Used for controlling a Power Grid simulation
A small knob to go back or forward in the simulation, if pressed, pauses or resumes the time.
A RGB LED indicates the situation on the grid. Based on the loading of transmission lines, the color of the LED changes. These user-control actions and feedback from the simulation are processed on an Arduino Mega Rev3 development board. This uses an ATMega2560 microcontroller. To interact with the simulation, bidirectional serial communication is needed between the Arduino and the computer running the simulation with the Godot game engine. These components are implemented on a PCB to finalize the design. ...
A small knob to go back or forward in the simulation, if pressed, pauses or resumes the time.
A RGB LED indicates the situation on the grid. Based on the loading of transmission lines, the color of the LED changes. These user-control actions and feedback from the simulation are processed on an Arduino Mega Rev3 development board. This uses an ATMega2560 microcontroller. To interact with the simulation, bidirectional serial communication is needed between the Arduino and the computer running the simulation with the Godot game engine. These components are implemented on a PCB to finalize the design.
This report explains the processes behind the design, construction and testing of a high-voltage power grid simulator and visualizer. For this, a system based on data found in a paper was created. This paper describes an aggregated grid for the Dutch high-voltage power grid in 2018. The main use case of this system would be for educative purposes, where interested students and potential students can come, play and learn at the same time while making interactive decisions and seeing how their actions are influencing the system as a whole. The subsystem in this report is tasked with the integration of the data from the forecasting & scenario module and the inputs from the hardware module, furthermore it calculates the power flow using a Gauss-Seidel algorithm and visualizes its results alongside the forecasting in Godot ...
This report explains the processes behind the design, construction and testing of a high-voltage power grid simulator and visualizer. For this, a system based on data found in a paper was created. This paper describes an aggregated grid for the Dutch high-voltage power grid in 2018. The main use case of this system would be for educative purposes, where interested students and potential students can come, play and learn at the same time while making interactive decisions and seeing how their actions are influencing the system as a whole. The subsystem in this report is tasked with the integration of the data from the forecasting & scenario module and the inputs from the hardware module, furthermore it calculates the power flow using a Gauss-Seidel algorithm and visualizes its results alongside the forecasting in Godot