Page 1 of 1

Problem with UDP and MegunoLink Host Builder

Posted: Sun Dec 31, 2017 12:27 pm
by tabbiati
Hi,

i have a problem with MegunoLink Host Builder and my project that use UDP; in MegunoLink al working ok but when i create and install package from it is impossible use connect button (like it is not working).
Any suggestion?

Thanks

Re: Problem with UDP and MegunoLink Host Builder

Posted: Sun Dec 31, 2017 11:59 pm
by rsfoto
Hi,

Did you connect the hardware to the PC you want to start ?

Re: Problem with UDP and MegunoLink Host Builder

Posted: Mon Jan 01, 2018 10:29 am
by tabbiati
Hi,

thanks for reply; yes the problem there is only with packet build with Host Builder and all is ok in MegunoLink.

Thanks

Re: Problem with UDP and MegunoLink Host Builder

Posted: Mon Jan 01, 2018 8:04 pm
by philr
Yep there is a bug. Should be fixed in the next update. Hopefully today or tomorrow.

Phil

Re: Problem with UDP and MegunoLink Host Builder

Posted: Tue Jan 02, 2018 2:48 am
by philr
Connecting should now work.
Phil

Re: Problem with UDP and MegunoLink Host Builder

Posted: Tue Jan 02, 2018 2:14 pm
by tabbiati
Hi Philip,

Problem with UDP now is solved as You says; adjust IP address would be very usefull but for now i don't use it.

Now i have another problem: series propriety in chart, when i build a package with Host Builder aren't the same that i have set in MegunoLink and if i set in application setting is lost between two session of use; this also i flag autosave in builder or save button.

Sorry for my poor English

Re: Problem with UDP and MegunoLink Host Builder

Posted: Sat Jan 06, 2018 11:07 pm
by philr
I'll post my email here too so everyone knows a solution for this. There is indeed a bug which will be fixed going forward but a better solution is to include the style information in the plotting message.

Hi Tullio, I tested it here and you're right it does seem to default to the same style. I suggest you modify your plotting messages to include the series properties you want.

For example
{TIMEPLOT|DATA|Cosinewave:bo-3|T|0.59}
{TIMEPLOT|DATA|Sinewave:ro-3|T|-0.36}

notice the ":bo-3" and ":ro-3"
These set the series to be blue (b) and red (r) with dashed line and circle markers.

See this page for the different styles etc
https://www.megunolink.com/documentatio ... reference/

Our Arduino library makes this even easier to build the right messages. This page has the detail
https://www.megunolink.com/documentatio ... reference/

Cheers
Phil