Hi Leon, its still on the list. We are thinking to make a spreadsheet visualiser. Not sure on an ETA though.
Cheers
Phil
Search found 359 matches
- Sat Dec 14, 2019 7:36 am
- Forum: MegunoLink
- Topic: Table question
- Replies: 6
- Views: 9215
- Wed Nov 27, 2019 8:25 am
- Forum: MegunoLink
- Topic: TCP over Ethernet (wired) instance creation?
- Replies: 3
- Views: 4290
Re: TCP over Ethernet (wired) instance creation?
Hi Phil, looks like you managed to get the forum working.
UDP and TCP sound great but they are a much bigger pain than serial. Hopefully we can get something working well for you.
UDP and TCP sound great but they are a much bigger pain than serial. Hopefully we can get something working well for you.
- Mon Nov 18, 2019 7:04 am
- Forum: Builder
- Topic: Serial port problem in builds after update?
- Replies: 3
- Views: 3719
Re: Serial port problem in builds after update?
Hi, this should be fixed now. Sorry!
- Sun Nov 17, 2019 3:53 am
- Forum: Builder
- Topic: Serial port problem in builds after update?
- Replies: 3
- Views: 3719
Re: Serial port problem in builds after update?
Hi, sorry it looks like a bug crept into the latest update. We will get a fix out asap!
- Sun Nov 17, 2019 3:49 am
- Forum: MegunoLink
- Topic: Increase decimal precision of 16 bit ADS1115 voltage Measurement While Plotting
- Replies: 2
- Views: 3733
Re: Increase decimal precision of 16 bit ADS1115 voltage Measurement While Plotting
Hi, I think you can use MyPlot.SendFloatData("SeriesName",Value,NumberOfDecimalPlaces) so MyPlot.SendFloatData("data",56.7543366,5); will send 56.75434 Hope this helps. If you look at this page https://github.com/Megunolink/MLP/blob/master/utility/TimePlot.cpp It shows you all the functions in the T...
- Sun Nov 17, 2019 3:45 am
- Forum: MegunoLink
- Topic: Saving interface values
- Replies: 6
- Views: 6421
Re: Saving interface values
Hi Leon, nope that sounds like a good way to do it to me. Nice work!
Cheers
Phil
Cheers
Phil
- Thu Nov 14, 2019 7:50 am
- Forum: MegunoLink
- Topic: Saving interface values
- Replies: 6
- Views: 6421
Re: Saving interface values
Hi Leon, great work. I was actually thinking about the best way to do this. What did you come up with in the end?
I would probably have used the message monitor/logger to capture the CSV data and maybe a way to display some of the readings on the interface panel.
Cheers
Phil
I would probably have used the message monitor/logger to capture the CSV data and maybe a way to display some of the readings on the interface panel.
Cheers
Phil
- Sat Nov 02, 2019 11:18 pm
- Forum: MegunoLink
- Topic: RAW format
- Replies: 1
- Views: 3739
Re: RAW format
Hi, our support pages document the raw structure of the commands.
For example:
https://www.megunolink.com/documentatio ... reference/
https://www.megunolink.com/documentatio ... reference/
For example:
https://www.megunolink.com/documentatio ... reference/
https://www.megunolink.com/documentatio ... reference/
- Thu Oct 31, 2019 8:01 am
- Forum: MegunoLink
- Topic: Message Monitor Default Channel
- Replies: 2
- Views: 4062
Re: Message Monitor Default Channel
Hi, currently this does not work on interface panel message monitors. We will add it in the next update. For now you would need to use the non-interface panel versions of the message monitor which do save and recall their set channels.
Cheers
Phil
Cheers
Phil
- Sun Oct 27, 2019 11:00 pm
- Forum: MegunoLink
- Topic: ESP32 BT send data
- Replies: 2
- Views: 4030
Re: ESP32 BT send data
Nice work!