Normally all points should move at the same time, but sometimes only a part move on a data update and the others catch up at the following data update.
Maybe it has something to do with: at which point is the data written to the array and at which point is it read.
Maybe the array is sometimes read out if the new data update is not fully written to the array.
Normally all points should move at the same time, but sometimes only a part move on a data update and the others catch up at the following data update.
Maybe it has something to do with: at which point is the data written to the array and at which point is it read. Maybe the array is sometimes read out if the new data update is not fully written to the array.