Hello,
I noticed that you are starting the task, reading, and stopping the task on each iteration. It would be better to start and stop once at the beginning and end of your program. You could then read your multiple values between the start and stop operation.
Is there a reason why you are performing the start, read, stop operations each loop?
Thanks,
Steven T.