Something like this..
PString P1(CurConfig[CurRow - 1].p1, sizeof(CurConfig[CurRow - 1].p1));
const char* NewValue = Parameters.NextParameter();
if (NewValue != NULL)
{
P1.print(NewValue);
}
Search found 339 matches
- Sun Jan 10, 2021 5:50 am
- Forum: MegunoLink
- Topic: RequestAMatrix Example Modifications
- Replies: 2
- Views: 143
- Fri Jan 08, 2021 9:05 pm
- Forum: MegunoLink
- Topic: RequestAMatrix Example Modifications
- Replies: 2
- Views: 143
Re: RequestAMatrix Example Modifications
Hmm thats trickier. I think you would need to adjust the structure to have character arrays and then use pstring to print the remaining parameters into those buffers.
pstring library can be found here http://arduiniana.org/libraries/pstring/
Cheers
Phil
pstring library can be found here http://arduiniana.org/libraries/pstring/
Cheers
Phil
- Sat Jan 02, 2021 7:05 pm
- Forum: MegunoLink
- Topic: License button count issue
- Replies: 2
- Views: 97
Re: License button count issue
Hi, the limit of 10 is built into the arduino library to keep it's memory use down. You can enable more commands by adding a number to your declaration. See here https://www.megunolink.com/documentation/arduino-libraries/serial-command-handler/#Command_Handler_construction There is an example where ...
- Sat Jan 02, 2021 5:37 am
- Forum: General Discussion
- Topic: RadioButton Group
- Replies: 2
- Views: 154
Re: RadioButton Group
Hi Tabear, you need to put each group of radio buttons in their own group box. That will allow you to have multiple groups of radio buttons of which 1 can be selected in each group.
Cheers
Phil
Cheers
Phil
- Sat Dec 26, 2020 3:46 am
- Forum: MegunoLink
- Topic: Command Parameters
- Replies: 2
- Views: 151
Re: Command Parameters
I think if you put sex first then use .RemainingParameters() that will grab all remaining and that would include both names.
Cheers
Phil
Cheers
Phil
- Fri Dec 25, 2020 9:53 pm
- Forum: MegunoLink
- Topic: Multiple Time Plot Graph issues
- Replies: 1
- Views: 116
Re: Multiple Time Plot Graph issues
Hi, you want to use message channels. See this page for more information.
https://www.megunolink.com/documentatio ... -channels/
Cheers
Phil
https://www.megunolink.com/documentatio ... -channels/
Cheers
Phil
- Sun Dec 06, 2020 6:40 am
- Forum: Builder
- Topic: Can't install multiple build programs
- Replies: 1
- Views: 1030
Re: Can't install multiple build programs
Hi, did you use the same project file with the same product id for each? If so it would overwrite one with the other. You need to create completely new project files for each.
Any luck with this?
Cheers
Phil
Any luck with this?
Cheers
Phil
- Sun Dec 06, 2020 6:34 am
- Forum: Bugs
- Topic: Arduino Timer
- Replies: 1
- Views: 1107
Re: Arduino Timer
Hi, this is included as part of our MegunoLink library. Please download it here.
https://github.com/Megunolink/MLP
Cheers
Phil
https://github.com/Megunolink/MLP
Cheers
Phil
- Sun Dec 06, 2020 6:32 am
- Forum: General Discussion
- Topic: Static curve in x/ y plot
- Replies: 1
- Views: 1954
Re: Static curve in x/ y plot
Hi Stefan, if you need this to load automatically you would need to send it each time from your Arduino in advance. You can load a graph from csv file in advance but you will need to do it each time manually.
'
Cheers
Phil
'
Cheers
Phil
- Sun Dec 06, 2020 6:31 am
- Forum: General Discussion
- Topic: LoRa with MegunoLINK
- Replies: 1
- Views: 786
Re: LoRa with MegunoLINK
Hi, in general MegunoLink does require specifically formatted messages so you need to be able to have control of the serial communications. If you do then MegunoLink will work well.'
Cheers
Phil
Cheers
Phil