I have one loop with its "Wait Until Next ms Multiple" function. At each 5000 ms, this loop checks the condition of a boolean variable to decide if it's going to run a case structure.
My question is: now I want to add another condition to run that case structure. I want that it run at each 20000 ms independently of the boolean variable's condition. How can I inclued this second timing paramenter in my loop? What's the best way to do this?
Thanks!
Daniel