I´m using two timed loops: one of them has a period of 1s and low priority and the other one has a period of 60s and it has high priority.
The question is: I need to execute the loop of 60s at the time 0 and at the time 60s again, but it just executes after the 60s... and, I´m also executing a block with some test conditions, and when I finish a block and jump to the another block, I also need to execute the timed loop of 60s at that moment... can I do what I need using the timed loop or it would be better if I use another structure?
And, can I build a control to change the period of a timed loop wherever I want to?
Tks!