Table question

Support forum for MegunoLink
Post Reply
Joe
Posts: 24
Joined: Wed Jun 22, 2016 8:18 am

Fri Aug 26, 2016 10:58 am

Hi, I would need a table in MLP to store data with a large number of columns. How can I customize a table?
philr
Posts: 446
Joined: Mon May 26, 2014 10:58 am

Wed Aug 31, 2016 9:35 pm

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
Joe
Posts: 24
Joined: Wed Jun 22, 2016 8:18 am

Thu Sep 01, 2016 6:15 pm

Thank you Phil, would have been nice to show the datasets in a table ;)
bittware
Posts: 15
Joined: Tue Jan 17, 2017 8:40 am

Tue Jan 17, 2017 8:45 am

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?
philr
Posts: 446
Joined: Mon May 26, 2014 10:58 am

Tue Jan 17, 2017 8:41 pm

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
leon
Posts: 9
Joined: Tue Nov 12, 2019 2:13 am

Sun Dec 08, 2019 12:30 am

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
philr
Posts: 446
Joined: Mon May 26, 2014 10:58 am

Sat Dec 14, 2019 7:36 am

Hi Leon, its still on the list. We are thinking to make a spreadsheet visualiser. Not sure on an ETA though.

Cheers
Phil
Post Reply