Search found 2 matches

by dande74
Fri Jan 08, 2016 10:25 pm
Forum: MegunoLink
Topic: Interface Panel
Replies: 2
Views: 12058

Re: Interface Panel

I figured it out. Got Blink 2.0 from GitHub.

!btn_SetAmpsLo [sp_Amps_Lo.Value]\r
!btn_SetAmpsHi [sp_Amps_Hi.Value]\r


#include "MegunoLink.h"
#include "CommandHandler.h"

CommandHandler<> SerialCommandHandler;

void cmd_SetAmpsLo(CommandParameter &Parameters)
{
sp_Amps_Lo = Parameters ...
by dande74
Fri Jan 08, 2016 10:02 pm
Forum: MegunoLink
Topic: Interface Panel
Replies: 2
Views: 12058

Interface Panel

Hi,

I've got an Interface Panel with two setpoints. "sp_Amps_Lo" and "sp_Amps_Hi".
How do I send two or more values by clicking on one button? Is it possible?

I got it working with one value !btn_SetAmps [sp_Amps_Lo.Value]\r

Grete Software. Will certainly buy a license.

Regards,

-- Daniel