Use multiple timers simultaneously

Translated with Google
Hello, how do you connect a timer to a variable, so you can use more than one timer without getting overlapped?
Or how to use multiple timers simultaneously regardless of variables.

you should be able to add an additional timer component. have you tried that?

1 Like

You should do what @jared sugussted however I would have a function block for each timer. Makes it easier and cleaner when you get into the 1000 block range.

Thank you all.