Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help counter
#1
Hi, 
I need some help. . I need a counter (widget present on virtuino5 and eliminated on version 6) with Arduino pin D5 input and reset on D6 displayed on the display. It works with the emulator but when I go to insert the D5 and D6 on the buttons it doesn't work.  Can you help me? 
I'm sorry I can't post a video.
Thank you


Attached Files Thumbnail(s)
               
Reply
#2
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.
Reply
#3
(01-27-2024, 05:52 PM)iliaslamprou Wrote: 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.

Hi Ilias,
Thanks for the help, Now it works perfectly.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)