Page 1 of 1

Button Pressed only one command activating

Posted: Mon Jan 22, 2018 9:48 pm
by rhett7660
Hello,

I have several buttons that I used for my "Favorite Channels" with the following commands:

"5 actions when pressed" is how I activate them:

.5 delay send digit
.5 delay send digit
.5 delay send digit
.5 delay enter
.5 delay exit

The first digit fires off, however the remaining commands do not. Am I doing something wrong?

Re: Button Pressed only one command activating

Posted: Mon Jan 22, 2018 11:06 pm
by jeanp
Good evening,
Delay time is not cumulative !

Do like this:

0.0 delay send digit
0.5 delay send digit
1.0 delay send digit
1.5 delay enter
2.0 delay exit

Greetings from Switzerland

Re: Button Pressed only one command activating

Posted: Mon Jan 22, 2018 11:15 pm
by rhett7660
Ohhhhhhhhhhhhhhhhhh........

Thank you, holy smokes I had no idea! That might explain why I was having some issues with some of my other commands!

Thank you very much!!!!!!