Page 1 of 1

Display a current stored value on your UI?

Posted: Sat Sep 04, 2021 1:29 pm
by shanimal_nz
Hi there

Is there a way to show a current stored value on your dashboard

IE: a fan speed or a motor speed that has been set ?

say if i have a bunch of values and just want to be able to look at the interface panel and have them displayed somewhere is this possible to do?

Regards

Shannon

Re: Display a current stored value on your UI?

Posted: Sun Sep 05, 2021 7:57 am
by philr
Hi Shannon. You'd need to send the value to your Arduino then from your arduino update the value on the GUI (i.e. two steps). Of course if you are setting the value from your GUI you likely already have the value displayed.

Cheers
Phil