Page 1 of 1
Table question
Posted: Fri Aug 26, 2016 10:58 am
by Joe
Hi, I would need a table in MLP to store data with a large number of columns. How can I customize a table?
Re: Table question
Posted: Wed Aug 31, 2016 9:35 pm
by philr
Hi Joe, our table visualizer is limited to just three columns (name, value, description). Maybe you could save your data as a .csv file using the logging function?
Cheers
Phil
Re: Table question
Posted: Thu Sep 01, 2016 6:15 pm
by Joe
Thank you Phil, would have been nice to show the datasets in a table

Re: Table question
Posted: Tue Jan 17, 2017 8:45 am
by bittware
philr wrote:Hi Joe, our table visualizer is limited to just three columns (name, value, description). Maybe you could save your data as a .csv file using the logging function?
Cheers
Phil
Hi Phil,
Then where is the logging function module within Megunolink? Can I find it in Toolbox?
Re: Table question
Posted: Tue Jan 17, 2017 8:41 pm
by philr
Hi, there are a number of ways to get data from MegunoLink including
- saving what is in the monitor window to a text file
- logging data to text files using our "Log to File" and "Message Logger" visualisers
- saving plotted data to a text file using the "Save Chart Data" button
One we I have used in the past is to save CSV formatted data to a text file so that Microsoft Excel can open the file for analysis. This example demonstrates how it can be done.
https://github.com/Megunolink/MLP/blob/ ... SVData.ino
Cheers
Phil
Re: Table question
Posted: Sun Dec 08, 2019 12:30 am
by leon
Has the ability to create a table with multiple columns and rows in the current version?
The reason I ask is the original question was three years ago ?
Cheers,
Leon
Re: Table question
Posted: Sat Dec 14, 2019 7:36 am
by philr
Hi Leon, its still on the list. We are thinking to make a spreadsheet visualiser. Not sure on an ETA though.
Cheers
Phil