I would like to run a while loop exactly every 1 minute, with the minute occuring as per the computer time at 0 seconds.
a timed loop runs a minute after the loop is started and is not syncronised with the 0 seconds of the computer time.
how do I achieve this? I realise the first loop will be less than 1 minute due to the synchonisation.