Does anyone know how I can get my program to perform an action every 30 minutes. This amount is too big for a timer. I have tried putting it into a loop checking to see if the oldtime + 30 mins equals new time, but it stops responding properly

Thanks a lot


Mark