Project

General

Profile

Software » History » Version 2

Luiz Fernando Lavado Villa, 2019-02-28 13:44

1 1 Luiz Fernando Lavado Villa
h1. Software
2 2 Luiz Fernando Lavado Villa
3
The software of the single-phase project is a Human-Machine Interface coded in Python. 
4
It can retrieve data from the hardware through the firmware, making it a bottom-up data gathering tool.
5
It can also set parameters in the firmware which can change the behaviour of the hardware, making it a top-down control/development tool.
6
To do so, the Software uses a *back-end*, which can communicate information between the *front-end*, where the HMI is implemented, and the firmware.
7
8
-> there should be a figure here illustrating the operation of the software 
9
10
The sections below will detail the Front-End and the Back-End. 
11
12
h2. Front-End
13
14
h3. Human-Machine Interface
15
16
h3. 
17
18
h2. Back-End