Search found 17 matches

by alains
Fri Feb 05, 2021 1:30 am
Forum: MegunoLink
Topic: Write a value to a table via UDP
Replies: 0
Views: 25485

Write a value to a table via UDP

I have a Table 'MyTable' and I want to write a value V for a name 'Temp' via UDP
I tried
Udp.write(MyTable.SendData(F("Temp"),V);
with no success..
Need help.
by alains
Tue Feb 02, 2021 8:32 pm
Forum: MegunoLink
Topic: Handle UDP Commands.mlx
Replies: 1
Views: 11417

Re: Handle UDP Commands.mlx

OK I found it in the meguno library example/MegunoLink
by alains
Tue Feb 02, 2021 7:38 pm
Forum: MegunoLink
Topic: Handle UDP Commands.mlx
Replies: 1
Views: 11417

Handle UDP Commands.mlx

Where can I find this file?
by alains
Sun Jan 24, 2021 10:10 pm
Forum: MegunoLink
Topic: UDP connect
Replies: 1
Views: 11270

UDP connect

Hi Phil: I'm trying to start a project using UDP. I found a schetch by Paul at: https://www.megunolink.com/documentation/connecting/udp-connections/ and i'trying to run it on the Arduino create with a MKR 1010. When compiling I get the error: 'cbuf no such file or directory' What should I do? Also d...
by alains
Wed Sep 25, 2019 5:48 pm
Forum: MegunoLink
Topic: Switching from visualizer to designer?
Replies: 4
Views: 9948

Re: Switching from visualizer to designer?

I changed my email in my profile if you want to send me a message...
by alains
Wed Sep 25, 2019 5:43 pm
Forum: MegunoLink
Topic: Switching from visualizer to designer?
Replies: 4
Views: 9948

Re: Switching from visualizer to designer?

No in this case the size or even the type of font. I am a little confuse as I seem to remember that it was possible to do that in a previous version?
by alains
Wed Sep 25, 2019 5:39 pm
Forum: MegunoLink
Topic: Switching from visualizer to designer?
Replies: 4
Views: 9948

Re: Switching from visualizer to designer?

I want to change the font size and color of the items inside the table, its properties...
by alains
Tue Sep 24, 2019 7:13 pm
Forum: MegunoLink
Topic: Switching from visualizer to designer?
Replies: 4
Views: 9948

Switching from visualizer to designer?

I have a table in my visualiser that I want to edit in designer. I do not remember how do I do that?
by alains
Tue Sep 24, 2019 7:07 pm
Forum: MegunoLink
Topic: Display current date ad time in table
Replies: 2
Views: 6725

Re: Display current date ad time in table

Yes that works. Thanks Phil!
by alains
Mon Sep 23, 2019 9:16 pm
Forum: MegunoLink
Topic: Display current date ad time in table
Replies: 2
Views: 6725

Display current date ad time in table

I'd like to display the current date and time in a table:
I tried several ways like this
Serial.println("{TABLE|SET|TimeStart|"+String(now())+"}");
But nothing worked...