Timer marcia arresto

come realizzare un timer 10’ marcia 120’ arresto ciclico

I have no idea what this means. Do you want to run a timer 120 times, then stop?

No, he means 10 seconds of running, then 120 seconds of pause and then repeating over and over

Ah…that is pretty easy
image
The watch node can be replaced by whatever “runs” for 10 seconds.

Boot or defer will start the 10 second timer. When it completes, it starts the 120 second timer. When it completes, it restarts the 10 second timer, but when we loop back in the code, we need to add a defer node.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.