06-21-2012 05:37 AM
Hello,
I need to estimate a time of while loop execution. The time is various (depend from Triggers counter). I need to estimate the time of every single iteration and add last time with current iteration. For example the first iteration time - 400ms, second 350ms (400+350)(, third 380 (400+350+380)ms. I tried with tick counter and shift register, but I got a sum of tick counter (absolute). I will be thankfull for any suggestions. I need that time to plot the graph with gauged values.
Lukasz
Solved! Go to Solution.
06-21-2012 05:51 AM - edited 06-21-2012 05:53 AM