Search found 446 matches

by philr
Sun Oct 01, 2017 5:09 am
Forum: MegunoLink
Topic: Unable to set data to send back to the UI
Replies: 8
Views: 13241

Re: Unable to set data to send back to the UI

Hi Bill, could you please send me a copy of the code to

support@megunolink.com? I'll check it out and see if I can get it working here.

What build tool are you using? Visual Micro or the MegunoLink one?

Cheers
Phil
by philr
Fri Sep 29, 2017 6:28 am
Forum: MegunoLink
Topic: Unable to set data to send back to the UI
Replies: 8
Views: 13241

Re: Unable to set data to send back to the UI

Hi Bill, could you please share more detail about the error and if possible example code?

Cheers
Phil
by philr
Wed Sep 27, 2017 9:47 am
Forum: MegunoLink
Topic: Polar Plotting
Replies: 2
Views: 5952

Re: Polar Plotting

Hi Bill, very nice work! Haha if only there was infinite time to work on all these interesting projects (and features).

Cheers
Phil
by philr
Tue Sep 26, 2017 1:09 am
Forum: MegunoLink
Topic: Arduino Blink
Replies: 2
Views: 5708

Re: Arduino Blink

Haha nice one! Just so others know, it looks like the process function was removed from the main loop. The process function needs to be called so it can process serial characters.

Cheers
Phil
by philr
Sat Jul 01, 2017 2:40 am
Forum: MegunoLink
Topic: Rounding
Replies: 1
Views: 4567

Re: Rounding

Hi Zaneywolf, this trick should do it
Tools.ToInt(x + 0.5)

Cheers
Phil
by philr
Thu Jun 29, 2017 7:23 am
Forum: MegunoLink
Topic: Clearing a plot
Replies: 1
Views: 4272

Re: Clearing a plot

Hi Bill, you work fast. That has only recently been added to the library. You will need to get the latest library files from Github and install them manually as we haven't got them in the latest installer yet.

https://github.com/Megunolink/MLP

Cheers
Phil
by philr
Tue Jun 06, 2017 12:18 am
Forum: MegunoLink
Topic: Problem with new Update 6/5/2017
Replies: 1
Views: 4320

Re: Problem with new Update 6/5/2017

Hi, it appears you are using our XYPlot class. This requires an X and Y value to be sent across. In your example, you are only sending a single value. I suggest you switch to our TimePlot class which will automatically generate a timestamp for you.

Cheers
Phil
by philr
Tue May 30, 2017 4:17 am
Forum: General Discussion
Topic: MagunoLink and DUE
Replies: 2
Views: 28033

Re: MagunoLink and DUE

Hi, it looks like for the due an "int" is not the same as a "int16_t" which it is for the normal Arduinos. I think you should be able to change int OnTime = 10; // Amount of time the LED remains on [milliseconds] int OffTime = 100; // Amount of time the LED remains off [milliseco...
by philr
Fri May 26, 2017 11:50 am
Forum: General Discussion
Topic: Megunolink basics
Replies: 2
Views: 21218

Re: Megunolink basics

Hi Zapmeister, MegunoLink is unlikely to ever support full customizability as that is far too big of a challenge. That said we do have a process where we can package up interfaces into an installer which can have your company logo etc and the end user can not mess with the layout. This is a beta ser...
by philr
Tue May 09, 2017 3:00 am
Forum: MegunoLink
Topic: PowerSTEP01 arduino library
Replies: 5
Views: 9866

Re: PowerSTEP01 arduino library

Hi Joe, good find. I'm not sure why that would be the case but it's certainly possible it was built with things that specifically rely on the layout of an UNO. Let us know how you go?