Search found 5 matches

by mtaufiq23
Tue Jun 28, 2016 5:46 am
Forum: MegunoLink
Topic: How to sent negative number to Megunolink and display it.
Replies: 1
Views: 9522

How to sent negative number to Megunolink and display it.

Hi there,

I try to sent negative number to megunolink like this:

byte negative = -20;
PanelDashboard.SetNumber("I", negative);

But in megunolink, it displays a positive value which is 20.

Any help is appreciated.
by mtaufiq23
Thu Apr 07, 2016 4:16 am
Forum: MegunoLink
Topic: Stand alone Interface Panel
Replies: 2
Views: 12799

Re: Stand alone Interface Panel

Yes i also want to know if this possible. Its better if we can also export it as executable file. If we have other computer, it would be hassled to install megunolink all over again. Admin please consider this if possible in your next release. Good job so far ;)
by mtaufiq23
Mon Nov 16, 2015 1:36 pm
Forum: MegunoLink
Topic: Cannot change color of line in time plot
Replies: 3
Views: 15505

Re: Cannot change color of line in time plot

Sorry its in series properties. Select the line and click the series properties(the one with histogram icon).
by mtaufiq23
Tue Nov 10, 2015 3:39 pm
Forum: MegunoLink
Topic: Cannot change color of line in time plot
Replies: 3
Views: 15505

Re: Cannot change color of line in time plot

Hi there, i have face these prob last week :oops: . To tell the truth, it took me 3 days to figure it out :cry: and the funny thing is, this can solve really easy. Im sure people like us overlook this thing.

To fix this, click the line in your plotted graph in timeplot window and go to the setting ...
by mtaufiq23
Thu Oct 15, 2015 2:45 pm
Forum: MegunoLink
Topic: Use 2d array in EEPROMStore arduino library
Replies: 1
Views: 12479

Use 2d array in EEPROMStore arduino library

Firstly, im very thankful from the bottom of my heart for making megunolink. This make my works easier than before.

My problem is when using EEPROMStore arduino library with 2d array.
For example, Im trying to put my default config in 'struct' like this in arduino ide:

struct EMFConfiguration ...