@Hrishikesh_Salokhe You can use the GetMillis procedure in clock. You can make two varibles, one for current milliseconds timestamp say currentMillis and another to compare the current Millis previousMillis. Once the comparison is done, update the variable previousMillis with the value of currentMillis. In this way, you can set delay of certain milliseconds.
1 Like
