Project

General

Profile

Software » History » Revision 2

Revision 1 (Luiz Fernando Lavado Villa, 2019-02-28 13:19) → Revision 2/3 (Luiz Fernando Lavado Villa, 2019-02-28 13:44)

h1. Software 

 The software of the single-phase project is a Human-Machine Interface coded in Python.  
 It can retrieve data from the hardware through the firmware, making it a bottom-up data gathering tool. 
 It can also set parameters in the firmware which can change the behaviour of the hardware, making it a top-down control/development tool. 
 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. 

 -> there should be a figure here illustrating the operation of the software  

 The sections below will detail the Front-End and the Back-End.  

 h2. Front-End 

 h3. Human-Machine Interface 

 h3.  

 h2. Back-End