Search found 23 matches

by admin
Sun Mar 08, 2026 6:52 am
Forum: MegunoLink
Topic: registration key
Replies: 1
Views: 50790

Re: registration key

Just enter the same registration key that was sent out previously.
Regards
Phil
by admin
Mon Dec 15, 2025 7:46 am
Forum: Builder
Topic: Unkown publisher
Replies: 2
Views: 171592

Re: Unkown publisher

Code signing certificates became very expensive and complicated in the last couple of years too, requiring distribution of certificates on security tokens. We started using Microsoft's code signing service ( https://azure.microsoft.com/en-us/products/trusted-signing ) this year. Essentially, the ...
by admin
Wed Nov 12, 2025 9:47 am
Forum: MegunoLink
Topic: SendData hex number
Replies: 1
Views: 81570

Re: SendData hex number

Hi Oriol,

I haven't had a chance to reproduce yet, but my guess is the compiler is matching this overload:

template<typename TSeries, typename TYData>
void SendData(TSeries seriesName, TYData yValue, const RGBColor& Color, LineStyle Line = MissingLineStyle, uint8_t uLineWidth = 0, MarkerStyle ...
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: 186279

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 have ...
by admin
Sat Dec 02, 2023 11:37 pm
Forum: MegunoLink
Topic: Device File Transfer
Replies: 5
Views: 272722

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 ...
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: 148954

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 ...
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: 220724

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 incorrect date stamps ...
by admin
Sun Aug 16, 2020 7:47 pm
Forum: MegunoLink
Topic: Linking variables in interface panel
Replies: 1
Views: 26647

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: 20443

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: 11266

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 ...