Search found 356 matches
- Thu Jun 18, 2020 9:06 am
- Forum: MegunoLink
- Topic: Using GetValue with the MLPUI Message Processor
- Replies: 2
- Views: 2117
Re: Using GetValue with the MLPUI Message Processor
Hi Nick, you are correct you would need to find a way to parse the response. Your second suggestion should work, the arduino can call some commands to return the initial values when it boots up. The best example for this is here https://www.megunolink.com/documentation/how-do-i-documentation/syncing...
- Wed May 27, 2020 4:36 am
- Forum: MegunoLink
- Topic: Silent install with license registration
- Replies: 1
- Views: 1624
Re: Silent install with license registration
Hi we do not have support for providing license information during a silent install.
Cheers
Phil
Cheers
Phil
- Tue Mar 24, 2020 9:35 pm
- Forum: General Discussion
- Topic: Arduino Due baud rate
- Replies: 1
- Views: 7596
Re: Arduino Due baud rate
Make sure you set the increased baud rate in your arduino program AND in the MegunoLink interface.
- Tue Feb 25, 2020 7:19 am
- Forum: MegunoLink
- Topic: sending data from megunolink
- Replies: 1
- Views: 5733
Re: sending data from megunolink
Hi this example shows you how to get a string that has been sent from MegunoLink. https://github.com/Megunolink/MLP/blob/master/examples/InterfacePanel/HandlingStrings/HandlingStrings.ino You could then take that string and send it out the TCP port. I dont have an example of that though sorry. Cheer...
- Mon Feb 17, 2020 7:38 pm
- Forum: MegunoLink
- Topic: Latest update included ?
- Replies: 2
- Views: 4054
- Mon Feb 17, 2020 7:37 pm
- Forum: MegunoLink
- Topic: connection problem between meguno and esp32
- Replies: 1
- Views: 3855
Re: connection problem between meguno and esp32
Hi, did you have any luck on this? Should be possible with MegunoLink.
- Mon Feb 17, 2020 7:34 pm
- Forum: MegunoLink
- Topic: Asked about Handling String Example
- Replies: 1
- Views: 3638
Re: Asked about Handling String Example
I think you just need to increase this buffer size
char buffer[50]; //Create character buffer for PString to use
Cheers
Phil
char buffer[50]; //Create character buffer for PString to use
Cheers
Phil
- Mon Feb 17, 2020 7:31 pm
- Forum: MegunoLink
- Topic: RecordTable operations
- Replies: 1
- Views: 4417
Re: RecordTable operations
Hi, yep its basically a completely separate visualiser. You can find a basic example in the latest version of our megunolink library. https://github.com/Megunolink/MLP/blob/master/examples/RecordTable/BasicRecordTable/BasicRecordTable.ino Its undocumented currently as we haven't had time yet. This f...
- Mon Jan 27, 2020 2:51 am
- Forum: Bugs
- Topic: megunolink fails to update
- Replies: 1
- Views: 6404
Re: megunolink fails to update
Hi Dominator, can you please try downloading the latest version from our website and installing it over top? Should solve your issue.
https://www.megunolink.com/download/
Cheers
Phil
https://www.megunolink.com/download/
Cheers
Phil
- Mon Jan 27, 2020 2:32 am
- Forum: MegunoLink
- Topic: Edit series property
- Replies: 3
- Views: 4391
Re: Edit series property
Are you clearing the plots? That would reset them to the defaults when the next data comes in. Maybe setting the properties in the plot message solves your problem?