01-27-2024, 05:52 PM
Hi,
replace the "Buttons" with "Leds"
On the "LED" settings select your connection and the buttons' pin first.
On the tab "Command" select the counter pin .
Then choose the option "Increase".
Using this connection it is not easy to have an immediate reaction to the button press.
The application waits for a value update every few seconds.
It is better to increase a variable from arduino code and in the application just show the meter.
replace the "Buttons" with "Leds"
On the "LED" settings select your connection and the buttons' pin first.
On the tab "Command" select the counter pin .
Then choose the option "Increase".
Using this connection it is not easy to have an immediate reaction to the button press.
The application waits for a value update every few seconds.
It is better to increase a variable from arduino code and in the application just show the meter.