Search found 20 matches

by admin
Mon Dec 04, 2023 8:23 am
Forum: MegunoLink
Topic: Is it possible for a time series to have the time in the data?
Replies: 2
Views: 1556

Re: Is it possible for a time series to have the time in the data?

Hi folks, You can also use calendar time stamps with time plots by creating and passing a tm structure to SendData. E.g. tm TimeStamp; TimeStamp.tm_year = 2023-1900; TimeStamp.tm_month = 10; // Jan=0, Feb=1, etc // etc. MyPlot.SendData("Series", TimeStamp, 123); The tm structure doesn't ha...
by admin
Sat Dec 02, 2023 11:37 pm
Forum: MegunoLink
Topic: Device File Transfer
Replies: 5
Views: 2316

Re: Device File Transfer

Hi, I think there is a bug somewhere but I haven't been able to reproduce it. In the screen shot, the Arduino program is responding to the file request (that is the message !FM < 0 config.txt with: {DFT|FDe|config.txt |0|o} This message is generated by FileSystemWrapper::SendFileContent because open...
by admin
Fri Nov 17, 2023 8:45 am
Forum: MegunoLink
Topic: MyCSVMessage save is failing at 3 am during windows 11 maintenance
Replies: 6
Views: 2273

Re: MyCSVMessage save is failing at 3 am during windows 11 maintenance

Hi John, This is very surprising; I wouldn't expect windows maintenance to affect MegunoLink, but great job tracking down that connection! I'll need to study more closely, but one question occurs: does the log destination have any impact? For example, is the log file going to a network drive? Does s...
by admin
Mon Jul 03, 2023 8:31 am
Forum: Bugs
Topic: Date stamps incorrect when using Save Data on Monitor Visualizer
Replies: 1
Views: 6244

Re: Date stamps incorrect when using Save Data on Monitor Visualizer

Hi John, Sorry for the trouble you're having with MegunoLink. I'm a bit unclear where the problem lies; would you mind clarifying a couple of things for me please: * are you seeing the incorrect date stamps when using the "Monitor" or "Message Monitor" visualizer? * do the incorr...
by admin
Sun Aug 16, 2020 7:47 pm
Forum: MegunoLink
Topic: Linking variables in interface panel
Replies: 1
Views: 4627

Re: Linking variables in interface panel

Hi unfortunately this is not currently possible.
by admin
Sun Aug 16, 2020 7:43 pm
Forum: MegunoLink
Topic: Dynamic Label with Arduino
Replies: 1
Views: 4447

Re: Dynamic Label with Arduino

Hi, check out this example
https://github.com/Megunolink/MLP/tree/ ... /SendToMLP

Open the .mlpz file in MegunoLink and program your Arduino with the .ino file. This will demonstrate how to modify a text value.
by admin
Sun Jan 15, 2017 12:56 am
Forum: MegunoLink
Topic: XBee Series 1
Replies: 1
Views: 5027

Re: XBee Series 1

Hi Joe, I'm just reiterating what I said in my email so others can see the answer to this question. Our Xbee visualiser and connection only supports support series 2 xbee modules running in API mode. See this article for more infomation. http://www.megunolink.com/documentation/xbee-manager/ If you a...
by admin
Tue Dec 20, 2016 4:21 am
Forum: MegunoLink
Topic: where is potentiometer gauge or rotary gauge
Replies: 1
Views: 5079

Re: where is potentiometer gauge or rotary gauge

Hi Jacek, we use standard C# controls so these gauges are not possible. We may look at adding them in the future as a custom item. If the horizontal slider object doesnt have an option to disable the numerical value in the designer then unfortunately it is not possible.

Cheers
Phil
by admin
Tue Dec 20, 2016 4:19 am
Forum: MegunoLink
Topic: building visual studio stand alone app
Replies: 1
Views: 5177

Re: building visual studio stand alone app

Hi Jacek, unfortunately we do not currently have an easy way for the user to generate a standalone application. We have been working on a way to package up finalized interfaces so they can be distributed as an installer but it's still early days. If you are interested to check it out you just need t...
by admin
Tue Dec 20, 2016 4:17 am
Forum: MegunoLink
Topic: Vertical progress bar
Replies: 3
Views: 7764

Re: Vertical progress bar

Hi Jacek, yep its based off the same controls found in C#. That is why we don't have a vertical progress bar. It would need to be custom built which we have not had time to do.

Cheers
Phil