Update Interface Panel Controls from other Panel control

Support forum for MegunoLink
Post Reply
agsfotografia
Posts: 1
Joined: Sat Oct 06, 2018 2:14 pm

Sat Oct 06, 2018 3:42 pm

I´m testing MegunoLink for use en my projects with dsPic33 microcontrollers, but I need a feature that I do not know if the software incorporates: I need to Update Interface Panel Controls from other Panel control. For example: when a numerical value is greater than 100, it appears red, but when it is less than 100, it appears green. I know that this could be solved by sending two commands from the microcontroller, one to set the value and another to change the color depending on the value. But I do not want to do it this way because it overloads the microcontroller program and communications port data traffic. This example is very simple and when I add more features of this type, it would overload the work of the controller and the communication port too much.
I'd like to solve this problem by sendind comands from a panel control itself.
Is there any way of doing this?
philr
Posts: 446
Joined: Mon May 26, 2014 10:58 am

Mon Oct 08, 2018 6:38 am

Hi, yeah this is unfortunately not possible currently. I'll add it to the feature request list.

Cheers
Phil
Post Reply