Search found 446 matches

by philr
Tue Dec 12, 2017 2:45 am
Forum: MegunoLink
Topic: Format Text Box for Floating Point Numbers
Replies: 9
Views: 15994

Re: Format Text Box for Floating Point Numbers

Hi Hugh, this page shows how the serial.print function can be formatted to adjust the decimals. https://www.arduino.cc/en/Serial/Print You probably want this one specifically (but 1 instead of 0) Serial.println(1.23456, 0) gives "1" The next problem is that our library doesn't have an argu...
by philr
Thu Nov 30, 2017 9:34 pm
Forum: MegunoLink
Topic: MegunoLink Pro Builder
Replies: 2
Views: 5391

Re: MegunoLink Pro Builder

Unfortunately not. Same limitation as megunolink proper. Windows 7+. Microsofts newer .net frameworks don't support XP anymore.

Phil
by philr
Tue Nov 28, 2017 2:00 am
Forum: MegunoLink
Topic: Fixed size of Interface panel
Replies: 2
Views: 5687

Re: Fixed size of Interface panel

Unfortunately not. The interface panel is completely independent of the overall window for the application. MegunoLink will remember your windows size so once you find something you like close it and open it again and it should still be as you left it.
Phil
by philr
Tue Nov 28, 2017 1:59 am
Forum: MegunoLink
Topic: Visualizer panel " Programmer "
Replies: 2
Views: 5574

Re: Visualizer panel " Programmer "

I tried it here and both seemed to work fine.
Phil
by philr
Sun Nov 26, 2017 12:01 am
Forum: General Discussion
Topic: Image size allowed as attachment
Replies: 6
Views: 27799

Re: Image size allowed as attachment

Should be increased to 1MB now.
by philr
Sat Nov 25, 2017 11:53 pm
Forum: Projects
Topic: My first succesful ...
Replies: 1
Views: 35888

Re: My first succesful ...

Nice work! Thanks for posting your first successful project. If anyone else wants to modify the interface panel from their Arduino check out our Arduino example called SendToMLP.ino The arduino program is included in our library and can be found at github https://github.com/Megunolink/MLP/blob/maste...
by philr
Sat Nov 25, 2017 5:09 am
Forum: General Discussion
Topic: Image size allowed as attachment
Replies: 6
Views: 27799

Re: Image size allowed as attachment

Haha that makes more sense. I think it's just limited by size. Needs to be less than <1mb.

Cheers
Phil
by philr
Fri Nov 24, 2017 11:46 pm
Forum: General Discussion
Topic: Arranging tabs in the MegunoLink work window
Replies: 2
Views: 18164

Re: Arranging tabs in the MegunoLink work window

You just grab the visualiser by the tab and drag it out to undock it. If you then drag it back on it will show some icons indicating where you drop them to dock in different ways.
Image
by philr
Fri Nov 24, 2017 11:34 pm
Forum: General Discussion
Topic: Image size allowed as attachment
Replies: 6
Views: 27799

Re: Image size allowed as attachment

As an image inside the interface panel? To be honest I don't think there is a limit. It will make your .mlx file bigger. But I'm not aware of a limit.

Cheers
Phil
by philr
Fri Nov 24, 2017 11:32 pm
Forum: Projects
Topic: First Project of Arduino + MegunoLink
Replies: 3
Views: 36968

Re: First Project of Arduino + MegunoLink

Amazing interface! Nice work. It looks like there are 5 visualisers open. From top left going clockwise there is the Interface Panel, XYPlot, Monitor 1, Connection Manager (with two serial connections), and Monitor 2. For a bit more help on plotting check out our Arduino examples. I've just recently...