29.11.2022, 11:31
(29.11.2022, 11:16)admin Wrote: You can lower the sleep time between polling cycles by modifying this line (currently it's 5 seconds):
Code:os.sleep(5) -- delay between each poll cycle
I have made it 1 second. Now it is working fine, I hope it will work when I add more data points.
Thank You Very much for your support.