08-17-2015 06:08 AM - edited 08-17-2015 06:08 AM
@lamela wrote:
Ok, but I want the values being displayed with two different delay. If I put the second loop into the first loop to make it just one loop, the program will just run based on one delay. Basically let's say I have an x array of readings streaming in, I want the readings to display with only delay 0.05. I will use the array to do some calculation and I want the result of the calculated values to display let's say 1minute to 1 value.
If I only put one loop, how can I have two delays?
Maybe this will point you in the right direction.