In a particular test "run", pressure reading are captured depending on the state of three states of a switch. The pressure value is passed to the interface for display.
This all works as I intended.
What I would value is being able to display "run" values in a simple table format on the interface. Subsequent "run" data would append to the bottom of the table.
Ideally each time a run is completed the row data would be appended to a *.csv data file.
Is there an object in the interface tool box that are suitable for the display of the "run data" in a row format.
eg time, pressure value1, pressure value2, pressure value3
Do I have to pass the interface values that I wish to save, back to Arduino for parsing, before passing the values back to the interface to save to file? Alternatively can I save data directly from the interface?
Is there a diagram that shows the best way for programming control?
Regards Leon
PS.. Im new to Megunolink
