How to increase max no of points in time plots

Support forum for MegunoLink
Post Reply
calum
Posts: 2
Joined: Sun May 13, 2018 9:52 am

Sun May 13, 2018 10:06 am

How do I do this? It seems that every time I do it it trundicates it down to 10000 (in edit plot properties) if over 99999, which is not enough for my use. A number between 10000 and 99999 has no effect. Furthermore, if put below 10000, it also sometimes but not always puts one of the max points in one of the series in visualiser down but I am unable to increase it again and have to keep reopening new timeplots.

Is there some way to define it in C++?

Also the same question but for serial monitor would also be good - this trundicates at about 30k readings.

Other than that the program looks extremely useful but I can't figure this out! I have plenty of ram on my pc.

Thanks
philr
Posts: 446
Joined: Mon May 26, 2014 10:58 am

Mon May 14, 2018 10:00 am

Hi Calum, sorry about the issues you are having, we will refine the plotting limits and allow more points in the next update. We will also look into increasing the monitor limit.

We also recommend you look at using the logging functionality of MegunoLink. Either "Log to File" or "Message Logger". This will protect you from any power outages or memory issues with MegunoLink.

https://www.megunolink.com/documentation/logging-data/
or this arduino example
https://github.com/Megunolink/MLP/blob/ ... SVData.ino

Cheers
Phil
calum
Posts: 2
Joined: Sun May 13, 2018 9:52 am

Mon May 14, 2018 10:41 am

Hi Phil

Thanks for your reply - this would be great. Do the limits on points currently apply to log to file as well?


Also - are the previous releases available anywhere - as reading the release notes it implies the 10000 points limit was added recently?


Also also - do you have an ETA on next update?


Thank you - appreciate the help.

Calum
philr
Posts: 446
Joined: Mon May 26, 2014 10:58 am

Mon May 14, 2018 9:41 pm

Hi Calum, yep you can grab the older version here
https://www.dropbox.com/s/1e04v2zthq7jt ... 1.exe?dl=0

This version doesn't have the plotting limits but will still have the monitor ones.

No, logging has no limits.

Cheers
Phil
Post Reply